PDA

View Full Version : no sound :(



aditsu
11-14-2003, 09:38 PM
I burned the latest knoppix (3 nov) and booted from cd; everything works fine except there's no sound
I'm a newbie (or at least beginner) so I don't really know what to do; I tried the kde control center but it doesn't see my sound card, and I can't find any way to add it
I did lspci -v as instructed, and the relevant part is:

00:0b.0 Multimedia audio controller: Platform Technologies, Inc. AGOGO sound chip (aka ESS Maestro 1) (rev 10)
Subsystem: Platform Technologies, Inc.: Unknown device ffff
Flags: bus master, medium devsel, latency 80, IRQ 9
I/O ports at e800 [size=256]
please help me out, and if you need me to give more information, just shout

thanks

aditsu
11-14-2003, 10:13 PM
here's some more information:
from lsmod:

maestro 28680 0
soundcore 3428 2 [maestro]
from dmesg:

PCI: Found IRQ 9 for device 00:0b.0
maestro: Configuring ESS Maestro found at IO 0xE800 IRQ 9
maestro: subvendor id: 0xffff1285
maestro: not attempting power management.
maestro: my goodness! you seem to have a pt101 codec, which is quite rare.
you should tell someone about this.
maestro: 1 channels configured.
maestro: version 0.15 time 20:49:27 Oct 3 2003
from xmms:

** WARNING **: alsa_setup_mixer(): Attaching to mixer hw:0 failed: No such file or directory
after play:

** WARNING **: alsa_setup(): Failed to open pcm device (default): No such file or directory

stukennedyuk
11-16-2003, 08:26 PM
I'm a newbie and pretty puzzled about quite a few things in Linux, but I know there is an install utility to help autodetect your soundcard and settings (if it is supported) called 'sndconfig' - type it at the root prompt.

Maybe that will help.

Stu.....

aditsu
11-16-2003, 08:36 PM
there is an install utility to help autodetect your soundcard and settings (if it is supported) called 'sndconfig' - type it at the root prompt.
I had tried it, and it said it found a display setting and I shouldn't run sndconfig from X; I'll try again later in a text console (I'm in windoze now)

thanks
Adrian

aditsu
11-20-2003, 04:47 PM
I've been quite busy, but now I got some time and I tried sndconfig again
here's what happened:
- it said it would probe some stuff, then it found a PCI sound card - AGOGO sound chip (aka ESS Maestro 1)
- then it said it would back up /etc/modules.conf and create a new file
- some messages appeared at the bottom of the screen:
depmod: can't open /lib/modules/extra/modules.dep for
ing
cp: cannot remove `/lib/modules/modprobe.conf.old': read-only file system
(yes, there was an "ing" on a line by itself, with no verb)
- sndconfig said everything was ok, and tried to play a sound sample, but I didn't hear anything, then it switched to manual configuration
- I selected the sound card (ESS Maestro), then it gave me an error: "there are already some sound config options in /etc/modules.conf - this could give unexpected results, please remove the appropriate entries from /etc/modutils/*"
and then I was back to the command prompt

I checked and /lib is a link to /KNOPPIX/lib, and /KNOPPIX appears to be mounted read-only
I also took a look at modules.conf and the modutils directory, but I had no idea what to do

so.. now what?

Adrian

deerwood
11-20-2003, 04:59 PM
Hi Adrian,



I checked and /lib is a link to /KNOPPIX/lib, and /KNOPPIX appears to be mounted read-only
I also took a look at modules.conf and the modutils directory, but I had no idea what to do

so.. now what?

For a temporary test you can make /lib writable:



# become superuser
su

# copy /lib from readonly CD to read/write memory
cp -r /KNOPPIX/lib /ramdisk/libmem

# relink /lib to the copy
ln -s -fn /ramdisk/libmem /lib



This way you can check if 'sndconfig' can make your soundcard working.

regards

Georg

horo
11-20-2003, 05:01 PM
Hi Adrian,

maybe the new version (2003-11-14) helps because it has a working ALSA again that was broken in your version. Try it with
knoppix alsa
at the bootprompt.

Ciao Martin

aditsu
11-20-2003, 05:12 PM
maybe the new version (2003-11-14) helps because it has a working ALSA again that was broken in your version. Try it with
knoppix alsa
at the bootprompt.

what? another download and another cd? hmm
so ALSA was broken in this version ?!! what about OSS?
and why is it necessary to boot with "knoppix alsa"?

thanks
Adrian

horo
11-20-2003, 05:32 PM
Hi Adrian,

OSS is used as default. If you want ALSA boot with "knoppix alsa" .

Ciao Martin