Hello Everyone! I have been trying to use OpenWrt on my Raspberry Pi 3, following this tutorial: https://www.youtube.com/watch?v=jlHWnKVpygw&t=1419s. But when trying to "activate" my wifi dongle, it doesnt recognize it apparently.
When i type "lsusb": Bus 001 Device 004: ID 148f:7601 MediaTek 802.11 n WLAN Bus 001 Device 003: ID 0424:ec00 Bus 001 Device 002: ID 0424:9514 Bus 001 Device 001: ID 1d6b:0002 Linux 5.10.138 dwc_otg_hcd DWC OTG Controller
When i type " dmesg": [ 842.989301] usb 1-1.2: new high-speed USB device number 4 using dwc_otg [ 843.130486] usb 1-1.2: New USB device found, idVendor=148f, idProduct=7601, bcdDevice= 0.00 [ 843.143954] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 843.154041] usb 1-1.2: Product: 802.11 n WLAN [ 843.161103] usb 1-1.2: Manufacturer: MediaTek [ 843.168047] usb 1-1.2: SerialNumber: 1.0
Error: root@OpenWrt:~# ifconfig wlan1 up ifconfig: SIOCGIFFLAGS: No such device
I havent found any solution. Many said that this is a drivers issue, but if im not mistaken, the drivers i installed are the proper ones. Has anyone encountered this problem? Or may have some idea of what can be the solution?
I would really appreciate the help! Thank you all in advance.
Thanks for the fast response! I installed the kmod-mt7601u and mt7601u-firmware, rebooted and reconnected my dongle, but there is no changes. i type "ifconfig wlan1 up" and i get the same error:
root@OpenWrt:~# opkg install kernel kmod-mac80211 kmod-usb-core mt7601u-firmware
Package kernel (5.10.138-1-61f39ce703e70e6060e1b0be43bb7300) installed in root is up to date.
Package kmod-mac80211 (5.10.138+5.15.58-1-1) installed in root is up to date.
Package kmod-usb-core (5.10.138-1) installed in root is up to date.
Package mt7601u-firmware (20220411-1) installed in root is up to date.
root@OpenWrt:~# lsusb
Bus 001 Device 005: ID 148f:7601 MediaTek 802.11 n WLAN
Bus 001 Device 003: ID 0424:ec00
Bus 001 Device 002: ID 0424:9514
Bus 001 Device 001: ID 1d6b:0002 Linux 5.10.138 dwc_otg_hcd DWC OTG Controller
root@OpenWrt:~# ifconfig wlan1 up
ifconfig: SIOCGIFFLAGS: No such device
root@OpenWrt:~# opkg install kmod-rt2800-lib kmod-rt2800-usb kmod-rt2x00-lib kmod-rt2x00-usb kmod-usb-core kmod-usb-uhci kmod-usb-ohci kmod-usb2 usbutils openvpn-openssl luci-app-openvpn nano
Package kmod-rt2800-lib (5.10.138+5.15.58-1-1) installed in root is up to date.
Package kmod-rt2800-usb (5.10.138+5.15.58-1-1) installed in root is up to date.
Package kmod-rt2x00-lib (5.10.138+5.15.58-1-1) installed in root is up to date.
Package kmod-rt2x00-usb (5.10.138+5.15.58-1-1) installed in root is up to date.
Package kmod-usb-core (5.10.138-1) installed in root is up to date.
Package kmod-usb-uhci (5.10.138-1) installed in root is up to date.
Package kmod-usb-ohci (5.10.138-1) installed in root is up to date.
Package kmod-usb2 (5.10.138-1) installed in root is up to date.
Package usbutils (014-1) installed in root is up to date.
Package openvpn-openssl (2.5.5-1) installed in root is up to date.
Package luci-app-openvpn (git-22.025.78197-18b1130) installed in root is up to date.
Package nano (6.4-1) installed in root is up to date.
root@OpenWrt:/# opkg install rt2800-usb-firmware
Package rt2800-usb-firmware (20220411-1) installed in root is up to date.
root@OpenWrt:/# lsusb
Bus 001 Device 005: ID 148f:7601 MediaTek 802.11 n WLAN
Bus 001 Device 003: ID 0424:ec00
Bus 001 Device 002: ID 0424:9514
Bus 001 Device 001: ID 1d6b:0002 Linux 5.10.138 dwc_otg_hcd DWC OTG Controller
root@OpenWrt:/# ifconfig wlan1 up
ifconfig: SIOCGIFFLAGS: No such device
No, the configuration file was created by openwrt! If im not mistaken radio0 and the wifinet 1 are related to the wifi adapter from the pasberry pi itself, but not the dongle (since i put in the dongle, none of the configuration files has changed). The primary purpose of the dongle is to act as an access point. Im sorry for my lack of knowledge, but does "doesn't appear to support sta mode" mean that this cannot be done?
So thanks @frollic and @mk24 I solved your same problem with the same dongle, but I'm noticing that it doesn't work as an AP it can't generate the network to connect.