LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Hotplug endless loop (https://www.linuxquestions.org/questions/ubuntu-63/hotplug-endless-loop-318296/)

AzCoder 04-28-2005 10:14 PM

Hotplug endless loop
 
I have an AMD 64 using a K8V-SE Deluxe mb. When I try to install or boot up the system with two CommTech card installed, the system loops in the HotPlug startup function. If I uninstall the two cards, the system will boot OK. How can I tell Ubuntu to ignore the two cards? There ID's are 110a:2102 and 10e8:8291. Is there a blacklist I can add these two cards to?

Jim

nadroj 04-30-2005 12:10 AM

/etc/hotplug/blacklist i thought

AzCoder 04-30-2005 11:26 AM

O.K., I guess I need to do something with /etc/hotplug/blacklist. What do I need to add? How do I determine what is needed?

Jim

nadroj 04-30-2005 11:52 AM

iv never had to before.. but i think just add the module name to the end of the file on its own line

AzCoder 04-30-2005 01:56 PM

I had to figure out which of the two cards was causing the problem. I modified /etc/default/rcS to have VERBOSE=yes. I also removed the quiet from the grub boot line. This allowed me to display the failing module name. It was dscc4. I added dscc4 to the /etc/hotplug/blacklist file and the system will now boot. It seems hotplug thinks the Commtech synchronous 4 port card is a network card. Blacklisting makes everything all better.

Jim


All times are GMT -5. The time now is 11:54 PM.