View previous topic :: View next topic |
Author |
Message |
gregolak Tux's lil' helper
Joined: 25 Sep 2003 Posts: 88
|
Posted: Thu Jan 08, 2004 5:34 pm Post subject: [noyau 2.6] pas de souris (résolu) |
|
|
Bonjour,
j'arrive à booter sur un noyau 2.6, mais... pas de souris !
(c'est la 1ère fois que ca m'arrive ca sous linux, et pourtant
j'en ai eu des trucs qui m'on fait ch... !! )
J'ai une souris optique logitech à roulette, jusqu'ici je
choisissais toujours bêtement "souris PS2" et ca marchait
partout, jamais eu le moindre problème...
Là... marche pas... J'ai consulté ces threads :
https://forums.gentoo.org/viewtopic.php?t=120925&highlight=mouse+2+6
https://forums.gentoo.org/viewtopic.php?t=122027&highlight=mouse+2+6
J'ai donc essayé plusieurs modules (sermouse, psmouse, usbmouse,
hid,ohci_hcd), j'ai aussi modifié XF86Config pour bien pointer vers
/dev/input/mice, mais rien n'y fait !
J'ai aussi essayé un autre noyau plus récent (gentoo 2.6.1-rc2),
pareil...
Si qqn a une idée... Merci d'avance !
Code: |
cat .config | grep -i mous
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
CONFIG_MOUSE_SERIAL=m
CONFIG_MOUSE_INPORT=m
# CONFIG_MOUSE_ATIXL is not set
CONFIG_MOUSE_LOGIBM=m
# CONFIG_MOUSE_PC110PAD is not set
CONFIG_BUSMOUSE=m
CONFIG_USB_MOUSE=m
|
Last edited by gregolak on Fri Jan 09, 2004 1:39 pm; edited 1 time in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31446 Location: here
|
Posted: Thu Jan 08, 2004 7:10 pm Post subject: |
|
|
Tu a dans le noyau
Code: | Device Drivers --->
USB support --->
<M> USB Human Interface Device (full HID) support
[*] HID input layer support |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
gregolak Tux's lil' helper
Joined: 25 Sep 2003 Posts: 88
|
Posted: Thu Jan 08, 2004 7:47 pm Post subject: |
|
|
fedeliallalinea wrote: | Tu a dans le noyau
Code: | Device Drivers --->
USB support --->
<M> USB Human Interface Device (full HID) support
[*] HID input layer support |
|
Oui, j'ai bien tout ca. |
|
Back to top |
|
|
cylgalad Veteran
Joined: 18 Apr 2003 Posts: 1327 Location: France
|
Posted: Fri Jan 09, 2004 12:35 pm Post subject: |
|
|
Essaie "y" plutôt que "m" ou fait un modprobe psmouse, ou rajoute psmouse dans /etc/modules.autoload.d/kernel-2.6 (avec un modules-update après, oeuf corse !) |
|
Back to top |
|
|
gregolak Tux's lil' helper
Joined: 25 Sep 2003 Posts: 88
|
Posted: Fri Jan 09, 2004 1:39 pm Post subject: |
|
|
cylgalad wrote: |
Essaie "y" plutôt que "m" ou fait un modprobe psmouse, ou rajoute psmouse dans /etc/modules.autoload.d/kernel-2.6 (avec un modules-update après, oeuf corse !) |
Merci !
En effet comme ca ca fonctionne, mais je comprends pas tout...
J'ai du mettre :
Device Drivers - Input device support - Mice - PS2 mouse
et ohci + ehci + uhci (un seul des 3 doit suffire, je testerai)
mais en dur, si je les mets en module et dans autoload.d/2.6
ou que je fais modprobe ma souris ne marche jamais... Bizarre !?
Enfin bon ca marche, merci encore |
|
Back to top |
|
|
|