Linux kennt keine Maus! Wo bekomme ich Hilfe?

Post Reply
Message
Author
newbie8733

Linux kennt keine Maus! Wo bekomme ich Hilfe?

#1 Post by newbie8733 »

Hallo ich bin neu hier
könnt ihr mir weiterhelfen wenn ich ein Problem mit Linux habe?

Ich habe ein Aurox linux installiert (nur mit der Tastatur) und konnte meine Maus danach auch benutzen aber einen Tag später habe ich den Rechner wieder angemacht und nachdem ich die BIOS Batterie ausgetauscht habe und alle Einstellungen wieder eingestellt habe konnte ich keine Maus mehr benutzen !


Das komische ist:


-Unter Knoppix 3.3 kann ich meine PS2 Maus, meine Serielle Maus und meine USB Maus benutzen! anmerkung: kernel 2.4

-Unter Knoppix 3.4 kann ich die PS2 und die serielle Maus benutzen NICHT die USB Maus!
=»egal ob mit kernel 2.4 od. 2.6


-unter Aurox kann ich KEINE Maus benutzen !
_________________________________________________

Ich habe schon eine X Free Konfigurationsdatei vom Aurox bearbeitet so das sie genau die Einträge von meinem Knoppix 3.3 hatte und Gnome startete ohne Probleme, und leider auch immernoch ohne Maus :-(

nebenbei : Ich habe Windows auf einer anderen Festplatte und da funktionieren ebenfalls alle Mäuse!

__________________________________________


Problem: Ich möchte gerne mein installiertes Aurox benutzen und habe keine Maus!

__________________________________________


Kann mir jemand weiterhelfen?
Ich dachte schon mein Maiboard wäre kaputt!

Bussen

#2 Post by Bussen »

USB oder PS2 Maus?

User avatar
Lateralus
prolinux-forum-admin
Posts: 1238
Joined: 05. May 2004 7:35

#3 Post by Lateralus »

Versuche einfach mal die automatische Konfiguration des X-Severs:
als root (Ich hoffe mal, Auroy benutzt den System-V-Init):

Code: Select all

mv /etc/X11/XF86Config /etc/X11/XF86Config.nomouse   # der Name kann varieren
init 3
cd /root
X -configure
mv /root/XF* /etc/X11/XF86Config   # den obigen ersten Namen verwenden
init 5

Fat_Fox_no log

#4 Post by Fat_Fox_no log »

am ende muss nur die usb unterstützung im bios wieder neu aktiviert werden wenn der default off war...try it
...weil es gilt hier nemich die alte regel:

wenn du tauscht die batterie, gehn die einstellungen in die knie...

so long Fat_Fox

newbie8733

#5 Post by newbie8733 »

Hallo,
also die Maus die ich (unter aurox linux) nicht zum laufen bekomme ist eine optische logitec USB Maus und eine ps2 Maus von keine Ahnung welchen Hersteller....

ich habe an meiner infra rot tastatur einen kleinen knüppel dran :-) der wird dann als Serielle Maus benutzt - sieht aus wie'n radiergummi.

den kann ich nach einigen änderungen an der Konfigurationsdatei benutzen - alles andere (USB / ps2) klappt nicht.

Ist aber auch komisch das man die Konfigurationsdatei von Knoppix nicht nutzen kann! Deswegen wollte ich eigentlich keine Distribution wie Suse oder RH bzw. Mandrake
ich finde das echt blöd wenn man dann wieder andere Konfigurationsparameter hat - und die Konfigurationsdateien an anderen stellen liegen ..................

ich werde mal die automatische Konfiguration des X Servers NOCHMAL probieren habe bisher nichts gesehen wo man da die Maus einstellen kann.

die dateien / geräte
/dev/@psaux
/dev/input/mouse0
/dev/input/mice

sind alle bei meinem System vorhanden aber irgendwie klappt das nicht wenn ich aus der Konfigurationsdatei darauf verweise. Meine "serielle maus" habe ich wegen einer anderen Protokoll einstellung zum laufen bekommen ! stand vorher auf "Protokoll" "auto"
und ich habe mal "Protokoll" "Microsoft" eingetragen und es hat funktioniert . Ist schon komisch........................

User avatar
Lateralus
prolinux-forum-admin
Posts: 1238
Joined: 05. May 2004 7:35

#6 Post by Lateralus »

Nicht zuletzt wäre auch die XF86Config an sich interessant. Bitte mal posten, was dort steht:

Code: Select all

cat /etc/X11/XF86Config

newbie8733

XF86Config alt und neu

#7 Post by newbie8733 »

halle, hier meine 2 Konfigurationsdateien.

zuerst die neue (habe da schon herungewerkelt bis wenigstens meine serielle "maus" ging - die einstellungen habe ich von einem gebooteten knoppix 3.3 übernommen wo alle mäuse funktionierten )

dann die alte die von aurox erstellt wurde da hat meine usb maus anfangs noch funktioniert dann nicht mehr! Kaputt kann die Maus wie gesagt auch nicht sein weil sie unter knoppix3.3 und windows XP funktioniert.


--------------------neue Config-------------------------
# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "Serial Mouse" "CorePointer"
InputDevice "USB Mouse" "CorePointer"
EndSection

Section "Files"

# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "true"
Option "SendCoreEvents" "70"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName " Sampo Tech."
DisplaySize 320 240
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9200SE"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection



-------------------ende neue Config--------------------




--------------------alte Config---------------------------

# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
InputDevice "USB Mouse" "CorePointer"
EndSection

Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/ttyS0"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
#this section was addes by me on 23rd nov 04
# i hope i get my mouse working now...
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName " Sampo Tech."
DisplaySize 320 240
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9200SE"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


-----------------ende alte Config-----------------------


So, ich hoffe ich bin kein hoffnungsloser Fall .

vilelen Dank schonmal

Bussen

#8 Post by Bussen »

Bist du sicher, dass es /dev/input/mice sein muss.

Versuch doch mal:

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "ButtonNumber" "2"
Option "Device" "/dev/mouse"
Option "Name" "Autodetection"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

newbie8733

maus schaltet sich bei der hostnamenkonfiguration ab!

#9 Post by newbie8733 »

Hallo,
habe die Einstellungen mal getestet - hat aber leider nicht geklappt.

also bis auf den Identifier habe ich alles in meine Konfig übertragen. und an der Bezeichnung ird es doch wohl sicher nicht liegen!? oder?

Jedefalls habe ich die Maus mal von meinem usbHub abgenommen und an meinen Rechner hinten angeschlossen, und siehe da - sie schaltet sich einfach ab!
Im Bios habe ich USBMouse aktiviert.
Aber nachdem AuroxLinux beim Starten die Meldung ´Stelle den Hostnamen ein´ zeigt , get immer das licht der Maus aus (ist ja ne optische) .

wo ist denn das Startscript versteckt ?
Da müsste man doch des Rätsels lösung finden , oder?
Wenn Sie nicht abgestellt wird, sollte doch auch die XF86Config klappen , oder?

Post Reply