Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

trying to install mt7610u (linksys ae6000)
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
trying to install mt7610u (linksys ae6000)
7th Mar, 2016, 12:55 PM
Post: #67
greenbag Offline
Registered
Posts: 57
Joined: Feb 2016
Reputation: 0
RE: trying to install mt7610u (linksys ae6000)
WooHoo!!

Applied the fix to rt_linux.c in the source I posted last, and it not only sees my 5G. I needed to specify my 5G in the RT2870STA.dat, wpa_supplicant.conf, and /etc/network/interfaces files. I tried adding 2 essid's following a readme a week or so ago, but that just screwed things all to hell.. lol.

I still get a "failed" in one line, and "error" in 3. Not sure if they're relevant to my situation or not though. I know nothing about networking.. I learn as I go. Tongue


Code:
$ sudo -s
$ apt-get update
$ apt-get install build-essential git make linux-headers-bcm2836 dkms

$ cd /home/xbian
$ git clone https://github.com/chenhaiq/mt7610u_wifi_sta_v3002_dpo_20130916.git
$ cd mt7610u*

$ nano /home/xbian/mt7610u*/os/linux/rt_linux.c


@@ -1086,8 +1086,8 @@ int RtmpOSFileRead(RTMP_OS_FD osfd, char *pDataPtr, int readLen)
    if (osfd->f_op && osfd->f_op->read) {
        return osfd->f_op->read(osfd, pDataPtr, readLen, &osfd->f_pos);
    } else {
-        DBGPRINT(RT_DEBUG_ERROR, ("no file read method\n"));
-        return -1;
+        DBGPRINT(RT_DEBUG_ERROR, ("no file read method, using vfs_read\n"));
+        return vfs_read(osfd, pDataPtr, readLen, &osfd->f_pos);
    }
}


https://github.com/xtknight/mt7610u-linksys-ae6000-wifi-fixes/commit/d25d8aa7b9cdc7fb7ff2a15f0c8bb993f4dad7cd


$ make clean
$ make
$ make install

$ nano /etc/network/interfaces

auto lo

iface lo inet loopback
iface eth0 inet dhcp

auto ra0
allow-hotplug ra0
iface ra0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp

$ nano /etc/wpa_supplicant/wpa_supplicant.conf

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
        ssid="YOURWIFINAME"
        key_mgmt=WPA-PSK
        psk="YOURPASSWORD"
}


$ nano /etc/Wireless/RT2870STA/RT2870STA.dat

configure data for your needs


$ reboot

Code:
root@xbian:/home/xbian# iwlist ra0 scan
ra0       Scan completed :
          Cell 01 - Address: 64:55:B1:C4:29:65
                    Protocol:802.11g/n
                    ESSID:"SHAW-2G"
                    Mode:Managed
                    Frequency:2.412 GHz (Channel 1)
                    Quality=100/100  Signal level=-34 dBm  Noise level=-92 dBm
                    Encryption key:on
                    Bit Rates:57.5 Mb/s
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx​xxxxxxxxxxxxxxxxxxxxxx

          Cell 06 - Address: 64:55:B1:C4:29:66
                    Protocol:802.11a/n
                    ESSID:"SHAW-D7474E-5G"
                    Mode:Managed
                    Frequency:5.18 GHz (Channel 36)
                    Quality=76/100  Signal level=-60 dBm  Noise level=-92 dBm
                    Encryption key:on
                    Bit Rates:120 Mb/s
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx​xxxxxxxxxxxxxxxxxxxxxx


Code:
root@xbian:/home/xbian# iwconfig
ra0       Ralink STA  ESSID:"SHAW-2G"  Nickname:"MT7610U_STA"
          Mode:Managed  Frequency=2.412 GHz  Access Point: xx:xx:xx:xx:xx:xx  
          Bit Rate=65 Mb/s  
          RTS thr:off   Fragment thr:off
          Encryption key:xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx [2]   Security mode:open
          Link Quality=100/100  Signal level:-34 dBm  Noise level:-51 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Code:
xbian@xbian ~ $ sudo -s
[sudo] password for xbian:
root@xbian:/home/xbian# iwconfig
ra0       Ralink STA  ESSID:"SHAW-5G"  Nickname:"MT7610U_STA"
          Mode:Managed  Frequency=5.18 GHz  Access Point: xx:xx:xx:xx:xx:xx  
          Bit Rate=135 Mb/s  
          RTS thr:off   Fragment thr:off
          Encryption key:xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx [2]   Security mode:open
          Link Quality=100/100  Signal level:-58 dBm  Noise level:-58 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0



