Bug 129512

Summary: kudzu should offer to mkinitrd kernels when new devices are found
Product: [Fedora] Fedora Reporter: Need Real Name <howarth>
Component: kudzuAssignee: Bill Nottingham <notting>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mattdm, rvokal
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-23 21:14:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2004-08-09 20:48:30 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2)
Gecko/20040803

Description of problem:
While kudzu will recognize new hardware added to a pc which
already has an existing Fedora Core 2 installation, it doesn't
offer to mkinitrd the installed kernels to make the new drivers
load automatically at boot time. This makes adding new hardware
to Fedora unnecessarily complex. It would be very helpful if
when kudzu identifies new hardware and adds a modprobe.conf 
line to load the driver, that it would offer to mkinitrd
all or selected installed kernels to allow the needed driver
to load automatically at boot time.

Version-Release number of selected component (if applicable):
1.1.68-1

How reproducible:
Always

Steps to Reproduce:
1. On a pc without scsi cards, install Fedora Core 2, reboot and shutdown
2. Install a scsi pci card and reboot
3. when kudzu finds the new scsi pci card, allow kudzu to 
configure it (note the driver in the line added to 
/etc/modprobe.conf
4. reboot, login again and execute 'lsmod' to see if the
newly added driver is being automatically loaded
    

Actual Results:  The driver added in the line added to /etc/modprobe.conf
isn't automatically loaded because it isn't in the initrd
of the installed kernels.

Expected Results:  Kudzu should at least alert the user that they need
to mkinitrd
the installed kernels so the driver added will actually load on
booting the machine. Alternatively, kudzu could offer to 
do a mkinitrd on selected or all installed kernels so that the
new driver is made available automatically.

Additional info:

Comment 1 Matthew Miller 2005-04-26 16:23:53 UTC
Fedora Core 2 is now maintained by the Fedora Legacy project for
security updates only. If this problem is a security issue, please
reopen and reassign to the Fedora Legacy product. If it is not a
security issue and hasn't been resolved in the current FC3 updates or
in the FC4 test release, reopen and change the version to match.

Comment 2 Bill Nottingham 2005-09-23 21:14:22 UTC
Closing bugs on older, no longer supported, releases. Apologies for any lack of
response.

Note that as of mkinitrd-4.2.22-1, mkinitrd will automatically find storage
adapters for relevant root devices. This eliminates the need for a kudzu change.