You are not logged in.

#1 2016-08-09 12:27:35

yusuf
Member
From: Turkey
Registered: 2016-08-09
Posts: 6
Website

[SOLVED] Can't install MT7630E wifi driver on Debian jessie

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

#2 2016-08-09 12:45:29

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED] Can't install MT7630E wifi driver on Debian jessie

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

#3 2016-08-09 17:43:45

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Can't install MT7630E wifi driver on Debian jessie

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

Offline

#4 2016-08-10 03:37:17

yusuf
Member
From: Turkey
Registered: 2016-08-09
Posts: 6
Website

Re: [SOLVED] Can't install MT7630E wifi driver on Debian jessie

damo wrote:

Did you run the 'make' command from the extracted directory ("/MT7630E-release")

Yes I did.

Offline

#5 2016-08-10 03:38:51

yusuf
Member
From: Turkey
Registered: 2016-08-09
Posts: 6
Website

Re: [SOLVED] Can't install MT7630E wifi driver on Debian jessie

Head_on_a_Stick wrote:
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 sad
... 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

#6 2016-08-10 07:16:09

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Can't install MT7630E wifi driver on Debian jessie

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

#7 2016-08-11 04:57:50

yusuf
Member
From: Turkey
Registered: 2016-08-09
Posts: 6
Website

Re: [SOLVED] Can't install MT7630E wifi driver on Debian jessie

Head_on_a_Stick wrote:

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

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

#8 2016-08-11 07:46:38

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Can't install MT7630E wifi driver on Debian jessie

Superb!

I have marked the thread [SOLVED] smile

Offline

Board footer

Powered by FluxBB