Search results for query: RT2860

  1. H

    Ralink rt2870 wifi support?

    Hi, while I can not tested work in client mode, hostap mod does not work. rt28600: <Ralink RT2760 PCI> mem 0xd0400000-0xd040ffff irq 17 at device 0.0 on pci4 rt28600:attaching...
  2. E

    Ralink rt2870 wifi support?

    Wait a minute, i will add your PCI IDs to my driver. I uploaded the new version of driver. Test it please.
  3. H

    Ralink rt2870 wifi support?

    Rt2760 Hi, I have wifi chipset RT2760, for this chipset uses ralink driver rt2860. But your driver does not find this chipset. [gw] /home/wtf# kldstat Id Refs Address Size Name 1 11 0xffffffff80100000 8f4ad8 kernel 2 1 0xffffffff809f5000 1aa18 rt2860.ko 3 1...
  4. E

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

    I tested the rt2860 driver in AP mode on FreeBSD 8 and it works fine, it doesn't matter if you configure it manually or the driver is loaded automatically at boot time. But on FreeBSD 7.2 it only works if you configure it manually. I will try to fix it but i don't know when. :e :e :e
  5. E

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

    Yes, you are right, the problem is still there. Strange. If i load the driver manually and configure it then it works fine. But if the driver is autoloaded at boot time then the problem is there. I will try to find a solution for this problem. Did you try to configure the NIC manually ?
  6. E

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

    I only tested it manually. I loaded the driver, configured the interface and started hostapd. And it worked. What system do you have ?
  7. G

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

    ...Delete the old archive end unarchived dir, delete the old rtl2860.ko file in /boot/kernel, extract the archive again, run "make" and copy the rt2860.ko in /boot/kernel, (I didn't load it becos the card is removed from the slot so I can start the machine normaly)then shutdown, place the card...
  8. G

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

    egorenar The same thing keep showing with the new driver :( I am using WMP600N if it matters to you and my MB is a little older so I it works with ACPI disabled. Any ideas?
  9. E

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

    I fixed the bug :e Please test again. Here is the new version: http://forums.freebsd.org/showthread.php?p=55365#post55365
  10. E

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

    Thanks for feedback. I didn't test loading the driver at boot time. I will see what i can do. :e :e :e
  11. G

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

    egorenar I've just installed rt2860 on freebsd7.2. It worked good and I did that in /boot/loader.conf rt2860_load="YES" and in /etc/rc.conf ifconfig_rt28600="inet 192.168.1.2 netmask 255.255.255.0 ssid example mode 11g mediaopt hostap" and I copy the rt2860.ko file in /boot/kernel/ and when...
  12. E

    Ralink rt2870 wifi support?

    Every time you or wpa_supplicant do "ifconfig up" or "ifconfig down" the NIC is initialized or stopped. It is OK.
  13. G

    Ralink rt2870 wifi support?

    ...AMD Features=0x100000<NX> AMD Features2=0x1<LAHF> Logical CPUs per core: 2 [....] rt28600: <Ralink 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:5e:38:d8 rt28600: EEPROM RF...
  14. E

    Ralink rt2870 wifi support?

    And do not forget to send me bug reports, please. Thanks in advance. And i wanted to stop development and support of rt2860 for FreeBSD 7.2 :-) It seems that it will not be the case now :e :e :e :e
  15. G

    Ralink rt2870 wifi support?

    Hello, Egorenar. Downloaded the RT2860 driver and installed on my machine: Asus EEEPC 1000H PC-BSD 7.1.1 (FreeBSD 7.2 Stable) AsureWave AW-NE766 Model: RT2700E I am able to configure the card in the KDE network manager and my wireless hub can sense me. The only problem is when I try to...
  16. E

    Ralink rt2870 wifi support?

    I tested my rt2860 (PCI) drivers only on Pentium 4 (fbsd 7.2 and 8) and rt2870 (USB) also on amd64 (fbsd 8, HOSTAP mode). :e :e :e
  17. E

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

    ...Please send me back bug and problem reports. Thanks. It should connect at the system boot if you add the following line to rc.conf: rt2860_wlans="wlan0" ifconfig_wlan0="WPA DHCP" And you should also copy rt2860.ko module to /boot/kernel/ and add the following line to...
  18. E

    Ralink rt2870 wifi support?

    Hi, 1. Extract the archive $ tar xvjf rt2860_fbsd72.tar.bz2 2. Build the KLM $ cd rt2860_fbsd72 $ make 3. Load the KLM # kldload ./rt2860.ko
  19. C

    Ralink rt2870 wifi support?

    Howto install rt2860 on freeBSD 7.2?
  20. E

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

    And here is the rt2860 device driver for FreeBSD 8 with HOSTAP mode and interrupt mitigation to improve performance :-) Please send your feedback to me and bug reports. Thanks. 19.12.2009 Fixed bug in HOSTAP mode with association id == 0 :e :e :e
Back
Top