This thread can be considered strongly related to http://forums.freebsd.org/showthread.php?t=34587, in that I am actively looking for a 'mini' USB wifi dongle. My old, larger one recently broke physically and so I thought I'd give it a try, since a smaller one would be an enormous convenience (despite reduced range).
I actually have two of these that I recently bought, based on their chipsets:
http://www.amazon.com/gp/product/B004WR125O
http://www.amazon.com/gp/product/B004P8K2JW
And their corresponding entries on wikidevi.com:
http://www.wikidevi.com/wiki/Onkyo_UWF-1
http://www.wikidevi.com/wiki/D-Link_DWA-121
Actually, in retrospect I have no idea why I bought the D-Link, as Realtek8188 is unsupported. Maybe I was thinking of trying ndiswrapper with it, but I didn't get that far.
When I plug in the Onkyo:
I get in /var/log/messages
ugen1.2 exists in /dev. I read a bit about the 'mknod' command, but how would I register the resulting device as a network interface? (ath0 or something under ifconfig). I do not seem to see any entry for the device under pciconf -lv, either. (ath is loaded in the kernel)
When I plug in the D-Link, I get a similar message:
ugen1.2 also exists in /dev in this case.
I thought that the D-Link displayed something else, but whatever, I'll keep it in the post for good measure. Really, I'd just like to get the Onkyo working, since it at least has the right chipset.
Thanks in advance for your time.
I actually have two of these that I recently bought, based on their chipsets:
http://www.amazon.com/gp/product/B004WR125O
http://www.amazon.com/gp/product/B004P8K2JW
And their corresponding entries on wikidevi.com:
http://www.wikidevi.com/wiki/Onkyo_UWF-1
http://www.wikidevi.com/wiki/D-Link_DWA-121
Actually, in retrospect I have no idea why I bought the D-Link, as Realtek8188 is unsupported. Maybe I was thinking of trying ndiswrapper with it, but I didn't get that far.
When I plug in the Onkyo:
I get in /var/log/messages
Code:
root: Unknown USB device: vendor 0x0cf3 product 0x9271 bus uhub 1
kernel: ugen1.2: <ATHEROS> at usbus1
ugen1.2 exists in /dev. I read a bit about the 'mknod' command, but how would I register the resulting device as a network interface? (ath0 or something under ifconfig). I do not seem to see any entry for the device under pciconf -lv, either. (ath is loaded in the kernel)
When I plug in the D-Link, I get a similar message:
Code:
root: Unknown USB device: vendor 0x2001 product 0x3308 bus uhub1
kernel: ugen1.2: <vendor 0x2001> at usbus1
ugen1.2 also exists in /dev in this case.
I thought that the D-Link displayed something else, but whatever, I'll keep it in the post for good measure. Really, I'd just like to get the Onkyo working, since it at least has the right chipset.
Thanks in advance for your time.