MediaTek M7630E WiFi not working in Fossapup
Moderators: 666philb, Forum moderators
-
- Posts: 2
- Joined: Wed Oct 07, 2020 12:06 am
MediaTek M7630E WiFi not working in Fossapup
My laptop has MediaTek M7630E WiFi adapter. This is listed under PCI devices as 'Network Controller' but it doesn't appear in network setup. And there was no module for 'MediaTek' adapter. So, how can I make it work? And I haven't installed fossapup, running from USB.
- Wiz57
- Moderator
- Posts: 886
- Joined: Fri Dec 13, 2019 3:54 pm
- Location: Chickasha, OK USA
- Has thanked: 116 times
- Been thanked: 239 times
Re: WiFi not working
Hi limited,
There are some things you need to list to help us help you...
The specifications of your laptop, make, model, etc. BIOS or UEFI, which version of
Fossapup, etc.
Are you running from Fossapup booted from a USB thumb drive?
Something else that will help...open a terminal, type the command lspci then press enter key
see if you can copy that information into a post here, it should list your ethernet and wifi adapters.
Some brands of wifi adapters actually use a different named "chip", such as Atheros, Broadcom, Realtek.
If you can't copy and paste, see if you can type it in. This will help us determine which driver file you
need, if one isn't already available.
Also, what steps in the initial Puppy Setup have you completed? Usually the internet connection
options will be in this initial setup, you might even be able to re-run this from the "Menu, Setup"
list on the Start menu.
Wiz
There are some things you need to list to help us help you...
The specifications of your laptop, make, model, etc. BIOS or UEFI, which version of
Fossapup, etc.
Are you running from Fossapup booted from a USB thumb drive?
Something else that will help...open a terminal, type the command lspci then press enter key
see if you can copy that information into a post here, it should list your ethernet and wifi adapters.
Some brands of wifi adapters actually use a different named "chip", such as Atheros, Broadcom, Realtek.
If you can't copy and paste, see if you can type it in. This will help us determine which driver file you
need, if one isn't already available.
Also, what steps in the initial Puppy Setup have you completed? Usually the internet connection
options will be in this initial setup, you might even be able to re-run this from the "Menu, Setup"
list on the Start menu.
Wiz
Signature available upon request
-
- Posts: 2
- Joined: Wed Oct 07, 2020 12:06 am
Re: WiFi not working
ozsouth wrote: Wed Oct 07, 2020 3:28 am Please run (in a terminal):
lspci -nn | grep etwork
and
uname -r
& post results here.
Code: Select all
root# lspci -nn | grep etwork
03:00.0 Network controller [0280] : MEDIATEK Corp. MT7630e 802.11bgn Wireless Network Adapter [14c3:7630]
root# uname -r
5.4.53
-
- Posts: 1748
- Joined: Sun Jul 12, 2020 2:38 am
- Location: S.E. Australia
- Has thanked: 268 times
- Been thanked: 802 times
Re: WiFi not working
I had trouble finding source to compile with a 5.x kernel, due to age of module, but have made a driver .pet.
Use at own risk. To install, click on .pet in ROX-Filer. After a few seconds should hopefully then be able to connect.
Use at own risk. To install, click on .pet in ROX-Filer. After a few seconds should hopefully then be able to connect.
- Attachments
-
mt7630e-k5453.pet
- (64.43 KiB) Downloaded 71 times
- Wiz57
- Moderator
- Posts: 886
- Joined: Fri Dec 13, 2019 3:54 pm
- Location: Chickasha, OK USA
- Has thanked: 116 times
- Been thanked: 239 times
Re: WiFi not working
I stumbled across this post that also might help.
viewtopic.php?p=7189#p7189
viewtopic.php?p=7189#p7189
Signature available upon request
Re: WiFi not working
Be aware that WiFi drivers are kernel-specific. They ONLY work on machines with the exact matching kernel.Wiz57 wrote: Wed Oct 07, 2020 2:22 pm I stumbled across this post that also might help.
viewtopic.php?p=7189#p7189
So a driver written for k4.19.0-6 is NOT going to work on a machine running k5.4.53