Search results for query: RT2860

  1. sim

    Ralink rt2870 wifi support?

    Just found this thread, This is EPIC news!! :h At last I can continue my quest to run FreeBSD 8 on my EeePC 901 (RT2860). Many thanks for your hard work, I (and many others I'm sure) appreciate it. As soon as I get a chance I'll give it a go and report back. :beergrin sim
  2. E

    Asus EEE PC 1000H

    Hi, here http://forums.freebsd.org/showthread.php?t=7010&page=3 you can find native FreeBSD 7.2 and 8 drivers for this chip. With hardware encryption :-)
  3. E

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    Hi, i have good news for you. I implemented AP mode for rt2860 and rt2870 chip devices and first tests were successfull. I could associate with AP and AES works :e It is the first working version with AP mode and i will try to test it more before i upload it here. So be patient :-) Association...
  4. E

    Ralink rt2870 wifi support?

    Hi, here are the drivers for rt2860 and rt2870 with HOSTAP mode !!! 30.12.2009 Improved interrupt handling. Added more statistic counters (use "sysctl -a | grep dev.rt2860 "). 06.01.2010 Fixed a bug in rt2860_io_mac_write_multi (rt2860_fbsd72) 09.01.2010 Fixed bug, LOCKING...
  5. mathuin

    Ralink rt2870 wifi support?

    Any idea when this might happen? My Asus Eee PC 1000 is effectively a paperweight until the wireless works, as the places I need to use it don't have wired ethernet. :-(
  6. E

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    Don't worry, i will support both FreeBSD 7.2 and FreeBSD 8. FreeBSD 8 version of rt2860 device driver is not better than FreeBSD 7.2 version of the driver. But FreeBSD 8 supoorts VAPs and rt2860 chip supports 8 VAPs in hardware, so if you want to use the newest 802.11 stack features then...
  7. E

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    Hm, did you modified your rc.conf as i said and of cause you need to configure your wpa_supplicant. Did you do this ? PS: you can write to my ICQ account and i can help you faster.
  8. kvchung

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    It can find the device now when I klkload, I get these message in dmesg # kldload ./rt28600.ko rt28600: <RT2790 PCIe> mem 0xfbef0000-0xfbefffff irq 19 at device 0.0 on pci1 rt28600: attaching rt28600: EEPROM rev=0x0102 rt28600: EEPROM mac address=00:22:43:42:25:27 rt28600: EEPROM RF...
  9. E

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    OK, i updated the driver, you can try it again and provide feedback. I could not test my driver with this device so there is a possibility that some problems can occur. :e
  10. E

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    OK, you have a PCIe card. VendorID=0x1814 and ProductID=0x0781 Wait a second and i will update my driver.
  11. kvchung

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    # lspci -v not work I try pciconf pciconf -lv ... none0@pci0:1:0:0: class=0x028000 card=0x27901814 chip=0x07811814 rev=0x00 hdr=0x00 vendor = 'Ralink Technology, Corp' device = 'Wireless (RT2860/RT2890)' class = network
  12. E

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    My driver currently works only for Linksys WMP600N. I need PCI vendor and product ID of your card so my driver could identify it and automatically load. Try lspci -v and provide me with PCI IDs. And in 5 minutes you can test it again. :e
  13. kvchung

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    I have done # kldload ./rt2860.ko # kldstat Id Refs Address Size Name 1 9 0xc0400000 760d70 kernel 2 1 0xc0b61000 52dc ums.ko 5 1 0xcb27f000 12000 rt2860.ko but nothing happened rt28600 has not been found What else should I do ?
  14. E

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    Here is the first version of rt2860 device driver for FreeBSD 8. It is stable and works fine on my very old PC with P4 2.5GHz. Please test it and provide feedback. You should deactivate bgscan with "ifconfig wlan0 -bgscan" because it causes some problems. Installation instruction: 1...
  15. E

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    I have good news, guys. rt2860 STA mode with hardware encryption is working on FreeBSD 8. :e :e :e I ported the first version and writing this post with rt2860 driver on FreeBSD 8. I will improve it in the next days and then you can test it by yourself.
  16. E

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    I installed FreeBSD 8.0 today and started to port rt2860 device driver. Monitor mode is already working :e I will try to make STA mode work on this weekend.
  17. kvchung

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    I can't wait for your rt2860 chips driver for FreeBSD 8. I'd like to run it on my EeePC 1000H.
  18. E

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    I just learned that FreeBSD 8 was released. Cool :e It is time to start porting my drivers for rt2870 and rt2860 chips to FreeBSD 8. :e:e:e
  19. E

    Finished: CALL FOR TESTERS Ralink wireless run(4) usb driver for FreeBSD

    The problem is that the NIC generates an interrupt for every received or sent packet !!! I could count the interrupts with "vmstat -i" and rt2860 generates as many interrupts as system timer interrupt !!! I guess i need to do interrupt mitigation. How do i do it on FreeBSD, has somebody any...
  20. E

    linksys WMP600N wi-fi

    Hi, i have finally implemented frame transmission for rt2860 chip. Please test it and provide feedback. Thanks. Download link: http://forums.freebsd.org/showthread.php?t=7562&page=3
Back
Top