Re: Add support to AR5424

2013-03-27 Thread Hubert Jarosz
2013/3/27 Stuart Henderson > This patch only helped some quite uncommon cards with rf 6.0, > the normal ones have rf 10.2 which these diffs didn't help, and made > worse in some cases (system hangs). > Oh... So can I have a little request for someone skilled in patching driver to help with this

Re: Add support to AR5424

2013-03-27 Thread Stuart Henderson
On 2013/03/27 12:27, Hubert Jarosz wrote: > Hi, > I'm trying to install OpenBSD on my laptop with AR5424 but it fails. The > question is: wasn't the patch which I found ( > http://marc.info/?t=12643791922) merged into OpenBSD official > repository or it's bugged? > Have maybe anyone tried testi

Re: Add support to AR5424

2013-03-27 Thread Giovanni Bechis
On 03/27/13 12:27, Hubert Jarosz wrote: > Hi, > I'm trying to install OpenBSD on my laptop with AR5424 but it fails. The > question is: wasn't the patch which I found ( > http://marc.info/?t=12643791922) merged into OpenBSD official > repository or it's bugged? > If I remember well it breaks a

Re: Add support to AR5424

2013-03-27 Thread Hubert Jarosz
Hi, I'm trying to install OpenBSD on my laptop with AR5424 but it fails. The question is: wasn't the patch which I found ( http://marc.info/?t=12643791922) merged into OpenBSD official repository or it's bugged? Have maybe anyone tried testing/developing those patches since 2010? Retards, Hube

Re: Add support to AR5424

2010-06-28 Thread Tom Murphy
On 21/05/10 18:42, Giovanni Bechis wrote: > Il 21/05/2010 19.31, Tom Murphy ha scritto: >>Is there any update on this? Is it possible to get the chipset >> working? >> > At least latest version breaks this chip (found on IBM x40): > ath0 at pci1 dev 2 function 0 "Atheros AR5212 (IBM MiniPCI)" r

Re: Add support to AR5424

2010-06-28 Thread Luis Henriques
Hi Tom, On Mon, Jun 28, 2010 at 12:26 PM, Tom Murphy wrote: > On 21/05/10 18:42, Giovanni Bechis wrote: >> Il 21/05/2010 19.31, Tom Murphy ha scritto: >>>Is there any update on this? Is it possible to get the chipset >>> working? >>> >> At least latest version breaks this chip (found on IBM x

Re: Add support to AR5424

2010-06-20 Thread Stuart Henderson
On 2010/06/20 15:08, Luis Henriques wrote: > Hi, > > I'm attaching a patch I've been using for a couple of weeks now. Can > anyone give it a try? As usual, no guarantees -- it may crash your > system, so be careful. > > Just let me know of any successful/unsuccessful story. this needs a test o

Re: Add support to AR5424

2010-06-20 Thread Adam M. Dutko
Full patch against latest I assume b/c of the 1.51 version tag of ar5212.c. I'll need to update before I test, but I'll try to test soon. Thanks.

Re: Add support to AR5424

2010-06-20 Thread Luis Henriques
Hi, I'm attaching a patch I've been using for a couple of weeks now. Can anyone give it a try? As usual, no guarantees -- it may crash your system, so be careful. Just let me know of any successful/unsuccessful story. -- Luis Henriques Index: dev/ic/ar5212.c ===

Re: Add support to AR5424

2010-05-21 Thread Giovanni Bechis
Il 21/05/2010 19.31, Tom Murphy ha scritto: Is there any update on this? Is it possible to get the chipset working? At least latest version breaks this chip (found on IBM x40): ath0 at pci1 dev 2 function 0 "Atheros AR5212 (IBM MiniPCI)" rev 0x01: irq 11 ath0: AR5213A 5.9 phy 4.3 rf5112a 3

Re: Add support to AR5424

2010-05-21 Thread Tom Murphy
On Wed, May 05, 2010 at 02:37:54PM +0200, Giovanni Bechis wrote: > On 05/05/10 13:25, Tom Murphy wrote: > >My guess is the device isn't supported or WPA/WPA2 isn't working yet > >for it? Haven't tried with an open/unencrypted access or WEP point yet > >to see if that makes any difference. > > >

Re: Add support to AR5424

2010-05-05 Thread Giovanni Bechis
On 05/05/10 13:25, Tom Murphy wrote: My guess is the device isn't supported or WPA/WPA2 isn't working yet for it? Haven't tried with an open/unencrypted access or WEP point yet to see if that makes any difference. I tried the diff and I have no mode device timeout, anyway I receive a beacon

Re: Add support to AR5424

2010-05-05 Thread Tom Murphy
Hi Luis, The patch works on my system. ifconfig ath0 up doesn't lock the system I enabled debug and it does an active scan where it sends probes to ff:ff:ff:ff:ff:ff on a bunch of channels, gets a beacon from my AP, then when it tries to send an auth to my AP, I get: "ath0: device timeout".

Re: Add support to AR5424

2010-05-04 Thread Luis Henriques
Hi, Here's another patch with a couple of changes since the last one. Not sure how this will make any difference to the cards that were not working with previous versions, but hopefully there will be some changes. Please let me know if this works for you. Alexander: sorry for the delay on sendi

Re: Add support to AR5424

2010-05-02 Thread Giovanni Bechis
On 04/29/10 13:40, Luis Henriques wrote: On 2010/04/28 18:41, Luis Henriques wrote: Anyway, this gave me the chance to find some more differences between ath(4) and linux ath5k device driver. Two constants (HAL_MODE_11G and HAL_MODE_XR) were defined with the wrong values. See updated patch bel

Re: Add support to AR5424

2010-04-29 Thread Luis Henriques
>> On 2010/04/28 18:41, Luis Henriques wrote: >> > Anyway, this gave me the chance to find some more differences between >> > ath(4) and linux ath5k device driver. Two constants (HAL_MODE_11G and >> > HAL_MODE_XR) were defined with the wrong values. See updated patch >> > bellow. >> >> hmm, I'm n

Re: Add support to AR5424

2010-04-29 Thread Mark Kettenis
> Date: Thu, 29 Apr 2010 11:20:52 +0100 > From: Stuart Henderson > > On 2010/04/28 18:41, Luis Henriques wrote: > > Anyway, this gave me the chance to find some more differences between > > ath(4) and linux ath5k device driver. Two constants (HAL_MODE_11G and > > HAL_MODE_XR) were defined with t

Re: Add support to AR5424

2010-04-29 Thread Stuart Henderson
On 2010/04/28 18:41, Luis Henriques wrote: > Anyway, this gave me the chance to find some more differences between > ath(4) and linux ath5k device driver. Two constants (HAL_MODE_11G and > HAL_MODE_XR) were defined with the wrong values. See updated patch > bellow. hmm, I'm not sure about this..

Re: Add support to AR5424

2010-04-29 Thread Giovanni Bechis
Il 29/04/2010 11.59, Giovanni Bechis ha scritto: With this patch my system does not hang anymore but when I try dhclient ath0 my wifi status is "no network": $ sudo dhclient ath0 ath0: no link . sleeping I am seeing also some "ath0: device timeout" kernel messages. Cheers Giovanni

Re: Add support to AR5424

2010-04-29 Thread Giovanni Bechis
On 04/28/10 19:41, Luis Henriques wrote: Anyway, this gave me the chance to find some more differences between ath(4) and linux ath5k device driver. Two constants (HAL_MODE_11G and HAL_MODE_XR) were defined with the wrong values. See updated patch bellow. With this patch my system does not han

Re: Add support to AR5424

2010-04-28 Thread Luis Henriques
On Thu, Apr 29, 2010 at 12:27:41AM +0800, Alexander Vladimirov wrote: > On Wed, 28 Apr 2010 14:15:27 +0100 > Luis Henriques wrote: > > Interesting. This is behaviour seems to be different from what > > Alexander was seeing. Is this correct Alexander? I believe you > > referred in your last email t

Re: Add support to AR5424

2010-04-28 Thread Alexander Vladimirov
On Wed, 28 Apr 2010 14:15:27 +0100 Luis Henriques wrote: > Interesting. This is behaviour seems to be different from what > Alexander was seeing. Is this correct Alexander? I believe you > referred in your last email that your system is not hanging anymore. > > -- > Luis Your latest patches lack

Re: Add support to AR5424

2010-04-28 Thread Luis Henriques
On Wed, Apr 28, 2010 at 2:07 PM, Giovanni Bechis wrote: > On 04/27/10 19:34, Luis Henriques wrote: >> >> BTW, with my wifi card, it seems to make no difference whether the value >> 0x0040 or 0x1000 is used. How the hell my card is working??? :-) >> > I tried your latest diff with my card, it is r

Re: Add support to AR5424

2010-04-28 Thread Giovanni Bechis
On 04/27/10 19:34, Luis Henriques wrote: > BTW, with my wifi card, it seems to make no difference whether the value > 0x0040 or 0x1000 is used. How the hell my card is working??? :-) > I tried your latest diff with my card, it is recognized well, there are no more "hal status" messages from the k

Re: Add support to AR5424

2010-04-27 Thread Luis Henriques
On Tue, Apr 27, 2010 at 10:59:21AM +0800, Alexander Vladimirov wrote: > On Mon, 26 Apr 2010 20:59:45 +0100 > Luis Henriques wrote: > > > @@ -1150,9 +1179,17 @@ ar5k_ar5212_reset_tx_queue(struct ath_ha > > /* > > * Set misc registers > > */ > > + /* Enable DCU early termination for

Re: Add support to AR5424

2010-04-27 Thread Luis Henriques
On Tue, Apr 27, 2010 at 3:59 AM, Alexander Vladimirov wrote: > On Mon, 26 Apr 2010 20:59:45 +0100 > Luis Henriques wrote: > >> @@ -1150,9 +1179,17 @@ ar5k_ar5212_reset_tx_queue(struct ath_ha >> /* >>* Set misc registers >>*/ >> + /* Enable DCU early termination for this

Re: Add support to AR5424

2010-04-26 Thread Alexander Vladimirov
On Mon, 26 Apr 2010 20:59:45 +0100 Luis Henriques wrote: > @@ -1150,9 +1179,17 @@ ar5k_ar5212_reset_tx_queue(struct ath_ha > /* >* Set misc registers >*/ > + /* Enable DCU early termination for this queue */ > AR5K_REG_WRITE(AR5K_AR5212_QCU_MISC(queue), >

Re: Add support to AR5424

2010-04-26 Thread Luis Henriques
On Mon, Apr 26, 2010 at 05:04:49PM +0100, Stuart Henderson wrote: > AR5424 14.2 phy 7.0 rf 10.2, WOR5_ETSIC > > ar5212.c:ar5k_ar5212_reset() resets tx queues. > I inserted a printf as follows...: > > /* > * Reset queues and start beacon timers at the end of the reset > routine >

Re: Add support to AR5424

2010-04-26 Thread Tom Murphy
On Mon, Apr 26, 2010 at 03:38:19PM +0100, Luis Henriques wrote: > On Mon, Apr 26, 2010 at 7:57 AM, Tom Murphy wrote: > > Hi Luis, > > > > Yes, that is correct. Do you need the rf value from the patched kernel? > > I basically patched the latest -CURRENT (cvs tree as of yesterday). > > Ok, thanks

Re: Add support to AR5424

2010-04-26 Thread Stuart Henderson
AR5424 14.2 phy 7.0 rf 10.2, WOR5_ETSIC ar5212.c:ar5k_ar5212_reset() resets tx queues. I inserted a printf as follows...: /* * Reset queues and start beacon timers at the end of the reset routine */ for (i = 0; i < hal->ah_capabilities.cap_queues.q_tx_num; i++) {

Re: Add support to AR5424

2010-04-26 Thread Luis Henriques
On Mon, Apr 26, 2010 at 4:03 PM, Adam M. Dutko wrote: > The previous patches you sent me off list gave me this: > ath0 at pci2 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 2 int 17 (irq > 10) > ath0: AR5424 14.2 phy 7.0 rf 10.2, WOR0W, address XX:XX:XX:XX:XX:XX > I'm going to evaluate the new

Re: Add support to AR5424

2010-04-26 Thread Adam M. Dutko
The previous patches you sent me off list gave me this: ath0 at pci2 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 2 int 17 (irq 10) ath0: AR5424 14.2 phy 7.0 rf 10.2, WOR0W, address XX:XX:XX:XX:XX:XX I'm going to evaluate the new ones tonight and will let you know.

Re: Add support to AR5424

2010-04-26 Thread Luis Henriques
On Mon, Apr 26, 2010 at 7:57 AM, Tom Murphy wrote: > Hi Luis, > > Yes, that is correct. Do you need the rf value from the patched kernel? > I basically patched the latest -CURRENT (cvs tree as of yesterday). Ok, thanks. I just wanted to make sure the patch was identifing correctly your card. The

Re: Add support to AR5424

2010-04-26 Thread Tom Murphy
On Sun, Apr 25, 2010 at 10:49:26PM +0100, Luis Henriques wrote: > On Sun, Apr 25, 2010 at 08:29:35PM +0100, Tom Murphy wrote: > > Luis, > > > > I have an Asus EEE with uses an AR5424 chipset: > > > > ath0 at pci3 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 1 int 18 (irq > > 10) > > ath0:

Re: Add support to AR5424

2010-04-25 Thread Luis Henriques
On Sun, Apr 25, 2010 at 08:29:35PM +0100, Tom Murphy wrote: > Luis, > > I have an Asus EEE with uses an AR5424 chipset: > > ath0 at pci3 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 1 int 18 (irq > 10) > ath0: AR5424 14.2 phy 7.0 rf 0.0, WOR0W, address 00:15:af:b5:36:7f > > I tried the

Re: Add support to AR5424

2010-04-25 Thread Tom Murphy
Luis, I have an Asus EEE with uses an AR5424 chipset: ath0 at pci3 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 1 int 18 (irq 10) ath0: AR5424 14.2 phy 7.0 rf 0.0, WOR0W, address 00:15:af:b5:36:7f I tried the latest patch you posted and it locks OpenBSD completely up when bringing the ne

Re: Add support to AR5424

2010-04-25 Thread Luis Henriques
Hi, here's another version of the patch. It includes the patch from Alexander. Again, it has been tested on my hardware only and it is working. WARNING: previous versions of this patch are known to freeze your system so... make sure you really want to test it! However, the -current version of t

Re: Add support to AR5424

2010-04-24 Thread Luis Henriques
Hi Alexander (and others), I am attaching a new patch which merges your patch with another one I have never sent to tech@ before. I shared this patch with some other guys that were testing it, but I believe it's worth trying it again with your modifications. Could someone run a quick test? Agai

Re: Add support to AR5424

2010-04-24 Thread Luis Henriques
On Sun, Apr 25, 2010 at 03:25:03AM +0800, Alexander Vladimirov wrote: > I actually did, your patch was the starting point, but I encountered "ath0: > device timeout" errors while testing with both patches applied, so it still > needs deeper research. Great, thanks. That's valuable information ;-)

Re: Add support to AR5424

2010-04-24 Thread Alexander Vladimirov
I actually did, your patch was the starting point, but I encountered "ath0: device timeout" errors while testing with both patches applied, so it still needs deeper research. 2010/4/25 Luis Henriques > Hi Alexander, > > I was wondering whether you tested this code + my original patch. I > just

Re: Add support to AR5424

2010-04-24 Thread Luis Henriques
Hi Alexander, I was wondering whether you tested this code + my original patch. I just merged both patches and I'm still able to use my card. However, with my card the code you added (function ar5k_ar2425_channel) is not actually activated -- I follow into the default case where function ar5k_ar

Re: Add support to AR5424

2010-04-24 Thread Alexander Vladimirov
On Sat, 24 Apr 2010 16:26:01 +0100 "Federico G. Schwindt" wrote: > > + else if (hal->ah_radio == AR5K_AR2425) > > + ret = ar5k_ar5111_channel(hal, channel); > ^^ > shouldn't that be ar_2425? > Oh sorry, sure it should. I was cleaning other c

Re: Add support to AR5424

2010-04-24 Thread Alexander Vladimirov
Here are dmesg lines for Atheros wireless in my Acer Aspire One: ath0 at pci3 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 4 int 18 (irq 11) ath0: AR5424 14.2 phy 7.0 rf 0.0, WOR5_ETSIC, address 00:22:69:4c:f5:20 Its EEPROM reports only 802.11g mode supported which is disabled in current kern

Re: Add support to AR5424

2010-04-24 Thread Mark Kettenis
> Date: Sat, 24 Apr 2010 14:04:35 +0100 > From: Stuart Henderson > > On 2010/04/24 13:19, Luis Henriques wrote: > > > Luis, can you send the latest version of your diff please. There were > > > at least two and I'm not sure which one people should be testing. > > > Then I'll test it on AR5213A 5.

Re: Add support to AR5424

2010-04-24 Thread Stuart Henderson
On 2010/04/24 13:19, Luis Henriques wrote: > > Luis, can you send the latest version of your diff please. There were > > at least two and I'm not sure which one people should be testing. > > Then I'll test it on AR5213A 5.9 phy 4.3 rf2112a 4.6, WOR0W which works > > ok with the existing driver. >

Re: Add support to AR5424

2010-04-24 Thread Luis Henriques
Hi Stuart On Sat, Apr 24, 2010 at 11:03:21AM +0100, Stuart Henderson wrote: > Luis, can you send the latest version of your diff please. There were > at least two and I'm not sure which one people should be testing. > Then I'll test it on AR5213A 5.9 phy 4.3 rf2112a 4.6, WOR0W which works > ok wit

Re: Add support to AR5424

2010-04-24 Thread Stuart Henderson
Luis, can you send the latest version of your diff please. There were at least two and I'm not sure which one people should be testing. Then I'll test it on AR5213A 5.9 phy 4.3 rf2112a 4.6, WOR0W which works ok with the existing driver. Other people: if you have ath(4) devices please mail the full

Re: Add support to AR5424

2010-04-23 Thread russell
Rod Whitworth wrote: On Tue, 20 Apr 2010 17:58:17 +0100, Luis Henriques wrote: On Tue, Apr 20, 2010 at 12:14:51PM -0400, Adam M. Dutko wrote: Lines identifying the card: ath0 at pci2 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 2 int 17 (irq 10) ath0: AR5424 14.2 phy 7.0 rf 0.0, WOR0W, ad

Re: Add support to AR5424

2010-04-20 Thread Rod Whitworth
On Tue, 20 Apr 2010 17:58:17 +0100, Luis Henriques wrote: >On Tue, Apr 20, 2010 at 12:14:51PM -0400, Adam M. Dutko wrote: >> Lines identifying the card: >> >> ath0 at pci2 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 2 int 17 (irq >> 10) >> ath0: AR5424 14.2 phy 7.0 rf 0.0, WOR0W, address XX:

Re: Add support to AR5424

2010-04-20 Thread Luis Henriques
On Tue, Apr 20, 2010 at 12:14:51PM -0400, Adam M. Dutko wrote: > Lines identifying the card: > > ath0 at pci2 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 2 int 17 (irq > 10) > ath0: AR5424 14.2 phy 7.0 rf 0.0, WOR0W, address XX:XX:XX:XX:XX:XX > > I have the version the other folks had that h

Re: Add support to AR5424

2010-04-20 Thread Adam M. Dutko
Lines identifying the card: ath0 at pci2 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 2 int 17 (irq 10) ath0: AR5424 14.2 phy 7.0 rf 0.0, WOR0W, address XX:XX:XX:XX:XX:XX I have the version the other folks had that had issues with your patch. I can still attempt to use the patch if you'd lik

Re: Add support to AR5424

2010-04-20 Thread Luis Henriques
On Tue, Apr 20, 2010 at 4:06 PM, Adam M. Dutko wrote: > I have a card to test with and am trying to solve the problem on my eeepc > laptop. Luis, are you still around and interested in working on this? Yep, still around. But not sure how I can help without the actual HW. Sometime ago I submited

Re: Add support to AR5424

2010-04-20 Thread Adam M. Dutko
I have a card to test with and am trying to solve the problem on my eeepc laptop. Luis, are you still around and interested in working on this?

Re: Add support to AR5424

2010-03-11 Thread Luis Henriques
On Thu, Mar 11, 2010 at 1:20 AM, Abel Abraham Camarillo Ojeda wrote: > > Anyone knows what happened to this? > > ... or it just got lost in the mist? I'm currently using a CVS head kernel patched with this. But since the patch seems to benefit myself only (no one else has reported a successfull u

Re: Add support to AR5424

2010-03-10 Thread Abel Abraham Camarillo Ojeda
"Bret S. Lambert" wrote: > On Mon, Jan 25, 2010 at 06:18:33PM +, Luis Henriques wrote: > > On Mon, Jan 25, 2010 at 01:52:12PM +, Stuart Henderson wrote: > > > On 2010/01/25 00:50, Luis Henriques wrote: > > > > Re-sending with "cvs diff -upRN" > > > > > > Wha, you mean I have to dismantle

Re: Add support to AR5424

2010-01-27 Thread Giovanni Bechis
Luis Henriques wrote: Anyway, could you please confirm that there are changes on dmesg? I am expecting that the two lines on dmesg that relate to the ath attachment should have changed to match your card (you had previously "rf 0.0", it should now have something different there...). ath0 at pci3

Re: Add support to AR5424

2010-01-27 Thread Luis Henriques
On Wed, Jan 27, 2010 at 8:48 AM, Giovanni Bechis wrote: > Luis Henriques wrote: >> >> If you're able to test this patch, please let me know if anything changed >> from previous patch. >> > The wireless doesn't work but some error codes have changed, now hal > statuses are: > ath0: unable to reset

Re: Add support to AR5424

2010-01-27 Thread Giovanni Bechis
Luis Henriques wrote: If you're able to test this patch, please let me know if anything changed from previous patch. The wireless doesn't work but some error codes have changed, now hal statuses are: ath0: unable to reset hardware; hal status 2160264736 ath0: unable to reset hardware; hal stat

Re: Add support to AR5424

2010-01-26 Thread Luis Henriques
On Mon, Jan 25, 2010 at 03:58:59PM +0100, Giovanni Bechis wrote: > Giovanni Bechis wrote: > >Stuart Henderson wrote: > >>On 2010/01/25 00:50, Luis Henriques wrote: > >>>Re-sending with "cvs diff -upRN" > > > Unfortunately this diff doesn't work with my card, I have "unable to > reset hardware" erro

Re: Add support to AR5424

2010-01-25 Thread Luis Henriques
On Mon, Jan 25, 2010 at 03:58:59PM +0100, Giovanni Bechis wrote: > Giovanni Bechis wrote: > >Stuart Henderson wrote: > >>On 2010/01/25 00:50, Luis Henriques wrote: > >>>Re-sending with "cvs diff -upRN" > > > Unfortunately this diff doesn't work with my card, I have "unable to > reset hardware" erro

Re: Add support to AR5424

2010-01-25 Thread Bret S. Lambert
On Mon, Jan 25, 2010 at 06:18:33PM +, Luis Henriques wrote: > On Mon, Jan 25, 2010 at 01:52:12PM +, Stuart Henderson wrote: > > On 2010/01/25 00:50, Luis Henriques wrote: > > > Re-sending with "cvs diff -upRN" > > > > Wha, you mean I have to dismantle my AspireOne again and put the > > min

Re: Add support to AR5424

2010-01-25 Thread Luis Henriques
On Mon, Jan 25, 2010 at 01:52:12PM +, Stuart Henderson wrote: > On 2010/01/25 00:50, Luis Henriques wrote: > > Re-sending with "cvs diff -upRN" > > Wha, you mean I have to dismantle my AspireOne again and put the > minipcie back in to test it? But last time I did that I had to drill > out some

Re: Add support to AR5424

2010-01-25 Thread Miguel
On Mon, Jan 25, 2010 at 2:58 PM, Giovanni Bechis wrote: > Giovanni Bechis wrote: >> >> Stuart Henderson wrote: >>> >>> On 2010/01/25 00:50, Luis Henriques wrote: Re-sending with "cvs diff -upRN" >> > Unfortunately this diff doesn't work with my card, I have "unable to reset > hardware" e

Re: Add support to AR5424

2010-01-25 Thread Giovanni Bechis
Giovanni Bechis wrote: > Stuart Henderson wrote: >> On 2010/01/25 00:50, Luis Henriques wrote: >>> Re-sending with "cvs diff -upRN" > Unfortunately this diff doesn't work with my card, I have "unable to reset hardware" errors whenever I try to scan the network or configure my device. Cheers

Re: Add support to AR5424

2010-01-25 Thread Giovanni Bechis
Stuart Henderson wrote: On 2010/01/25 00:50, Luis Henriques wrote: Re-sending with "cvs diff -upRN" Wha, you mean I have to dismantle my AspireOne again and put the minipcie back in to test it? Don't worry, I have this wireless card on my laptop too ;-) Cheers Giovanni

Re: Add support to AR5424

2010-01-25 Thread Stuart Henderson
On 2010/01/25 00:50, Luis Henriques wrote: > Re-sending with "cvs diff -upRN" Wha, you mean I have to dismantle my AspireOne again and put the minipcie back in to test it? But last time I did that I had to drill out some of the screws :-) (only joking, I can do this on the eee instead, it's far e

Re: Add support to AR5424

2010-01-24 Thread Luis Henriques
Re-sending with "cvs diff -upRN" Index: dev/ic/ar5212.c === RCS file: /home/miguel/openbsd-cvsroot//src/sys/dev/ic/ar5212.c,v retrieving revision 1.51 diff -u -p -r1.51 ar5212.c --- dev/ic/ar5212.c 2 Jun 2009 12:39:02 -

Add support to AR5424

2010-01-24 Thread Luis Henriques
My wireless card is recognised as being a AR5424 by OpenBSD. Unfortunately, it is a non-supported card. After some hacking, I was able to make it work by using some code both from Linux and NetBSD device drivers. After some initial doubts about licensing issues (I though the Linux code was GPL b