Closed dariuszp closed 10 years ago
Are you sure that you did not add noacpi
or similar to the kernel command line (GRUB config in /etc/default/grub), either now or in the past? What does cat /proc/cmdline
say?
There were some regression w.r.t ACPI handle lookup in that timeframe; iirc 3.12.0 is when things finally stabilized.
Hi Lekensteyn, thank You for reply. You are right. I did start ubuntu installation with acpi=off noapic since without that, installation ui was just a black screen. But I removed it from /boot/grub/grub.cfg after installing nvidia drivers. And it worked fine.
/proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.11.0-20-generic root=UUID=9233d2c6-4672-4833-98b2-45cf811679e4 ro acpi=off noapic quiet splash vt.handoff=7
How can I fix that?
Ok, I've edited /etc/default/grub and removed additional command lines
acpi=off noapic
After that in terminal as root
update-grub
Then restart and things are back to normal. Thanks for suggestion!.
Hi, bbswitch stopped working after kernel update. I tried to purge it and install it again. Didn't work. I used instructions from here: https://wiki.ubuntu.com/Bumblebee
uname -r
dmesg | grep bbswitch
When I tried optirun I got:
so I tried to follow instructions in:
but this:
give me:
And in
I already have
lspci:
Suggestions? Everything worked fine before kernel update. Reinstalling didn't work for me.