MediaTek MT7610U (RT2860) driver won't compile Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionConfigure Atheros AR9285 wireless in GentooUSB keyboard won't work with usbhid driverWD MyBook 3TB - Gparted failed & HDD partitions recovery?PROLINK WN2001 driver for LinuxMint 15How to mount a filesystem from a given USB bus:deviceConnecting Linux Mint to WiFi network MEDIATEK MT7630eUSB card reader does not work in Linux. Prolific driver missing?How to Compile a USB WiFi Driver from source code…?SSID of hostapd is not visibleCannot connect to Wifi on Linux Mint Version 4.15.0-45

Using "nakedly" instead of "with nothing on"

Are my PIs rude or am I just being too sensitive?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

Why is there no army of Iron-Mans in the MCU?

Need a suitable toxic chemical for a murder plot in my novel

Simulating Exploding Dice

New Order #5: where Fibonacci and Beatty meet at Wythoff

Geometric mean and geometric standard deviation

Do working physicists consider Newtonian mechanics to be "falsified"?

Statistical model of ligand substitution

Stop battery usage [Ubuntu 18]

Slither Like a Snake

I'm having difficulty getting my players to do stuff in a sandbox campaign

Why does this iterative way of solving of equation work?

What is the largest species of polychaete?

Who can trigger ship-wide alerts in Star Trek?

How can I protect witches in combat who wear limited clothing?

How is simplicity better than precision and clarity in prose?

How to pour concrete for curved walkway to prevent cracking?

Estimate capacitor parameters

Is there folklore associating late breastfeeding with low intelligence and/or gullibility?

What do you call a plan that's an alternative plan in case your initial plan fails?

Determine whether f is a function, an injection, a surjection

Active filter with series inductor and resistor - do these exist?



MediaTek MT7610U (RT2860) driver won't compile



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionConfigure Atheros AR9285 wireless in GentooUSB keyboard won't work with usbhid driverWD MyBook 3TB - Gparted failed & HDD partitions recovery?PROLINK WN2001 driver for LinuxMint 15How to mount a filesystem from a given USB bus:deviceConnecting Linux Mint to WiFi network MEDIATEK MT7630eUSB card reader does not work in Linux. Prolific driver missing?How to Compile a USB WiFi Driver from source code…?SSID of hostapd is not visibleCannot connect to Wifi on Linux Mint Version 4.15.0-45



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I just bought a USB wi-fi dongle using the MediaTek MT7610U (RT2860) chipset, and the drivers from their website:
http://www.mediatek.com/en/downloads1/downloads/mt7610u-usb/
won't compile, with this error



ktweed@PC-BL100TA ~/Desktop/drivers $ make
make -C tools
make[1]: Entering directory `/home/ktweed/Desktop/drivers/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/ktweed/Desktop/drivers/tools'
/home/ktweed/Desktop/drivers/tools/bin2h
chipset = mt7650u
chipset = mt7630u
chipset = mt7610u
cp -f os/linux/Makefile.6 /home/ktweed/Desktop/drivers/os/linux/Makefile
make -C /lib/modules/3.2.0-89-generic/build SUBDIRS=/home/ktweed/Desktop/drivers/os/linux modules
make[1]: Entering directory `/lib/modules/3.2.0-89-generic/build'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/lib/modules/3.2.0-89-generic/build'
make: *** [LINUX] Error 2


I tried using files modified according to this site, with the same error:
http://earthwithsun.com/questions/738096/how-to-install-mediatek-mt7610u-rt2860-driver



LSUSB output



Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0408:13fd Quanta Computer, Inc.
Bus 001 Device 003: ID 148f:7601 Ralink Technology, Corp.


The Ralink one is the USB Wifi.



ifconfig output:



eth0 Link encap:Ethernet HWaddr 00:0d:5e:ed:d3:4e 
UP 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)
Interrupt:42

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:16436 Metric:1
RX packets:5538 errors:0 dropped:0 overruns:0 frame:0
TX packets:5538 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:609333 (609.3 KB) TX bytes:609333 (609.3 KB)


