LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having 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


Reply
  Search this Thread
Old 03-17-2004, 10:02 AM   #1
ndj5
LQ Newbie
 
Registered: Mar 2004
Posts: 3

Rep: Reputation: 0
Angry Linux vs the USB Mouse


Pardon my ignorance when it comes to Linux. For the past few weeks I've been trying to get my USB mouse to work with Red Hat 9. The mouse pad works fine on the laptop, but the system doesn't recognize the USB mouse when I plug it in.

When I run:
$ dmesg

i get:

hub.c: new USB device 00:1d.0-1, assigned address 3
usb.c: USB device 3 (vend/prod 0x47d/0x1012) is not claimed by any active driver.

With
$ tail -s 3 /var/log/messages

I get

Mar 17 08:52:19 localhost kernel: usb.c: USB device 3 (vend/prod 0x47d/0x1012) is not claimed by any active driver.
Mar 17 08:52:22 localhost /etc/hotplug/usb.agent: ... no modules for USB product 47d/1012/100

To try to correct this I have done the following (this is where my ignorance shows):

I have alter my xf86Config file to include:

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection



Section "InputDevice"
Identifier "USB Mice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

in the serverlayout section
InputDevice "USB Mice" "CorePointer"
InputDevice "USB Mice" "SendCoreEvents"


and

Section "Xinput"
SubSection "Mouse"
DeviceName "USB Mice"
Protocol "IMPS/2"
Port "/dev/input/mice"
AlwaysCore
EndSubSection
EndSection

I'm using a Kensington usb wheel mouse. When I go into the mouse config and change it to Generic USB Wheel Mouse, I can't get my touch pad or usb mouse to move the curser, I have to use the keyboard to change the config back to Microsoft no mouse so that at lease the touch pad works.

Can anyone help me out?
Thanks.
 
Old 03-17-2004, 10:15 AM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
you might want to try and start off by doing a quick test with modprobe... see if you have usbserial module loaded

modprobe usbserial

I'm not familiar with usb-mouses, even tough I have one myself, but I use the small piece between the usb- and my "regular" mouse port. I never took the middle-piece off, because this works nicely.. you may also list your usb-related modules (all of them) by doing

modprobe -l | grep usb | less

and see if there is some candies for you. but as I said, I'm not familiar with this problem...perhaps someone other is. this just was the first thing to come ty my mind...and it won't harm you if you try to modprobe that altough I'm quite sure it's already there... (if you get no errors, then the module is loaded properly and you may try to plug your mouse again - if you get errors, you might have it already and then this whole thing is useless)
 
Old 03-17-2004, 11:39 AM   #3
ndj5
LQ Newbie
 
Registered: Mar 2004
Posts: 3

Original Poster
Rep: Reputation: 0
modprobe

Thanks for the quick response b0uncer. No luck.

here are the resluts from the

modprobe -l | grep usb | less

/lib/modules/2.4.21-4.EL/kernel/drivers/usb/hid.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/host/ehci-hcd.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/host/uhci.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/host/usb-ohci.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/host/usb-uhci.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/hpusbscsi.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/kaweth.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/kbtab.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/mdc800.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/microtek.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/pegasus.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/powermate.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/printer.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/rtl8150.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/scanner.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/belkin_sa.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/cyberjack.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/digi_acceleport.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/empeg.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/ftdi_sio.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/io_edgeport.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/io_ti.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/ipaq.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/ir-usb.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/keyspan.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/keyspan_pda.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/kl5kusb105.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/kobil_sct.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/mct_u232.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/omninet.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/pl2303.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/usbserial.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/visor.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/serial/whiteheat.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/storage/usb-storage.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/usb-midi.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/usbcore.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/usbnet.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/uss720.o
/lib/modules/2.4.21-4.EL/kernel/drivers/usb/wacom.o

I'm not sure what this means, or what I should do with this information.
 
Old 03-17-2004, 02:34 PM   #4
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
basically I meant that if in that list was some module name which would have your mouse's name in it (like there is ipaq.o for ipaq's), you could try and modprobe it.. but I guess it won't help then if there isn't

if you still want to try this modprobe-thing, try the following (and then plug in your mouse - if you reboot after modprobe, you'll lose the modules unless you add them to some init file):

btw, do your other usb devices work ok?
 
Old 05-13-2004, 07:16 PM   #5
ndj5
LQ Newbie
 
Registered: Mar 2004
Posts: 3

Original Poster
Rep: Reputation: 0
This was my answer.

I ended up editing the following file.

/etc/modules.conf

I inserted in the following line:

alias usb- controler usb-uhci

Hope this helps someone.

ndj
 
Old 05-19-2004, 03:29 PM   #6
datadriven
Member
 
Registered: Jun 2003
Location: Holly Hill, Florida
Distribution: Slackware 10.1
Posts: 317

Rep: Reputation: 30
This part appears to be incorrect, try this.

in the serverlayout section
InputDevice "Mouse0" "CorePointer"
InputDevice "USB Mice" "AlwaysCore"
 
  


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
usb keyboard/mouse in linux ivanhasou Linux - Hardware 1 09-18-2004 07:50 AM
linux locks up when usb mouse attached to usb port during startup. BGuy891653 Linux - Hardware 0 02-08-2004 05:26 PM
USB mouse thru a USB modem & linux support zeppelin Slackware 7 07-29-2003 03:43 PM
Which linux for my usb mouse ? Kartain Linux - General 3 04-05-2003 09:18 AM
USB mouse on Redhat Linux 7.3 manojrkrish Linux - Newbie 2 06-12-2002 08:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 12:05 AM.

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