xieyaxiongfly / Atheros_CSI_tool_OpenWRT_src

GNU General Public License v2.0
114 stars 53 forks source link

WiFi card not working with 4.1.10+ kernel and Ubuntu 18.04 #66

Open dayrenefrometa opened 2 years ago

dayrenefrometa commented 2 years ago

Hi,

I am using Ubuntu 18.04, the AR9285 WiFi chipset, and I have successfully installed the modified kernel (4.1.10+) as shown below (output of sudo update-grub)

Sourcing file `/etc/default/grub' Generating grub configuration file ... Found linux image: /boot/vmlinuz-5.4.0-91-generic Found initrd image: /boot/initrd.img-5.4.0-91-generic Found linux image: /boot/vmlinuz-5.4.0-90-generic Found initrd image: /boot/initrd.img-5.4.0-90-generic Found linux image: /boot/vmlinuz-4.1.10+ Found initrd image: /boot/initrd.img-4.1.10+ Found linux image: /boot/vmlinuz-4.1.10+.old Found initrd image: /boot/initrd.img-4.1.10+ Found memtest86+ image: /boot/memtest86+.elf Found memtest86+ image: /boot/memtest86+.bin done

However, when using the modified kernel (4.1.10+), the WiFi card does not work. (It works fine with the kernel version 5.4.0-91).

Have anyone faced the same problem with Ubuntu 18.04? May I know how did you solve it? I would really appreciate any help.

Thanks in advance!