[LInux} USB muis werkt niet

Pagina: 1
Acties:

  • Sir Isaac
  • Registratie: September 2002
  • Laatst online: 21-05-2025
Bekend onderwerp dus na zoeken in GoT heb ik gecontroleerd dat de volgende modules zijn geladen:
usbcore
usb-uhci (voor een muis heb je de nieuwe uhci.o niet nodig)
hid
input

\begin{edit}
Verdere opties in kernel config:
HID imput layer support = y
USB HIDBP Mouse (basic) support = n
\end{edit}

XF86Config:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
# Option "Device" "/dev/input/mice"
Option "Device" "/dev/psaux"
Option "InputFashion" "Mouse"
Option "Name" "Unknown"
Option "Protocol" "IMPS/2"
Option "Vendor" "Unknown"
Option "ZAxisMapping" "4 5"
EndSection

/proc/bus/usb/ bestaat niet. Is dat een hint?
Systeem: Debian Sid 2.4.19 kernel

Thanks!

  • Bergen
  • Registratie: Maart 2001
  • Laatst online: 05-05 10:41

Bergen

Spellingscontroleur

Krijg je ook nog foutmeldingen bij het starten van X?

  • Sir Isaac
  • Registratie: September 2002
  • Laatst online: 21-05-2025
Relevante deel uit /var/log/XFree86.0.log:

(WW) Mouse[1]: cannot open input device
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
No such device.
(WW) Mouse[1]: cannot open input device

ls -l /dev/input/mice
crw-rw---- 1 root root 13, 63 Mar 14 2002 /dev/input/mice

[ Voor 0% gewijzigd door Sir Isaac op 13-11-2002 01:01 . Reden: Aanvulling ]


  • Hagar
  • Registratie: Februari 2001
  • Laatst online: 14-10-2025

Hagar

Diabootic

onder "input core support" => "Mouse Support" ook geselecteerd?

edit: modulenaam = mousedev

edit2:
/proc/bus/usb/ bestaat niet. Is dat een hint?
Nee :+

edit3:
usb-uhci (voor een muis heb je de nieuwe uhci.o niet nodig)
The Open Host Controller Interface is a standard by
Compaq/Microsoft/National for accessing the USB PC hardware (also
called USB host controller). If your USB host controller conforms to
this standard, say Y. The USB host controllers on most non-Intel
architectures and on several x86 compatibles with non-Intel chipsets
-- like SiS (aktual 610, 610 and so on) or ALi (ALi IV, ALi V,
Aladdin Pro..) -- conform to this standard.
Al jij een van de bovenstaande chipsets hebt zou je usb-ohci moeten gebruiken.

Nou, dit is ongeveer wel al mijn ervaring met usb en usb muis :P

Nu ook zonder stropdas


  • Sir Isaac
  • Registratie: September 2002
  • Laatst online: 21-05-2025
mousedev was niet geladen, en dat was de oorzaak.
Ik heb een via moederbord, dus (usb-)uhci.

Hoe krijg ik een usb directory onder /proc/bus?

GerbenW en Hagar: bedankt voor jullie antwoorden.

  • Hagar
  • Registratie: Februari 2001
  • Laatst online: 14-10-2025

Hagar

Diabootic

Ik geloof dat je daar voor het /proc filesystem in je kernel moet meenemen.

Nu ook zonder stropdas


  • igmar
  • Registratie: April 2000
  • Laatst online: 12-05 15:46

igmar

ISO20022

voor een /proc/usb :

mount -t usbdevfs none /proc/bus/usb
Pagina: 1