Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Where can I find linux-backports-modules-wireless-cw package for ubuntu 14.04, kernel 3.19?

Writer Emily Wong

Here is what I've done so far which has the output to many commands for diagnosing the issue. The wifi on my Ubuntu 14.04 laptop broke after (I think) this kernel update I don't remember doing.

I've followed the solution in that question and after disabling secure boot, restarting, then running sudo modprobe iwlwifi there were no errors and no output. Then I ran dmesg whose output is here.

The helpful people in #linux pointed me to me needing the linux-backports-modules-wireless-cw package for ubuntu 14.04, kernel 3.19, but there were too many matches and we weren't sure which one to download/install. I am hoping for some guidance on this. Thanks.

4

1 Answer

You do not need any backports for Ubuntu 14.04 because there is a new kernel available for this release.

Run in terminal

sudo apt-get install linux-generic-lts-xenial

and new Intel wireless adapters will work.

5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy