/lib/modules/2.4.21-xfs/alsa/snd-cmipci.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
/lib/modules/2.4.21-xfs/alsa/snd-cmipci.o: insmod /lib/modules/2.4.21-xfs/alsa/snd-cmipci.o failed
/lib/modules/2.4.21-xfs/alsa/snd-cmipci.o: insmod snd-card-1 failed
and the last entry in dmesg is:
C-Media PCI soundcard not found or device busy
I just noticed that my USB controller and the C-media pci card are both using IRQ12:
00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07) (prog-if 10 [OHCI])
Subsystem: Silicon Integrated Systems [SiS] USB 1.0 Controller
Flags: bus master, medium devsel, latency 64, IRQ 12
Memory at cfffe000 (32-bit, non-prefetchable) [size=4K]
00:0f.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device
Flags: bus master, medium devsel, latency 64, IRQ 12
I/O ports at b800 [size=256]
Capabilities: [c0] Power Management version 2Should they be able to 'share' the same IRQ? Any ideas?
Thanks again
From: Clemens Ladisch <[EMAIL PROTECTED]> To: Chuck Connors <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [Alsa-user] Trouble setting up two sound cards in same box Date: Wed, 17 Mar 2004 09:43:48 +0100 (MET)
Chuck Connors wrote: > At the moment, the onboard sound works fine, but I'm not getting > anything from the pci card I added. > > options snd major=116 cards_limit=2 device_gid=29 device_mode=0660
cards_limit=2 is OK.
> #Set Card 0 (Onboard) > alias snd-card-0 snd-intel8x0 > options snd-intel8x0 index=0 snd_enable
The parameter wouldn't be "snd_enable" but "enable=1", but this is the default anyway.
> alias snd-card-1 snd-cmipci > options snd-cmipci snd_enable
Use "options snd-cmipci index=1".
> After booting with these settings, lsmod doesn't show the cmedia's > module (cmipci) as being loaded.
Does "modprobe snd-card-1" load it? If yes, then one of your startup scripts is still configured to load only the first card.
HTH Clemens
_________________________________________________________________
Check out MSN PC Safety & Security to help ensure your PC is protected and safe. http://specials.msn.com/msn/security.asp
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
