View previous topic :: View next topic |
Author |
Message |
body_and_soul n00b
Joined: 05 Apr 2004 Posts: 69 Location: Germersheim
|
Posted: Tue Jun 01, 2004 3:55 pm Post subject: mknod |
|
|
Hallo zusammen,
dank meiner schlechten Englischkenntnisse blicke ich hier leider nicht ganz durch:
Some distributions come with an incomplete /dev directory. The driver needs the /dev/input/eventX device nodes. Try to create them manually if they don't exist already. (Look at /proc/bus/input/devices to figure out how many nodes you need.)
# mknod /dev/input/event0 c 13 64
# mknod /dev/input/event1 c 13 65
# mknod /dev/input/event2 c 13 66
wie kann ich das machen?
das sagt bei mir /proc/bus/input/devices:
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 670000 0 0 0 0 0 0 0 0
B: ABS=11000003
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=120003
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: LED=7
I: Bus=0003 Vendor=04b4 Product=aefa Version=0550
N: Name="ACROX Combo Mouse"
P: Phys=usb-0000:00:1d.2-1/input0
H: Handlers=mouse1
B: EV=f
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103
B: ABS=100 0
Ich verstehe schon das ich die device erstellen muß ....aber wenn ich
mkod /dev/input/event0 c 13 64 eingebe bekomme ich eine fehlermeldung:
mknod: wrong number of arguments
Gruß Norbert
... |
|
Back to top |
|
|
body_and_soul n00b
Joined: 05 Apr 2004 Posts: 69 Location: Germersheim
|
Posted: Tue Jun 01, 2004 6:13 pm Post subject: |
|
|
Schreibfehler drinnen gehabt .. klar geht es ...
|
|
Back to top |
|
|
makukasutota Apprentice
Joined: 18 Oct 2003 Posts: 251 Location: DE, Lower Saxony
|
Posted: Tue Jun 01, 2004 7:37 pm Post subject: |
|
|
normalerweise sollten diese aber eigentlich existieren. hast du im kernel die event devices eingeschaltet? dann würde man bei der datei im proc auch:
H: Handlers=eventx
lesen (und die Devices würden automatisch da sein.) _________________ Bye, mkasu |
|
Back to top |
|
|
|