[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ALSA --> Problem solved by "rm /etc/modprobe.conf"



On Friday 17 September 2004 08:26, James Cummings wrote:
> I've been having problems getting my sound card recognised as well.
>
> lspci:
> 0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER
> (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
>
> It is on onboard AC'97.
>
> So I've got various ac97* modules in my /etc/modules
>
Which ones exactly?

> When I was running 2.4.26-686 kernel the package:
> alsa-modules-2.4.26-1-686
> made my soundcard be recognised by KDE.
>
OK, so you were using Alsa?  Did you upgrade the alsa-modules, too?

> But now that I've upgraded to 2.4.27-686 KDE complains
> /dev/dsp no such device
>
/dev/dsp won't exist if you're running devfs or udev, and the driver isn't 
loaded (or you haven't told them to create the device node automatically).

> insmod i810_audio:
>
What happens when you modprobe i810_audio?  The error message below makes me 
think that you're missing a dependency.  Either that, or you've loaded the 
Alsa base modules, and you're trying to load an OSS module on top of them.  
That won't work.  Use the Alsa version of the 810 driver: snd-intel8x0.

> Using /lib/modules/2.4.27-1-686/kernel/drivers/sound/i810_audio.o
> /lib/modules/2.4.27-1-686/kernel/drivers/sound/i810_audio.o:
> init_module: No such device
> Hint: insmod errors can be caused by incorrect module parameters,
> including invalid IO or IRQ parameters.
>       You may find more information in syslog or the output from dmesg
>
> dmesg:
> Intel 810 + AC97 Audio, version 1.01, 06:29:52 Sep  3 2004
> i810_audio: Pure MMIO interfaces not yet supported.
>
>
> *sigh*  this was working under 2.4.26-686, what should I do to get it
> working under 2.4.27-686 ?
>
> -James
>
Also, did you change from devfs to udev?  And you're sure you're not mixing 
Alsa and Oss modules?

Justin Guerin



Reply to: