It is now added, but with an invalid hardware address. So I presume that is for a reason and it still doesn't work?
Wifi adapter (MT7601U) not working Vu+ zero
Re: Wifi adapter (MT7601U) not working Vu+ zero #61
Posted 28 October 2021 - 10:49
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Wifi adapter (MT7601U) not working Vu+ zero #62
Re: Wifi adapter (MT7601U) not working Vu+ zero #63
Posted 28 October 2021 - 14:35
Can you try this:
ifup -v wlan0
openpli 8.1-release vuzero vuzero login: root Last login: Thu Oct 28 09:22:42 WEST 2021 on pts/0 root@vuzero:~# ifup -v wlan0 run-parts /etc/network/if-pre-up.d wpa_supplicant: /usr/sbin/wpa_supplicant daemon failed to start run-parts: /etc/network/if-pre-up.d/wpa-supplicant: exit status 1 root@vuzero:~#
Here it is...
Re: Wifi adapter (MT7601U) not working Vu+ zero #64
Re: Wifi adapter (MT7601U) not working Vu+ zero #65
Posted 28 October 2021 - 15:00
You can always try.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Wifi adapter (MT7601U) not working Vu+ zero #66
Re: Wifi adapter (MT7601U) not working Vu+ zero #67
Posted 28 October 2021 - 19:09
Yes, still the same problem, loop in the code due to parsing invalid data.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Wifi adapter (MT7601U) not working Vu+ zero #68
Re: Wifi adapter (MT7601U) not working Vu+ zero #69
Re: Wifi adapter (MT7601U) not working Vu+ zero #70
Re: Wifi adapter (MT7601U) not working Vu+ zero #71
Re: Wifi adapter (MT7601U) not working Vu+ zero #72
Re: Wifi adapter (MT7601U) not working Vu+ zero #73
Re: Wifi adapter (MT7601U) not working Vu+ zero #74
Re: Wifi adapter (MT7601U) not working Vu+ zero #76
Posted 28 October 2021 - 21:35
Now I'm running out of ideas, too. Here is an (outdated, OpenPLi 6.2) list of supported WLAN devices. But it lists your MT7601U, too...
Apparently it is not a MT7601U, in fact it's a RT2870 as posted on answer #46 by @WanWizard "your stick isn't an MT7601U at all, it is an RT2870"
Re: Wifi adapter (MT7601U) not working Vu+ zero #77
Re: Wifi adapter (MT7601U) not working Vu+ zero #78
Posted 28 October 2021 - 22:08
Geeezzz...what a mess in therms of software needed that this wifi pen is causing
So it's a lost cause right?
Re: Wifi adapter (MT7601U) not working Vu+ zero #79
Posted 28 October 2021 - 22:46
Let's try one more thing. The mt7601Usta kernel module accepts a single parameter: the mac address. Create a file /etc/modprobe.d/mt7601Usta.conf with contents:
option mt7601Usta mac=06:3C:D5:C5:74:F5
Unload the module:
modprobe -rv mt7601Usta
Reload the module:
modprobe -v mt7601Usta
Check if it worked (wlan0 has mac address):
ifconfig -a
Re: Wifi adapter (MT7601U) not working Vu+ zero #80
Posted 28 October 2021 - 22:56
File created...
Outputs here:
openpli 8.1-release vuzero vuzero login: root Last login: Thu Oct 28 21:16:01 WEST 2021 on pts/0 root@vuzero:~# modprobe -rv mt7601Usta rmmod mt7601Usta root@vuzero:~# modprobe -v mt7601Usta insmod /lib/modules/3.13.5/kernel/drivers/net/wireless/mt7601Usta.ko root@vuzero:~# ifconfig -a eth0 Link encap:Ethernet HWaddr 00:1D:EC:17:62:BE inet addr:192.168.10.74 Bcast:192.168.10.255 Mask:255.255.255.0 inet6 addr: fe80::21d:ecff:fe17:62be/64 Scope:Link inet6 addr: 2001:818:e8c1:7e00:21d:ecff:fe17:62be/64 Scope:Global UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:588207 errors:0 dropped:4 overruns:0 frame:0 TX packets:1193553 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:37288922 (35.5 MiB) TX bytes:1798537051 (1.6 GiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:2 errors:0 dropped:0 overruns:0 frame:0 TX packets:2 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:140 (140.0 B) TX bytes:140 (140.0 B) wlan0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) root@vuzero:~#
Didnt I have to change the permissions of the file mt7601Usta.conf and eventually reboot the receiver?
21 user(s) are reading this topic
0 members, 21 guests, 0 anonymous users