I have a dell 5577. I recently wanted to get ubuntu for my laptop so i flashed the iso image from a pendrive and successfully installed ubuntu upto the part where it says restart now. i clicked restart and my laptop froze. I waited for a decent 10 mins but still it was the same so i force rebooted it. And now it has quite some problems. Such as fucntion keys not working for volume or brightness and headphone jack not working. At first ubuntu wouldnt even boot from the grub menu but i added "acpi=off" by pressing e on grub menu to the linux line so it atleast boots it up for me now. Should i try to uninstall and reinstall or can I fix this? Thanks
Asked
Active
Viewed 98 times
sudo apt install -f
and/orsudo dpkg --configure -a
. Perhaps a few times until nothing happens. – Jos Jul 28 '18 at 12:55