Re: 8.1 stable ar9285 ath0 problem

2010-09-06 Thread FOSS Deluxe
Hey Chadd, how is the codin' goin' on there bud? I was browsing through the NetBSD forums and those guys seem to have an ar9285 driver working by looking around in the forums. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: 8.1 stable ar9285 ath0 problem

2010-08-10 Thread Penguin Deluxe
Thanks Chadd, well I will be waiting to test on my end, so as soon as your done I will be testing also :) On 08/10/2010 03:53 AM, Adrian Chadd wrote: On 9 August 2010 13:09, Kurt Jaeger wrote: There is http://www.freebsd.org/cgi/query-pr.cgi?pr=148112 Ok. I've taken ownership of that PR.

Re: 8.1 stable ar9285 ath0 problem

2010-08-10 Thread Adrian Chadd
On 10 August 2010 15:59, Kurt Jaeger wrote: > Cool. I can provide you with remote access to the EeePC in question, > and some experimental WLAN AP where he can auth against (would be > an WRT610N). Thanks, but I took the PR because I actually have a similar EEEPC with an AR9285 in it. :) I just

Re: 8.1 stable ar9285 ath0 problem

2010-08-10 Thread Kurt Jaeger
Hi! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=148112 > > Ok. I've taken ownership of that PR. I can't guarantee I'll get to it > any time soon (I have other ath related work to get into -HEAD and > tested before I look at the AR928x support) but I'll eventually get > there. Cool. I can prov

Re: 8.1 stable ar9285 ath0 problem

2010-08-10 Thread Adrian Chadd
On 9 August 2010 13:09, Kurt Jaeger wrote: > There is > > http://www.freebsd.org/cgi/query-pr.cgi?pr=148112 Ok. I've taken ownership of that PR. I can't guarantee I'll get to it any time soon (I have other ath related work to get into -HEAD and tested before I look at the AR928x support) but I'l

Re: 8.1 stable ar9285 ath0 problem

2010-08-08 Thread Kurt Jaeger
Hi! > On 28 July 2010 05:06, Troye Johnson wrote: > > ar9285 driver gives exception message in /var/log/messages: kernel > > ath0 bb hang detected, resetting. I dont know what it means. The > > driver compiles good and I just got sources from cvs server branch > > RELENG_8_1. What is the meaning

Re: 8.1 stable ar9285 ath0 problem

2010-08-08 Thread Adrian Chadd
On 28 July 2010 05:06, Troye Johnson wrote: > ar9285 driver gives exception message in /var/log/messages: kernel > ath0 bb hang detected, resetting. I dont know what it means. The > driver compiles good and I just got sources from cvs server branch > RELENG_8_1. What is the meaning of this excepti

Re: 8.1 stable ar9285 ath0 problem

2010-08-05 Thread Kurt Jaeger
Hi! > Can you show me your config files: rc.conf, /boot/loader.conf, > wpa_supplicant.conf. I just want to see just to make sure I'm not doing it > wrong. I use the stuff in a different way (mostly manually). For example: Step 1) ifconfig wlan0 up Wait a little and check: ifconfig wlan0 list

Re: 8.1 stable ar9285 ath0 problem

2010-08-04 Thread Troye Johnson
Can you show me your config files: rc.conf, /boot/loader.conf, wpa_supplicant.conf. I just want to see just to make sure I'm not doing it wrong. I'm using my card on a network that uses WPA-PSK. My card can scan for APs and associate with the chosen AP, but 'dhclient wlan0' will not get an IP addre

Re: 8.1 stable ar9285 ath0 problem

2010-08-04 Thread Kurt Jaeger
Hi! > well i just patched recompiled. Its evwn worse now. Now the > var,log,messages log is even more flooded with the said messages. Sorry for the late answer, I was on the road the last few days. While there are many messages, the adapter itself seems to work, as I used it a little bit. As the

Re: 8.1 stable ar9285 ath0 problem

2010-07-29 Thread Troye Johnson
well i just patched recompiled. Its evwn worse now. Now the var,log,messages log is even more flooded with the said messages. /Sent from Nokia 5800 On 7/29/10, Kurt Jaeger wrote: > Hi! > >> UPDATE: Oh, one more thing. Upon loading the ath driver a couple of days >> ago >> I got a kernel panic an

Re: 8.1 stable ar9285 ath0 problem

2010-07-29 Thread Kurt Jaeger
Hi! > UPDATE: Oh, one more thing. Upon loading the ath driver a couple of days ago > I got a kernel panic and freeze. It panicked and then the system froze. The > driver can scan for access points and associates to the AP, but then the > kernl delivers the message in /var/log/message ("kernel: ath

Re: 8.1 stable ar9285 ath0 problem

2010-07-28 Thread Troye Johnson
UPDATE: Oh, one more thing. Upon loading the ath driver a couple of days ago I got a kernel panic and freeze. It panicked and then the system froze. The driver can scan for access points and associates to the AP, but then the kernl delivers the message in /var/log/message ("kernel: ath0: bb hang de

Re: 8.1 stable ar9285 ath0 problem

2010-07-28 Thread Troye Johnson
UPDATE: I contacted the driver author and he said that the message, "kernel: ath0: bb hang detected, resetting," means that the hardware is hung, and the kernel attempted to reset the hardware device (in this case the wifi chip). So, basically there is a bug in the driver. On 8.1 stable release the

8.1 stable ar9285 ath0 problem

2010-07-27 Thread Troye Johnson
ar9285 driver gives exception message in /var/log/messages: kernel ath0 bb hang detected, resetting. I dont know what it means. The driver compiles good and I just got sources from cvs server branch RELENG_8_1. What is the meaning of this exception message? _