Discussione: Mouse USB e touchpad
View Single Post
Old 25-03-2004, 16:00   #1
sky79
Member
 
L'Avatar di sky79
 
Iscritto dal: Nov 2003
Città: Crema
Messaggi: 168
Mouse USB e touchpad

Ciao,
vorrei utilizzare il mouse USB su un portatile So ny Vaio PCG-FR415S con installata una debian e un kernel 2.6.4 fresco di giornata. Il mouse è attaccato alla porta USB ma la lucina manco si accende. Penso sia un problema di moduli non compilati/caricati dato che non funziona neppure la penna USB (prima, sul kernel 2.4 almeno quella riuscivo a montarla)


#lsmod
Codice:
Module                  Size  Used by
ati_agp                 6540  1
agpgart                25640  1 ati_agp
usbmouse                4480  0
ohci_hcd               16260  0
pcmcia_core            49728  0
8250                   17888  0
serial_core            18432  1 8250
hid                    29632  0
ufs                    60932  0
usb_storage            37760  0
ohci1394               30468  0
ieee1394               89912  1 ohci1394
usbkbd                  6144  0
usbcore                86748  6 usbmouse,ohci_hcd,hid,usb_storage,usbkbd




Il mio file XF86Config-4 recita così:



**********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/psaux"


# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

# Option "BaudRate" "9600"
# Option "SampleRate" "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"

# ChordMiddle is an option for some 3-button Logitech mice

# Option "ChordMiddle"

EndSection

Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
EndSection

**********************************************************************
# ServerLayout sections.
# **********************************************************************


Section "ServerLayout"

# The Identifier line must be present
Identifier "Simple Layout"

Screen "Screen 1"

# 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
# "SendCoDreEvents".
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "AlwaysCore"
InputDevice "Keyboard1" "CoreKeyboard"



Idee?
sky79 è offline   Rispondi citando il messaggio o parte di esso