Code:
[   11.167935] loading fw......
[   11.376392] #
[   11.641872] RTMP_TimerListAdd: add timer obj b1217e3c!
[   11.641911] RTMP_TimerListAdd: add timer obj b1217e6c!
[   11.641927] RTMP_TimerListAdd: add timer obj b1217e9c!
[   11.641942] RTMP_TimerListAdd: add timer obj b1217e0c!
[   11.641959] RTMP_TimerListAdd: add timer obj b1217d7c!
[   11.641971] RTMP_TimerListAdd: add timer obj b1217dac!
[   11.641983] RTMP_TimerListAdd: add timer obj b11abba4!
[   11.641993] RTMP_TimerListAdd: add timer obj b119b03c!
[   11.642005] RTMP_TimerListAdd: add timer obj b119b070!
[   11.642015] RTMP_TimerListAdd: add timer obj b11abc44!
[   11.642030] RTMP_TimerListAdd: add timer obj b11abb44!
[   11.642052] RTMP_TimerListAdd: add timer obj b11abc14!
[   11.642866] no file read method, using vfs_read
[   11.643669] cfg_mode=5
[   11.643708] wmode_band_equal(): Band Not Equal!
[   11.645329] Key1Str is Invalid key length(0) or Type(0)
[   11.645483] Key2Str is Invalid key length(0) or Type(0)
[   11.645660] Key3Str is Invalid key length(0) or Type(0)
[   11.645845] Key4Str is Invalid key length(0) or Type(0)
[   11.652372] 1. Phy Mode = 31
[   11.653902] 2. Phy Mode = 31
[   11.653927] NVM is Efuse and its size =1d[1e0-1fc]
[   11.680061] /home/xbian/xbian-package-kernel/build/rpi2-4.1.y/working/.mt76x0u/os/linux/../../chips/mt76x0.c:2114 assert (pAd->TxPower[choffset].Channel == 36)failed
[   11.691832] fuse init (API version 7.23)
[   11.720967] mt76x0_read_tx_alc_info_from_eeprom: EEPROM_MT76x0_TEMPERATURE_OFFSET (0xD1) = 0xff
[   11.720994] mt76x0_read_tx_alc_info_from_eeprom: TemperatureOffset = 0xfffffff6
[   11.721004] Temperature Tx ALC not enabled
[   11.748936] 3. Phy Mode = 31
[   11.748975] AntCfgInit: primary/secondary ant 0/1
[   11.758214] RTMPSetPhyMode: channel is out of range, use first channel=1
[   11.762115] MCS Set = ff 00 00 00 01
[   11.776498] <==== rt28xx_init, Status=0
[   11.776531] 80211> re-init bands...
[   11.776911] 80211> re-init bands...
[   11.776940] 80211> RFICType = 3
[   11.776950] 80211> Number of channel = 44
[   11.776959] 80211> Number of rate = 12
[   11.776969] 80211> CurTxPower = 0 dBm
[   11.776991] 80211> TxStream = 1
[   11.777001] crda> CFG80211_RegRuleApply ==>
[   11.777015] crda> reset chan/power for 2.4GHz
[   11.777035] Chan 001:    power 0 dBm, DFS 0, DFS Type 0
[   11.777048] Chan 002:    power 0 dBm, DFS 0, DFS Type 0
[   11.777084] Chan 003:    power 0 dBm, DFS 0, DFS Type 0
[   11.777119] Chan 004:    power 0 dBm, DFS 0, DFS Type 0
[   11.777134] Chan 005:    power 0 dBm, DFS 0, DFS Type 0
[   11.777146] Chan 006:    power 0 dBm, DFS 0, DFS Type 0
[   11.777166] Chan 007:    power 0 dBm, DFS 0, DFS Type 0
[   11.777189] Chan 008:    power 0 dBm, DFS 0, DFS Type 0
[   11.777201] Chan 009:    power 0 dBm, DFS 0, DFS Type 0
[   11.777224] Chan 010:    power 0 dBm, DFS 0, DFS Type 0
[   11.777256] Chan 011:    power 0 dBm, DFS 0, DFS Type 0
[   11.777269] Chan 012:    power 0 dBm, DFS 0, DFS Type 0
[   11.777292] Chan 013:    power 0 dBm, DFS 0, DFS Type 0
[   11.777304] Chan 014:    power 0 dBm, DFS 0, DFS Type 0
[   11.777312] crda> reset chan/power for 5GHz
[   11.777326] Chan 036:    power 0 dBm, DFS 0, DFS Type 0
[   11.777337] Chan 038:    power 0 dBm, DFS 0, DFS Type 0
[   11.777348] Chan 040:    power 0 dBm, DFS 0, DFS Type 0
[   11.777360] Chan 044:    power 0 dBm, DFS 0, DFS Type 0
[   11.777371] Chan 046:    power 0 dBm, DFS 0, DFS Type 0
[   11.777385] Chan 048:    power 0 dBm, DFS 0, DFS Type 0
[   11.777401] Chan 052:    power 0 dBm, DFS 1, DFS Type 0
[   11.777412] Chan 054:    power 0 dBm, DFS 1, DFS Type 0
[   11.777426] Chan 056:    power 0 dBm, DFS 1, DFS Type 0
[   11.777440] Chan 060:    power 0 dBm, DFS 1, DFS Type 0
[   11.777453] Chan 062:    power 0 dBm, DFS 1, DFS Type 0
[   11.777464] Chan 064:    power 0 dBm, DFS 1, DFS Type 0
[   11.777476] Chan 100:    power 0 dBm, DFS 1, DFS Type 0
[   11.777487] Chan 104:    power 0 dBm, DFS 1, DFS Type 0
[   11.777498] Chan 108:    power 0 dBm, DFS 1, DFS Type 0
[   11.777515] Chan 112:    power 0 dBm, DFS 1, DFS Type 0
[   11.777530] Chan 116:    power 0 dBm, DFS 1, DFS Type 0
[   11.777542] Chan 118:    power 0 dBm, DFS 1, DFS Type 0
[   11.777554] Chan 120:    power 0 dBm, DFS 1, DFS Type 0
[   11.777569] Chan 124:    power 0 dBm, DFS 1, DFS Type 0
[   11.777582] Chan 126:    power 0 dBm, DFS 1, DFS Type 0
[   11.777593] Chan 128:    power 0 dBm, DFS 1, DFS Type 0
[   11.777604] Chan 132:    power 0 dBm, DFS 1, DFS Type 0
[   11.777616] Chan 134:    power 0 dBm, DFS 1, DFS Type 0
[   11.777628] Chan 136:    power 0 dBm, DFS 1, DFS Type 0
[   11.777641] Chan 140:    power 0 dBm, DFS 1, DFS Type 0
[   11.777654] Chan 149:    power 0 dBm, DFS 0, DFS Type 0
[   11.777667] Chan 151:    power 0 dBm, DFS 0, DFS Type 0
[   11.777679] Chan 153:    power 0 dBm, DFS 0, DFS Type 0
[   11.777693] Chan 157:    power 0 dBm, DFS 0, DFS Type 0
[   11.777705] Chan 159:    power 0 dBm, DFS 0, DFS Type 0
[   11.777719] Chan 161:    power 0 dBm, DFS 0, DFS Type 0
[   11.777750] Chan 165:    power 0 dBm, DFS 0, DFS Type 0
[   11.777761] Chan 167 (frq 5835):    not allowed!
[   11.777772] Chan 169 (frq 5845):    not allowed!
[   11.777785] Chan 171 (frq 5855):    not allowed!
[   11.777796] Chan 173 (frq 5865):    not allowed!
[   11.777807] Chan 184 (frq 4920):    not allowed!
[   11.777832] Chan 188 (frq 4940):    not allowed!
[   11.777855] Chan 192 (frq 4960):    not allowed!
[   11.777875] Chan 196 (frq 4980):    not allowed!
[   11.777886] Chan 208 (frq 6040):    not allowed!
[   11.777895] Chan 212 (frq 6060):    not allowed!
[   11.777904] Chan 216 (frq 6080):    not allowed!
[   11.777915] crda> Number of channels = 47
[   11.780029] 0x1300 = 00064300
[   11.780062] RTMPDrvSTAOpen(1):Check if PDMA is idle!
[   11.780447] RTMPDrvSTAOpen(2):Check if PDMA is idle!
[   11.780997] 80211> CFG80211_OpsPwrMgmt ==>
[   11.781132] cfg80211: Calling CRDA to update world regulatory domain
[   11.784996] au8522 3-0047: attaching existing instance
[   11.791130] xc5000 3-0061: attaching existing instance
[   11.797312] xc5000: Successfully identified at address 0x61
[   11.797339] xc5000: Firmware has not been loaded previously
[   11.797358] DVB: registering new adapter (au0828)
[   11.797391] usb 1-1.5.5: DVB: registering adapter 0 frontend 0 (Auvitek AU8522 QAM/8VSB Frontend)...
[   11.808651] 80211> CFG80211_OpsPmksaFlush ==>
[   11.923193] 80211> CFG80211_OpsScan ==>
[   12.256328] Registered IR keymap rc-hauppauge
[   12.257360] input: au0828 IR (Hauppauge HVR950Q) as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5.5/rc/rc0/input1
[   12.275607] rc0: au0828 IR (Hauppauge HVR950Q) as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5.5/rc/rc0
[   12.306895] IR NEC protocol handler initialized
[   12.314109] IR RC6 protocol handler initialized
[   12.331637] IR JVC protocol handler initialized
[   12.335764] IR RC5(x/sz) protocol handler initialized
[   12.338911] IR Sony protocol handler initialized
[   12.358839] IR SANYO protocol handler initialized
[   12.359990] IR Sharp protocol handler initialized
[   12.374907] au0828: Remote controller au0828 IR (Hauppauge HVR950Q) initalized
[   12.374997] au0828: Registered device AU0828 [Hauppauge HVR950Q]
[   12.376472] usbcore: registered new interface driver au0828
[   12.389069] input: MCE IR Keyboard/Mouse (au0828-input) as /devices/virtual/input/input2
[   12.405791] IR MCE Keyboard/mouse protocol handler initialized
[   12.406630] rc rc0: lirc_dev: driver ir-lirc-codec (au0828-input) registered at minor = 1
[   12.406661] IR LIRC bridge handler initialized
[   12.407238] IR XMP protocol handler initialized
[   12.453324] usbcore: registered new interface driver snd-usb-audio
[   13.626003] 80211> Can not find any chan info!
[   13.661605] 80211> Can not find any chan info!
[   13.674373] 80211> Can not find any chan info!
[   14.017252] cfg80211: Calling CRDA to update world regulatory domain
[   14.027114] input: lircd as /devices/virtual/input/input3
[   14.922313] cfg80211: Calling CRDA to update world regulatory domain
[   17.512523] cfg80211: Calling CRDA to update world regulatory domain
[   18.008797] 80211> cfg80211_scan_done
[   18.011773] 80211> CFG80211_OpsSurveyGet ==>
[   18.011823] 80211> busy time = 0 0
[   18.016977] 80211 [CONNECT TEST]> CFG80211_OpsConnect ==>
[   18.017009] Groupwise: fac02
[   18.017018] Pairwise fac04
[   18.017027] Wpa_versions 2
[   18.017035] Keymgmt fac02
[   18.017043] Auth_type 0
[   18.017050] WLAN_CIPHER_SUITE_CCMP...
[   18.017060] ConnInfo.KeyLen ===> 0
[   18.017067] ConnInfo.KeyIdx ===> 0
[   18.017092] 80211> Connect bssid 64:55:b1:c4:29:66
[   18.017124] 80211> EncrypType = 6
[   18.050629] PeerBeaconAtJoinAction(): HT-CtrlChannel=36, CentralChannel=>38
[   18.050660] PeerBeaconAtJoinAction(): Set CentralChannel=38
[   18.050700] AdjustChannelRelatedValue(): Input BW=1, rf_channel=38, vht_bw=1, Channel=36, vht_cent_ch=0!
[   18.064350] cfg80211: Calling CRDA to update world regulatory domain
[   18.086352] DETECT SUPPLICANT ENABLED
[   18.086377] DETECT NATIVE SUPPLICANT ENABLED
[   18.087855] ASSOC - Send ASSOC request...
[   18.087887] DETECT SUPPLICANT ENABLED
[   18.088862] ASSOC - AuthMode = 7
[   18.088875] ERROR!!! Storing RSS_IE for WPA SM negotiation later
[   18.088897] AssocPostProc():=> Store RSN_IE for WPA2 SM negotiation
[   18.088929] DETECT NATIVE SUPPLICANT ENABLED (send len=48)
[   18.089306] ASSOC - PeerAssocRspAction() connect inform
[   18.089322] 80211> CFG80211_ConnectResultInform ==>
[   18.354702] Rcv Wcid(1) AddBAReq
[   18.354734] Start Seq = 00000000
[   18.354753] RTMP_TimerListAdd: add timer obj b1264164!
[   18.354836] Rcv Wcid(1) AddBAReq
[   18.354849] Start Seq = 00000001
[   18.355790] ERROR!!! CntlEnqueueForRecv: BlockAck Request frame length size = 44 incorrect
[   19.009009] 80211> CFG80211_OpsKeyAdd ==>
[   19.022993] 80211> CFG80211_OpsKeyDefaultSet ==>
[   19.023025] 80211> KeyIdx = 0
[   19.023332] 80211> CFG80211_OpsKeyAdd ==>
[   19.458783] RTMP_TimerListAdd: add timer obj b1262150!
[   20.758688] systemd-logind[2155]: New seat seat0.
[   20.788568] RTMP_TimerListAdd: add timer obj b1262190!
[   21.206307] cfg80211: Calling CRDA to update world regulatory domain
[   24.348316] cfg80211: Calling CRDA to update world regulatory domain
[   26.696382] EXT4-fs (sda1): recovery complete
[   26.696466] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   27.429822] init: wait-for-state (xbmcxbmc-loaded) main process (1638) killed by TERM signal
[   27.530717] cfg80211: Calling CRDA to update world regulatory domain
[   30.535063] ERROR!!! CntlEnqueueForRecv: BlockAck Request frame length size = 44 incorrect
[   30.672320] cfg80211: Calling CRDA to update world regulatory domain
[   31.158113] Indicate_Legacy_Packet():flush reordering_timeout_mpdus! RxWI->Flags=128, pRxWI.TID=0, RxD->AMPDU=0!
[   31.158154] c, flush one!
[   33.814315] cfg80211: Calling CRDA to update world regulatory domain
[   34.633790] init: xbmc-failed-start main process (268) killed by TERM signal
[   34.673504] init: wait-for-state (zram-swapxbmc-done) main process (1466) killed by TERM signal
[   36.956325] cfg80211: Calling CRDA to update world regulatory domain
[   37.822935] Rcv Wcid(1) AddBAReq
[   37.822966] Start Seq = 00000000
[   37.822987] RTMP_TimerListAdd: add timer obj b12641bc!
[   37.823630] ERROR!!! CntlEnqueueForRecv: BlockAck Request frame length size = 44 incorrect
[   40.098340] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
[   41.822175] ERROR!!! CntlEnqueueForRecv: BlockAck Request frame length size = 44 incorrect
[   45.346327] usb 1-1.5.6: new full-speed USB device number 9 using dwc_otg
[   45.437734] usb 1-1.5.6: New USB device found, idVendor=045e, idProduct=0745
[   45.437770] usb 1-1.5.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   45.437788] usb 1-1.5.6: Product: Microsoft 2.4GHz Transceiver v8.0
[   45.437802] usb 1-1.5.6: Manufacturer: Microsoft
[   45.449281] input: Microsoft Microsoft 2.4GHz Transceiver v8.0 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5.6/1-1.5.6:1.0/0003:045E:0745.0005/input/input4
[   45.501309] hid-generic 0003:045E:0745.0005: input,hidraw2: USB HID v1.11 Keyboard [Microsoft Microsoft 2.4GHz Transceiver v8.0] on usb-3f980000.usb-1.5.6/input0
[   45.525309] input: Microsoft Microsoft 2.4GHz Transceiver v8.0 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5.6/1-1.5.6:1.1/0003:045E:0745.0006/input/input5
[   45.577914] hid-generic 0003:045E:0745.0006: input,hidraw3: USB HID v1.11 Mouse [Microsoft Microsoft 2.4GHz Transceiver v8.0] on usb-3f980000.usb-1.5.6/input1
[   45.626703] input: Microsoft Microsoft 2.4GHz Transceiver v8.0 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5.6/1-1.5.6:1.2/0003:045E:0745.0007/input/input6
[   45.680196] hid-generic 0003:045E:0745.0007: input,hiddev0,hidraw4: USB HID v1.11 Device [Microsoft Microsoft 2.4GHz Transceiver v8.0] on usb-3f980000.usb-1.5.6/input2
[   64.719725] usb 1-1.5.6: USB disconnect, device number 9
[   88.979497] systemd-logind[2155]: Failed to start user service: Unknown unit: user@1000.service
[   88.993945] systemd-logind[2155]: New session 1 of user xbian.
[  112.833861] 3, flush one!
root@xbian:/home/xbian#



