Comment 274 for bug 1220146

Revision history for this message
dave (2ave) wrote :

I am indeed a nuff nuff.

I followed the instructions at kuba-moo and wireless is now working, In particular in addition to #273, I:

from MT7630-master issued the following commands.

sudo cp -v firmware/*/* /lib/firmware/

then load the drivers manually:

sudo modprobe rt2800pci
sudo insmod ./rt2x00/mt7630e.ko
sudo insmod ./btloader/mt76xx.ko

I tried to enable dynamic module build with dkms package with :

sudo make dkms

but get error "no build target". I have just installed dkms but get same error. Will try to figure it out.

Thanks for the help, most appreciated.