435f5
![]() |
|
|
|
|
|||||||
| Peripheral Hardware Stuff that plugs in via USB, FireWire, eSATA, PS/2, etc. |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Original question:
Does FreeBSD support RaLink rt2870. My exact wifi is this if that makes any difference? Update: Summary of this thread: egorenar has been developing an rt2860 and a rt2870 driver for both FreeBSD 7.2 and 8.0. He is hosting them here. Download the latest tarball that is correct for both your chipset and your FreeBSD version. Then: Code:
tar xvzf driver.tar.gz cd driver make Code:
cp rt2870.ko /boot/modules/ chmod 555 /boot/modules/rt2870.ko Code:
rt2870_load="YES" Code:
ifconfig wlan0 create wlandev rt28700 Code:
wlans_rt28700="wlan0" ifconfig_wlan0="WPA inet 192.168.2.110 netmask 255.255.255.0 country NZ" defaultrouter="192.168.2.1" If you use FreeBSD 7.2 with 802.11N then you may also want this patch. This patch is not required for FreeBSD 8.0 though unlike the above patch. I have been successfully using this rt2870 driver for a 802.11n connection with WPA2-AES security for a while now and others have reported great success with both rt2860 and rt2870 in 802.11N mode. If you can correctly use FreeBSD's wifi then any feedback specific to this driver is a great help for it's ongoing development. Posts to this thread may become very helpful to other users (if they are experiencing the same problems for example). A big thank you to egorenar for all his efforts. .Update: If anyone is interested in why he dropped development of this. He has been very busy. It turn's out that he is also the legendary graf_chokolo. He has made some important developments in getting ps3's to run homebrew. Homebrew doesn't necessarily mean piracy but sony have their lawyers all over his ass anyway. He has been struggling with legal bills and could really do with some help. Meanwhile development for the run driver will likely be supported long term. It is from another developer but supports as similar set of hardware and is include within the latest freebsd source tree. Last edited by tim-m89; March 29th, 2011 at 13:33. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pci usb 2.0 card serves as only usb 1.1 on Asus P4S333/c | zeiz | System Hardware | 6 | August 26th, 2009 02:21 |
| copy usb OS | mtnlyon001 | Peripheral Hardware | 5 | August 21st, 2009 12:26 |
| installing on USB | kachukumma | Installing & Upgrading | 9 | May 7th, 2009 01:36 |
| How to install from USB-HD? | jronald | Installing & Upgrading | 6 | February 5th, 2009 10:49 |
| D-Link DWA-520 | Thunderbolt | Peripheral Hardware | 2 | November 22nd, 2008 14:10 |