I'm running linux mint 13 XFCE 32-bit. I've tried everything, and nothing works. If anyone could help, that would be great. Thanks!



Edit:
The CD that came with the USB Wifi has drivers for a realtek 8188CUS, and those don't work either. Does this help?










share|improve this question
























  • I also tried this on a Raspberry Pi 2 and a Lenovo Thinkpad W700 with Ubuntu 15.04. Neither worked.

    – Keith Tweed
    Aug 19 '15 at 19:48











  • Try this, works perfectly fine for me for MT7610U (LTERIVER, JOIOT AC600) github.com/xtknight/mt7610u-linksys-ae6000-wifi-fixes

    – user2801027
    Dec 23 '16 at 8:29

















0















I just bought a USB wi-fi dongle using the MediaTek MT7610U (RT2860) chipset, and the drivers from their website:
http://www.mediatek.com/en/downloads1/downloads/mt7610u-usb/
won't compile, with this error



ktweed@PC-BL100TA ~/Desktop/drivers $ make
make -C tools
make[1]: Entering directory `/home/ktweed/Desktop/drivers/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/ktweed/Desktop/drivers/tools'
/home/ktweed/Desktop/drivers/tools/bin2h
chipset = mt7650u
chipset = mt7630u
chipset = mt7610u
cp -f os/linux/Makefile.6 /home/ktweed/Desktop/drivers/os/linux/Makefile
make -C /lib/modules/3.2.0-89-generic/build SUBDIRS=/home/ktweed/Desktop/drivers/os/linux modules
make[1]: Entering directory `/lib/modules/3.2.0-89-generic/build'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/lib/modules/3.2.0-89-generic/build'
make: *** [LINUX] Error 2


I tried using files modified according to this site, with the same error:
http://earthwithsun.com/questions/738096/how-to-install-mediatek-mt7610u-rt2860-driver



LSUSB output



Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0408:13fd Quanta Computer, Inc.
Bus 001 Device 003: ID 148f:7601 Ralink Technology, Corp.


The Ralink one is the USB Wifi.



ifconfig output:



eth0 Link encap:Ethernet HWaddr 00:0d:5e:ed:d3:4e 
UP 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)
Interrupt:42

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:16436 Metric:1
RX packets:5538 errors:0 dropped:0 overruns:0 frame:0
TX packets:5538 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:609333 (609.3 KB) TX bytes:609333 (609.3 KB)


I'm running linux mint 13 XFCE 32-bit. I've tried everything, and nothing works. If anyone could help, that would be great. Thanks!



Edit:
The CD that came with the USB Wifi has drivers for a realtek 8188CUS, and those don't work either. Does this help?










share|improve this question
























  • I also tried this on a Raspberry Pi 2 and a Lenovo Thinkpad W700 with Ubuntu 15.04. Neither worked.

    – Keith Tweed
    Aug 19 '15 at 19:48











  • Try this, works perfectly fine for me for MT7610U (LTERIVER, JOIOT AC600) github.com/xtknight/mt7610u-linksys-ae6000-wifi-fixes

    – user2801027
    Dec 23 '16 at 8:29













0












0








0


1






I just bought a USB wi-fi dongle using the MediaTek MT7610U (RT2860) chipset, and the drivers from their website:
http://www.mediatek.com/en/downloads1/downloads/mt7610u-usb/
won't compile, with this error



ktweed@PC-BL100TA ~/Desktop/drivers $ make
make -C tools
make[1]: Entering directory `/home/ktweed/Desktop/drivers/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/ktweed/Desktop/drivers/tools'
/home/ktweed/Desktop/drivers/tools/bin2h
chipset = mt7650u
chipset = mt7630u
chipset = mt7610u
cp -f os/linux/Makefile.6 /home/ktweed/Desktop/drivers/os/linux/Makefile
make -C /lib/modules/3.2.0-89-generic/build SUBDIRS=/home/ktweed/Desktop/drivers/os/linux modules
make[1]: Entering directory `/lib/modules/3.2.0-89-generic/build'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/lib/modules/3.2.0-89-generic/build'
make: *** [LINUX] Error 2


