Ralink rt2870 wifi support?

dear moderator , i promise i will get a chat alternative after this. sorry.
egorenar till i get an icq touch, please review ur code, now it doesen't wait for if config to show the panic message above and reboot the system, it does it as soon as i plug the device in.

sorry mod.
 
code7395 said:
dear moderator , i promise i will get a chat alternative after this. sorry.
egorenar till i get an icq touch, please review ur code, now it doesen't wait for if config to show the panic message above and reboot the system, it does it as soon as i plug the device in.

sorry mod.

Sorry, i uploaded the wrong version. Please try again.

:e :e :e
 
greyulv said:
Hey egorenar

Looking forward for the 7.2 support for 802.11n and rt2860. Got a new N++ router last week.

G

I'm going to add 802.11n support to rt2870 and rt2860 for FreeBSD 7.2 this week.

:e :e :e
 
I can't configure connection with y router. Help please.
Code:
ifconfig rt28600 ssid my_router wepmode on wepkey my_key authmode shared
ifconfig inet 192.168.1.100 net mask 255.255.255.0
Not connect.
I use WEP Shared connection!
 
yandzee said:
I can't configure connection with y router. Help please.
Code:
ifconfig rt28600 ssid my_router wepmode on wepkey my_key authmode shared
ifconfig inet 192.168.1.100 net mask 255.255.255.0
Not connect.
I use WEP Shared connection!

You cannot do it on FreeBSD 8.
First you have to create a wlan interface, e.g. wlan0

Example:

Code:
ifconfig wlan0 create wlandev rt28600 wlanmode sta

After that you can configure the wlan interface:

Code:
ifconfig wlan0 ssid my_router wepmode on wepkey my_key authmode shared
ifconfig wlan0 inet 192.168.1.100 net mask 255.255.255.0

See also this: http://forums.freebsd.org/showthread.php?t=8784

:e :e :e
 
:O

I almost gave up on this... But as far as I see there is *progress* here :) :) :) Any chance this may be included in a future official version of freebsd?
 
Does anybody have any idea where i can find net80211 mailing list or IRC. I have some questions regarding 802.11n stack implementation in FreeBSD and i don't know whom to ask.

:e :e :e
 
egorenar said:
Of course, you can't have 2 default gateways :) Either you must disable the Ethernet NIC or you need to modify the routing table manually.

But you said in one of your previous posts that your system crashed. Did you figure out what was wrong ?

:e :e :e

yandzee said:
FreeBSD 7.2 RELEASE

OK, then forget about "ifconfig create", it's only for FBSD 8.
You have problems with routing ?
What says "netstat -nr" ?

:e
 
egorenar said:
OK, then forget about "ifconfig create", it's only for FBSD 8.
You have problems with routing ?
What says "netstat -nr" ?

:e

ifconfig
Code:
ale0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=319b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MCAST,WOL_MAGIC>
	ether 00:23:54:63:50:a6
	media: Ethernet autoselect (none)
	status: no carrier
rt28600: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	ether 00:22:43:4a:47:2d
	media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
	status: no carrier
	ssid "" channel 1 (2412 Mhz 11b)
	authmode OPEN privacy OFF txpower 50 bmiss 7 scanvalid 60 wme burst
	bintval 0
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 
	inet6 ::1 prefixlen 128 
	inet 127.0.0.1 netmask 0xff000000

netstat -nr

Code:
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
127.0.0.1          127.0.0.1          UH          0        0    lo0

Internet6:
Destination                       Gateway                       Flags      Netif Expire
::1                               ::1                           UHL         lo0
fe80::%lo0/64                     fe80::1%lo0                   U           lo0
fe80::1%lo0                       link#3                        UHL         lo0
ff01:3::/32                       fe80::1%lo0                   UC          lo0
ff02::%lo0/32                     fe80::1%lo0                   UC          lo0
 
yandzee said:
ifconfig
Code:
ale0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=319b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MCAST,WOL_MAGIC>
	ether 00:23:54:63:50:a6
	media: Ethernet autoselect (none)
	status: no carrier
rt28600: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	ether 00:22:43:4a:47:2d
	media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
	status: no carrier
	ssid "" channel 1 (2412 Mhz 11b)
	authmode OPEN privacy OFF txpower 50 bmiss 7 scanvalid 60 wme burst
	bintval 0
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 
	inet6 ::1 prefixlen 128 
	inet 127.0.0.1 netmask 0xff000000

netstat -nr

Code:
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
127.0.0.1          127.0.0.1          UH          0        0    lo0

Internet6:
Destination                       Gateway                       Flags      Netif Expire
::1                               ::1                           UHL         lo0
fe80::%lo0/64                     fe80::1%lo0                   U           lo0
fe80::1%lo0                       link#3                        UHL         lo0
ff01:3::/32                       fe80::1%lo0                   UC          lo0
ff02::%lo0/32                     fe80::1%lo0                   UC          lo0

status: no carrier

Your rt28600 device is not associtaed with an AP.
Are you using wpa_supplicant to associate ?
 
egorenar said:
status: no carrier

Your rt28600 device is not associtaed with an AP.
Are you using wpa_supplicant to associate ?
I can set up rt28600.
status: associated

ping google.com is not working.
 
I tried using the latest 1 and did a reboot to see how it would normally start. That caused a kernel panic on boot.

I'm sticking with an older version that I backed up. (I said on page 4 that I was getting random crashed - those are still happening, don't know the cause and memcheck reports fine)

Can you host it off site with all version available with as much info on the changes as possible? It would be much easy than going to page 3 each time to get some version that could have breaking changes.

My AP is configure for b+g+n & wpa1_aes + wpa2_aes.

It would have used G last time so maybe now that it's trying to use N that could be were the buggy code is at?

Also if there are any ways non-financialy I can help just ask.
 
Back
Top