1kudzu(8) System Manager's Manual kudzu(8)
2
3
4
6 kudzu - detects and configures new and/or changed hardware on a system
7
8
10 kudzu
11
13 kudzu detects and configures new and/or changed hardware on a system.
14 When started, kudzu detects the current hardware, and checks it against
15 a database stored in /etc/sysconfig/hwconf, if one exists. It then
16 determines if any hardware has been added or removed from the system.
17 If so, it gives the users the opportunity to configure any added hard‐
18 ware, and unconfigure any removed hardware. It then updates the data‐
19 base in /etc/sysconfig/hwconf.
20
21 If no previous database exists, kudzu attempts to determine what
22 devices have already been configured, by looking at /etc/modprobe.conf,
23 /etc/sysconfig/network-scripts/, and /etc/X11/xorg.conf.
24
25
27 --usage
28 Show short usage message.
29
30 --help, -?
31 Print help information.
32
33 -q, --quiet
34 Run 'quietly'; do only configuration that doesn't require user
35 input.
36
37 -s, --safe
38 Do only 'safe' probes that won't disturb hardware. Currently,
39 this disables the serial probe, the DDC monitor probe, and the
40 PS/2 probe.
41
42 -t, --timeout [seconds]
43 This sets the timeout for the initial dialog. If no key is
44 pressed before the timeout elapses, kudzu exits, and
45 /etc/sysconfig/hwconf is not updated.
46
47 -k, --kernel [version]
48 When determining whether a module exists, use the specified ker‐
49 nel version. (If this is not set, it defaults to the current
50 kernel version.) Do not specify suffixes such as 'smp' or 'sum‐
51 mit'; these are automatically searched.
52
53 -b, --bus [bus]
54 Only probe on the specified bus.
55
56 -c, --class [class]
57 Only probe for the specified class.
58
59 -f, --file [file]
60 Read hardware probe info from file file and do not do an actual
61 probe.
62
63 -p, --probe
64 Print probe information to the screen, and do not actually con‐
65 figure or unconfigure any devices.
66
68 /etc/sysconfig/hwconf
69 Listing of current installed hardware.
70
71 /etc/sysconfig/kudzu
72 Configuration for the boot-time hardware probe. Set 'SAFE' to
73 something other than 'no' to force only safe probes.
74
75 /etc/modprobe.conf
76 Module configuration file.
77
78 /etc/sysconfig/network-scripts/ifcfg-*
79 Network interface configuration files.
80
81
82 BUGS The serial probe will disturb any currently in-use devices, and
83 returns odd results if used on machines acting as serial con‐
84 soles. On some older graphics cards, the DDC probe can do
85 strange things.
86
87 Running kudzu to configure network adapters post-boot after the
88 network has started may have unintended results.
89
91 Red Hat, Inc.
92
93
94
954th Berkeley Distribution Red Hat, Inc. kudzu(8)