Skip to content

EiNSTeiN-/mwifiex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mwifiex

mwifiex driver with surface book patch

How to install

Build the modules.

make

Make sure to backup and remove the old module

sudo rmmod mwifiex_pcie
sudo cp -r /lib/modules/$(uname -r)/kernel/drivers/net/wireless/mwifiex/ ~/mwifiex-bak
sudo rm /lib/modules/$(uname -r)/kernel/drivers/net/wireless/mwifiex/*.ko
sudo depmod

Install the new modules (this will copy files to /lib/modules/$(uname -r)/extra)

sudo make install
sudo modprobe mwifiex_pcie

About

mwifiex driver with patch for surface laptops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published