LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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-07-2004, 06:39 PM   #1
mvent2
LQ Newbie
 
Registered: Aug 2004
Posts: 3

Rep: Reputation: 0
modconf won't install or remove modules


When I ran lspci -v it said I had an Esoniq 5880 AudioPCI ( it was a Creative
Sound Blaster PCI under Winblows) sound card that I stupidly forgot to install during
Setup.
When I ran modconf i tried installing the module es1370, but it said:

es1370: version v0.35 time 11:53:03 Apr 20 2002
/lib/modules/2.2.20/misc/es1370.o: init_module: Device or resource busy
Hint: insmod errors can be caused by...
/lib/modules/2.2.20/misc/es1370.o: insmod /lib/modules/2.2.20/misc/es1370.o failed
/lib/modules/2.2.20/misc/es1370.o: insmod es1370 failed

Installation failed.

So then I tried using the sb Sound Blaster compatible module, but the exact same
message (replacing es1370 with sb of course) appears.

Even when I tried uninstalling modules I never heard of (eg sunrpc) it said the device
was busy (it would also help me if u could tell me what sunrpc is/does???)

Im at my wits end here, Ive tried everything, even compiling a kernel v2.6.7, but that
doesn't work, because when I made the modules it kept saying all these things were
undefined. When I tried booting with it, it said it was missing the root= parameter, even
though I specified root=/dev/hda3 in lilo.conf, so I have to stick with 2.2.20. And I
can't reinstall either, because I use network install but have already used 440MB/1GB
of downloads for the month as of 7/08. (I installed Debian Woody stable version with
KDE on the 4th
so I am a newbie at actually using Linux, but I have spent weeks reading about it
beforehand)
I dont know what else to do. Can anyone HELP me???

Thank you to anyone who answers...
 
Old 08-07-2004, 10:09 PM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Re: modconf won't install or remove modules

Quote:
Originally posted by mvent2
When I ran lspci -v it said I had an Esoniq 5880 AudioPCI ( it was a Creative
Sound Blaster PCI under Winblows) sound card that I stupidly forgot to install during
Setup.
When I ran modconf i tried installing the module es1370, but it said:

es1370: version v0.35 time 11:53:03 Apr 20 2002
/lib/modules/2.2.20/misc/es1370.o: init_module: Device or resource busy
Hint: insmod errors can be caused by...
/lib/modules/2.2.20/misc/es1370.o: insmod /lib/modules/2.2.20/misc/es1370.o failed
/lib/modules/2.2.20/misc/es1370.o: insmod es1370 failed

Installation failed.

So then I tried using the sb Sound Blaster compatible module, but the exact same
message (replacing es1370 with sb of course) appears.

Even when I tried uninstalling modules I never heard of (eg sunrpc) it said the device
was busy (it would also help me if u could tell me what sunrpc is/does???)

Im at my wits end here, Ive tried everything, even compiling a kernel v2.6.7, but that
doesn't work, because when I made the modules it kept saying all these things were
undefined. When I tried booting with it, it said it was missing the root= parameter, even
though I specified root=/dev/hda3 in lilo.conf, so I have to stick with 2.2.20. And I
can't reinstall either, because I use network install but have already used 440MB/1GB
of downloads for the month as of 7/08. (I installed Debian Woody stable version with
KDE on the 4th
so I am a newbie at actually using Linux, but I have spent weeks reading about it
beforehand)
I dont know what else to do. Can anyone HELP me???

Thank you to anyone who answers...
Well the bandwith cap sucks but if you want to go to www.apt-get.org and search on the package module-init-tools and get a line for a backport built for Woody to put into your /etc/apt/sources.list and install the package you should be able to compile a 2.6 kernel while still running Woody and be able to boot it. You should make sure that you compile support into (not as a module) for the file system(s) you use and the chipset on your motherboard. You will also want to mkdir /sys as root and put this in your /etc/fstab for the sysfs that is used in 2.6.x.

Code:
## Needed for kernel 2.6
none            /sys            sysfs   defaults                0       0
And in case you have not run across it a guide to compiling a kernel the Debian way.

http://newbiedoc.sourceforge.net/system/kernel-pkg.html
 
Old 08-08-2004, 01:32 AM   #3
mvent2
LQ Newbie
 
Registered: Aug 2004
Posts: 3

Original Poster
Rep: Reputation: 0
Well, thanks HappyTux but I was mainly looking for help about installing my sound card
driver, not about compiling a new kernel (although I'll try it anyways). Tks again, though.
I dont get the part about making the /sys dir. What do I do after that? U didnt really make
it that clear to me.

Last edited by mvent2; 08-08-2004 at 01:36 AM.
 
Old 08-08-2004, 03:47 AM   #4
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by mvent2
Well, thanks HappyTux but I was mainly looking for help about installing my sound card
driver, not about compiling a new kernel (although I'll try it anyways). Tks again, though.
I dont get the part about making the /sys dir. What do I do after that? U didnt really make
it that clear to me.
You do not really have to do anything after making the directory and putting the line in your /etc/fstab the system will mount the new sysfs that is used using the new module-init-tools and whichever related packages are needed to be installed get installed. I know you would prefer to get it working on the 2.2.20 kernel you are running but I think it is way to old and that is why you are getting the errors loading the module so if you still have the Woody install CD's (if this is how you installed) you should be able to install a 2.4.?? kernel from them if you have them in your sources list this my help get it going. And you can always just start modprobing the modules in the /lib/module/2.2.20.??/kernel/sound/pci/ and if one loads without errors then try and see if the sound works and make sure that you are a member of the audio group use the groups command to find out if you are not then adduser user_name audio as root logout and back in for the change to take effect.
 
  


Reply



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
remove modules from load sharkzf6 Debian 4 03-19-2005 11:25 AM
remove the modules alaios Linux - General 3 11-17-2004 07:57 AM
modconf not working, no modules irks Linux - Newbie 1 07-01-2004 09:28 PM
Modconf does not show all modules, only net ones Baldho Debian 9 06-07-2004 01:37 AM
Quick Question: permanently remove modules? 000 Linux - Newbie 2 12-31-2003 06:26 PM

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

All times are GMT -5. The time now is 08:50 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