0

With today's update to 4.4.0.43 kernel in Ubuntu 16.04 LTS on my Dell XPS, both sound & wifi stopped working. The computer does not believe it has either sound or wifi. (This update was done via the normal, automated updater.)

I was able to boot back into the .42 kernel in grub, and that works as before, uname -a included, FYI:

Linux ELIDED-xps 4.4.0-42-generic #62-Ubuntu SMP Fri Oct 7 23:11:45 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

But the most recent update is basically nonfunctional without networking.

Is there a fix? Do I need to be in the .43 kernel to apply it, etc.?

Please advise.

Todd M
  • 1

3 Answers3

1

There arem many reports about the latest kernel not working for users. the easiest solution for now would be to boot to a older kernel wich does not contain the bug or issues mentioned

See this article on how to boot older kernels trough grub

How can I boot with an older kernel version?

ReVsTaH
  • 11
  • 1
0

The same problem for me, 16.04 (4.4.0.43-generic) update. It broke my WiFi, the driver (ath9k) not available from the image package. I currently loaded the older version (4.4.0.42-generic), and it work well now. I think the problem is on uncompleted update package.

try run :

modprobe -r <module-name>

to unload related module to check whether the driver is loaded or not.

make sure if the module not available from the package, try load the module :

modprobe <module-name>

if "not found" error appear, for sure the driver not available from the package.

0

Same problem here. With Kernel 4.4.0.43 I had problems like : -no second monitor -no internet (lan or wifi) -no bluetooth -no sd card reader I solved restarting the machine selecting via Grub previous generic kernel 4.4.0.42 and then removing the 43 kernel with Synaptic (option "mark for complete removal")

It now starts on its own without having to select the right kernel on Grub.

you can wait for kernel .44 right? I will.