I tried using files modified according to this site, with the same error:
http://earthwithsun.com/questions/738096/how-to-install-mediatek-mt7610u-rt2860-driver



LSUSB output



Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0408:13fd Quanta Computer, Inc.
Bus 001 Device 003: ID 148f:7601 Ralink Technology, Corp.


The Ralink one is the USB Wifi.



ifconfig output:



eth0 Link encap:Ethernet HWaddr 00:0d:5e:ed:d3:4e 
UP 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)
Interrupt:42

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:16436 Metric:1
RX packets:5538 errors:0 dropped:0 overruns:0 frame:0
TX packets:5538 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:609333 (609.3 KB) TX bytes:609333 (609.3 KB)


I'm running linux mint 13 XFCE 32-bit. I've tried everything, and nothing works. If anyone could help, that would be great. Thanks!



Edit:
The CD that came with the USB Wifi has drivers for a realtek 8188CUS, and those don't work either. Does this help?










share|improve this question
















I just bought a USB wi-fi dongle using the MediaTek MT7610U (RT2860) chipset, and the drivers from their website:
http://www.mediatek.com/en/downloads1/downloads/mt7610u-usb/
won't compile, with this error



ktweed@PC-BL100TA ~/Desktop/drivers $ make
make -C tools
make[1]: Entering directory `/home/ktweed/Desktop/drivers/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/ktweed/Desktop/drivers/tools'
/home/ktweed/Desktop/drivers/tools/bin2h
chipset = mt7650u
chipset = mt7630u
chipset = mt7610u
cp -f os/linux/Makefile.6 /home/ktweed/Desktop/drivers/os/linux/Makefile
make -C /lib/modules/3.2.0-89-generic/build SUBDIRS=/home/ktweed/Desktop/drivers/os/linux modules
make[1]: Entering directory `/lib/modules/3.2.0-89-generic/build'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/lib/modules/3.2.0-89-generic/build'
make: *** [LINUX] Error 2


I tried using files modified according to this site, with the same error:
http://earthwithsun.com/questions/738096/how-to-install-mediatek-mt7610u-rt2860-driver



LSUSB output



Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0408:13fd Quanta Computer, Inc.
Bus 001 Device 003: ID 148f:7601 Ralink Technology, Corp.


The Ralink one is the USB Wifi.



ifconfig output:



eth0 Link encap:Ethernet HWaddr 00:0d:5e:ed:d3:4e 
UP 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)
Interrupt:42

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:16436 Metric:1
RX packets:5538 errors:0 dropped:0 overruns:0 frame:0
TX packets:5538 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:609333 (609.3 KB) TX bytes:609333 (609.3 KB)


I'm running linux mint 13 XFCE 32-bit. I've tried everything, and nothing works. If anyone could help, that would be great. Thanks!



Edit:
The CD that came with the USB Wifi has drivers for a realtek 8188CUS, and those don't work either. Does this help?







linux-mint wifi usb source-code






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 27 '16 at 15:24









Anthon

61.7k17107171




61.7k17107171










asked Aug 19 '15 at 2:56









Keith TweedKeith Tweed

1816




1816












  • I also tried this on a Raspberry Pi 2 and a Lenovo Thinkpad W700 with Ubuntu 15.04. Neither worked.

    – Keith Tweed
    Aug 19 '15 at 19:48











  • Try this, works perfectly fine for me for MT7610U (LTERIVER, JOIOT AC600) github.com/xtknight/mt7610u-linksys-ae6000-wifi-fixes

    – user2801027
    Dec 23 '16 at 8:29

















  • I also tried this on a Raspberry Pi 2 and a Lenovo Thinkpad W700 with Ubuntu 15.04. Neither worked.

    – Keith Tweed
    Aug 19 '15 at 19:48











  • Try this, works perfectly fine for me for MT7610U (LTERIVER, JOIOT AC600) github.com/xtknight/mt7610u-linksys-ae6000-wifi-fixes

    – user2801027
    Dec 23 '16 at 8:29
















