Re: amd64 support for AR9485

2014-05-12 Thread vtamara
El 2014-05-09 07:23, Stefan Sperling escribió: Further work is needed. I have diffs which do much more but don't yet work either. I've given up on trying to get this to work for now, and will share my diffs with anyone who wants to take over. If you're an aspiring wifi hacker, then this is for

Re: amd64 support for AR9485

2014-05-12 Thread Stefan Sperling
On Mon, May 12, 2014 at 06:40:22AM -0400, vtamara wrote: El 2014-05-09 07:23, Stefan Sperling escribió: Further work is needed. I have diffs which do much more but don't yet work either. I've given up on trying to get this to work for now, and will share my diffs with anyone who wants to

Re: amd64 support for AR9485

2014-05-09 Thread Stefan Sperling
On Fri, May 09, 2014 at 12:08:21AM +0100, Stuart Henderson wrote: You could try adding the ID to the athn driver to get it to match: Index: if_athn_pci.c === RCS file: /cvs/src/sys/dev/pci/if_athn_pci.c,v retrieving revision

Re: amd64 support for AR9485

2014-05-09 Thread Sébastien Morand
No guarantees as to whether this is sufficient, or if further work is needed, but it will at least get the device picked up by the athn driver. Further work is needed. I have diffs which do much more but don't yet work either. I've given up on trying to get this to work for now, and

amd64 support for AR9485

2014-05-08 Thread Sébastien Morand
Hi, My wireless card AR9485 is not recognized by kernel (5.5). I'm having the error following error message: Atheros AR9485 rev 0x01 at pci2 dev 0 function 0 not configured As far as I understand it means it's not supported but I can find a 2012 email on tech list mentionning the ar9485 device

Re: amd64 support for AR9485

2014-05-08 Thread Stuart Henderson
On 2014/05/08 22:57, Sébastien Morand wrote: Hi, My wireless card AR9485 is not recognized by kernel (5.5). I'm having the error following error message: Atheros AR9485 rev 0x01 at pci2 dev 0 function 0 not configured As far as I understand it means it's not supported but I can find a

Re: amd64 support for AR9485

2014-05-08 Thread Sébastien Morand
You could try adding the ID to the athn driver to get it to match: Index: if_athn_pci.c === RCS file: /cvs/src/sys/dev/pci/if_athn_pci.c,v retrieving revision 1.14 diff -u -p -r1.14 if_athn_pci.c --- if_athn_pci.c 6

Re: amd64 support for AR9485

2014-05-08 Thread Stuart Henderson
On 2014/05/08 23:43, Sébastien Morand wrote: You could try adding the ID to the athn driver to get it to match: Index: if_athn_pci.c === RCS file: /cvs/src/sys/dev/pci/if_athn_pci.c,v retrieving revision 1.14 diff -u