Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
hid and usb-uhci modules won't load.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Zero Hour
n00b
n00b


Joined: 12 Aug 2002
Posts: 17

PostPosted: Mon Aug 12, 2002 7:40 am    Post subject: hid and usb-uhci modules won't load. Reply with quote

8O I've recompiled the kernel and I was going by a forum entry on installing a usb mouse. I went by the directions as far as I know and rebooted but hid and usb-uhci don't automatically load and when I modprobe them it says insmod hid (or usb-uhci) failed and i get some errors behind it about unresolved symbol.

At reboot I also noticed after my last recompile that it says Calculating module independcies and then it gives an error saying it can't.

If anyone could help with this I'd greatly appreciate it. I can't find my serial mice and I'm kinda set on getting this usb to work one way or another cause I'd like to aslo have my PDA going with gentoo. :D
_________________
"That's all we expect from man this side of the grave: his good is knowing he is bad."
Back to top
View user's profile Send private message
sa
Guru
Guru


Joined: 10 Jun 2002
Posts: 450

PostPosted: Mon Aug 12, 2002 7:57 am    Post subject: Reply with quote

try compiling those buggers directly into the kernel... unless you _need_ modules.
Back to top
View user's profile Send private message
asimon
l33t
l33t


Joined: 27 Jun 2002
Posts: 979
Location: Germany, Old Europe

PostPosted: Mon Aug 12, 2002 8:52 am    Post subject: Reply with quote

If you have unresolved symbols in your kernel modules then I think there is no other option than making a 'make mrproper' (beware this deletes your .config too) and recompile kernel and modules.

Cheers,
Andreas
Back to top
View user's profile Send private message
Zero Hour
n00b
n00b


Joined: 12 Aug 2002
Posts: 17

PostPosted: Mon Aug 12, 2002 1:08 pm    Post subject: Reply with quote

K i got the thing about makin em builtin. tried it, It didn't work. I got undefined reference to input_event and things like that. I believe it was at the point of doing HID. So it error'd ouw and still doesn't work.

f you have unresolved symbols in your kernel modules then I think there is no other option than making a 'make mrproper' - That I don't understand. 8O
_________________
"That's all we expect from man this side of the grave: his good is knowing he is bad."
Back to top
View user's profile Send private message
trolley
Apprentice
Apprentice


Joined: 12 Jun 2002
Posts: 292
Location: Canada

PostPosted: Mon Aug 12, 2002 1:39 pm    Post subject: Reply with quote

Are you sure uhci is the right module for you? If it's not working then you might want to try ohci, such as if you have an SiS chipset (like me :P). It won't hurt to try even if you aren't sure.
Back to top
View user's profile Send private message
sa
Guru
Guru


Joined: 10 Jun 2002
Posts: 450

PostPosted: Mon Aug 12, 2002 6:16 pm    Post subject: Reply with quote

please cut and paste the exact error and send it here. you probably need to enable something else in your kernel.
Back to top
View user's profile Send private message
trolley
Apprentice
Apprentice


Joined: 12 Jun 2002
Posts: 292
Location: Canada

PostPosted: Mon Aug 12, 2002 6:31 pm    Post subject: Reply with quote

Zero Hour wrote:

f you have unresolved symbols in your kernel modules then I think there is no other option than making a 'make mrproper' - That I don't understand. 8O


From the kernel HOWTO:

Quote:
`make mrproper' will do a more extensive `clean'ing. It is sometimes necessary; you may wish to do it at every patch. `make mrproper' will also delete your configuration file, so you might want to make a backup of it (.config) if you see it as valuable.


I'm not sure why that was recommended...
Back to top
View user's profile Send private message
Zero Hour
n00b
n00b


Joined: 12 Aug 2002
Posts: 17

PostPosted: Mon Aug 12, 2002 11:00 pm    Post subject: Reply with quote

Well I can't paste what happens unless I go back in and purposely regenerate those errors now. I set em back as modules and just took them outta autoload for a bit til I figure out why I'm getting errors.

And YES Uhci is the one I want as I have a Via chipset. :P
_________________
"That's all we expect from man this side of the grave: his good is knowing he is bad."
Back to top
View user's profile Send private message
Zero Hour
n00b
n00b


Joined: 12 Aug 2002
Posts: 17

PostPosted: Mon Aug 12, 2002 11:01 pm    Post subject: Reply with quote

And even then I don't know how to copy and paste it...
_________________
"That's all we expect from man this side of the grave: his good is knowing he is bad."
Back to top
View user's profile Send private message
sa
Guru
Guru


Joined: 10 Jun 2002
Posts: 450

PostPosted: Tue Aug 13, 2002 5:29 am    Post subject: Reply with quote

doh, I forgot you dont have a mouse. probably not to easy to cut and paste.
does `modprobe mousedev usb-uhci hid usbcore` say anything?

cya,
sa :mrgreen:
Back to top
View user's profile Send private message
dcstimm
Guru
Guru


Joined: 19 Jun 2002
Posts: 321

PostPosted: Tue Aug 13, 2002 6:10 am    Post subject: Reply with quote

make sure you compile in input core support

and under that you will see mouse support,

then make sure you add

Support for USB
Preliminary USB device File System
UHCI support
USB Human Interface Device (full HID) support
**HID input layer support** this is a new option It has stumped alot of people

then add this to /etc/X11/XF86Config
Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons"
Back to top
View user's profile Send private message
Zero Hour
n00b
n00b


Joined: 12 Aug 2002
Posts: 17

PostPosted: Tue Aug 13, 2002 11:35 am    Post subject: Reply with quote

yeah I already did that good stuff dcstimm. hehehehe weeeeeeeeeeeeeeeeeeeeee I set what I could back to module last night and just like triple checked everything and edited the modules.autoload again and recompiled and this morning i wake up at 6am (had 5.5 hours of sleep) and got back on.. Did my thing rebooted and woOt! it's fscking l33t! even my wheel works hehehe! thanks ya'll. :D :D :D
_________________
"That's all we expect from man this side of the grave: his good is knowing he is bad."
Back to top
View user's profile Send private message
Zero Hour
n00b
n00b


Joined: 12 Aug 2002
Posts: 17

PostPosted: Tue Aug 13, 2002 11:36 am    Post subject: Reply with quote

now my goal is my sound :) it's either my ESS 1688 Audiodrive or an Aztech, both are isa.
_________________
"That's all we expect from man this side of the grave: his good is knowing he is bad."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum