lkml.org 
[lkml]   [2008]   [Oct]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectr6080 driver not working.
Hi,

I cannot get the r6080 driver working properly in either 2.6.26 or
2.6.27. It compiles, and loads fine enough, but as soon as I try and
bring up the device I get a 'resource is in use and busy' message.

I've tried using both the driver supplied by the kernel and the one
linked on their website (with some modifications to make it compile :

r6040# diff r6040.c r6040.orig
277a278
> SET_MODULE_OWNER(dev);
380c381
< i = request_irq(dev->irq, &r6040_interrupt, IRQF_SHARED,
dev->name, dev);
---
> i = request_irq(dev->irq, &r6040_interrupt, SA_SHIRQ, dev->name, dev);
1079c1080
< return pci_register_driver (&r6040_driver);
---
> return pci_module_init (&r6040_driver);

Networking works with 2.6.21 using the driver from their website and
the above patch.

I've cc'ed in tech support to the manufacturer.

Thanks, and sorry if the information isn't much to work with...but
since I don't get any errors other than device being busy I'm not sure
what to do from here.


\
 
 \ /
  Last update: 2008-10-17 16:53    [W:0.090 / U:1.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site