Search results for query: RT2860

  1. V

    Ralink rt2870 wifi support?

    Sorry, I've made a mistake. Rt3090 is very different from rt2870, it's architecture is similar to rt3070 (all in one chip), comparing by bus it is similar to rt2860 (PCI bus). I will try to get more info tomorrow.
  2. Mr0wyx

    802.11N adapter selection advice needed!

    ...and faster. D-LINK DWA-547 (Atheros AR5416 chipset) 2.4Ghz TP-LINK TL-WN951N (Atheros AR5416 chipset) 2.4Ghz LINKSYS WMP600N-EU (Ralink RT2860 chipset) Dualband I have doubts about Linksys card. I can't find posts confirming that it works on FreeBSD out of the box. Can someone...
  3. C

    [pfSense] WLAN/WiFi PCI Linksys WMP600n Chipset rt2860 FreeBSD 8.1 RC1

    ...I try the wireless card (PCI) "Linksys WMP600n" appear to be. Until now, unfortunately without success. Linksys WMP600n chipset: RALINK 2860 / rt2860 These web pages are interesting: http://forums.freebsd.org/showthread.php?t=7010 http://forums.freebsd.org/showthread.php?t=7562...
  4. E

    Ralink rt2870 wifi support?

    What did you do exactly before panic ? Did you try to destroy HOSTAP wlan interface ?
  5. A

    Ralink rt2870 wifi support?

    Here is the driver: http://rapidshare.com/files/399351938/rt2860.tar.gz.html?killcode=7480356221322636459
  6. E

    Ralink rt2870 wifi support?

    Please send me the binary rt2860.ko so i could disassemble it. I tested the driver in HOSTAP mode today and couldn't reproduce the problem. ALex.
  7. Y

    Ralink rt2870 wifi support?

    rt2860 driver When the driver rt2860 officially will be made?
  8. E

    Ralink rt2870 wifi support?

    Hi, thanks for feedback. In order to be able to help you, i need more information. Would you install the kernel debugger on our system. Then you could produce a backtrace for me when a panic happens again and it would help me immensely. Alex.
  9. A

    Ralink rt2870 wifi support?

    Hallo, i tried your driver (rt2860) with pfsense (freebsd7.2) works perfectly :) but there are problems on pfsense 2.0 (freebsd8) I always get kernel panic. So I tried to activate it manually in freebsd-shell: ifconfig wlan0 create wlandev rt28600 wlanmode hostap ifconfig wlan0 ssid CLUB...
  10. C

    install rt2860 module

    ...than ndis. Using ndis before, I had sometimes timeouts in the browser. I've followed this procedure: # tar xvzf driver.tar.gz # cd driver # make # cp rt2860.ko /boot/kernel/ # cp rt2860.ko.symbols /boot/kernel/ # kldload rt2860 add in /boot/loader.conf the following line...
  11. C

    wlans_rt28600="wlan0"

    ...2 2 0xc0e23000 29b98 linux.ko 3 2 0xc0e4d000 4a64c sound.ko 4 1 0xc0e98000 1aa38 snd_hda.ko 5 1 0xc0eb3000 1a290 rt2860.ko 6 1 0xc0ece000 6a500 acpi.ko 7 1 0xc59f9000 7000 linprocfs.ko 8 1 0xc5a03000 b000 ntfs.ko 9 1 0xc5e32000 9000...
  12. C

    install rt2860 module

    here is: http://repo.or.cz/w/ralink_drivers/rt2860_fbsd72.git/ the newest source rt2860, but officially just for FreeBSD 7.2.
  13. C

    install rt2860 module

    hi Howto install RALINK -> rt2860 module on freeBSD 7.3? BTW I have eeePC 1000h from Asus.
  14. N

    Ralink rt2870 wifi support?

    About a week of debugging get thats not driver problem. And some users report that they, too, is happening it with other wifi drivers (maybe it stack problem). Sorry for the inconvenience.
  15. E

    Ralink rt2870 wifi support?

    Sorry, but the card has not rt2860 but rt3060 chip. It is not supported by my driver now. Maybe later.
  16. Q

    Ralink rt2870 wifi support?

    My system FreeBSD 8.0 release I've bought DLink DWA-525 PCI WIFI card with chipset rt2860 I used Windows drivers from official dlink server The card works with ndis driver, but HOSTAP mode is not supported I've download the latest version of the driver rt2870_bsd8 from git, made...
  17. E

    Ralink rt2870 wifi support?

    By default debugging is deactivated. How to activate debugging: # sysctl dev.rt2860.0.debug=<DEBUG_FLAGS> DEBUG_FLAGS: RT2860_DEBUG_EEPROM = 0x00000001 RT2860_DEBUG_RX = 0x00000002 RT2860_DEBUG_TX = 0x00000004 RT2860_DEBUG_INTR = 0x00000008 RT2860_DEBUG_STATE = 0x00000010 RT2860_DEBUG_CHAN...
  18. E

    Ralink rt2870 wifi support?

    I need more information in order to fix this. What were you doing before you got these messages ? Did it happen often ?
  19. N

    Ralink rt2870 wifi support?

    Eee pc 901, FreeBSD 8.0-STABLE, last rt2860 driver Dmesg rt28600: Tx watchdog timeout: resetting rt28600: Tx watchdog timeout: resetting rt28600: Tx watchdog timeout: resetting rt28600: Tx watchdog timeout: resetting After that sometimes (when transfer much information), wlan0 down and, then...
  20. E

    Ralink rt2870 wifi support?

    On freebsd 8 wlan works a bit different than on 7.2. First you have to create a wlan device and then you can scan or associate. # ifconfig wlan0 create wlandev rt28600 wlanmode sta # ifconfig wlan0 channel 6 ssid ... up # ifconfig wlan0 list scan Look into FreeBSD WLAN documentation
Back
Top