Guest User

Untitled

a guest
Jan 2nd, 2011
1,150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. I've just made the switch to freebsd finally and I've got almost everything working other then my wireless. I have a tl-wn727 usb dongle which uses the ralink rt2870 chipset. I tried this: http://forums.freebsd.org/showthread.php?t=7010 and this: http://forums.freebsd.org/showthread.php?t=7562&highlight=ralink
  2.  
  3. The first one didn't work at all, no device called rt2870. The latter sort of works. If I plug it in the run0 device is created, then I can run ifconfig wlan0 create wlandev run0 && ifconfig wlan0 up scan which works but if I try to use wpa_supplicant I get stuff like this:
  4.  
  5. Starting AP scan (broadcast SSID)
  6. EAPOL: disable timer tick
  7. Received 0 bytes of scan results (0 BSSes)
  8. Scan results: 0
  9. CTRL-EVENT-SCAN-RESULTS
  10. Selecting BSS from priority group 0
  11. Try to find WPA-enabled AP
  12. Try to find non-WPA AP
  13. No suitable AP found.
  14. Setting scan request: 5 sec 0 usec
  15.  
  16. I though dmesg might be useful:
  17.  
  18. ugen8.2: <Ralink> at usbus8
  19. run0: <1.0> on usbus8
  20. run0: MAC/BBP RT3070 (rev 0x0200), RF RT3020 (MIMO 1T1R), address 00:21:53:dd:3r:3r
  21. run0: firmware RT2870 loaded
  22. wlan0: Ethernet address: 00:21:27:cc:3d:3d
  23. wlan0: link state changed to UP
  24. wlan0: link state changed to DOWN
  25. ifa_add_loopback_route: insertion failed
Advertisement
Add Comment
Please, Sign In to add comment