Code: Select all
lsusb
Code: Select all
pi@raspberrypi:~ $ lsusb
Bus 001 Device 005: ID 2357:0105
Bus 001 Device 004: ID 046d:c016 Logitech, Inc. Optical Wheel Mouse
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Code: Select all
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.1.19-v7+ #858 SMP Tue Mar 15 15:56:00 GMT 2016 armv7l GNU/Linux
Code: Select all
wget https://dl.dropboxusercontent.com/u/80256631/mt7610-4.1.19-v7-858.tar.gz
tar xzf mt7610-4.1.19-v7-858.tar.gz
./install.sh
Code: Select all
pi@raspberrypi:~ $ sudo iwlist wlan0 scan
wlan0 No scan results
Code: Select all
pi@raspberrypi:~ $ ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr ec:08:6b:0a:64:79
inet6 addr: fe80::ee08:6bff:fe0a:6479/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:41 errors:0 dropped:0 overruns:0 frame:0
TX packets:1211 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3311 (3.2 KiB) TX bytes:87336 (85.2 KiB)
Code: Select all
pi@raspberrypi:~ $ lsmod
Module Size Used by
cfg80211 407580 0
rfkill 16036 2 cfg80211
evdev 10278 2
bcm2835_gpiomem 2860 0
bcm2835_rng 1763 0
snd_bcm2835 19802 3
snd_pcm 73474 1 snd_bcm2835
snd_timer 18848 1 snd_pcm
mt7610u_sta 843100 1
snd 50779 9 snd_bcm2835,snd_timer,snd_pcm
uio_pdrv_genirq 2944 0
uio 7753 1 uio_pdrv_genirq
i2c_dev 5671 0
fuse 80694 3
ipv6 338660 32
No, the fact that you have wlan0 would suggest that the driver is loaded and the dongle is recognised.As expected, no internet address on wlan0 which would explain no scan results I would imagine...
Ok... tried this too. APs never started appearing for me. However, my eth0 does appear when plugged in. Bonus!I went into the GUI and clicked on the network icon in the taskbar. At first still nothing showing up, but then all of a sudden APs starting appearing. From then on 'iwlist' would also show the APs... weird.
Hmm... I had added my creds to the wpa_supplicant.conf also. Still no dice. :-/I added the credentials manually to /etc/wpa_supplicant/wpa_supplicant.conf and wifi connects without problems.
Code: Select all
pi@raspberrypi:~ $ sudo cat /etc/wpa_supplicant/wpa_supplicant.conf
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="<my_actual_essid>"
psk="<MyActualPassword0987!@#$>"
}
Ok... for sh!ts'n'giggles I generated a psk using wpa_passphrase and updated my wpa_supplicant.conf. Here's the new file:Note... I have not generated a psk using wpa_passphrase.
Code: Select all
pi@raspberrypi:~ $ sudo cat /etc/wpa_supplicant/wpa_supplicant.conf
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="<my_actual_essid>"
#psk="<MyActualPassword0987!@#$>"
psk=983bdff8b30046676B7e27e86bef13ae4213a233b6376671b0924c68e9653642
}
Try http://www.fars-robotics.net/mt7610-4.1 ... 858.tar.gzjpvdo83 wrote: ↑Sun Aug 20, 2017 8:56 pm
wget https://dl.dropboxusercontent.com/u/802 ... 858.tar.gz
tar xzf mt7610-4.1.19-v7-858.tar.gz
./install.sh
The driver version you have installed is not compatible with the kernel version you are using.svenyonson wrote: ↑Mon Sep 25, 2017 4:51 pmI am getting this message: mt7610u: disagrees about version of symbol module_layout
Does anyone have a mt7610u build that will work with Raspbian 4.9.41 on a Pi Zero WiFi?
(I already have built in 2.4G, trying to add 5G with a TP-LINK AC 450)
Code: Select all
wget http://www.fars-robotics.net/mt7610-4.9.41-1023.tar.gz
tar xzf mt7610-4.9.41-1023.tar.gz
./install.sh
Hi MrEngmanMrEngman wrote: ↑Mon Sep 25, 2017 5:41 pmThe driver version you have installed is not compatible with the kernel version you are using.svenyonson wrote: ↑Mon Sep 25, 2017 4:51 pmI am getting this message: mt7610u: disagrees about version of symbol module_layout
Does anyone have a mt7610u build that will work with Raspbian 4.9.41 on a Pi Zero WiFi?
(I already have built in 2.4G, trying to add 5G with a TP-LINK AC 450)
Try thisAfter installing reboot and then configure your wifi connection.Code: Select all
wget http://www.fars-robotics.net/mt7610-4.9.41-1023.tar.gz tar xzf mt7610-4.9.41-1023.tar.gz ./install.sh
Code: Select all
pi@torrentPi:~ $ lsusb
Bus 001 Device 008: ID 148f:761a Ralink Technology, Corp.
blablabla
Code: Select all
pi@torrentPi:~ $ uname -a
Linux torrentPi 4.9.41-v7+ #1023 SMP Tue Aug 8 16:00:15 BST 2017 armv7l GNU/Linux
Code: Select all
pi@torrentPi:~ $ lsmod
Module Size Used by
fuse 99603 5
rfcomm 37723 6
cmac 3239 1
bnep 12051 2
hci_uart 20020 1
btbcm 7916 1 hci_uart
bluetooth 365511 29 hci_uart,bnep,btbcm,rfcomm
joydev 9988 0
evdev 12423 4
mt7610u 691505 1
sg 20825 0
brcmfmac 223048 0
brcmutil 9092 1 brcmfmac
cfg80211 543091 2 mt7610u,brcmfmac
rfkill 20851 7 bluetooth,cfg80211
snd_bcm2835 24427 1
snd_pcm 98501 1 snd_bcm2835
snd_timer 23968 1 snd_pcm
snd 70032 5 snd_timer,snd_bcm2835,snd_pcm
bcm2835_gpiomem 3940 0
fixed 3285 0
uio_pdrv_genirq 3923 0
uio 10204 1 uio_pdrv_genirq
i2c_dev 6913 0
ip_tables 13161 0
x_tables 20578 1 ip_tables
ipv6 409035 34
Code: Select all
pi@torrentPi:~ $ sudo iwlist wlan1 scan
wlan1 Scan completed :
Cell 01 - Address: C0:05:C2:80:65:B9
Protocol:802.11g/n
ESSID:"VTR-8491485"
Mode:Managed
Frequency:2.412 GHz (Channel 1)
Quality=81/100 Signal level=-58 dBm Noise level=-92 dBm
Encryption key:on
Bit Rates:54 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
Cell 02 - Address: 78:71:9C:AC:DD:30
Protocol:802.11b/g/n
ESSID:"ARRIS-DD32"
Mode:Managed
Frequency:2.462 GHz (Channel 11)
Quality=55/100 Signal level=-68 dBm Noise level=-92 dBm
Encryption key:on
Bit Rates:57.5 Mb/s
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
Cell 03 - Address: 78:71:9C:AC:DD:35
Protocol:802.11a/n
ESSID:"ARRIS-DD32-5G"
Mode:Managed
Frequency:5.22 GHz (Channel 44)
Quality=50/100 Signal level=-70 dBm Noise level=-92 dBm
Encryption key:on
Bit Rates:120 Mb/s
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: Unknown: DD310050F204104A00011010440001021047001033B0FF001DD211B286015753435F5555103C0001021049000600372A000120
Cell 04 - Address: C0:05:C2:80:65:BF
Protocol:802.11a/n
ESSID:"VTR-8491485-5G"
Mode:Managed
Frequency:5.785 GHz (Channel 157)
Quality=78/100 Signal level=-59 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: DD1D0050F204104A0001101044000102103C0001021049000600372A000120
Cell 05 - Address: C0:05:C2:A1:11:C9
Protocol:802.11g/n
ESSID:"VTR-2672563"
Mode:Managed
Frequency:2.412 GHz (Channel 1)
Quality=31/100 Signal level=-77 dBm Noise level=-85 dBm
Encryption key:on
Bit Rates:54 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: DD1D0050F204104A0001101044000102103C0001021049000600372A000120
but, i need desactivate the wlan0? or only i need is configure the wlan1 in the respective files?MrEngman wrote: ↑Tue Sep 26, 2017 8:04 amHello Orsen,
As this thread is for the Archer T1U it would have been better if you had started a new thread for the Archer T2U.
I have not used the GUI for a long, long time so not sure on the setup. Don't you just have to select the network you want to connect to and then you will be asked for the password.
Code: Select all
sudo mv /etc/systemd/network/99-default.link /home/pi/
I run several Pi with more than one wifi module without problems. I am away from home at the moment but I have a Pi 3B running Jessie and a Pi 0 W running Stretch with me.Orsen wrote: ↑Tue Sep 26, 2017 11:57 ambut, i need desactivate the wlan0? or only i need is configure the wlan1 in the respective files?MrEngman wrote: ↑Tue Sep 26, 2017 8:04 amHello Orsen,
As this thread is for the Archer T1U it would have been better if you had started a new thread for the Archer T2U.
I have not used the GUI for a long, long time so not sure on the setup. Don't you just have to select the network you want to connect to and then you will be asked for the password.
That is what I thought also. I found, to my embarrassment, it isn't true. On occasion, my onboard wlan gets wlan1 and the usb wlan gets wlan0.MrEngman wrote: On the Pi 3B I have disabled the built in wifi and it has a USB wifi module so it has just one wifi connected. On the Pi 0 W I have the built in wifi and a USB wifi adapter connected and both are connected to the router. I find the built in wifi always gets the name wlan0 and the USB wifi gets the name wlan1.
That Right !, I had the same problem, when I rebooted the raspberry, I saw how devices were exchanged between wlan0 and wlan1SurferTim wrote: ↑Tue Sep 26, 2017 12:51 pmThat is what I thought also. I found, to my embarrassment, it isn't true. On occasion, my onboard wlan gets wlan1 and the usb wlan gets wlan0.MrEngman wrote: On the Pi 3B I have disabled the built in wifi and it has a USB wifi module so it has just one wifi connected. On the Pi 0 W I have the built in wifi and a USB wifi adapter connected and both are connected to the router. I find the built in wifi always gets the name wlan0 and the USB wifi gets the name wlan1.
Very easy to disable the built in wifi so you only have the T2U active which will then get the name wlan0.Orsen wrote: ↑Tue Sep 26, 2017 12:57 pmThat Right !, I had the same problem, when I rebooted the raspberry, I saw how devices were exchanged between wlan0 and wlan1SurferTim wrote: ↑Tue Sep 26, 2017 12:51 pmThat is what I thought also. I found, to my embarrassment, it isn't true. On occasion, my onboard wlan gets wlan1 and the usb wlan gets wlan0.MrEngman wrote: On the Pi 3B I have disabled the built in wifi and it has a USB wifi module so it has just one wifi connected. On the Pi 0 W I have the built in wifi and a USB wifi adapter connected and both are connected to the router. I find the built in wifi always gets the name wlan0 and the USB wifi gets the name wlan1.
Code: Select all
sudo nano /etc/modprobe.d/brcmfmac.conf
Code: Select all
blacklist brcmfmac
I'm having this exact problem trying to use my T2U on raspbian stretch kernel 4.9.41-v7+
at the end i give up with this adapter. not worked with anything what i triedmoviebrain wrote: ↑Mon Oct 30, 2017 5:31 am
I'm having this exact problem trying to use my T2U on raspbian stretch kernel 4.9.41-v7+
The drivers download and install and even starts to work, but it's unable to visualize signal strength or connect to networks. It also seems to panic the pi3b and makes it unreachable and unresponsive via ash or VNC after about 10 minutes.
Is there an issue with the script or the compiled driver that wants to be on Jessie and not Stretch?