|
|
|
|
Bonjour,
Comme beaucoup de monde j'ai un problème avec ma souris USB qui ne fonctionne pas sous linux, j'ai regardé plein de topic mais je n'ai pas réussi à m'en sortir.. Vous pouvez me donner un coup de main svp?
lsusb
Bus 005 Device 006: ID 0424:2228 Standard Microsystems Corp. 9-in-2 Card Reader
Bus 005 Device 002: ID 079b:004a Sagem
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 003: ID 056e:001c Elecom Co., Ltd
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 046d:c502 Logitech, Inc.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 004: ID 041e:4011 Creative Technology, Ltd WebCam PRO eX
Bus 001 Device 001: ID 0000:0000
# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "oss" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" EndSection Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" EndSection
Configuration: Linux Firefox 3.0
Bonjour,
|
Salut,
056e Elecom Co., Ltd 0002 29UO Mouse 200c LD-USB/TX 4002 Laneed 100Mbps Ethernet LD-USB/TX [pegasus] 4005 LD-USBL/TX 400b LD-USB/TX 4010 LD-USB20 5003 UC-SGT 5004 UC-SGT abc1 LD-USB/TX source : http://www.linux-usb.org/usb.ids on remarque que l'interface 001c n'apparaît pas dans le listing (au 2009/01/10). peut-être est-ce là qu'il faut creuser ................ un pinguin sur la banquise ! |
également comme le soulignait kiki ton fichier xorg.conf semble "court" !
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection
j'ai une très vieille souris (même pô usb) sur un vieux pc ! donc, tout d'abord, essaie de modifier ton fichier xorg.conf en te servant d'exemples à adapter bien sûr .....(surtout n'oublie pas de faire une copie du fichier avant toute modification : cp /etc/X11/xorg.conf /etc/X11/xorg.conf.BAK ensuite, si ça ne suffit pas, alors il faudra peut-être regarder du côté des interfaces .... bon courage. un pinguin sur la banquise !
|
Voici la config d'un type qui a une souris noname avec 7 boutons :
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonMapping" "1 2 3 6 7" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "Buttons" "10" Option "ZAxisMapping" "4 5" EndSection Tu peux peut être tenter de l'utiliser tel quel, mais il faudra essayer plusieurs trucs pour la ligne "Device". celui la et aussi celui de bob31 si ça ne marche pas. Option "Device" "/dev/mouse" Apparement il y a un bon topic ici http://www.commentcamarche.net/forum/affich 2584239 probleme souris logitech sous ubuntu Ca parle de souris Logitech au départ mais après ça va plus loin Allez bon courage |