Thread: WLAN
View Single Post
  #3   (View Single Post)  
Old 5th February 2009
richardpl richardpl is offline
Spam Deminer
 
Join Date: May 2008
Location: Croatia
Posts: 284
Default

Quote:
Originally Posted by giga View Post
I have A-Link WL54USB WLAN devise: http://www.a-link.com/WL54USB.html

"WL54USB is supported by FreeBSD 7.0 or later "

Code:
# uname -v
FreeBSD 7.1-RELEASE 

# cat /var/log/messages
Feb  4 15:25:55 bsd kernel: ugen0: at uhub4 port 7 (addr 3) disconnected
Feb  4 15:25:55 bsd kernel: ugen0: detached
Feb  4 15:47:17 bsd kernel: ugen0: <ZyDAS USB2.0 WLAN, class 255/255, rev 2.00/48.10, addr 3> on uhub4
Feb  4 15:47:17 bsd root: Unknown USB device: vendor 0x0ace product 0x1215 bus uhub4
So, how to make it work?
I have a static IP for wlan, and connection shold be always up.
That card may work with zyd(4) driver
# kldload if_zyd should do the trick.

If not, you may ask developers on freebsd questions mailing lists does zyd(4) supports your device.

Last approach would by to try new ndisulator support for usb devices available in FreeBSD CURRENT 8.0
Reply With Quote