You are not logged in.
Hello,
in this link, https://community.linuxmint.com/tutorial/view/1796
there's a how to on installing this wifi driver. It has worked even on linux mint debian edtion, so I guess it should work on BL! I've tried to install it but an output came telling me that make isn't a recognized command, so i've installed it, an then this output appears:
make -C /lib/modules/`uname -r`/build M=/home/user/Downloads/MT7630E/rt2x00 modules
make[1]: *** /lib/modules/3.16.0-4-amd64/build: No such file or directory. Stop.
Makefile:8: recipe for target 'all' failed
make: *** [all] Error 2
UPDATE:
I've forgot to tell that I was trying that on the livecd.
is there's anyway to fix it?
thanks in advance.
Last edited by Head_on_a_Stick (2016-08-11 07:47:20)
Offline
Did you run the 'make' command from the extracted directory ("/MT7630E-release")
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
I was trying that on the livecd
Why?
If you were to do this on an installed system then I would advise you to install the kernel headers:
sudo apt install linux-headers-amd64 # change architecture as needed
I'm not sure if this would work in the live environment because of the small size of the overlayfs.
What is the device?
lspci -knn | grep -iA2 net
Offline
Did you run the 'make' command from the extracted directory ("/MT7630E-release")
Yes I did.
Offline
yusuf wrote:I was trying that on the livecd
Why?
If you were to do this on an installed system then I would advise you to install the kernel headers:
sudo apt install linux-headers-amd64 # change architecture as needed
I'm not sure if this would work in the live environment because of the small size of the overlayfs.
What is the device?
lspci -knn | grep -iA2 net
Well, this driver I've installed on Linux mint Debian edtion on livecd and have worked!
So I guess there's another problem IDK man
... this is the output of lspci from my current LMDE 2:
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
Subsystem: ASUSTeK Computer Inc. Device [1043:200f]
Kernel driver in use: r8169
03:00.0 Network controller [0280]: MEDIATEK Corp. MT7630e 802.11bgn Wireless Network Adapter [14c3:7630]
Subsystem: Foxconn International, Inc. Device [105b:e074]
Kernel driver in use: mt7630e
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
Subsystem: ASUSTeK Computer Inc. Device [1043:200f]
Kernel driver in use: r8169
03:00.0 Network controller [0280]: MEDIATEK Corp. MT7630e 802.11bgn Wireless Network Adapter [14c3:7630]
Subsystem: Foxconn International, Inc. Device [105b:e074]
Kernel driver in use: mt7630e
Offline
Try this method instead:
https://github.com/tobiasBora/MT7630E_3.16
To create the build environment beforehand run these commands:
sudo apt install module-assistant
sudo ma-update
sudo ma-prepare
Offline
Try this method instead:
https://github.com/tobiasBora/MT7630E_3.16To create the build environment beforehand run these commands:
sudo apt install module-assistant sudo ma-update sudo ma-prepare
I'm very grateful that you've could help me!
I'm now replying to you from BL after being installed!
Thanks a zillion!
Offline
Superb!
I have marked the thread [SOLVED]
Offline