LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-15-2003, 03:04 PM   #1
toovato
Member
 
Registered: Jul 2003
Location: Ft Lauderdale, FL
Distribution: debian
Posts: 48

Rep: Reputation: 15
sound blaster audigy emu10k init_module: No such device


Anyone got an idea?

#modconf: emu10k
select it and go to install and:


Installing module emu10k1. If the device isn't there, or isn't configured correctly, this could cause your system to pause for up to a minute.

/lib/modules/2.4.21-4-686/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.21-4-686/kernel/drivers/sound/emu10k1/emu10k1.o: insmod /lib/modules/2.4.21-4-686/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.21-4-686/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1 failed

Installation failed.

Please press ENTER when you are ready to continue.




noc:/home/admin# lspci
00:00.0 Host bridge: Intel Corp. 82850 850 (Tehama) Chipset Host Bridge (MCH) (rev 02)
00:01.0 PCI bridge: Intel Corp. 82850 850 (Tehama) Chipset AGP Bridge (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB PCI Bridge (rev 04)
00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 04)
00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 04)
00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 04)
00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 04)
00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 04)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R200 BB [Radeon All in Wonder 8500DV]
01:00.1 PCI bridge: ATI Technologies Inc: Unknown device 4243
02:00.0 FireWire (IEEE 1394): Lucent Microelectronics FW323 (rev 04)
03:0a.0 Multimedia audio controller: Creative Labs SB Audigy (rev 03)
03:0a.1 Input device controller: Creative Labs SB Audigy MIDI/Game port (rev 03)
03:0a.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port
03:0b.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
03:0c.0 Ethernet controller: Linksys Network Everywhere Fast Ethernet 10/100 model NC100 (rev 11)
03:0d.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)



Distro is debian unstable kernel 2.4.21 but seems to be independent of kernel as I have tried more than one stardard one. I feel as though it might need to be placed somewhere else on the PCI bus? PnP is disabled.
 
Old 08-16-2003, 10:05 AM   #2
dowmun
Member
 
Registered: Feb 2003
Posts: 119

Rep: Reputation: 15
Hi,
When I try <modconf> from the CLI, it only gives me a choice of modules that I have built into the 2.4.21 kernel.
It may be possible that you did not put support for the emu10k1 module into your 2.4.21 kernel.You might look at the config file you used for 2.4.21, and see if CONFIG_SOUND and CONFIG_SOUND_EMU10K1 are being built in, OR are being built as modules.
You seem like a devil-may-care type of guy (much like myself), and I think it is possible that you are trying to use modules from one kernel build with another kernel. I also think that it is possible that I could be wrong.
 
Old 08-26-2003, 11:08 PM   #3
toovato
Member
 
Registered: Jul 2003
Location: Ft Lauderdale, FL
Distribution: debian
Posts: 48

Original Poster
Rep: Reputation: 15
so do I want them built in or as modules - shouldnt they work fine as modules?
 
Old 08-27-2003, 08:06 AM   #4
dowmun
Member
 
Registered: Feb 2003
Posts: 119

Rep: Reputation: 15
Hi,
Although both Sound Card Support and CREATIVE SBLIVE! (EMU10k1) are built into my kernel, I see no reason why they should not work as modules. If you build ANY modules while configuring a new kernel, it is important to go and check what you have in </lib/modules>
There should be a directory for each kernel version that you have. There should not be more than one directory labeled <2.4.21>
If I have a working kernel 2.4.21 and I decide to recompile it , I go to /lib/modules and change the name of the existing directory <2.4.21> to <2.4.21.old> before I do the commands <make modules> and <make modules_install> . This renders it useless, but still available if I decide to go back to my first kernel configuration. ( Okay, actually I delete it, but that is because of my carefree nature, and damn-the-torpedos attitude )
When I do a kernel recompile, the <make modules> and <make modules_install> commands will build a new directory in /lib/modules called 2.4.21
This will be the directory I want working with my newly compiled kernel.
 
Old 08-27-2003, 10:48 AM   #5
toovato
Member
 
Registered: Jul 2003
Location: Ft Lauderdale, FL
Distribution: debian
Posts: 48

Original Poster
Rep: Reputation: 15
well I built it into the kernel, but it is no longer an option in modconf - which makes sense considering modconf should be configuring modules. I thought you said you still had access to it through modconf?

anyway can I assume it now works? and a program I can use to test it?

Thanks for you help!
 
Old 08-27-2003, 12:31 PM   #6
dowmun
Member
 
Registered: Feb 2003
Posts: 119

Rep: Reputation: 15
I did not make clear what I could access through modconf. It is only those things that I built AS modules that I have access to.
If you have not already done so, I would suggest copying the /usr/src/linux/.config file ( if that is your location ) that you used to build your new kernel to a safer location. If you are in the directory this file is in, then <cp .config /boot/config-2.4.20> should do it.
Assuming things has gotten me into more trouble than anything else in my life. I would think that you could test it by trying to play a CD, or an mp3 file.
Give it a shot, and report back any failure or error messages.
 
Old 08-27-2003, 12:59 PM   #7
toovato
Member
 
