arx Posted October 6, 2018 Posted October 6, 2018 I have an orange pi with installed Ubuntu Bionic mainline Linux orangepione 4.14.65-sunxi, I have to create an economic access point with the Ralink MT7601U device (148f: 7601) already in possession, from the original driver configuration mediatek this device does not work as accesspoint but turning the network I found drivers modified in github that allow me to enable it as an AP. The driver of the newly installed distro is recognized as wlx00e1b0117ad1 but when I do iw list Supported interface modes: managed monitor there is no AP in the list. If I do iw wlx00e1b0117ad1 scan find me other wifi networks. One of the many guides I followed is https://github.com/muratdemirtas/MT7601u, but in the installation it gives me an error. following images with errors at the launch of the various commands. lsusb cpmake ifconfig iwdev How can I solve the problem, is there a way?
chwe Posted October 7, 2018 Posted October 7, 2018 http://docs.armbian.com/User-Guide_Advanced-Features/#how-to-build-a-wireless-driver
arx Posted October 8, 2018 Author Posted October 8, 2018 20 hours ago, chwe said: http://docs.armbian.com/User-Guide_Advanced-Features/#how-to-build-a-wireless-driver install kernel headers error by following these instructions: armbian-config -> install kernel headers exit cd /usr/src/linux-headers-$(uname -r) make scripts instead when I go to install the test asks me user and passwd github
chwe Posted October 8, 2018 Posted October 8, 2018 seems there was a small typo in armbian-config: https://github.com/armbian/config/commit/ab7703a4519b9a720797806b6b720d0ab168e164 @Igor already fixed it, but I assume it needs a bit until the fix is available in apt.armbian. I assume manual installation of the headers should do it: wget https://apt.armbian.com/pool/main/l/linux-4.14.70-sunxi/linux-headers-next-sunxi_5.60_armhf.deb sudo dpkg -i linux-headers-next-sunxi_5.60_armhf.deb 53 minutes ago, arx said: this looks like https://github.com/armbian/testings and has nothing to do with kernel headers..
Igor Posted October 8, 2018 Posted October 8, 2018 Just now, chwe said: but I assume it needs a bit until the fix is available in apt.armbian https://github.com/armbian/documentation/commit/c6cfb75f75fa4f096eab5282dee06ad8ad518412 apt update and upgrade and its done. 1
arx Posted October 9, 2018 Author Posted October 9, 2018 headers successfully installed but I can not figure out when I'm going to install the modified drivers to allow the access point to enable me to make this mistake
chwe Posted October 9, 2018 Posted October 9, 2018 moved to 'common issues' from here it's a issue not related to provided software by Armbian. Issues related to third party drivers should IMO be reported to their issue trackers.
Recommended Posts