wuqiong / rt2860v2-for-openwrt-mt7620

rt2860v2 wifi driver for openwrt trunk(3.10.x kernel) on MT7620 SOC.
http://www.diveinedu.cn
101 stars 72 forks source link

How can i connect internet?? #7

Open carryrain opened 7 years ago

carryrain commented 7 years ago

Hi Mr. wuqiong

i apply your post.

so i can ifconfig and i can see ra0~8 and wlan0.

thank you for your post

but i want to use iwconfig, aircrack-ng, tcpdump for the monitor mode

but i cant connect internet

what can i do connect internet ??

the following is my configuration

please, help me

thank you


my wireless config

config wifi-device radio0 option type mac80211 option channel 11 option hwmode 11g option path 'platform/10180000.wmac' option htmode HT20

REMOVE THIS LINE TO ENABLE WIFI:

option disabled 1

config wifi-iface option device radio0 option network lan option mode ap option ssid OpenWrt option encryption none option ApCliEnable '1' option ApCliAuthMode 'WPA2PSK' option ApCliEncrypType 'AES' option ApCliPassWord 'wapeul1234' option ApCliSsid 'wapeul' config wifi-device ra0 option type rt2860v2 option mode 9 option channel auto option txpower 100 option ht 20+40 option country US option macaddr ''

REMOVE THIS LINE TO ENABLE WIFI:

option disabled 0

config wifi-iface option device ra0 option network lan option mode ap option ssid OpenWrt_762058 option encryption none config wifi-device ra1 option type rt2860v2 option mode 9 option channel auto option txpower 100 option ht 20+40 option country US option macaddr ''

REMOVE THIS LINE TO ENABLE WIFI:

option disabled 0

my network configuration

onfig interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0'

config globals 'globals' option ula_prefix 'fd1d:20ce:b10f::/48'

config interface 'lan' option ifname 'eth0.1' option force_link '1' option type 'bridge' option proto 'static' option ipaddr '192.168.8.1' option netmask '255.255.255.0' option macaddr '64:51:7e:80:1a:7c'

config interface 'wan' option ifname 'apcli0' option proto 'dhcp' option macaddr '64:51:7e:80:1a:7d'