MediaTek MT7610U(RT2860)ドライバはコンパイルされません。

MediaTek MT7610U(RT2860)ドライバはコンパイルされません。

私はMediaTek MT7610U(RT2860)チップセットを使用するUSB​​ Wi-FiドングルとそのWebサイトのドライバを購入しました。 http://www.mediatek.com/en/downloads1/downloads/mt7610u-usb/ このエラーのためコンパイルできません

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

このサイトで修正されたファイルを試しましたが、同じエラーが発生します。
http://earthwithsun.com/questions/738096/how-to-install-mediatek-mt7610u-rt2860-driver

LSUSB出力

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.

RalinkはUSB Wi-Fiです。

ifconfig出力:

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)

私はLinux Mint 13 XFCE 32ビットを実行しています。私はすべてを試しましたが、何も動作しません。誰でも助けてもらえればいいでしょう。ありがとうございます!

編集:USB Wi-Fiに付属のCDにはRealtek 8188CUS用のドライバがありますが、このドライバも機能しません。これは役に立ちますか?

ベストアンサー1

lsusb出力で判断した場合、148f:7601はMT7610UではなくMT7601Uチップでなければなりません。公式のMediaTekウェブサイトがリンクを交換したようですが、これについてはよくわかりません。

私は何人かの人々がMT7601Uで良い進歩を遂げたと信じています。https://github.com/kuba-moo/mt7601u

ご覧のとおり、このドライバは4.2カーネルに適用されます。

MT7610U USBアダプタがありますが、多くのドライバを試してもMT7601Uドライバと連携できないことを確認してください。私のアダプタlsusb出力:

バス 001 デバイス 007: ID 0e8d: 7610 MediaTek Corporation

おすすめ記事