LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-12-2004, 07:15 PM   #1
linda
Member
 
Registered: Apr 2001
Location: New Jersey
Distribution: Slackware
Posts: 222

Rep: Reputation: 30
Logitech USB Wireless Mouse not working anymore


I just installed a new piece of hardware, Iogear USB 2.0 PCI card, GIC251U, and now my mouse does not work when it is plugged into this card. The mouse works when plugged into a different slot in my computer.

Here is my lspci: ( I think the card is listed second to last)
root@darkstar:~# lspci
00:00.0 Host bridge: Intel Corp. 82850 850 (Tehama) Chipset Host Bridge (MCH) (rev 04)
00:01.0 PCI bridge: Intel Corp. 82850 850 (Tehama) Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB/EB/ER Hub interface to PCI Bridge (rev 04)
00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 04)
00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 04)
00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 04)
00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 04)
00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 04)
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440] (rev a3)
02:07.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10)
02:08.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
02:08.1 Input device controller: Creative Labs SB Audigy MIDI/Game port (rev 04)
02:08.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04)
02:09.0 USB Controller: NEC Corporation USB (rev 41)
02:09.1 USB Controller: NEC Corporation USB (rev 41)
02:09.2 USB Controller: NEC Corporation USB 2.0 (rev 02)
02:0a.0 Communication controller: Conexant HCF 56k Data/Fax/Voice/Spkp Modem (rev 08)

Should I be able to use this USB card for my mouse? It worked ok in Windows when it was plugged into this card.
 
Old 07-12-2004, 07:58 PM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Do you have the correct module for USB 2.0? It's ehci-hcd as shown here
Code:
bash-2.05b$ lsmod
Module                  Size  Used by    Tainted: P  
snd-pcm-oss            37736   1
snd-mixer-oss          12504   0 [snd-pcm-oss]
usbmouse                2040   0 (unused)
printer                 7744   0
keybdev                 2052   0 (unused)
mousedev                4212   1
hid                    21220   0 (unused)
usbkbd                  3448   0 (unused)
input                   3200   0 [usbmouse keybdev mousedev hid usbkbd]
uhci                   24444   0 (unused)
ehci-hcd               17580   0 (unused)  <-- that's your usb 2.0 module
usbcore                59308   1 [usbmouse printer hid usbkbd uhci ehci-hcd]
nvidia               4584684   6
tg3                    45868   1
snd-emu10k1            62920   1
snd-pcm                56072   0 [snd-pcm-oss snd-emu10k1]
snd-timer              13604   0 [snd-pcm]
snd-hwdep               4804   0 [snd-emu10k1]
snd-page-alloc          6328   0 [snd-emu10k1 snd-pcm]
snd-util-mem            1136   0 [snd-emu10k1]
snd-ac97-codec         49500   0 [snd-emu10k1]
snd-rawmidi            12740   0 [snd-emu10k1]
snd-seq-device          3888   0 [snd-emu10k1 snd-rawmidi]
snd                    30852   0 [snd-pcm-oss snd-mixer-oss snd-emu10k1 snd-pcm snd-timer snd-hwdep snd-util-mem snd-ac97-codec snd-rawmidi snd-seq-device]
soundcore               3396   8 [snd]
emu10k1-gp              1352   0 (unused)
gameport                1420   0 [emu10k1-gp]
ntfs                   51424   1 (autoclean)
ide-scsi                9328   1
8139too                14376   1
mii                     2272   0 [8139too]
crc32                   2880   0 [8139too]
agpgart                43940   3
Issue this also and see if that rodent is detected
Code:
bash-2.05b# lsusb
Bus 004 Device 001: ID 0000:0000  
Bus 003 Device 001: ID 0000:0000  
Bus 003 Device 002: ID 045e:0059 Microsoft Corp. Wireless IntelliMouse Explorer<-- that's my rodent
Bus 002 Device 001: ID 0000:0000  
Bus 002 Device 002: ID 058f:9254 Alcor Micro Corp. Hub
Bus 002 Device 004: ID 05da:30d9 Microtek International, Inc. 
Bus 002 Device 005: ID 03f0:1504 Hewlett-Packard DeskJet 920c
Bus 002 Device 003: ID 046d:c309 Logitech, Inc. Internet Keyboard
Bus 001 Device 001: ID 0000:0000
and after you've got the module for the card, you may or may not have to
reconfigure your mouse.
 
Old 07-12-2004, 08:44 PM   #3
linda
Member
 
Registered: Apr 2001
Location: New Jersey
Distribution: Slackware
Posts: 222

Original Poster
Rep: Reputation: 30
Here's my lsmod, andit looks lie it's there at the bottom, so I guess that is good :

