I installed Kubuntu 12.04 a couple weeks ago, and the wireless worked fine. Today, I booted up computer and the wireless was off. I have a wireless switch on my laptop and so I flipped that on, but it still doesn't work. I have had the same problem with Ubuntu 12.04, and I have no idea what is wrong.
Announcement
Collapse
No announcement yet.
Wireless does not work anymore.
Collapse
This topic is closed.
X
X
-
There was a kernel update on September 21st. Have you tried booting into the previous kernel and seeing if your wireless still works with it?Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
Grub's boot menu, by installed default, is 'hidden' and you don't see it when you boot. Don't really know why the packagers seem to think this is desirable, but...
Press Alt+F2 and type:
Code:kdesudo kate /etc/default/grub
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=-10
Save and close the file. Then open a console and type:
Code:sudo update-grub2
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
I'd like to see the content of your /usr/src/ directory please.
Code:ls -la /usr/src
Code:sudo apt-get install dkms
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
Comment