View previous topic :: View next topic |
Author |
Message |
rocky80 n00b
Joined: 25 May 2005 Posts: 37
|
Posted: Wed Jun 01, 2005 7:45 pm Post subject: [USB] clavier + souris (resolu) |
|
|
Bonsoir,
(oublie mon psot precedent , merci)
Voila mon probleme, je n arrives pas a utilier mon clavier et ma souris en USB.
J ai suivi attentivement le guide de USB sous Gentoo. ( tres bien fait)
Quand je fais
lsusb : ==> BUS 001 Device 001: ID : 00000:00000
clavier et souris sont brancher sur le meme hub (Clavier logitech Di Novo),
lscpi -v | grp USB
0000:00:03.0 USB CONTROLER : Ssilicon intergqted system [SIS] USB 1.0 Controler (rev 0f) (prog-if 10 [OHCI])
0000:00:03.1 USB CONTROLER : Ssilicon intergqted system [SIS] USB 1.0 Controler (rev 0f) (prog-if 10 [OHCI])
0000:00:03.2 USB CONTROLER : Ssilicon intergqted system [SIS] USB 1.0 Controler (rev 0f) (prog-if 10 [OHCI])
0000:00:03.3 USB CONTROLER : Ssilicon intergqted system [SIS] USB 2.0 Controler (rev 0f) (prog-if 20 [HCI])
Quelqun voit il d ou vient le probleme ?
Merci de vos reponses
a+ _________________ wanesgen in the night , baby , in the night .
Last edited by rocky80 on Tue Jun 14, 2005 5:51 pm; edited 1 time in total |
|
Back to top |
|
|
Trevoke Advocate
Joined: 04 Sep 2004 Posts: 4099 Location: NY, NY
|
Posted: Wed Jun 01, 2005 8:05 pm Post subject: |
|
|
Sur le meme HUB?
.. C'est quoi, un clavier/souris wireless? _________________ Votre moment detente
What is the nature of conflict? |
|
Back to top |
|
|
rocky80 n00b
Joined: 25 May 2005 Posts: 37
|
Posted: Wed Jun 01, 2005 8:42 pm Post subject: |
|
|
exactement oui sur le meme HUB
Clavier et souris sans fil, qui font le bluetooth mais qui doit fonctionner en USB
une simple souris USB de microsoft ne fonctione pas non plus , tu vois,
c'est exactement pareil, la souris a peine on la touche, elle s emballe et on ne sait pas cliquer correctement dans
une zone definie et tout...
Je ne vois pas du tou d oupeux venir le probleme car le noyau 2.6 est bien configure lui. _________________ wanesgen in the night , baby , in the night . |
|
Back to top |
|
|
rocky80 n00b
Joined: 25 May 2005 Posts: 37
|
Posted: Thu Jun 02, 2005 1:09 pm Post subject: |
|
|
J ai tester ave cune bete souris USB de chez Microsoft
et cela ne marche pas , au secours
J ai configure Xorg avec textmode
edit la section pour la souris et voice ce que cela donne .
Section "Inputdevice"
Identifier "Mx900"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
End Section
############
quand je fais cat /dev/input/mice --> rien ne se passe quand je bouga la souris, je ne comprends pas pq ?
lsub n affiche que
Bus 001 Device 001: ID 0000:0000
j ai une souris branche (Microchiot) USB et un clavier Di Novo(USB+PS2) , la souris et le clavier di Novo
sont branche sur la meme prise USB, mais le clavier a une entre PS2( raison pour laquelle j arrive
a manipuler les fichiers de config).
Voyez vous d ou peut venir le probleme , svp , vos suggestions sont les + que bienvenues
merci a+ _________________ wanesgen in the night , baby , in the night . |
|
Back to top |
|
|
ghoti Advocate
Joined: 30 Dec 2002 Posts: 3636 Location: Belgium
|
Posted: Thu Jun 02, 2005 1:27 pm Post subject: |
|
|
Dans le xorg.conf que tu as donné dans dans un autre post , on lit ceci :
Quote: | Section "InputDevice"
# Option "ChordMiddle"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
ction "InputDevice"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
Identifier "Mouse2"
Driver "mouse"
EndSection |
Quand je te disais qu'il y avait du ménage à faire... |
|
Back to top |
|
|
rocky80 n00b
Joined: 25 May 2005 Posts: 37
|
Posted: Thu Jun 02, 2005 2:19 pm Post subject: |
|
|
oui tu as raison j ai fait le menage
voici plutot mon actuel xorg.conf
###############################
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "logicink"
Option "XkbLayout" "be"
EndSection
Section "InputDevice"
Identifier "mx900"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
#DisplaySize 380 300 # mm
Identifier "Monitor0"
VendorName "GSM"
ModelName ""
HorizSync 30.0 - 71.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "DRIReinit" # [<bool>]
#Option "PanelOff" # [<bool>]
#Option "DDCMode" # [<bool>]
#Option "MonitorLayout" # [<str>]
#Option "IgnoreEDID" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "VideoKey" # <i>
#Option "MergedFB" # [<bool>]
#Option "CRT2HSync" # [<str>]
#Option "CRT2VRefresh" # [<str>]
#Option "CRT2Position" # [<str>]
#Option "MetaModes" # [<str>]
#Option "MergedDPI" # [<str>]
#Option "NoMergedXinerama" # [<bool>]
#Option "MergedXineramaCRT2IsScreen0" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
#Option "VGAAccess" # [<bool>]
#Option "LVDSProbePLL" # [<bool>]
#Option "ReverseDDC" # [<bool>]
#Option "BIOSHotkeys" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "ATI Technologies Inc"
BoardName "RV350 AP [Radeon 9600]"
ChipSet "vesa"
Card "vesa vesa"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
#################################################
j ai toujours rien quand je fais cat /dev/input/mice
Je ne sais plus quoi faire
merci de me donner vos reactions
a+ _________________ wanesgen in the night , baby , in the night . |
|
Back to top |
|
|
ghoti Advocate
Joined: 30 Dec 2002 Posts: 3636 Location: Belgium
|
Posted: Thu Jun 02, 2005 3:27 pm Post subject: |
|
|
rocky80 wrote: | voici plutot mon actuel xorg.conf
###############################
Code: | Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection |
|
Fort bien mais où est ta souris là-dedans ???
Dans la section ci-dessus il faut normalement rajouter :
Code: | InputDevice "mx900" "CorePointer" |
|
|
Back to top |
|
|
rocky80 n00b
Joined: 25 May 2005 Posts: 37
|
Posted: Fri Jun 03, 2005 9:57 am Post subject: |
|
|
Bien vue , je n y avais guere fais attention .
Je vais essayer ca des que je rentre du boulot
J espere que cela va fonctionner , je vais deprimer sinon
Avec mes precedents echecs d instalaltion de gentoo , j ai toujours abandonne par la faute de mon matos.
Debian trouvait tout tous seul mais je veux absolument gentoo maintenant.
je te tiens au courant
merci de tes reponses
a+ _________________ wanesgen in the night , baby , in the night . |
|
Back to top |
|
|
rocky80 n00b
Joined: 25 May 2005 Posts: 37
|
Posted: Sun Jun 05, 2005 10:09 am Post subject: |
|
|
Salut voila alors le resultat.
Alors ce que tu m a dit de rajouter fonctionne bien.
Mais le stress est que des que je bouge la souris , la souris s emballe et monte dans le coin superieur gauche ou droite .
je n arrive pas reprendre le controle et a faaire des cliques normal.
Ne vois tu pas d ou cela peux t - il - venir ?
je suis toujours dans /dev/input/mice .... peux etre dois je changer quelque chose las dedans,
Dois je changer de protocol ou aute ? merci
merci de vos reponse _________________ wanesgen in the night , baby , in the night . |
|
Back to top |
|
|
El_Goretto Moderator
Joined: 29 May 2004 Posts: 3174 Location: Paris
|
Posted: Sun Jun 05, 2005 10:25 am Post subject: |
|
|
Et en faisant une copie de sauvegarde de xorg.conf, et en reconfigurant le tout avec xorgconfig? (je n'ai rien eu a faire pour avoir une MX500 USB fonctionnelle). |
|
Back to top |
|
|
rocky80 n00b
Joined: 25 May 2005 Posts: 37
|
Posted: Tue Jun 07, 2005 8:31 pm Post subject: |
|
|
meme chose, lla souris bouge mais des que je veux l utiliser
pas moyen de la controler.
je ne vois plus quoi faire,
_________________ wanesgen in the night , baby , in the night . |
|
Back to top |
|
|
blasserre Veteran
Joined: 10 Feb 2004 Posts: 1362 Location: Lille, Vlaanderen
|
Posted: Wed Jun 08, 2005 6:58 am Post subject: |
|
|
chez moi ça fait ça quand je me gourre de protocole
tentes en d'autres... _________________ benj
technicien professionnel, ascendant winner |
|
Back to top |
|
|
|