edit: that's built on the Valentine's release.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
trying to install mt7610u (linksys ae6000) - greenbag - 19th Feb, 2016, 10:38 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 19th Feb, 2016, 08:53 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 19th Feb, 2016, 10:01 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 20th Feb, 2016, 09:04 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 20th Feb, 2016, 09:35 AM
RE: trying to install mt7610u (linksys ae6000) - PeterMurray - 9th Jan, 2020, 08:53 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 20th Feb, 2016, 09:48 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 20th Feb, 2016, 09:58 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 20th Feb, 2016, 10:13 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 20th Feb, 2016, 02:24 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 23rd Feb, 2016, 01:53 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 20th Feb, 2016, 04:05 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 20th Feb, 2016, 08:58 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 21st Feb, 2016, 01:31 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 21st Feb, 2016, 10:30 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 21st Feb, 2016, 11:15 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 21st Feb, 2016, 02:56 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 24th Feb, 2016, 08:57 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 24th Feb, 2016, 11:32 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 25th Feb, 2016, 12:33 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 24th Feb, 2016, 12:06 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 24th Feb, 2016, 05:48 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 27th Feb, 2016, 01:18 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 28th Feb, 2016, 01:09 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 28th Feb, 2016, 04:31 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 28th Feb, 2016, 08:34 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 28th Feb, 2016, 08:53 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 28th Feb, 2016, 10:21 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 28th Feb, 2016, 06:32 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 28th Feb, 2016, 06:36 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 28th Feb, 2016, 07:55 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 28th Feb, 2016, 09:30 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 28th Feb, 2016, 10:05 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 28th Feb, 2016, 10:17 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 28th Feb, 2016, 10:22 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 28th Feb, 2016, 10:23 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 28th Feb, 2016, 10:29 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 28th Feb, 2016, 10:34 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 28th Feb, 2016, 10:49 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 28th Feb, 2016, 11:17 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 29th Feb, 2016, 12:06 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 29th Feb, 2016, 12:33 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 29th Feb, 2016, 12:52 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 29th Feb, 2016, 01:04 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 29th Feb, 2016, 05:41 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 1st Mar, 2016, 12:37 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 1st Mar, 2016, 10:44 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 1st Mar, 2016, 01:06 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 1st Mar, 2016, 04:15 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 2nd Mar, 2016, 12:20 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 2nd Mar, 2016, 06:20 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 2nd Mar, 2016, 07:05 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 2nd Mar, 2016, 07:09 AM
RE: trying to install mt7610u (linksys ae6000) - Skywatch - 4th Mar, 2016, 09:13 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 4th Mar, 2016, 10:16 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 7th Mar, 2016, 06:40 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 7th Mar, 2016, 06:59 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 7th Mar, 2016, 07:14 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 7th Mar, 2016, 07:21 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 7th Mar, 2016, 07:38 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 7th Mar, 2016, 07:39 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 7th Mar, 2016, 07:55 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 7th Mar, 2016, 07:56 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 7th Mar, 2016, 08:24 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 7th Mar, 2016, 09:13 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 7th Mar, 2016, 09:23 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 7th Mar, 2016, 09:59 AM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 7th Mar, 2016 12:55 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 7th Mar, 2016, 03:20 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 7th Mar, 2016, 09:54 PM
RE: trying to install mt7610u (linksys ae6000) - greenbag - 11th Mar, 2016, 04:58 PM
RE: trying to install mt7610u (linksys ae6000) - TheDutypaid - 14th May, 2017, 06:52 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 14th May, 2017, 10:18 PM
RE: trying to install mt7610u (linksys ae6000) - TheDutypaid - 15th May, 2017, 02:18 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 15th May, 2017, 02:32 AM
RE: trying to install mt7610u (linksys ae6000) - TheDutypaid - 15th May, 2017, 05:53 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 15th May, 2017, 05:56 AM
RE: trying to install mt7610u (linksys ae6000) - deHakkelaar - 15th May, 2017, 06:41 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 15th May, 2017, 06:44 AM
RE: trying to install mt7610u (linksys ae6000) - TheDutypaid - 16th May, 2017, 07:08 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 16th May, 2017, 09:01 AM
RE: trying to install mt7610u (linksys ae6000) - TheDutypaid - 16th May, 2017, 09:46 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 16th May, 2017, 10:10 AM
RE: trying to install mt7610u (linksys ae6000) - TheDutypaid - 16th May, 2017, 11:23 PM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 16th May, 2017, 11:52 PM
RE: trying to install mt7610u (linksys ae6000) - TheDutypaid - 17th May, 2017, 02:31 AM
RE: trying to install mt7610u (linksys ae6000) - Nachteule - 17th May, 2017, 02:34 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 22nd May, 2025, 03:38 PM Powered By MyBB, © 2002-2025 MyBB Group.