I've successfully reinstalled the 3.13.0-27-generic kernel but now I don't have wireless connectivity. I know I did the last time I booted up with that kernel. HELP!?
Asked
Active
Viewed 377 times
1
-
Please run the script that is in the accepted answer in the link below so we may see the information needed to help diagnose the issue. http://askubuntu.com/questions/425155/my-wireless-wifi-connection-does-not-work-what-can-i-do – Wild Man Jun 27 '14 at 02:12
-
Link: http://pastebin.ubuntu.com/7713664/ – Jaime Jun 27 '14 at 23:38
-
How did you reinstall the kernel? do you have a link? instructions? please post them by editing question and adding them. – Wild Man Jun 28 '14 at 01:39
-
Followed the directions here: – Jaime Jun 28 '14 at 13:24
-
Followed the directions here: http://askubuntu.com/questions/71139/how-to-downgrade-the-kernel-on-11-10 I went to http://packages.ubuntu.com/ and clicked on the link for "trusty" which took me to http://packages.ubuntu.com/trusty/ From there I clicked on "kernels" which took me to http://packages.ubuntu.com/trusty/kernel/ From there I clicked on the link for linux-image-extra-3.13.0-27-generic which took me to http://packages.ubuntu.com/trusty/kernel/linux-image-extra-3.13.0-27-generic – Jaime Jun 28 '14 at 13:34
-
From there I clicked on the amd64 link which too me to http://packages.ubuntu.com/trusty/amd64/linux-image-3.13.0-27-generic/download where I was FINALLY able to download the deb package. I repeated the same process to fetch the headers from http://packages.ubuntu.com/trusty/linux-headers-3.13.0-27 Once I had both deb packages, I installed using "sudo dpkg -i *.deb" The install was successful, I rebooted into the new kernel and discovered I had no wireless connectivity. When I did this entire process with the 3.13.0-29 kernel I still had wireless so I'm not sure what is different. – Jaime Jun 28 '14 at 13:38
1 Answers
1
You are missing several drivers including wireless drivers because you need to also install:
linux-image-extra-3.13.0-27-generic
from here .

Wild Man
- 8,187
- 4
- 34
- 44
-
EUREKA! That fixed it. I also found the directions to "pin" that kernel so that it won't get updated again too. Thanks for your help. – Jaime Jun 28 '14 at 20:24