MrOzwaldMan@lemmy.ml to Linux@lemmy.ml · 2 years agoI'm still stuck I don't know what to do, I have done make, automake and cmake, what "make" does this thing need in order for it to work? It's so infuriating.www.lb-link.cnexternal-linkmessage-square18fedilinkarrow-up10arrow-down10file-textcross-posted to: linux@lemmy.ml
arrow-up10arrow-down1external-linkI'm still stuck I don't know what to do, I have done make, automake and cmake, what "make" does this thing need in order for it to work? It's so infuriating.www.lb-link.cnMrOzwaldMan@lemmy.ml to Linux@lemmy.ml · 2 years agomessage-square18fedilinkfile-textcross-posted to: linux@lemmy.ml
minus-squareMrOzwaldMan@lemmy.mlOPlinkfedilinkarrow-up0·2 years agoalso i found this while trying to figure out what i had to do, it’s a portion of it: https://pastebin.com/arbeKVvr
minus-squareksynwa@lemmy.mllinkfedilinkarrow-up0·2 years agoAre you sure your adapter does not work out of the box? Ubuntu seems to have the driver for it already at: /usr/lib/firmware/mt7601u.bin Maybe you can try sudo modprobe mt7601u and see if that makes it work.
minus-squareHelix 🧬@feddit.delinkfedilinkarrow-up0·2 years agoThat’s the firmware, not the driver. The driver seems to be the Ralink rt2870sta. Even Debian, which is fairly restrictive, has a way easier process to load the firmware with the Kernel driver: https://wiki.debian.org/rt2870sta
also i found this while trying to figure out what i had to do, it’s a portion of it: https://pastebin.com/arbeKVvr
Are you sure your adapter does not work out of the box? Ubuntu seems to have the driver for it already at:
/usr/lib/firmware/mt7601u.bin
Maybe you can try
sudo modprobe mt7601u
and see if that makes it work.That’s the firmware, not the driver.
The driver seems to be the Ralink rt2870sta.
Even Debian, which is fairly restrictive, has a way easier process to load the firmware with the Kernel driver: https://wiki.debian.org/rt2870sta