I installed wireless driver browsing through many posts on internet, there were compilation errors , i fixed them by tweaking the code byt after installation even though signal strength has improved but there is a kernel panic after some time ( Everything freezes) when i switch back to generic drivers, kernel panic doesnt occur please help
I have tried the same on three kernel versions 3.19,3.13,4.5 but same result
The Generic drivers are rt2800 and rt2x00
its a 64bit installation of linux mint 17.3 Rosa
Yes there is a reason for not using Generic Drivers, They work very poorly, connection drops very frequently also there is very less wifi strength
in file /home/saksham/Downloads/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/config.mk
set the following to y
HAS_WPA_SUPPLICANT=y
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
2.in os/linux i ran following two commands
sed -i ‘s/__devexit/__exit/g’ pci_main_dev.c
sed -i ‘s/__devinit/__init/g’ pci_main_dev.c
in os/linux rt_linux.c i changed the TIME and DATE to a constant string value (only for kernel 4.5) no error for other kernel versions for this line
4.uninstall firmware-linux (generic)
install the deb file firmware-ralink
Commented line 1135 1136 1137 in os/linux/rt_linux.c
oh my mistake i forgot to add rt3290 and rt3290sta in /etc/modules but after adding these two lines as soon as i start linux, again i get a kernel panic