[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Kudzu : redhat hardware autodetection program



Ok, i did some investigation, it looks good, this looks better suited to a
bootdisk that Lothar, there both GPL'ed

Its a 72KB binary, it would add a lot of functionality to a bootdisk, better
than playing 20 questions with the user.
On a negative note, its v0.2 so there are still bugs around

You can get the source rpm from a redhat mirror

Below is the Readme that comes with it

Kudzu FAQ:
----------

1) So, what is kudzu?

kudzu is the hardware autodetection & configuration tool, originally
introduced in Red Hat Linux 6.1. It detects changes in the system's
hardware configuration, and gives the option of configuring
added or removed devices. It's set up by default to run at
each boot.

2) What type of devices does kudzu detect?

Currently, kudzu detects:

- PCI cards
- SBUS cards
- serial devices (PnP devices, mice, modems)
- parallel port devices (printers)
- SCSI devices (provided the appropriate SCSI modules are loaded)
- IDE devices
- PS/2 mice

More devices and types will be added in the future.

3) What is kudzu doing when it says 'Configuring device X...'?

Configuration:
- Network:
 - adds an 'ethX' alias, if necessary
 - migrates old device config, or creates a new one.
- SCSI:
 - adds a 'scsi_hostadapter' alias
- Video card:
 - runs Xconfigurator
- Sound card:
 - runs sndconfig
- Mouse
 - makes /dev/mouse link
 - runs mouseconfig
- Modem
 - makes /dev/modem link
- CD-ROM
        - makes /dev/cdrom link
- Scanner
 - makes /dev/scanner link

Un-configuration:
- Network:
 - removes ethX alias
- SCSI:
 - removes scsi_hostadapterX alias
- Mouse:
 - removes /dev/mouse link
- Modem:
 - removes /dev/modem link
- CD-ROM:
 - removes /dev/cdrom link
- Scanner:
 - removes /dev/scanner link

4) Where do I submit bug reports about kudzu?

http://developer.redhat.com/bugzilla/

5) Are there any known bugs in kudzu?

The serial probe can confuse devices if they are
currently in use. (modems, mice)

Running the serial probe on a machine that is acting
as a serial console can produce odd results.



Reply to: