Unsupported WiFi card?

Hello everybody!

I doesn't touch my PC with FreeBSD long time and at last yesterday I take it back. But - I can't make usual network with Ethernet so I purchased WiFi card Asus PCI-N10.

FreeBSD show it in

Code:
# pciconf -l -cv | grep Wi  
    device     = 'RT3060 Wireless 802.11n 1T/1R'

but no anything new in

Code:
ifconfig

And! As Google says, RT3060 is Ralink vendor. But my new card is Asus...

Also, I can't find it in

Code:
# sysctl dev

Does it mean it do not support that hardware? Or, I hope, I just need some more coffee now? :-)

Thanks.
 
setevoy said:
And! As Google says, RT3060 is Ralink vendor. But my new card is Asus...
Asus also creates NVidia and ATI videocards. They just bought a certain chipset and created their own product with it.

The brand is not important, it's the chipset that needs to be supported.
 
Back
Top