I also tried this on a Raspberry Pi 2 and a Lenovo Thinkpad W700 with Ubuntu 15.04. Neither worked.

– Keith Tweed
Aug 19 '15 at 19:48





I also tried this on a Raspberry Pi 2 and a Lenovo Thinkpad W700 with Ubuntu 15.04. Neither worked.

– Keith Tweed
Aug 19 '15 at 19:48













Try this, works perfectly fine for me for MT7610U (LTERIVER, JOIOT AC600) github.com/xtknight/mt7610u-linksys-ae6000-wifi-fixes

– user2801027
Dec 23 '16 at 8:29





Try this, works perfectly fine for me for MT7610U (LTERIVER, JOIOT AC600) github.com/xtknight/mt7610u-linksys-ae6000-wifi-fixes

– user2801027
Dec 23 '16 at 8:29










2 Answers
2






active

oldest

votes


















0














From lsusb output, 148f:7601, it should be a MT7601U chip not MT7610U. Please node, Mediatek official site seem swap the link between them, but I'm not very sure about this.



I believe some guys have made good progress on MT7601U, refer to https://github.com/kuba-moo/mt7601u



You can see, that driver are committed to 4.2 kernel.



I have a MT7610U usb adapter, I'm very sure I cannot use MT7601U driver, after I've tried so many drivers. My adapter lsusb output:




Bus 001 Device 007: ID 0e8d:7610 MediaTek Inc.







share|improve this answer























  • Thanks! I tried googling that, and I found this:code.launchpad.net/~thopiekar/+archive/ubuntu/mt7601 It worked, although I did switch to Lubuntu 15.04 for it to work. Thanks for the help!

    – Keith Tweed
    Aug 20 '15 at 3:11











  • I'm glad to see you've found the solution by yourself. :)

    – alfred
    Aug 20 '15 at 4:19


















0














Give a shot on kernel 4.19 or above. This version should work smoothly because there is native support for mt7610u.






share|improve this answer








New contributor




