Re: Netgear WG311T Atheros Chipset Wireless Problem

2014-03-28 Thread Kaspars Bankovskis
You have an extra dot in the address - 192.168..5.1 Did you copy your config correctly? On Wed, Mar 26, 2014 at 03:03:49PM +0800, Wong Peter wrote: > Dear all, > > I had bought a Netgear WG311T Atheros Chipset. The Openbsd kernel(dmesg) > shows this card as ath0. > > T

Re: Netgear WG311T Atheros Chipset Wireless Problem

2014-03-27 Thread Fred
On 03/27/14 12:23, Wong Peter wrote: Hi Fred, There is no output display to the console. It cannot become hostap. Please help. dmesg and output of /sbin/ifconfig ath0 would help debug this. cheers Fred

Re: Netgear WG311T Atheros Chipset Wireless Problem

2014-03-27 Thread Fred
On 03/26/14 07:03, Wong Peter wrote: Dear all, I had bought a Netgear WG311T Atheros Chipset. The Openbsd kernel(dmesg) shows this card as ath0. Therefore, I try to configure it using /etc/hostname.ath0 with content below: inet 192.168..5.1 255.255.255.0 none media autoselect mediaopt hostap

Netgear WG311T Atheros Chipset Wireless Problem

2014-03-26 Thread Wong Peter
Dear all, I had bought a Netgear WG311T Atheros Chipset. The Openbsd kernel(dmesg) shows this card as ath0. Therefore, I try to configure it using /etc/hostname.ath0 with content below: inet 192.168..5.1 255.255.255.0 none media autoselect mediaopt hostap mode 11b chan 6 nwid wsm nwkey "&q

Re: Wireless Atheros chipset compatibility

2013-01-01 Thread Tomas Bodzar
On Wed, Jan 2, 2013 at 8:08 AM, Yusof Khalid - FreeBSD / OpenBSD wrote: > Hi misc, > > Just want to know if someone has been successfully using this device on > OpenBSD. > > Model : TL-WN751ND > Chipset : Atheros Too far from useful info. http://www.openbsd.org/faq/faq6.html#Wireless At least dme

Wireless Atheros chipset compatibility

2013-01-01 Thread Yusof Khalid - FreeBSD / OpenBSD
Hi misc, Just want to know if someone has been successfully using this device on OpenBSD. Model : TL-WN751ND Chipset : Atheros One of my client would like to setup a wireless network with small range of users connect to the wifi network. Thanks in advance. -- -- 7.2-RELEASE-p6

Re: Atheros chipset

2005-09-13 Thread Eric Dillenseger
On 9/13/05, Reyk Floeter <[EMAIL PROTECTED]> wrote: > On Mon, Sep 12, 2005 at 09:12:35PM +0100, Eric Dillenseger wrote: > > Hello, > > > > I've been using a DWL-G520 as an access point with OpenBSD 3.7. Apart > > from not allowing higher modes than 11b, it ran fine. > > > > Today I upgraded to 3.8

Re: Atheros chipset

2005-09-12 Thread Reyk Floeter
On Mon, Sep 12, 2005 at 09:12:35PM +0100, Eric Dillenseger wrote: > Hello, > > I've been using a DWL-G520 as an access point with OpenBSD 3.7. Apart > from not allowing higher modes than 11b, it ran fine. > > Today I upgraded to 3.8 form a snapshot I downloaded Friday. The > upgrade went smooth a

Re: Atheros chipset

2005-09-12 Thread Eric Dillenseger
On 9/12/05, Benedikt Steinbusch <[EMAIL PROTECTED]> wrote: > > > On Mon, 12 Sep 2005, Eric Dillenseger wrote: > > > /* > > * Enable to overwrite the country code (use "00" for debug) > > */ > > #if 0 > > #define COUNTRYCODE "fr" > > #endif > > > > Change > > #if 0 > > to > > #if 1 > > //Ben

Re: Atheros chipset

2005-09-12 Thread Benedikt Steinbusch
On Mon, 12 Sep 2005, Eric Dillenseger wrote: /* * Enable to overwrite the country code (use "00" for debug) */ #if 0 #define COUNTRYCODE "fr" #endif Change #if 0 to #if 1 //Benedikt Steinbusch

Atheros chipset

2005-09-12 Thread Eric Dillenseger
Hello, I've been using a DWL-G520 as an access point with OpenBSD 3.7. Apart from not allowing higher modes than 11b, it ran fine. Today I upgraded to 3.8 form a snapshot I downloaded Friday. The upgrade went smooth as usual. I went to modify /usr/src/sys/dev/ic/ar5xxx.c so the country code is se