On Fri, Apr 13, 2001 at 05:40:35PM +0530, sudhish wrote:
> Hi Anand,
> 
> No,when I explicitly invoke insmod rtl8139 ,in addition to the error message
> already mentioned at boot time ,I get init_module : Device or resource
> busy,(though the card is not being used  ).So,if  I try rmmod rtl8139,it
> says module not loaded.

Take a look in /proc/ioport and /proc/interrupts and see what might be using
the IRQ and I/O ports you think the network card is using first.

Perhaps some other device thinks the network related ports and IRQ belong to it?

You woun't be able to remove a module (rmmod) if it isn't loaded; so your
second problem isn't unexpected.

Anand

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to