Fernando Mariano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f224113%2fmediatek-mt7610u-rt2860-driver-wont-compile%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    From lsusb output, 148f:7601, it should be a MT7601U chip not MT7610U. Please node, Mediatek official site seem swap the link between them, but I'm not very sure about this.



    I believe some guys have made good progress on MT7601U, refer to https://github.com/kuba-moo/mt7601u



    You can see, that driver are committed to 4.2 kernel.



    I have a MT7610U usb adapter, I'm very sure I cannot use MT7601U driver, after I've tried so many drivers. My adapter lsusb output:




    Bus 001 Device 007: ID 0e8d:7610 MediaTek Inc.







    share|improve this answer























    • Thanks! I tried googling that, and I found this:code.launchpad.net/~thopiekar/+archive/ubuntu/mt7601 It worked, although I did switch to Lubuntu 15.04 for it to work. Thanks for the help!

      – Keith Tweed
      Aug 20 '15 at 3:11











    • I'm glad to see you've found the solution by yourself. :)

      – alfred
      Aug 20 '15 at 4:19















    0














    From lsusb output, 148f:7601, it should be a MT7601U chip not MT7610U. Please node, Mediatek official site seem swap the link between them, but I'm not very sure about this.



    I believe some guys have made good progress on MT7601U, refer to https://github.com/kuba-moo/mt7601u



    You can see, that driver are committed to 4.2 kernel.



    I have a MT7610U usb adapter, I'm very sure I cannot use MT7601U driver, after I've tried so many drivers. My adapter lsusb output:




    Bus 001 Device 007: ID 0e8d:7610 MediaTek Inc.







    share|improve this answer























    • Thanks! I tried googling that, and I found this:code.launchpad.net/~thopiekar/+archive/ubuntu/mt7601 It worked, although I did switch to Lubuntu 15.04 for it to work. Thanks for the help!

      – Keith Tweed
      Aug 20 '15 at 3:11











    • I'm glad to see you've found the solution by yourself. :)

      – alfred
      Aug 20 '15 at 4:19













    0












    0








    0







    From lsusb output, 148f:7601, it should be a MT7601U chip not MT7610U. Please node, Mediatek official site seem swap the link between them, but I'm not very sure about this.



    I believe some guys have made good progress on MT7601U, refer to https://github.com/kuba-moo/mt7601u



    You can see, that driver are committed to 4.2 kernel.



    I have a MT7610U usb adapter, I'm very sure I cannot use MT7601U driver, after I've tried so many drivers. My adapter lsusb output:




    Bus 001 Device 007: ID 0e8d:7610 MediaTek Inc.







    share|improve this answer













    From lsusb output, 148f:7601, it should be a MT7601U chip not MT7610U. Please node, Mediatek official site seem swap the link between them, but I'm not very sure about this.



    I believe some guys have made good progress on MT7601U, refer to https://github.com/kuba-moo/mt7601u



    You can see, that driver are committed to 4.2 kernel.



    I have a MT7610U usb adapter, I'm very sure I cannot use MT7601U driver, after I've tried so many drivers. My adapter lsusb output:




    Bus 001 Device 007: ID 0e8d:7610 MediaTek Inc.








    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Aug 20 '15 at 3:03









    alfredalfred

    181115




    181115












    • Thanks! I tried googling that, and I found this:code.launchpad.net/~thopiekar/+archive/ubuntu/mt7601 It worked, although I did switch to Lubuntu 15.04 for it to work. Thanks for the help!

      – Keith Tweed
      Aug 20 '15 at 3:11











    • I'm glad to see you've found the solution by yourself. :)

      – alfred
      Aug 20 '15 at 4:19

















    • Thanks! I tried googling that, and I found this:code.launchpad.net/~thopiekar/+archive/ubuntu/mt7601 It worked, although I did switch to Lubuntu 15.04 for it to work. Thanks for the help!

      – Keith Tweed
      Aug 20 '15 at 3:11











    • I'm glad to see you've found the solution by yourself. :)

      – alfred
      Aug 20 '15 at 4:19
















    Thanks! I tried googling that, and I found this:code.launchpad.net/~thopiekar/+archive/ubuntu/mt7601 It worked, although I did switch to Lubuntu 15.04 for it to work. Thanks for the help!

    – Keith Tweed
    Aug 20 '15 at 3:11





    Thanks! I tried googling that, and I found this:code.launchpad.net/~thopiekar/+archive/ubuntu/mt7601 It worked, although I did switch to Lubuntu 15.04 for it to work. Thanks for the help!

    – Keith Tweed
    Aug 20 '15 at 3:11













    I'm glad to see you've found the solution by yourself. :)

    – alfred
    Aug 20 '15 at 4:19





    I'm glad to see you've found the solution by yourself. :)

    – alfred
    Aug 20 '15 at 4:19













    0














    Give a shot on kernel 4.19 or above. This version should work smoothly because there is native support for mt7610u.






    share|improve this answer








    New contributor




    Fernando Mariano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      0














      Give a shot on kernel 4.19 or above. This version should work smoothly because there is native support for mt7610u.






      share|improve this answer








      New contributor




      Fernando Mariano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















        0












        0








        0







        Give a shot on kernel 4.19 or above. This version should work smoothly because there is native support for mt7610u.






        share|improve this answer








        New contributor




        Fernando Mariano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        Give a shot on kernel 4.19 or above. This version should work smoothly because there is native support for mt7610u.







        share|improve this answer








        New contributor




        Fernando Mariano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|improve this answer



        share|improve this answer






        New contributor




        Fernando Mariano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered Apr 10 at 20:54









        Fernando MarianoFernando Mariano

        1




        1




        New contributor




        Fernando Mariano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Fernando Mariano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Fernando Mariano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f224113%2fmediatek-mt7610u-rt2860-driver-wont-compile%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

            Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

            Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.