Search results for query: RT2860

  1. E

    Ralink rt2870 wifi support?

    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
  2. E

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

    I have good news for guys who are impatient to test rt2860 :-) I have finally implemented sending for rt2860. It's not very stable yet. Please test it and provide feedback. It's the first version of the driver with Tx support. AP mode doesn't work yet. And Tx watchdog happens to often for my...
  3. E

    Ralink rt2870 wifi support?

    Thanks for your feedback. I'm working currently on packet transmission for rt2860. Maybe i will finish it till this weekend.
  4. L

    Ralink rt2870 wifi support?

    ...#0: Fri May 1 07:18:07 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 [root@abbeyroad ~]# kldload rt2860 [root@abbeyroad ~]# pciconf -lvcb ... rt28600@pci0:5:2:0: class=0x028000 card=0x28601814 chip=0x06011814 rev=0x00 hdr=0x00 vendor = 'Ralink...
  5. E

    Ralink rt2870 wifi support?

    Here you can download it, only monitor mode works for now. http://forums.freebsd.org/showthread.php?t=7562&page=2
  6. L

    Ralink rt2870 wifi support?

    Waiting for rt2860 driver for testing :) Tired to use ndis and i386 FreeBSD.
  7. E

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

    ...Packet sending is not supported yet, but you can sniff WLAN with wireshark. How to use: 1. Extract the archive $ tar xvjf rt2860_fbsd72.tar.bz2 2. Change into the extracted directory and execute "make" $ cd rt2860_fbsd72 $ make 3. Now load the kernel module (as root !!!) #...
  8. E

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

    Hi, if_run driver does not support rt2860 chip, it is an USB driver. WMP600N is a PCI card !!! I have implemented my own driver for WMP600N. WMP600N has rt2860 chip. My driver is not complete yet, i use it only in monitor mode, that means it can only receive packets but not send yet, but you...
  9. G

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

    egorenar sorry for the question but how did you install WMP600N ??? I am using FreeBSD 7.2 and I still can't install that card. Tryed with this driver but noting happens... pls it you have a time check this topic http://forums.freebsd.org/showthread.php?t=8391 Thank you :)
  10. E

    Looking for well-documented wifi chipset

    I learned much about 802.11 and WLAN device drivers by studing Ralink device drivers rt2870 and rt2860 for Linux. They support 802.11n. I started to learn these drivers about 2 month ago and now i understand it quiet good and could develop device drivers for these chips on FreeBSD. I do it in...
  11. E

    Ralink rt2870 wifi support?

    ...i could develop a driver and you could test it if you want ? Step after step. At first monitor mode, then sending and so on. It is really very similar to rt2870 (rt2860 is also very similar to rt2870 and i already have a driver for rt2860 with monitor mode). If you have time we could work...
  12. N

    Ralink rt2870 wifi support?

    thanks a lot buddy for your work. i will follow up for updating. have a good nite :)
  13. E

    Ralink rt2870 wifi support?

    ...on FreeBSD there was no driver and i wanted to learn how WLAN NICs and 802.11 stack work. I'm still working on driver for rt2870 and also rt2860 (PCI) and will improve it later. I intend to implement 802.11n and WME and of course fix bugs :-) The more people will test this driver the...
  14. E

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

    But i still have problems with WME (QoS). Trying to fix it. The driver for rt2860 chip is also working now in monitor mode and very stable. It helps me a lot to test my rt2870 chip driver.
  15. E

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

    ...is finally working with wpa_supplicant !!! :-) I'm currently surfing with it !!! TKIP is still not working properly. I implemented rt2860 driver (only monitor mode) and could analyze with it packets sent by rt2870 chip. It helped me to find a bug in my driver. I have 2 NICs, Linksys...
  16. E

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

    AES-CCMP still doesn't work. I'm currently developing a driver for rt2860 PCI card (only monitor mode) from Linksys so i can sniff packets coming from rt2870 USV card and analyze it on freebsd.
  17. E

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

    rt2870 supports sending of beacons in h/w because the reference driver from Ralink for linux uses this feature. Furthermore, beacon sending is also necessary for IBSS mode. :-)
  18. PseudoCylon

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

    ...release. That's why I'm porting it to current at this moment. HOSTAP mode I checked their codes, and I've found out that openbsd's PCI based RT2860 chipset driver does support HOSTAP mode. But, for some reason, it is committed from if_run. Both drivers were written by the same person, so I...
  19. E

    Ralink rt2870 wifi support?

    i also plan to implement rt2860 driver later.
  20. E

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

    I'm sure that rt2870 chip supports transmition of beacons in h/w because i know the linux reference driver very good and it works on linux. I think rt2860 supports sending of beacons because rt2860 openbsd driver supoorts HOSTAP mode.
Back
Top