Linda@darkstar:~$ lsmod
Module Size Used by Tainted: P
ppp_synctty 5856 0 (unused)
ppp_async 7392 1
ppp_generic 19492 3 [ppp_synctty ppp_async]
slhc 4976 0 [ppp_generic]
nvidia 1964896 6 (autoclean)
snd-pcm-oss 37736 0 (unused)
snd-mixer-oss 12504 0 [snd-pcm-oss]
scanner 11040 0 (unused)
i810_rng 2528 0 (unused)
uhci 24444 0 (unused)
8139too 14376 1
mii 2272 0 [8139too]
crc32 2880 0 [8139too]
snd-emu10k1 62920 0
snd-pcm 56072 0 [snd-pcm-oss snd-emu10k1]
snd-timer 13604 0 [snd-pcm]
snd-hwdep 4804 0 [snd-emu10k1]
snd-page-alloc 6328 0 [snd-emu10k1 snd-pcm]
snd-util-mem 1136 0 [snd-emu10k1]
snd-ac97-codec 49500 0 [snd-emu10k1]
snd-rawmidi 12740 0 [snd-emu10k1]
snd-seq-device 3888 0 [snd-emu10k1 snd-rawmidi]
snd 30852 0 [snd-pcm-oss snd-mixer-oss snd-emu10k1 snd-pcm snd-timer snd-hwdep snd-util-mem snd-ac97-codec snd-rawmidi snd-seq-device]
soundcore 3396 8 [snd]
emu10k1-gp 1352 0 (unused)
gameport 1420 0 [emu10k1-gp]
ohci1394 24112 0 (unused)
ieee1394 42276 0 [ohci1394]
usb-ohci 19240 0 (unused)
ehci-hcd 17580 0 (unused)
usbcore 59308 1 [scanner uhci usb-ohci ehci-hcd]
pcmcia_core 39972 0
ide-scsi 9328 0
agpgart 43940 0

And here is my lsusb:
root@darkstar:/home/Linda# lsusb
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 002 Device 002: ID 04a9:220e Canon, Inc. CanoScan N1240U/LiDE 30
Bus 001 Device 001: ID 0000:0000

That's pretty cool, bus 002 is the new card, and it does have a canoscan plugged into it!
Ok, but now what?
 
Old 07-13-2004, 05:28 AM   #4
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
I'm not sure where the problem is exactly, and I've waited hoping that someone
smarter than I would post.

Does the scanner work that's plugged into the card? It's at least recognized so
you must have support for it.

Look at this section of my lsmod output:
Code:
usbmouse                2040   0 (unused)
printer                 7744   0
keybdev                 2052   0 (unused)
mousedev                4212   1
hid                    21220   0 (unused)
usbkbd                  3448   0 (unused)
input                   3200   0 [usbmouse keybdev mousedev hid usbkbd]
When I did a fresh install of Slack-10.0 on a new hard drive, my mouse would
not work until I did "insmod hid" and then edited /etc/X11/xorg.conf properly.

That's the only difference I see between yours and mine. Notice you have
usbcore 59308 1 [scanner uhci usb-ohci ehci-hcd]
and your scanner is recognized but not your mouse.
Then look at my output for usbcore and you see
usbcore 59308 1 [usbmouse printer hid usbkbd uhci ehci-hcd]
and my mouse is recognized, but not my scanner, which is also plugged in.

Now, when I issue
bash-2.05b# insmod scanner
I get some additional entries like this
Code:
bash-2.05b# lsmod
Module                  Size  Used by    Tainted: P  
scanner                11040   0  (unused)   <-- new entry for scanner
usb-storage            66176   0 
snd-pcm-oss            37736   1 
snd-mixer-oss          12504   0  [snd-pcm-oss]
usbmouse                2040   0  (unused)
printer                 7744   0 
keybdev                 2052   0  (unused)
mousedev                4212   1 
hid                    21220   0  (unused)
usbkbd                  3448   0  (unused)
input                   3200   0  [usbmouse keybdev mousedev hid usbkbd]
uhci                   24444   0  (unused)
ehci-hcd               17580   0  (unused)
usbcore                59308   1  [scanner usb-storage usbmouse printer hid usbkbd uhci ehci-hcd]   <-- new entry for scanner
nvidia               4584684   6 
tg3                    45868   1 
snd-emu10k1            62920   1 
snd-pcm                56072   0  [snd-pcm-oss snd-emu10k1]
snd-timer              13604   0  [snd-pcm]
snd-hwdep               4804   0  [snd-emu10k1]
snd-page-alloc          6328   0  [snd-emu10k1 snd-pcm]
snd-util-mem            1136   0  [snd-emu10k1]
snd-ac97-codec         49500   0  [snd-emu10k1]
snd-rawmidi            12740   0  [snd-emu10k1]
snd-seq-device          3888   0  [snd-emu10k1 snd-rawmidi]
snd                    30852   0  [snd-pcm-oss snd-mixer-oss snd-emu10k1 snd-pcm snd-timer snd-hwdep snd-util-mem snd-ac97-codec snd-rawmidi snd-seq-device]
soundcore               3396   8  [snd]
emu10k1-gp              1352   0  (unused)
gameport                1420   0  [emu10k1-gp]
ide-scsi                9328   1 
8139too                14376   1 
mii                     2272   0  [8139too]
crc32                   2880   0  [8139too]
agpgart                43940   3
So I think you've got to first get the modules for your mouse, and then
go from there.

You may want to plug that guy into the USB port where he worked before, and
then issue "lsmod" and see what he was using. Hope this helps.
 
Old 05-08-2008, 04:40 AM   #5
yodauser
LQ Newbie
 
Registered: May 2008
Posts: 2

Rep: Reputation: 0
A good news

Hi guys i just found a new software for linux providing support for the Logitech devices. check out http://www.hidpoint.com

hope this helps.
 
  


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
Logitech usb mouse stooped working mtsledhead Linux - Newbie 2 03-26-2005 09:46 PM
Usb Keyboard Logitech Lx700 (wireless) and mouse t_surf Linux - Hardware 1 03-13-2005 07:57 PM
Logitech Wireless Keyboard & Mouse Stop Working YaAqoB Linux - Hardware 1 12-29-2004 09:32 PM
Logitech USB Mouse Wheel not working on Slackware 9.1 Ken Ju-On Linux - Hardware 9 04-11-2004 10:39 PM
Logitech Optical Wireless wheel usb mouse 1kyle Linux - Hardware 0 03-07-2004 05:14 PM

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

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