1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
Template: joystick/createdevs
Type: boolean
Default: true
Description: Create device nodes for joysticks now?
Should I create some device nodes for joysticks in your /dev/
directory? Applications use this files to access the joystick
hardware, so you probably want to create them.
Description-de: Joystick-Gerätedateien jetzt erstellen?
Sollen die Gerätedateien für Joysticks jetzt im Verzeichnis
/dev erstellt werden? Anwendungen mit Joystick-Unterstützung
benötigen diese Dateien, um auf Joysticks zuzugreifen.
Template: joystick/nodecheck-types
Type: select
Choices: check at bootup, check once, check manually
Choices-de: Überprüfung beim Booten, Einmalige Überprüfung, Manuelle Überprüfung
Default: check at bootup
Description: Check of joystick device node compatibility?
Because of changes in the kernel version from 2.2.x to 2.4.x the
major number of the joystick device nodes have been changed. For
this reason you should check whether your joystick device nodes are
compatible with the running kernel, otherwise you probably won't be
able to use joystick devices. This package has a script called
joystick-device-check which will do the job. Which method of
checking do you prefer?
.
check at bootup - joystick-device-check will be invoked from an init
script at boot time, so the changes are done automaticaly when you
upgrade or downgrade your kernel.
.
check once - joystick-device-check will be executed once and never
again, you will have to call it manually after changing the kernel
generation.
.
check manually - don't touch anything, don't do anything now, don't
run joystick-device-check from the init script.
Description-de: Joystick-Gerätekompatibilität überprüfen?
Da es zwischen den Kernelversionen 2.2.x und 2.4.x zu Änderungen
der Major-Nummer für Joysticks kam, sollten Sie überprüfen, ob
die erstellten Gerätedateien zu dem von Ihnen verwendeten Kernel
passen. Diese Paket enthält ein Skript joystick-device-check, welches
diese Überprüfung vornehmen kann. Welche Prüfmethode bevorzugen Sie?
.
Überprüfung beim Booten - joystick-device-check wird beim Booten von
einem Init-Skript gestartet, so das Kernel-Änderungen automatisch
eine Anpassung der Gerätedateien auslösen.
.
Einmalige Überprüfung - joystick-device-check wurd einmalig aufgerufen.
Sie müssen es nach einem Up- oder Downgrade des Kernels von Hand
nochmals ausführen.
.
Manuelle Überprüfung - nichts wird automatisch ausgeführt und keine
Init-Skripte werden verändert.
|