Bug 5773 - kudzu problems
Summary: kudzu problems
Keywords:
Status: CLOSED DUPLICATE of bug 5680
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kudzu
Version: 6.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-10-09 15:37 UTC by eloranta
Modified: 2014-03-17 02:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-10-18 17:42:37 UTC
Embargoed:


Attachments (Terms of Use)

Description eloranta 1999-10-09 15:37:56 UTC
Couple of problematic cases for kudzu:

1) I changed ethernet card from 3c509 to 3c59x.
   In the next boot it found out that the machine
   contained 3c59x. However, it left the old 3c509
   as eth0 and added 3c59x as eth1. It should have
   tested if 3c509 was gone (modprobe?) and removed
   it first then 3c59x would have appeared as eth0.

2) PC style parallel port (parport_pc) is not detected
   at all.

Comment 1 Bill Nottingham 1999-10-11 15:16:59 UTC
1) 3c509 is an ISA card, and kudzu doesn't detect ISA stuff, so
   it doesn't know that it's gone. The current behavior is to
   assume it isn't.  We could try using modprobe as you suggested,
   but that could get ugly, as the behavior of various module probes
   is not consistent (some even load successfully even if there
   isn't a card....)
2) Add
    alias parport_lowlevel parport_pc
   to /etc/conf.modules, or update to the latest modutils
   from Raw Hide.

Comment 2 Bill Nottingham 1999-10-18 17:42:59 UTC
*** This bug has been marked as a duplicate of 5680 ***


Note You need to log in before you can comment on or make changes to this bug.