Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
touchpad geht, usbmaus nicht.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Boerdy
n00b
n00b


Joined: 10 Sep 2005
Posts: 2

PostPosted: Sat Sep 10, 2005 9:57 pm    Post subject: touchpad geht, usbmaus nicht. Reply with quote

ALso, ich habe das bloede Problem, dass sich meine USBMaus nicht zum funktionieren ueberreden laesst. Bisher ging das immer gut, sogar ohne irgendwelche Probleme, komischerweise diesmal nicht.

Naja TP geht, aber macht auchen paar errors, die mich noch stoeren:

Code:
Query no Synaptics: 6003C8
(EE) Touchpad no synaptics touchpad detected and no repeater device
(EE) Touchpad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "Touchpad"


Ich habe hier einige Beitraege und Themen zu dem Thema gelesen und auch einiges ausprobiert aber das ganze funzt garnicht mehr als bisher.

X11-config:
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice "Mouse0"   "CorePointer"
   InputDevice "Touchpad"   "SendCoreEvents"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

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

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection


Section "InputDevice"
    Identifier        "Mouse0"
    Driver "mouse"
   Option "Protocol"   "IMPS/2"      
   Option "Device"     "/dev/input/mice"
   Option "Buttons"   "7"
   Option "ZAxisMapping" "4 5"

EndSection

Section "InputDevice"
   Driver "synaptics"
   Identifier "Touchpad"
      Option "Device" "/dev/psaux"
      Option "Protocol" "auto-dev"
      Option "LeftEdge" "1700"
      Option "RightEdge" "5300"
      Option "TopEdge" "1700"
      Option "BottomEdge" "4200"
      Option "FingerLow" "25"
      Option "FingerHigh" "30"
      Option "MaxTapTime" "180"
      Option "MaxTapMove" "220"
      Option "VertScrollDelta" "100"
      Option "MinSpeed" "0.06"
      Option "MaxSpeed" "0.12"
      Option "AccelFactor" "0.0010"
      Option "SHMConfig" "on"
      #Option "Repeater" "/dev/ps2mouse"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
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     "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     "DRIReinit"             # [<bool>]
        #Option     "PanelOff"              # [<bool>]
        #Option     "DDCMode"               # [<bool>]
        #Option     "MonitorLayout"         # [<str>]
        #Option     "IgnoreEDID"            # [<bool>]
        #Option     "UseFBDev"              # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "MergedFB"              # [<bool>]
        #Option     "CRT2HSync"             # [<str>]
        #Option     "CRT2VRefresh"          # [<str>]
        #Option     "CRT2Position"          # [<str>]
        #Option     "MetaModes"             # [<str>]
        #Option     "MergedDPI"             # [<str>]
        #Option     "NoMergedXinerama"      # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"    # [<bool>]
        #Option     "DisplayPriority"       # [<str>]
        #Option     "PanelSize"             # [<str>]
        #Option     "ForceMinDotClock"      # <freq>
        #Option     "RenderAccel"           # [<bool>]
        #Option     "SubPixelOrder"         # [<str>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "DynamicClocks"         # [<bool>]
        #Option     "VGAAccess"             # [<bool>]
        #Option     "LVDSProbePLL"          # [<bool>]
        #Option     "ReverseDDC"            # [<bool>]
        #Option     "BIOSHotkeys"           # [<bool>]
   Identifier  "Card0"
   Driver      "ati"
   VendorName  "ATI Technologies Inc"
   BoardName   "Unknown Board"
   BusID       "PCI:1:5:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection


Dazu kommt nun noch das die USBMaus nirgends gelistet ist nicht im dmesg oder cat /proc/input/devices:

Code:
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0007 Version=0000
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio4/input0
H: Handlers=mouse0
B: EV=b
B: KEY=6420 0 7000f 0 0 0 0 0 0 0 0
B: ABS=11000003


dmesg | grep -i usb
Code:
usbcore: registered new driver usbfs
usbcore: registered new driver hub
usbmon: debugs is not available
ehci_hcd 0000:00:13.2: ATI Technologies Inc EHCI USB Controller
ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:13.2: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
hub 1-0:1.0: USB hub found
USB Universal Host Controller Interface driver v2.2
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.01:USB HID core driver


Also, was mache ich falsch, bisher ging die USBMaus mit xorgconfig ohne das ich irgendwelche weiteren optionen habe aendern muessen hatte bisher nichtmal die synaptics Treiber genutzt und auch das TP ging (was es ja nun auch tut)?!

Bitte um Hilfe ;)
Back to top
View user's profile Send private message
STiGMaTa_ch
Veteran
Veteran


Joined: 28 Dec 2004
Posts: 1686
Location: Rüti ZH / Schweiz

PostPosted: Sun Sep 11, 2005 6:17 am    Post subject: Reply with quote

Schuss ins blaue:

Du hast im Kernel die USB Maus Unterstützung ausgewählt?

Lieber Gruss
STiGMaTa
Back to top
View user's profile Send private message
XMath
Guru
Guru


Joined: 14 Aug 2004
Posts: 435
Location: Germany, Gaimersheim

PostPosted: Sun Sep 11, 2005 7:57 am    Post subject: Reply with quote

Moin,
also meine USB-Maus taucht unter /proc/bus/usb/devices auf. Vielleicht schon mal ein Anhaltspunkt.

Und probier doch mal in X: xsetpointer -l, um zu sehen welche Devices vorhanden sind.

MfG
Back to top
View user's profile Send private message
Boerdy
n00b
n00b


Joined: 10 Sep 2005
Posts: 2

PostPosted: Sun Sep 11, 2005 9:56 am    Post subject: Reply with quote

STiGMaTa_ch wrote:
Schuss ins blaue:

Du hast im Kernel die USB Maus Unterstützung ausgewählt?

Lieber Gruss
STiGMaTa

Ja.

Quote:
also meine USB-Maus taucht unter /proc/bus/usb/devices auf. Vielleicht schon mal ein Anhaltspunkt.

Ich kann mir auch nicht erklaeren warum meine das nicht tut (hotplug, coldplug, usbunterstuetzung im kerlnel, etc. pp. ist alles vorhanden...)

Quote:
Und probier doch mal in X: xsetpointer -l, um zu sehen welche Devices vorhanden sind.

Code:
"Keyboard0" [XKeyboard]
"Mouse0" [XPointer]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum