Linux Lite Kernel - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Development (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=7) +--- Forum: Linux Lite Software Development (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=30) +--- Thread: Linux Lite Kernel (/showthread.php?tid=458) |
Re: Linux Lite Kernel - avj - 06-22-2015 I thought I entered it right, but to be sure I tried again and got the same thing. xxxxx@acer-AOA150:~$ sudo /etc/initi.d/vboxdrv setup [sudo] password for xxxxx: sudo: /etc/initi.d/vboxdrv: command not found Re: Linux Lite Kernel - Valtam - 06-23-2015 Give this a go - http://www.binarytides.com/fix-vbox-kernel-driver-error/ Re: Linux Lite Kernel - avj - 06-23-2015 I tried the fix at the link provided, but it still gives a not found error. sudo apt-get install build-essential module-assistant Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. module-assistant is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. sudo m-a prepare Getting source for kernel version: 4.1.0-linuxlite Kernel headers available in /usr/src/linux Creating symlink... Couldn't create the /usr/src/linux symlink! apt-get install build-essential Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. Done! sudo /etc/init.d/vboxdrv setup sudo: /etc/init.d/vboxdrv: command not found after looking back through the screen output this sticks out: Kernel headers available in /usr/src/linux Creating symlink... Couldn't create the /usr/src/linux symlink! Re: Linux Lite Kernel - Valtam - 06-23-2015 Try this: sudo service vboxdrv setup, if still not working, uninstall/purge VirtualBox, sudo apt-get remove --purge virtualbox (back up anything you need to first). Then get the latest VB here - https://www.virtualbox.org/wiki/Linux_Downloads Re: Linux Lite Kernel - avj - 06-23-2015 Well after a purge and installing with the instructions on the linked page, I am happy to report it is working. Thanks for the help. Re: Linux Lite Kernel - Valtam - 06-24-2015 Excellent Re: Linux Lite Kernel - Valtam - 07-02-2015 4.1.1 Linux Lite Kernel is now available for 32 & 64bit machines. Open a terminal and do: Code: sudo apt-get update && sudo apt-get install linux-headers-linuxlite-4.1.1 linux-image-linuxlite-4.1.1 -y Ignore any errors in the terminal. Look forward to your feedback. Thank you. Re: Linux Lite Kernel - bfb - 07-03-2015 Have it installed and working on an Acer Aspire V5-573PG My first problem is that the Wifi isn't working despite the fact that the Broadcom Linux STA driver is shown as installed and ws working with the old kernel Re: Linux Lite Kernel - TMG1961 - 07-03-2015 Installed the kernel and all working without any problems Re: Linux Lite Kernel - Dana Marsee - 07-05-2015 Is the kernel update something I should be concerned about...everything is working well and I'm afraid to attempt it and mess everything up? |