Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
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.
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.
I just don't understand what the problem is I have run through my kernel config many times to check that I haven't omitted something small and everything seems okay. I get no errors for the usb device. Yet it just does not work. I have once had it working and I don't know how I got it to work. gpm doesn't even pick it up and is stopped before going into xwindows, so that shouldn't conflict. I have done everything that same as I would on my debian system yet to no good. Can somebodey maybe suggest where I am going wrong. I am using Redhat 9 on a kernel 2.4.21
###Kernel Log
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.275 $ time 22:30:54 Sep 26 2003
usb-uhci.c: High bandwidth mode enabled
PCI: Found IRQ 11 for device 00:1d.0
PCI: Sharing IRQ 11 with 01:00.0
PCI: Setting latency timer of device 00:1d.0 to 64
usb-uhci.c: USB UHCI at I/O 0xbf80, IRQ 11
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Found IRQ 11 for device 00:1d.2
PCI: Sharing IRQ 11 with 00:1f.1
PCI: Sharing IRQ 11 with 02:00.0
PCI: Setting latency timer of device 00:1d.2 to 64
usb-uhci.c: USB UHCI at I/O 0xbf20, IRQ 11
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice
hub.c: new USB device 00:1d.0-1, assigned address 2
: USB HID v1.10 Mouse [Logitech USB Receiver] on usb1:2.0
# The Identifier line must be present
Identifier "Server Layout"
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.
Screen "Screen0"
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
that would be the most likely problem. you could manually edit the xf86config-4 file but that, as far as i know, only takes care of X Windows. or you can run /usr/sbin/mouseconfig and choose the right drivers for your usb mouse which should configure your mouse for the whole system.
the problem is that I know that the XF86config file is set up correctly. Cause if I use the kernel image that came with RedHat 9 it all works fine. But the custom Kernel I built doesn't seem to want to recognise it. I have selected the correct modules cause they are successfully being probes and picking up the correct drivers in my logs. Plus I also have set the correct mouse settings in the kernel for ps/2 and the other non bus mouse. But the problem persists like a girlfriend that just does not want to stop nagging.
I had exactly the same problem: while installing and using RH, usb mouse and keyboard (Logitech Wireless) are well recognized, but after compiling and using custom kernel, they are not. It was strange, but when you make 'xconfig', if you choose 'USB support' as module, then UHCI/OHCI/etc should also be choosed as modules. I have nothing understood, what you should do is to recompile kernel with ?boot/config-2.4.20-XXXXX file loaded as configuration file. Don't touch 'USB support' part...
Well I got it all working again. I removed those modules for mouse support and usb support. compiled the kernel without it. And then added it again with those as modules and recomplied the kernel and she is all working. I don't understand it. But as my dad always said, " if it works don't touch it or try to understand why. Just understand that it works." :-)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.