Registered: Jul 2003
Location: Ft Lauderdale, FL
Distribution: debian
Posts: 48

Original Poster
Rep: Reputation: 15
no sound programs seems to have access to sound device

I think it must be an irq problem -
 
Old 08-27-2003, 01:44 PM   #8
dowmun
Member
 
Registered: Feb 2003
Posts: 119

Rep: Reputation: 15
What exactly are you trying to get sound from, and what is it telling you in the way of error messages?
Are you doing this from the command line, or using a GUI? I don't think this really matters, except I get lost quick in KDE or Gnome.
 
Old 08-27-2003, 06:55 PM   #9
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
The emu10k1 could be loaded but it may not be setup properly.

What does /sbin/lsmod lists?

What does cat /proc/pci lists?

If you don't have ALSA, go get it. It supports sound cards better than OSS.
 
Old 08-27-2003, 09:13 PM   #10
toovato
Member
 
Registered: Jul 2003
Location: Ft Lauderdale, FL
Distribution: debian
Posts: 48

Original Poster
Rep: Reputation: 15
Yea - I think I will go try alsa -


admin@noc:~$ cat /proc/pci
PCI devices found:
Bus 0, device 0, function 0:
Host bridge: Intel Corp. 82850 850 (Tehama) Chipset Host Bridge (MCH) (rev 2
).
Prefetchable 32 bit memory at 0xf8000000 [0xfbffffff].
Bus 0, device 1, function 0:
PCI bridge: Intel Corp. 82850 850 (Tehama) Chipset AGP Bridge (rev 2).
Master Capable. No bursts. Min Gnt=8.
Bus 0, device 30, function 0:
PCI bridge: Intel Corp. 82801BA/CA/DB PCI Bridge (rev 4).
Master Capable. No bursts. Min Gnt=6.
Bus 0, device 31, function 0:
ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 4).
Bus 0, device 31, function 1:
IDE interface: Intel Corp. 82801BA IDE U100 (rev 4).
I/O at 0x9800 [0x980f].
Bus 0, device 31, function 3:
SMBus: Intel Corp. 82801BA/BAM SMBus (rev 4).
IRQ 10.
I/O at 0xe800 [0xe80f].
Bus 1, device 0, function 0:
VGA compatible controller: ATI Technologies Inc Radeon 8500 DV (rev 0).
IRQ 11.
Master Capable. Latency=64. Min Gnt=8.
Prefetchable 32 bit memory at 0xf0000000 [0xf7ffffff].
I/O at 0xd800 [0xd8ff].
Non-prefetchable 32 bit memory at 0xef000000 [0xef01ffff].
Non-prefetchable 32 bit memory at 0xee800000 [0xee80ffff].
Bus 1, device 0, function 1:
PCI bridge: PCI device 1002:4243 (ATI Technologies Inc) (rev 0).
Master Capable. Latency=64.
Bus 2, device 0, function 0:
FireWire (IEEE 1394): Lucent Microelectronics FW323 (rev 4).
IRQ 11.
Master Capable. Latency=32. Min Gnt=12.Max Lat=24.
Non-prefetchable 32 bit memory at 0xee000000 [0xee000fff].
Bus 3, device 9, function 0:
Multimedia audio controller: Creative Labs SB Audigy (rev 3).
IRQ 9.
Master Capable. Latency=32. Min Gnt=2.Max Lat=20.
I/O at 0xb800 [0xb81f].
Bus 3, device 9, function 1:
Input device controller: Creative Labs SB Audigy MIDI/Game port (rev 3).
Master Capable. Latency=32.
I/O at 0xb400 [0xb407].
Bus 3, device 9, function 2:
FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 0).
IRQ 9.
Master Capable. Latency=32. Min Gnt=2.Max Lat=4.
Non-prefetchable 32 bit memory at 0xed800000 [0xed8007ff].
Non-prefetchable 32 bit memory at 0xed000000 [0xed003fff].
Bus 3, device 12, function 0:
Ethernet controller: Linksys Network Everywhere Fast Ethernet 10/100 model N
C100 (rev 17).
IRQ 9.
Master Capable. Latency=32. Min Gnt=255.Max Lat=255.
I/O at 0xb000 [0xb0ff].
Non-prefetchable 32 bit memory at 0xec800000 [0xec8003ff].
Bus 3, device 13, function 0:
Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 120).
IRQ 4.
Master Capable. Latency=32. Min Gnt=10.Max Lat=10.
I/O at 0xa800 [0xa87f].
Non-prefetchable 32 bit memory at 0xec000000 [0xec00007f].
admin@noc:~$
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound Blaster Audigy 2 ZS NewToLinux2005 Ubuntu 14 12-26-2010 06:57 AM
No sound coming from my sound blaster audigy 2 ZS platinum sound card msab Linux - Hardware 9 12-05-2010 05:10 AM
Sound Blaster Audigy help chrisbhall Linux - Newbie 7 10-12-2004 08:30 PM
Sound Blaster Audigy confidential007 Linux - Hardware 13 08-19-2004 11:30 PM
Sound Blaster Live (emu10k) on Fedora / mysterious crash at boot DavW Fedora 3 03-18-2004 12:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration