View previous topic :: View next topic |
Author |
Message |
Bloodsurfer Guru
Joined: 07 Dec 2005 Posts: 361 Location: Wolfstein, Germany (Rhineland-Palatinate)
|
Posted: Thu Sep 14, 2006 9:55 pm Post subject: USB Maus will nicht mehr [solved] |
|
|
Hallo.
Was ich getan habe ist folgendes:
Ich wollte nachträglich Win installieren, auf meinem Notebook (bisher Gentoo als einziges System).
Ich habe meine Platte gesichert (per USB Laufwerk), danach die Partitionen gelöscht und neu erstellt mit Platz für Win. Das habe ich installiert und danach das Backup von meinem Gentoo zurückgespielt (habe das per cp -a gemacht). Grub neu in den MBR installiert, grub.conf angepasst und auch die die neuen Partitionen in die fstab geschrieben.
Nun geht soweit alles wieder. Anfangs hatte ich ein Problem mit einer kernel panic, was aber nur daran lag dass ich vergessen hatte ext3 Treiber in den Kernel zu kompilieren (hatte vorher Reiser und bin auf ext3 gewechselt nach dem Backup).
Nun habe ich noch ein Problem: Meine USB Maus will nicht mehr. Die xorg.conf ist die selbe wie vorher, und auch sonst dürfte sich nichts geändert haben. Es sei denn, mir ist beim Backup etwas verloren gegangen... Es kommen keine Fehlermeldungen, der Cursor bewegt sich nur nicht (Touchpad geht noch!).
dmesg sagt beim Einstecken der Maus folgendes:
Code: | hub 1-0:1.0: state 5 ports 6 chg 0000 evt 0008
ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001403 POWER sig=k CSC CONNECT
hub 1-0:1.0: port 3, status 0501, change 0001, 480 Mb/s
hub 1-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x501
ehci_hcd 0000:00:1d.7: port 3 low speed --> companion
ehci_hcd 0000:00:1d.7: GetStatus port 3 status 003002 POWER OWNER sig=se0 CSC
|
Kein Fehler. Nichts. Aber der Cursor bleibt still.
Woran könnte das liegen? _________________ SiberianSniper: my girlfriend's name ends with .c
Clete2: Uber geek! W00t! I'd rather have it end in .cpp... <insert name>.cpp
Dralnu: ...why not <name>.o? Then she's ready for linking...
SiberianSniper: or <name>.ko, so she's ready for insertion?
Last edited by Bloodsurfer on Sat Sep 16, 2006 12:19 am; edited 1 time in total |
|
Back to top |
|
|
Bloodsurfer Guru
Joined: 07 Dec 2005 Posts: 361 Location: Wolfstein, Germany (Rhineland-Palatinate)
|
Posted: Fri Sep 15, 2006 10:54 am Post subject: |
|
|
Hat keiner eine Idee?
Um noch ein paar Infos nachzuliefern...
xorg.conf:
Code: | Section "ServerLayout"
Identifier "Server Layout"
Screen "Screen0" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # libglx.a
Load "dri" # libdri.a
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Standard VGA"
Driver "vga"
VendorName "Unknown"
BoardName "Unknown"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off"
Option "DesktopSetup" "clone"
Option "ScreenOverlap" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "CenterMode" "off"
Option "PseudoColorVisuals" "off"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "KernelModuleParm" "agplock=0"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050" "1280x960" "1024x768" "800x600"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
|
emerge --info:
Code: | Portage 2.1.1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 2.6.15-gentoo-r7 i686)
=================================================================
System uname: 2.6.15-gentoo-r7 i686 Intel(R) Pentium(R) M processor 1.73GHz
Gentoo Base System version 1.12.4
Last Sync: Tue, 12 Sep 2006 08:30:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-lang/python: 2.3.5-r2, 2.4.3-r3
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.18.1
sys-devel/autoconf: 2.13, 2.60
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils: 2.17
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.17
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig candy distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/xgl-coffee"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aalib acpi alsa avi berkdb bitmap-fonts cairo cdr cli conservative crypt cups dbus dlloader dri dvd dvdr dvdread elibc_glibc emboss encode fam firefox fortran gdbm gif gimp glitz gpm gstreamer gtk hal input_devices_keyboard input_devices_mouse input_devices_synaptics isdnlog java jpeg kde kernel_linux ldap libcaca libg++ linguas_de logitech-mouse mad mbrola mikmod mmx mp3 mpeg mplayer ncurses nls nptl nptlonly offensive ogg opengl oss pam pcre pdflib perl png ppds pppd python qt qt3 qt4 quicktime readline real reflection scanner sdl session spell spl sse sse2 ssl subtitles tcpd truetype truetype-fonts type1-fonts udev unicode usb userland_GNU video_cards_ati video_cards_fbdev video_cards_radeon video_cards_vesa vorbis wifi win32codecs xcomposite xml xorg xv xvid zlib"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
|
Aber wie gesagt, daran hat sich nichts geändert, abgesehen vom hin und her kopieren habe ich ja nichts getan... Bin soweit ratlos. _________________ SiberianSniper: my girlfriend's name ends with .c
Clete2: Uber geek! W00t! I'd rather have it end in .cpp... <insert name>.cpp
Dralnu: ...why not <name>.o? Then she's ready for linking...
SiberianSniper: or <name>.ko, so she's ready for insertion? |
|
Back to top |
|
|
py-ro Veteran
Joined: 24 Sep 2002 Posts: 1734 Location: Velbert
|
Posted: Fri Sep 15, 2006 10:59 am Post subject: |
|
|
mach mal bitte
Code: | cat /dev/input/mice |
und beweg dann die maus, kommt da was? |
|
Back to top |
|
|
Bloodsurfer Guru
Joined: 07 Dec 2005 Posts: 361 Location: Wolfstein, Germany (Rhineland-Palatinate)
|
Posted: Fri Sep 15, 2006 11:12 am Post subject: |
|
|
Nein, wenn ich die Maus bewege passiert nichts - beim Touchpad funktionierts. _________________ SiberianSniper: my girlfriend's name ends with .c
Clete2: Uber geek! W00t! I'd rather have it end in .cpp... <insert name>.cpp
Dralnu: ...why not <name>.o? Then she's ready for linking...
SiberianSniper: or <name>.ko, so she's ready for insertion? |
|
Back to top |
|
|
dave87 Tux's lil' helper
Joined: 15 Jun 2006 Posts: 107 Location: Germany / Kaiserslautern
|
Posted: Fri Sep 15, 2006 3:16 pm Post subject: |
|
|
Was kommt bei und Mausbewegung?
Edit: Falls es jemand was hilft, bei mir (USB-Maus geht) schaut es beim Einstecken in dmesg etwas anders aus:
Code: | ohci_hcd 0000:00:13.0: wakeup
usb 1-2: new low speed USB device using ohci_hcd and address 5
usb 1-2: configuration #1 chosen from 1 choice
input: Device USB Device as /class/input/input11
input: USB HID v1.00 Keyboard [Device USB Device] on usb-0000:00:13.0-2
input: Device USB Device as /class/input/input12
input: USB HID v1.00 Mouse [Device USB Device] on usb-0000:00:13.0-2
|
_________________ Error 404 - signature.html not found |
|
Back to top |
|
|
Bloodsurfer Guru
Joined: 07 Dec 2005 Posts: 361 Location: Wolfstein, Germany (Rhineland-Palatinate)
|
Posted: Fri Sep 15, 2006 5:10 pm Post subject: |
|
|
dave87 wrote: | Was kommt bei und Mausbewegung? |
Da passiert leider auch nichts. Wenn ich nicht die Meldungen vom Kernel beim Hochfahren sehen würde oder die oben in dmesg geposteten, würde ich denken das System kann die Maus nicht finden... Aber alle Meldungen sehen ja ok aus wie es vorher war. Nur passiert nichts...
Hardwaredefekte schließe ich übrigens aus, unter Win läuft die Maus _________________ SiberianSniper: my girlfriend's name ends with .c
Clete2: Uber geek! W00t! I'd rather have it end in .cpp... <insert name>.cpp
Dralnu: ...why not <name>.o? Then she's ready for linking...
SiberianSniper: or <name>.ko, so she's ready for insertion? |
|
Back to top |
|
|
.maverick Apprentice
Joined: 29 Jan 2004 Posts: 159 Location: Bonn
|
Posted: Fri Sep 15, 2006 5:22 pm Post subject: |
|
|
Aktivier mal HID in deiner Kernelkonfiguration (unter Device Drivers -> USB Support -> USB Human Interface Device (full HID) support). |
|
Back to top |
|
|
Bloodsurfer Guru
Joined: 07 Dec 2005 Posts: 361 Location: Wolfstein, Germany (Rhineland-Palatinate)
|
Posted: Fri Sep 15, 2006 9:21 pm Post subject: |
|
|
Das hab ich bereits im Kernel drin. _________________ SiberianSniper: my girlfriend's name ends with .c
Clete2: Uber geek! W00t! I'd rather have it end in .cpp... <insert name>.cpp
Dralnu: ...why not <name>.o? Then she's ready for linking...
SiberianSniper: or <name>.ko, so she's ready for insertion? |
|
Back to top |
|
|
dave87 Tux's lil' helper
Joined: 15 Jun 2006 Posts: 107 Location: Germany / Kaiserslautern
|
Posted: Fri Sep 15, 2006 9:45 pm Post subject: |
|
|
Erscheint in usbview (emerge usbview) ein Eintrag beim Einstecken der Maus? _________________ Error 404 - signature.html not found |
|
Back to top |
|
|
Bloodsurfer Guru
Joined: 07 Dec 2005 Posts: 361 Location: Wolfstein, Germany (Rhineland-Palatinate)
|
Posted: Fri Sep 15, 2006 10:35 pm Post subject: |
|
|
Nein, da passiert auch nichts.
So langsam verzweifle ich wirklich, das kann doch nicht sein... _________________ SiberianSniper: my girlfriend's name ends with .c
Clete2: Uber geek! W00t! I'd rather have it end in .cpp... <insert name>.cpp
Dralnu: ...why not <name>.o? Then she's ready for linking...
SiberianSniper: or <name>.ko, so she's ready for insertion? |
|
Back to top |
|
|
Bloodsurfer Guru
Joined: 07 Dec 2005 Posts: 361 Location: Wolfstein, Germany (Rhineland-Palatinate)
|
Posted: Sat Sep 16, 2006 12:19 am Post subject: |
|
|
Ich hab die Lösung. Habe einen neuen Kernel gebaut (2.6.17-gentoo-r, und es funktioniert wieder. Habe die selbe .config verwendet die der alte Kernel hatte (rüberkopiert aus den alten Sourcen ohne Änderung). Verstehe das echt nicht, wieso es mit dem alten Kernel nicht ging...
Naja, Hauptsache ein Problem weniger. _________________ SiberianSniper: my girlfriend's name ends with .c
Clete2: Uber geek! W00t! I'd rather have it end in .cpp... <insert name>.cpp
Dralnu: ...why not <name>.o? Then she's ready for linking...
SiberianSniper: or <name>.ko, so she's ready for insertion? |
|
Back to top |
|
|
|