USB Maus

Hast Du Probleme mit Hardware, die durch die anderen Foren nicht abgedeckt werden? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Malaxo
Beiträge: 15
Registriert: 17.07.2004 12:40:50

USB Maus

Beitrag von Malaxo » 17.07.2004 12:47:17

Bin neuer Linux / Debian user. Hab Debian erfolgreich drauf gekriegt nur gibts paar maken:-) War schon in vielen Foren um die frage zu stellen doch keine gute antwort gekriegt......


Hab eine USB Maus von Microsoft mit 3 Knöpfen (Rad inbegriff) .... wie bring ich die zum laufen? USB funktioniert also mein MP3 Player wird erkannt. Die Maus geht irgend wie nicht.

sagt mir was für Infos ihr noch braucht um das Problem zu lösen. Wie gesagt bin NEU bei Linux / Debian also hoffe dieses board hat verständniss nicht so wie andere:-)


Danke im voraus

Malaxo

Benutzeravatar
Night.Hawk
Beiträge: 655
Registriert: 24.05.2003 11:00:39
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Hamburg
Kontaktdaten:

Beitrag von Night.Hawk » 17.07.2004 13:21:39

Hallo,

willkommen im Debianforum.

Zu deinem Problem.

Du solltest modconf ausführen, als root.

Da hast Du dann sämtliche Module, die Du laden kannst.

Schaue unter ...usb und aktiviere das Modul maus-usb oder so ähnlich, weiss den namen gerde nicht.

Dann müßte die Maus funktionieren.

Gruß

Night.Hawk

Benutzeravatar
g-henna
Beiträge: 733
Registriert: 03.11.2003 14:59:56
Wohnort: Berlin

Beitrag von g-henna » 17.07.2004 13:29:13

Hi!

Mit Kernel 2.6 musst du mit modprobe wohl die Module mousedev und usbmouse laden. Die kannst du auch in /etc/modules eintragen, damit das automatisch passiert.

Bye
g-henna
follow the penguin...

Malaxo
Beiträge: 15
Registriert: 17.07.2004 12:40:50

Beitrag von Malaxo » 17.07.2004 13:55:22

so sieht bei mir jetzt /etc/modules aus (hab einfach die 2 letzten dazugeschriben stimmt das?

Code: Alles auswählen

  GNU nano 1.2.3                  Neuer Puffer                       Verändert  

# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.

usb-ohci
input
usbkbd
keybdev
eepro100
usb-storage
mousedev
usbmouse

wen ich im Kernel drivers/usbinput laden will dann das USBHID installieren will kommt immer: Installation ging schief.... keine ahnung wiso:-S

ich poste gleich mal die Config-4

Code: Alles auswählen

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "CoreKeyboard"
	Option	    "XkbRules"		"xfree86"
	Option	    "XkbModel"		"pc104"
	Option	    "XkbLayout"		"de_CH"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/psaux"
EndSection

Section "Monitor"
	#DisplaySize	  300   230	# mm
	Identifier   "Monitor0"
	VendorName   "LGP"
	ModelName    "9f04"
	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     "ForcePCIMode"       	# [<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     "PanelOff"           	# [<bool>]
        #Option     "DDCMode"            	# [<bool>]
        #Option     "MonitorLayout"      	# [<str>]
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "OverlayOnCRTC2"     	# [<bool>]
        #Option     "CloneMode"          	# [<str>]
        #Option     "CloneHSync"         	# [<str>]
        #Option     "CloneVRefresh"      	# [<str>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "DisplayPriority"    	# [<str>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "ForceMinDotClock"   	# <freq>
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon Mobility M7 LW [Radeon Mobility 7500]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	   24

	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
	EndSubSection
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection

Antworten