Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
12-04-2004, 02:08 PM
|
#1
|
Member
Registered: May 2004
Location: France
Distribution: Debian
Posts: 135
Rep:
|
make modules_install error
Hello,
When I recompile my kernel 2.6.9 I get a strange error :
...
INSTALL sound/pci/ac97/snd-ac97-codec.ko
INSTALL sound/pci/snd-intel8x0.ko
INSTALL sound/soundcore.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.9; fi
WARNING: /lib/modules/2.6.9/extra/slusb.ko needs unknown symbol usb_endpoint_halted
Do you know why this happends ?
I also get an error when I boot, it says :
slamr cannot be loaded
Maybe the two are linked...
I you have any idea...
Thanks
|
|
|
12-04-2004, 03:12 PM
|
#2
|
Senior Member
Registered: Nov 2002
Location: British Columbia, Canada
Distribution: Gentoo x86_64; FreeBSD; OS X
Posts: 3,764
Rep:
|
After googling it appears that usb_endpoint_halted is defined (or referenced, I'm not a programmer) in linux/drivers/usb/usb-ohci.c
So I would double-check that you have usb-ohci enabled in your kernel:
Code:
$ grep "CONFIG_USB_OHCI_HCD" /usr/src/linux/.config
If you don't have 'y' or 'm' I would suggest rebuilding your kernel with support for ohci host controller.
If this is already enabled make sure it is modprobed...
|
|
|
12-04-2004, 03:20 PM
|
#3
|
Senior Member
Registered: Nov 2002
Location: British Columbia, Canada
Distribution: Gentoo x86_64; FreeBSD; OS X
Posts: 3,764
Rep:
|
Ok, forget that last post..."usb_endpoint_halted" appears in several source files dealing with the USB subsystem.
In any event, you should ensure support for your usb host controller. Try running:
Code:
$ lspci -v | grep USB
on my system this command returns:
Code:
0000:00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) (prog-if 10 [OHCI])
0000:00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) (prog-if 10 [OHCI])
0000:00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) (prog-if 20 [EHCI])
So I would ensure OHCI and EHCI support in my kernel.
good luck...
|
|
|
12-04-2004, 03:54 PM
|
#4
|
Member
Registered: May 2004
Location: France
Distribution: Debian
Posts: 135
Original Poster
Rep:
|
Hello,
My system says UHCI and EHCI, but I have both of them as modules in my kernel.
I don't understand...
Thanks
|
|
|
12-04-2004, 04:07 PM
|
#5
|
Senior Member
Registered: Nov 2002
Location: British Columbia, Canada
Distribution: Gentoo x86_64; FreeBSD; OS X
Posts: 3,764
Rep:
|
Sorry bud, I was just describing some troubleshooting tips that I would try if this was my problem. I don't know the solution to your problem, so I spose you need to wait for an expert to step in here.
What is 'slamr' module for? And slusb? Is it USB modem?
|
|
|
12-04-2004, 06:06 PM
|
#6
|
Member
Registered: May 2004
Location: France
Distribution: Debian
Posts: 135
Original Poster
Rep:
|
Hey,
Thanks anyway !
I don't know what those modules are. I don't even know where they are in the 'make menuconfig'. I don't have USB modem...
|
|
|
12-04-2004, 06:30 PM
|
#7
|
Senior Member
Registered: Nov 2002
Location: British Columbia, Canada
Distribution: Gentoo x86_64; FreeBSD; OS X
Posts: 3,764
Rep:
|
Well that's odd. I assumed that slamr was a module you needed for a particular piece os hardware. A bit more investigating reveals that slamr has something to do with winmodems. (IE software modems).
If you are not using one of these devices and everything else 'works' then you can probably just ignore these messages.
This leads me to believe that you are using a kernel (source?) provided by your distro because it appears that slamr support is provided by a third party (ie nvidia drivers) which taint the kernel. My point is it should not exist in a vanilla kernel sources.
|
|
|
12-04-2004, 06:38 PM
|
#8
|
Member
Registered: May 2004
Location: France
Distribution: Debian
Posts: 135
Original Poster
Rep:
|
Hey,
I did install a patch for my inbuilt modem. It works fine ! Maybe this is why I turned the module on... I don't remember, it was a long time ago
Thanks for your help !
|
|
|
12-12-2004, 10:15 AM
|
#9
|
Member
Registered: May 2004
Location: France
Distribution: Debian
Posts: 135
Original Poster
Rep:
|
Hello,
I solved the problem removing the patch... Thanks !
|
|
|
All times are GMT -5. The time now is 12:47 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|