• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] MX1000 und jengelhs kernel - evdev SuSE 10.2

dma67

Hacker
Hallo, um die MX1000 wegen evdev in Betrieb zu nehmen installierte ich jengelhs kernel. Alles OK.

Das HowTo von stulle hab ich mehrmals befolgt (unter SuSE 10.0) - so dass hier keine Fehler vorliegen.
http://www.linux-club.de/viewtopic.php?t=15176

lsmod zeigt, dass alles geladen ist.
Code:
c16:/home/dm # lsmod
Module                  Size  Used by
xt_tcpudp               7552  66
xt_pkttype              6144  8
ipt_LOG                11520  33
xt_limit                7040  33
af_packet              30728  2
tun                    16000  0
nfsd                  242224  13
exportfs               10496  1 nfsd
lockd                  79592  2 nfsd
nfs_acl                 8064  1 nfsd
eeprom                 11536  0
ds1621                 13072  0
hwmon                   7556  1 ds1621
irtty_sir              11008  2
sir_dev                19844  1 irtty_sir
ircomm_tty             30856  0
ircomm                 19460  1 ircomm_tty
sunrpc                169916  12 nfsd,lockd,nfs_acl
irda                  146872  3 sir_dev,ircomm_tty,ircomm
crc_ccitt               6272  1 irda
des                    22016  0
blowfish               13568  0
snd_pcm_oss            58752  0
cast5                  22912  0
serpent                28928  0
snd_mixer_oss          22272  1 snd_pcm_oss
twofish                51712  0
aes                    32320  0
ipsec                 207280  2
snd_seq                66032  0
snd_seq_device         13324  1 snd_seq
arc4                    6272  4
ieee80211_crypt_wep     9600  4
cpufreq_conservative    12168  0
cpufreq_ondemand       11276  1
cpufreq_userspace       9216  0
cpufreq_powersave       6016  0
speedstep_centrino     13344  1
freq_table              9344  1 speedstep_centrino
button                 11152  0
battery                14852  0
ac                      9604  0
ipt_REJECT              9856  3
xt_state                6528  25
iptable_mangle          7040  0
iptable_nat            12292  0
ip_nat                 28844  1 iptable_nat
iptable_filter          7296  1
ip6table_mangle         6656  0
ip6table_filter         7040  0
ip_conntrack           62944  3 xt_state,iptable_nat,ip_nat
nfnetlink              11288  2 ip_nat,ip_conntrack
ip_tables              18500  3 iptable_mangle,iptable_nat,iptable_filter
ip6_tables             19780  2 ip6table_mangle,ip6table_filter
x_tables               19716  9 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,ipt_REJECT,xt_state,iptable_nat,ip_tables,ip6_tables
reiserfs              268416  2
loop                   21640  0
md_mod                 89108  0
dm_mod                 65432  0
evdev                  14464  4
capability              7516  0
usbhid                 60448  0
nvidia               7260436  28
pcmcia                 43836  0
ehci_hcd               38152  0
ipw2200               120260  0
ide_cd                 45088  0
cdrom                  41632  1 ide_cd
uhci_hcd               29064  0
ieee80211              38600  1 ipw2200
ieee80211_crypt        10496  2 ieee80211_crypt_wep,ieee80211
firmware_class         14592  2 pcmcia,ipw2200
snd_hda_intel          24340  1
snd_hda_codec         176256  1 snd_hda_intel
i2c_core               26624  3 eeprom,ds1621,nvidia
sk98lin               164448  0
pcspkr                  7424  0
ohci1394               40368  0
ieee1394              111672  1 ohci1394
usbcore               139524  4 usbhid,ehci_hcd,uhci_hcd
intel_agp              29340  1
snd_pcm                95236  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
sdhci                  23052  0
mmc_core               30080  1 sdhci
yenta_socket           32012  1
rsrc_nonstatic         18048  1 yenta_socket
pcmcia_core            46740  3 pcmcia,yenta_socket,rsrc_nonstatic
agpgart                38088  2 nvidia,intel_agp
snd_timer              30468  2 snd_seq,snd_pcm
snd                    66436  10 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
soundcore              14304  1 snd
snd_page_alloc         14984  2 snd_hda_intel,snd_pcm
parport_pc             45028  1
lp                     17192  0
parport                42568  2 parport_pc,lp
ext3                  150024  1
mbcache                13316  1 ext3
jbd                    66344  1 ext3
edd                    14404  0
fan                     9220  1
piix                   14724  0 [permanent]
thermal                18952  1
processor              35432  2 speedstep_centrino,thermal
ide_disk               21248  5
ide_core              140872  3 ide_cd,piix,ide_disk

