LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   up sarge to etch usb mouse problem! (https://www.linuxquestions.org/questions/debian-26/up-sarge-to-etch-usb-mouse-problem-518449/)

caos21 01-11-2007 03:18 PM

up sarge to etch usb mouse problem!
 
I upgrade sarge to etch, but at boot usb optical mouse isn't recognized (the led is off). I installed the usbmouse and usbhid modules using modconf but doesn't work! My kernel is 2.6.18.3.

When i do plug the mouse dmesg says:
Code:

hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0040
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001403 POWER sig=k CSC CONNECT
hub 1-0:1.0: port 6, status 0501, change 0001, 480 Mb/s
hub 1-0:1.0: debounce: port 6: total 100ms stable 100ms status 0x501
ehci_hcd 0000:00:1d.7: port 6 low speed --> companion
ehci_hcd 0000:00:1d.7: GetStatus port 6 status 003002 POWER OWNER sig=se0 CSC

$ lsusb -v
Code:

Bus 001 Device 001: ID 0000:0000
Device Descriptor:
  bLength                18
  bDescriptorType        1
  bcdUSB              2.00
  bDeviceClass            9 Hub
  bDeviceSubClass        0 Unused
  bDeviceProtocol        1 Single TT
  bMaxPacketSize0        64
  idVendor          0x0000
  idProduct          0x0000
  bcdDevice            2.06
  iManufacturer          3 Linux 2.6.18.3-ben1 ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                1 0000:00:1d.7
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                9
    bDescriptorType        2
    wTotalLength          25
    bNumInterfaces          1
    bConfigurationValue    1
    iConfiguration          0
    bmAttributes        0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                9
      bDescriptorType        4
      bInterfaceNumber        0
      bAlternateSetting      0
      bNumEndpoints          1
      bInterfaceClass        9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed hub
      iInterface              0
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0002  1x 2 bytes
        bInterval              12
Hub Descriptor:
  bLength              9
  bDescriptorType      41
  nNbrPorts            6
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood      10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
  Port 1: 0000.0100 power
  Port 2: 0000.0100 power
  Port 3: 0000.0100 power
  Port 4: 0000.0100 power
  Port 5: 0000.0100 power
  Port 6: 0000.0000
Device Status:    0x0003
  Self Powered
  Remote Wakeup Enabled

and in xorg.conf (doesn't matters because mouse is off)
Code:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"      "true"
EndSection

Thanks in advance!

alamakot 01-21-2007 04:27 PM

USB & etch
 
Welcome!

I have the same problem that caos21. After upgrade from sarge to etch my USB mouse (Logitech) stops working. As I noticed the mouse isn't even detected by the system. I think this is a problem with system configuration because neither modules nor kernel files have been modified during upgrade. I load all required modules (usbcore, usbmouse, usbhid, mousedev) but it didn't help. They loads correctly, but mouse is still not visible to the system. Have anybody similar problem? Or maybe samebody could explain, what is the difference between USB support and configuration in sarge and etch?

Thanx in advance.
Alamakot

war1025 01-21-2007 05:19 PM

I had similar problems when I tried to upgrade from Sarge to Etch. I ended up just doing a clean install of Etch with the RC1 netinstall. Definitely a much cleaner and easier process. If you don't have alot of time invested in your current install, that might be the way to go.

sleekmason 01-21-2007 09:03 PM

Try putting these into your xorg.conf
I dont know which it is, but one of these sections should do the trick . . hope it works! let me know if you figure out which one.


Quote:

Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

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

alamakot 01-22-2007 01:32 PM

I think this is not a problem with xorg. This must be general problem with USB. I load all required modules, but mouse not works - neither in terminal mode nor under X. Under X the cursor is visible but that's all - you cannot move it. Besides, the power led is dark, what means that mouse is not detected by modules. There is nothing special in logs. Maybe there are some conflicts between modules?

Alamakot

caos21 01-23-2007 07:18 AM

Hi, I also think that, seems to me that i load the required modules too. it's something weird i can mount flashdisks. the necessary modules are the usb human interface device (usbhid), usbcore and usbmouse or they aren't?

In other machine i installed etch from netinst and the same mouse is recognized and load this modules: usbcore usbhid
Quote:

$lsusb
Bus 002 Device 004: ID 84b3:310b IBM Corp. Red Wheel Mouse
Thanks in advance!


All times are GMT -5. The time now is 10:31 PM.