> Dear Anyone, I would like to make sure my Kudzu works at bootup to detect my 
>  ethernet card. How do I make sure that it does this? Thank you. Marcia

typing 'dmesg' will show you all boot stuff.  In it you should be able to find
your ethernet card listed.  Presuming it's on eth0, something like 

dmesg | grep eth0:

should generate a two-line output showing you the name of your card and address
information. 

Cheers --- Larry



Reply via email to