PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : freebsd 5.0 + usb maus



bsec
16.02.03, 18:33
Hi, habe freebsd 5.0 die usb maus ist eine microsoft intelli mouse explorer, freebsd hat sie erkannt und das device /dev/ums0 eingerichtet, wenn ich aber X starte und als device wie es in der faq steht /dev/sysmouse und als protocol auto nehme rührt sich nichts auch bei moused als device /dev/ums0 rührt sich nichts habe auch probiert ums0 statt sysmouse zu nehmen, geht auch nicht, hat noch jemand eine idee bzw tipp ?

DJEddy
16.02.03, 23:31
Habe 5.0 heute das erste Mal auf Platte. Als Maus zwar keine Intelli Explorer, aber Standard USB mit Rad (Typhoon). Funktioniert ohne Probleme.

So sieht der entsprechende Abschnitt in der /etc/X11/XF86Config aus:



Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection


Nur Buttons und ZAxisMapping händisch eingefügt, ansonsten wurde die XF86Config im Verlauf der Installation generiert.


Gruss DJEddy

bsec
17.02.03, 15:06
Also hat alles nichts geholfen habe zig sachen probiert mit device sysmouse dann ums0 dann protocol auto, mousesystems, .....

Freebsd hat die Maus als folgendes erkannt.

ums0: Microsoft Microsoft Wireless Intellimouse Explorer\M-. 1.0A, rev 1.10/0.0d, addr 2, iclass 3/1
ums0: 5 buttons and Z dir.

Stimmt auch.

Der XF86Config-4 Eintrag von der maus ist:

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/ums0"
Option "SendCoreEvents" "true"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection


Natürlich habe ich mehrmals das Device gewechselt zum probieren, ohne Erfolg. Mit moused läuft es auch nicht.

Aber die Maus wird doch erkannt ? also müsste sie ja auch laufen?

Wenn ich das device ums0 verwendet sagt mir das xfree in den logs folgendes:

(**) USB Mouse: Core Pointer
(**) Option "Device" "/dev/ums0"
(**) Option "Buttons" "7"
(**) Option "ZAxisMapping" "6 7"
(**) USB Mouse: ZAxisMapping: buttons 6 and 7
(**) USB Mouse: Buttons: 7
(**) Option "BaudRate" "1200"
(**) USB Mouse: BaudRate: 1200
(**) Option "Resolution" "800"
(**) USB Mouse: Resolution: 800
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(WW) fcntl(7, F_SETOWN): Inappropriate ioctl for device

Vielleichthat dass was zu sagen ? also der letzte error ?

DJEddy
17.02.03, 17:20
Mit /stand/sysinstall unter Startup auch den USB-Daemon (usbd) aktiviert?


Gruss DJEddy

bsec
17.02.03, 20:34
ja, wenn ich den usb stecker aus und einstecke startet er ja sogar automatisch moused mit den richtigen parametern also /dev/ums0 aber wie gesagt nichts rührt sich :(

pudding
11.03.03, 12:40
ich hab meine 5tasten wheelmouse (22 € bei pl**s) zum laufen gebracht in dem ich nen USB/PS2 adabter verwendet habe.

so siehts in der XF86cobfig aus:

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/psm0"# When using XQUEUE, comment out the abo
ve two lines, and uncomment
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection

moused läuft nicht!


pudding