vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I've installed mandrake 10.1 on my PC and there's no sound. Can anybody help me please ? What I can say : - Extract of my output of the lspci : 00:1b.0 Class 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03) - Extract of my output of the lsmod : Module Size Used by snd-intel8x0 31660 0 snd-ac97-codec 70736 1 snd-intel8x0 snd-pcm 86948 1 snd-intel8x0 snd-timer 22724 1 snd-pcm snd-page-alloc 8392 2 snd-intel8x0,snd-pcm gameport 4416 1 snd-intel8x0 snd-mpu401-uart 7168 1 snd-intel8x0 snd-rawmidi 21188 1 snd-mpu401-uart snd-seq-device 7336 1 snd-rawmidi snd 49028 7 snd-intel8x0,snd-ac97-codec,snd-pcm,snd-timer,snd-mpu401-uart,snd-rawmidi,snd-seq-device soundcore 8288 1 snd - I have downloaded and installed the linux driver for this sound card : linux_r31 with alsa-driver-1.0.4. - When I try to play a mpeg file, it produces the error : "All Audio Drivers failed to initialise !" - I tried to launch "alsaconf". This tool return with the message : "No supported PnP or PCI card found" Thank you for your help --- Sylvain |
| |||
| Sylvain from Tls wrote: > Hello, > > I've installed mandrake 10.1 on my PC and there's no sound. > Can anybody help me please ? > > What I can say : > - Extract of my output of the lspci : > 00:1b.0 Class 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High > Definition Audio Controller (rev 03) > > - Extract of my output of the lsmod : > Module Size Used by > snd-intel8x0 31660 0 > snd-ac97-codec 70736 1 snd-intel8x0 > snd-pcm 86948 1 snd-intel8x0 > snd-timer 22724 1 snd-pcm > snd-page-alloc 8392 2 snd-intel8x0,snd-pcm > gameport 4416 1 snd-intel8x0 > snd-mpu401-uart 7168 1 snd-intel8x0 > snd-rawmidi 21188 1 snd-mpu401-uart > snd-seq-device 7336 1 snd-rawmidi > snd 49028 7 > snd-intel8x0,snd-ac97-codec,snd-pcm,snd-timer,snd-mpu401-uart,snd-rawmidi,snd-seq-device > > soundcore 8288 1 snd > > - I have downloaded and installed the linux driver for this sound card : > linux_r31 with alsa-driver-1.0.4. > - When I try to play a mpeg file, it produces the error : > "All Audio Drivers failed to initialise !" > - I tried to launch "alsaconf". This tool return with the message : > "No supported PnP or PCI card found" > > Thank you for your help > > --- > Sylvain > > > > if you read the alsa manual it talks about creating the devices such as /dev/dsp and it goes on like that. check whether you have those devices created, otherwise there is an utility that comes with alsa, that creates the device nodes. jc -- Jayachandran Kamaraj Registered Linux User :341946 Registered Machine :230996 Do not dig so deep to find the reasons for the defeat that nothing comes out.--Vajpayee http://jaya.homelinux.org |
| ||||
| jayachandran kamaraj a écrit : > Sylvain from Tls wrote: > >> Hello, >> >> I've installed mandrake 10.1 on my PC and there's no sound. >> Can anybody help me please ? >> >> What I can say : >> - Extract of my output of the lspci : >> 00:1b.0 Class 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) >> High Definition Audio Controller (rev 03) >> >> - Extract of my output of the lsmod : >> Module Size Used by >> snd-intel8x0 31660 0 >> snd-ac97-codec 70736 1 snd-intel8x0 >> snd-pcm 86948 1 snd-intel8x0 >> snd-timer 22724 1 snd-pcm >> snd-page-alloc 8392 2 snd-intel8x0,snd-pcm >> gameport 4416 1 snd-intel8x0 >> snd-mpu401-uart 7168 1 snd-intel8x0 >> snd-rawmidi 21188 1 snd-mpu401-uart >> snd-seq-device 7336 1 snd-rawmidi >> snd 49028 7 >> snd-intel8x0,snd-ac97-codec,snd-pcm,snd-timer,snd-mpu401-uart,snd-rawmidi,snd-seq-device >> >> soundcore 8288 1 snd >> >> - I have downloaded and installed the linux driver for this sound card : >> linux_r31 with alsa-driver-1.0.4. >> - When I try to play a mpeg file, it produces the error : >> "All Audio Drivers failed to initialise !" >> - I tried to launch "alsaconf". This tool return with the message : >> "No supported PnP or PCI card found" >> >> Thank you for your help >> >> --- >> Sylvain >> >> >> >> > if you read the alsa manual it talks about creating the devices such as > /dev/dsp and it goes on like that. > check whether you have those devices created, otherwise there is an > utility that comes with alsa, that creates the device nodes. > jc > Thanks for your help. I finaly managed to install the sound. I proceed like this : 1) install of the kernel-source package for my mandrake disribution 10.1 (kernel 2.6-2.6.8.1-12mdk) 2) install of alsa driver 1.0.9rc1. I found how to set my modprobe.conf in another driver file : "driver for realtek ALC101/201/.../880 version r3.1" with the example file modules.conf (the convertion modules.conf to modprobe.conf is done with the tool generate-modprobe.conf). I just replaced snd-azalia by snd-hda-intel in this example. Bye. --- Sylvain from Tls |