WD-4605AC-GR無線網卡安裝LINUX驅動

家裡添了個裕合聯WD-4605AC-GR無線網卡,現在要給在UBUNTU系統下安裝驅動。操作步驟如下:

首先輸入「lsusb」查看網卡的驅動型號:

taiji@192:~$ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 Hub
Bus 001 Device 002: ID 0e8d:7612 MediaTek Inc. MT7612U 802.11a/b/g/n/ac Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 003: ID 4e53:5407  USB OPTICAL MOUSE 
Bus 004 Device 002: ID 413c:2003 Dell Computer Corp. Keyboard SK-8115
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

上面系統顯示網卡的型號為MT7612U,所以到github直接下載:

git clone https://github.com/morrownr/7612u.git

可能提示未安裝git,輸入安裝命令:

sudo apt install git

然後再執行下載驅動包:

git clone https://github.com/morrownr/7612u.git

如果提示無法接連網路,則表示這個網站被牆了,這個要靠你動腦筋去解決了,這裡省略不說,會的自然會,不會的自己去悟。下載完驅動包之後,輸入命令進入安裝包文件夾:

cd 7612u

執行安裝命令:

sudo ./led_ctrl_7612u.sh

系統註銷,再登陸以後連接WIFI即可。

作者: 張津東

群而不黨,和而不同,自由理性皆容納。

發表回復