[fedora-india] Realtek driver problems

Giriprasad Deviprasad g_pr21 at yahoo.in
Mon Sep 12 06:12:55 UTC 2011



> 
> To answer your question, it helps to read the kernel log
> messages.
> Check your IRQ initialization.
> 

Two changes fixed this problem:
retval = request_irq (dev->irq, (irq_handler_t) rtl8139_interrupt, IRQF_SHARED, dev->name, dev);
free_irq(dev->irq, dev);

Thanks & Regards,
D.Giriprasad




More information about the india mailing list