View previous topic :: View next topic |
Author |
Message |
DimGR n00b

Joined: 13 Apr 2004 Posts: 55
|
Posted: Mon Jun 21, 2004 3:03 am Post subject: modprobe emu10k1 errors |
|
|
there is the driver emu10k1 in the /lib/modules/ drivers for sound but when im doing modprobe emu10k1 it gives me this error
modprobe emu10k1
/lib/modules/2.4.20-gentoo-r6/kernel/drivers/sound/emu10k1/emu10k1.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.20-gentoo-r6/kernel/drivers/sound/emu10k1/emu10k1.o: insmod /lib/modules/2.4.20-gentoo-r6/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.20-gentoo-r6/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1 failed
bash-2.05b# |
|
Back to top |
|
 |
papal_authority Veteran


Joined: 31 Mar 2004 Posts: 1823 Location: Canada
|
Posted: Mon Jun 21, 2004 4:27 am Post subject: |
|
|
Like the output suggests, what does dmesg say? |
|
Back to top |
|
 |
DimGR n00b

Joined: 13 Apr 2004 Posts: 55
|
Posted: Mon Jun 21, 2004 4:42 am Post subject: |
|
|
papal_authority wrote: | Like the output suggests, what does dmesg say? |
it says this which is not an error
Creative EMU10K1 PCI Audio Driver, version 0.20, 10:17:20 Oct 8 2003
Creative EMU10K1 PCI Audio Driver, version 0.20, 10:17:20 Oct 8 2003
Creative EMU10K1 PCI Audio Driver, version 0.20, 10:17:20 Oct 8 2003
Creative EMU10K1 PCI Audio Driver, version 0.20, 10:17:20 Oct 8 2003 |
|
Back to top |
|
 |
papal_authority Veteran


Joined: 31 Mar 2004 Posts: 1823 Location: Canada
|
Posted: Mon Jun 21, 2004 1:26 pm Post subject: |
|
|
Looks like an error as it is repeated 4 times and it doesn't give the IRQ. You should see something like this:
Code: |
Creative EMU10K1 PCI Audio Driver, version 0.20, 05:11:33 Apr 17 2004
emu10k1: EMU10K1 rev 5 model 0x8023 found, IO at 0xd800-0xd81f, IRQ 3
|
Are you sure that's the right driver? Maybe try a cat /proc/pci and see what shows up... |
|
Back to top |
|
 |
DimGR n00b

Joined: 13 Apr 2004 Posts: 55
|
Posted: Mon Jun 21, 2004 1:29 pm Post subject: |
|
|
papal_authority wrote: | Looks like an error as it is repeated 4 times and it doesn't give the IRQ. You should see something like this:
Code: |
Creative EMU10K1 PCI Audio Driver, version 0.20, 05:11:33 Apr 17 2004
emu10k1: EMU10K1 rev 5 model 0x8023 found, IO at 0xd800-0xd81f, IRQ 3
|
Are you sure that's the right driver? Maybe try a cat /proc/pci and see what shows up... |
there it is
Bus 2, device 9, function 0:
Multimedia audio controller: Creative Labs SB Audigy (rev 4).
IRQ 21.
Master Capable. Latency=32. Min Gnt=2.Max Lat=20.
I/O at 0xb800 [0xb83f]. |
|
Back to top |
|
 |
papal_authority Veteran


Joined: 31 Mar 2004 Posts: 1823 Location: Canada
|
Posted: Mon Jun 21, 2004 2:45 pm Post subject: |
|
|
I thought IRQ numbers only went to 0 to 15? Maybe there's a PC hardware expert who could shed some light on this... |
|
Back to top |
|
 |
|