Re: FreeBSD wifi Usb (pfsense)

2020-06-13 Thread Vladimir Botka
On Sat, 13 Jun 2020 19:35:18 +
"Bjoern A. Zeeb"  wrote:

> > the only 5GHz USB ,available in the stores, is RT5572

> ZyXEL NWD2705-EU0101F Dual-Band Wireless-LAN USB-Adapter (450Mbps)
> https://www.amazon.de/gp/product/B00B1YJORO/
> is a run(4) I think and still a few available shipping from the UK.
> run0: MAC/BBP RT3593 (rev 0x0402), RF RT3053 (MIMO 3T3R), address 
> run0: firmware RT3071 ver. 0.33 loaded

Thank you!

-- 
Vladimir Botka


pgpt_cauCzfaZ.pgp
Description: OpenPGP digital signature


Re: FreeBSD wifi Usb (pfsense)

2020-06-13 Thread Bjoern A. Zeeb

On 13 Jun 2020, at 19:10, Vladimir Botka wrote:


On Sat, 13 Jun 2020 11:32:42 -0700
Adrian Chadd  wrote:

On Sat, 13 Jun 2020 at 11:26, Vladimir Botka  
wrote:



.. buy and USB wifi adapter with support on 2,4GHz and 5GHz
Can you help me to search one model with 2,4 and 5Ghz support?



I'm using if_run and if_rtwn devices here. :)
rtwn should work ok as an 11n AP; we're working on 11n support on

if_run

right now.



5Ghz ? What chipset except RT5572 ?



I'm actually using an RT3593. Right now whilst talking with you :)


It's PCIe. The question was 5GHz USB.
https://www.mediatek.com/products/broadbandWifi/rt3593


It's USB; it's an old ASUS 3x3 USB N-66 dongle.


Cool! Unfortunately, RT3593 is not available any more and rtwn is 
2.4GHz
only. The result is, atm, the only 5GHz USB ,available in the stores, 
is

RT5572. Right?


ZyXEL NWD2705-EU0101F Dual-Band Wireless-LAN USB-Adapter (450Mbps)
https://www.amazon.de/gp/product/B00B1YJORO/
is a run(4) I think and still a few available shipping from the UK.

ugen0.4:  at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) 
pwr=ON (32mA)


from dmesg after loading if_run (and runfw):
ugen0.4:  at usbus0 (disconnected)
ugen0.4:  at usbus0
run0 on uhub0
run0:  on usbus0
run0: MAC/BBP RT3593 (rev 0x0402), RF RT3053 (MIMO 3T3R), address 
fc:f5:28:fa:c7:e2

run0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
run0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
run0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 
24Mbps 36Mbps 48Mbps 54Mbps

run0: firmware RT3071 ver. 0.33 loaded

I am not sure if run(4) does the right thing as it should support 11n as 
well.


/bz
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: FreeBSD wifi Usb (pfsense)

2020-06-13 Thread Vladimir Botka
On Sat, 13 Jun 2020 11:32:42 -0700
Adrian Chadd  wrote:

> On Sat, 13 Jun 2020 at 11:26, Vladimir Botka  wrote:
> 
> > > > > > .. buy and USB wifi adapter with support on 2,4GHz and 5GHz
> > > > > > Can you help me to search one model with 2,4 and 5Ghz support?  
> >  
> > > > > I'm using if_run and if_rtwn devices here. :)
> > > > > rtwn should work ok as an 11n AP; we're working on 11n support on  
> > if_run  
> > > > > right now.  
> >  
> > > > 5Ghz ? What chipset except RT5572 ?  
> >  
> > > I'm actually using an RT3593. Right now whilst talking with you :)  
> >
> > It's PCIe. The question was 5GHz USB.
> > https://www.mediatek.com/products/broadbandWifi/rt3593  
> 
> It's USB; it's an old ASUS 3x3 USB N-66 dongle.

Cool! Unfortunately, RT3593 is not available any more and rtwn is 2.4GHz
only. The result is, atm, the only 5GHz USB ,available in the stores, is
RT5572. Right?

-- 
Vladimir Botka


pgpcEeVwePH1F.pgp
Description: OpenPGP digital signature


Re: FreeBSD wifi Usb (pfsense)

2020-06-13 Thread Adrian Chadd
On Sat, 13 Jun 2020 at 11:26, Vladimir Botka  wrote:

> > > > > .. buy and USB wifi adapter with support on 2,4GHz and 5GHz
> > > > > Can you help me to search one model with 2,4 and 5Ghz support?
>
> > > > I'm using if_run and if_rtwn devices here. :)
> > > > rtwn should work ok as an 11n AP; we're working on 11n support on
> if_run
> > > > right now.
>
> > > 5Ghz ? What chipset except RT5572 ?
>
> > I'm actually using an RT3593. Right now whilst talking with you :)
>
> It's PCIe. The question was 5GHz USB.
> https://www.mediatek.com/products/broadbandWifi/rt3593


It's USB; it's an old ASUS 3x3 USB N-66 dongle.



-adrian


>
>
> --
> Vladimir Botka
>
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: FreeBSD wifi Usb (pfsense)

2020-06-13 Thread Vladimir Botka
> > > > .. buy and USB wifi adapter with support on 2,4GHz and 5GHz
> > > > Can you help me to search one model with 2,4 and 5Ghz support?  

> > > I'm using if_run and if_rtwn devices here. :)
> > > rtwn should work ok as an 11n AP; we're working on 11n support on if_run
> > > right now.  

> > 5Ghz ? What chipset except RT5572 ?

> I'm actually using an RT3593. Right now whilst talking with you :)

It's PCIe. The question was 5GHz USB.
https://www.mediatek.com/products/broadbandWifi/rt3593

-- 
Vladimir Botka


pgpOYaYzGuhlx.pgp
Description: OpenPGP digital signature


Re: FreeBSD wifi Usb (pfsense)

2020-06-13 Thread carmezsa via freebsd-wireless
Hi, where you buy it? What brand and model os It?

Thanka

# carme...@protonmail.com

*

 Mensaje original 
On 13 jun. 2020 17:46, Adrian Chadd escribió:

> I'm actually using an RT3593. Right now whilst talking with you :)
>
> -a
>
> On Fri, 12 Jun 2020 at 00:53, Vladimir Botka  wrote:
>
>> Hi!
>>
>> On Thu, 11 Jun 2020 22:23:54 -0700
>> Adrian Chadd  wrote:
>>
>>> > Can you help me to search one model with 2,4 and 5Ghz support?
>>
>>> I'm using if_run and if_rtwn devices here. :)
>>>
>>> rtwn should work ok as an 11n AP; we're working on 11n support on if_run
>>> right now.
>>
>> 5Ghz ? What chipset except RT5572 ?
>>
>> Thank you,
>>
>> -vlado
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: FreeBSD wifi Usb (pfsense)

2020-06-13 Thread Adrian Chadd
I'm actually using an RT3593. Right now whilst talking with you :)


-a


On Fri, 12 Jun 2020 at 00:53, Vladimir Botka  wrote:

> Hi!
>
> On Thu, 11 Jun 2020 22:23:54 -0700
> Adrian Chadd  wrote:
>
> > > Can you help me to search one model with 2,4 and 5Ghz support?
>
> > I'm using if_run and if_rtwn devices here. :)
> >
> > rtwn should work ok as an 11n AP; we're working on 11n support on if_run
> > right now.
>
> 5Ghz ? What chipset except RT5572 ?
>
> Thank you,
>
> -vlado
>
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"