Gleich habe ich 2 Dateien entfernt - wie von jengelh empfohlen.
http://www.linux-club.de/ftopic82638.html

jengelh schrieb:
Lösche
* /lib/modules/2.6.18.8-ccj45-default/kernel/drivers/usb/input/usbkbd.ko und
* /lib/modules/2.6.18.8-ccj45-default/kernel/drivers/usb/input/usbmouse.ko
diese sind wahrscheinlich Ursache (werde sie für den nächsten Kernel wieder rausnehmen), und mach' dann bitte mal (einfachste Methode) einen ganzen Reboot.


Hab ich befolgt.

Meine xorg.conf (relevante Auszüge)
Code:
Section "ServerLayout"
    Identifier     "Layout[all]"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard[0]" "CoreKeyboard"
    InputDevice    "Mouse[1]" "SendCoreEvents"
    InputDevice    "Mouse[3]" "SendCoreEvents"
    Option         "Clone" "off"
    Option         "Xinerama" "off"
EndSection

Section "Files"
    InputDevices      "/dev/gpmdata"
    InputDevices      "/dev/input/mice"
    InputDevices      "/dev/input/event5"
    FontPath        "/usr/share/fonts/misc:unscaled"
    FontPath        "/usr/share/fonts/local"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/URW"
    FontPath        "/usr/share/fonts/Speedo"
    FontPath        "/usr/share/fonts/PEX"
    FontPath        "/usr/share/fonts/cyrillic"
    FontPath        "/usr/share/fonts/latin2/misc:unscaled"
    FontPath        "/usr/share/fonts/latin2/75dpi:unscaled"
    FontPath        "/usr/share/fonts/latin2/100dpi:unscaled"
    FontPath        "/usr/share/fonts/latin2/Type1"
    FontPath        "/usr/share/fonts/latin7/75dpi:unscaled"
    FontPath        "/usr/share/fonts/baekmuk:unscaled"
    FontPath        "/usr/share/fonts/japanese:unscaled"
    FontPath        "/usr/share/fonts/kwintv"
    FontPath        "/usr/share/fonts/truetype"
    FontPath        "/usr/share/fonts/uni:unscaled"
    FontPath        "/usr/share/fonts/CID"
    FontPath        "/usr/share/fonts/ucs/misc:unscaled"
    FontPath        "/usr/share/fonts/ucs/75dpi:unscaled"
    FontPath        "/usr/share/fonts/ucs/100dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/misc:unscaled"
    FontPath        "/usr/share/fonts/hellas/75dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/100dpi:unscaled"
    FontPath        "/usr/share/fonts/hellas/Type1"
    FontPath        "/usr/share/fonts/misc/sgi:unscaled"
    FontPath        "/usr/share/fonts/xtest"
    FontPath        "/opt/kde3/share/fonts"
EndSection


Section "InputDevice"
  Driver       "evdev"
  Identifier   "Mouse[1]"
  Option       "Buttons" "12"
  Option       "Device" "/dev/input/event5"
  Option       "Emulate3Buttons" "on"
  Option       "Name" "Logitech USB RECEIVER"
  Option       "Protocol" "evdev"
  Option       "ZAxisMapping" "11 12 10 9"
EndSection

Section "InputDevice"
    Identifier     "Mouse[3]"
    Driver         "synaptics"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "on"
    Option         "Name" "Touchpad"
    Option         "SHMConfig" "on"
    Option         "Vendor" "Synaptics"
    Option         "ZAxisMapping" "4 5"
EndSection

Danke für jeden Hinweis.
Die Maus funktioniert nicht (Radbewegungen rechts-links). :-(

EDIT:
Sorry, funktioniert - falsches event :oops:

Für alle, die unter SuSE 10.2 die Maus konfigurieren wollen - nach stulles Anleitung
1. Anleitung
2. jengelhs kernel installieren (per smart- schnell und schmerzlos)
3. Löschen
lib/modules/2.6.18.8-ccj45-default/kernel/drivers/usb/input/usbkbd.ko und
/lib/modules/2.6.18.8-ccj45-default/kernel/drivers/usb/input/usbmouse.ko

Fertig

SEHR INTERESSANT ist in diesem Zusammenhang dieses HowTO
http://www.linux-club.de/ftopic72710.html
Ein Skript prüft, ob die Maus angeschlossen ist.
 
Oben