Greetings,
How the h3ll do I know which driver to load for a USB Wi-Fi dongle? Dmesg wasn't too informative, nor was usbconfig. :-( I did consult the HCL, but found it less than helpful (for me). I have two dongles I can use. Here's the output of usbconfig for both dongles:
Netgear WNDA3100
Cisco AE2500
Please help. A smart phone is no substitute for a FreeBSD server!
Thank you!
How the h3ll do I know which driver to load for a USB Wi-Fi dongle? Dmesg wasn't too informative, nor was usbconfig. :-( I did consult the HCL, but found it less than helpful (for me). I have two dongles I can use. Here's the output of usbconfig for both dongles:
Netgear WNDA3100
Code:
#usbconfig -d ugen1.2 dump_device_desc
ugen1.2: <Remote Download Wireless Adapter Broadcom> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
bLength = 0x0012
bDescriptorType = 0x0001
bcdUSB = 0x0200
bDeviceClass = 0x00ff
bDeviceSubClass = 0x0000
bDeviceProtocol = 0x0000
bMaxPackrtSize0 = 0x0040
idVendor = 0x0846
idProduct = 0x9011
bcdDevice = 0x0001
iManufacturer = 0x0001 <Broadcom>
iProduct = 0x0002 <Remote Download Wireless Adapter>
iSerialNumber = 0x0003 <0>
bNumConfigurations = 0x0001
Cisco AE2500
Code:
#usbconfig -d ugen1.2 dump_device_desc
ugen1.2: <Linksys AE2500 Cisco> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
bLength = 0x0012
bDescriptorType = 0x0001
bcdUSB = 0x0200
bDeviceClass = 0x00ff
bDeviceSubClass = 0x0000
bDeviceProtocol = 0x0000
bMaxPacketSize0 = 0x0040
idVendor = 0x13b1
idProduct = 0x003a
bcdDevice = 0x0001
iManufacturer = 0x0001 <Cisco>
iProduct = 0x0002 <Linksys AE2500>
iSerialNumber = 0x0003 <000000000001>
bNumConfigurations = 0x0001
Please help. A smart phone is no substitute for a FreeBSD server!

Thank you!