Linux Lite Kernel - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=7) +--- Forum: Linux Lite Software Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=30) +--- Thread: Linux Lite Kernel (/showthread.php?tid=458) |
Re: Linux Lite Kernel - pablojet - 05-09-2015 hi, im trying to install last driver omega form amd and the log show this error . "NOTE: If your system has logged the missing packages required for installation, install them in the order as per the log file to resolve package-dependency issues. fglrx installation requires that the system has kernel headers. /lib/modules/4.0.0-linuxlite/build/include/linux/version.h cannot be found on this system. Install kernel headers using the command apt-get install linux-headers-4.0.0-linuxlite." the headers are already installed , this the question ? my graphic card is r9 290 whit a amd 8150 processor i will try whit kernel generic ..... pd: im on linux lite 2.4 64 bits , kernel 4.0 .... Re: Linux Lite Kernel - Valtam - 05-10-2015 @pablojet please start a thread under Software, Installing Software for your issue. Re: Linux Lite Kernel - rokytnji - 05-10-2015 Just installed on Touchscreen Laptop. No testing yet but things in general look OK to me. Code: $ inxi -Fxxx If any problem crops up. I will report it. If not. I will be like Silent Bob. Re: Linux Lite Kernel - Valtam - 06-22-2015 4.1 Linux Lite Kernel is now available for 32 & 64bit machines. Linux Lite Kernels are now compiled using the clang compiler - http://clang.llvm.org/ Thanks to the new 24 thread workstation, I'm now able to compile, build, package and release the Linux Kernel within a few hours of the mainline release. Open a terminal and do: Code: sudo apt-get update && sudo apt-get install linux-headers-linuxlite-4.1.0 linux-image-linuxlite-4.1.0 -y Ignore any errors in the terminal. Look forward to your feedback. Thank you. Re: Linux Lite Kernel - sysdrum - 06-22-2015 Code: Reading package lists... Done Re: Linux Lite Kernel - Valtam - 06-22-2015 Are you using another LL mirror sysdrum? Perhaps post your sources.list Cheers. Re: Linux Lite Kernel - sysdrum - 06-22-2015 It is seems to skip the linuxlite repo like it is not there. Current linuxlite repo: deb http://repo.linuxliteos.com/linuxlite/ beryl main Fixed the issue; I removed 2 default repo's I did not need through synaptic last week and I think I had to add the repo back which in turn added a source repo over binary..... but you did point me in the right direction... I restore the default source.list and off to the races... Re: Linux Lite Kernel - Valtam - 06-22-2015 Good stuff Sent from my Nexus 6 using Tapatalk Re: Linux Lite Kernel - avj - 06-22-2015 I installed the 4.1 kernel on my old Acer netbook. System: Host: acer-AOA150 Kernel: 4.1.0-linuxlite i686 (32 bit) Desktop: Xfce 4.11.8 Distro: Ubuntu 14.04 trusty Machine: System: Acer product: AOA150 version: 1 Mobo: Acer model: N/A Bios: Acer version: v0.3310 date: 10/06/2008 CPU: Single core Intel Atom CPU N270 (-HT-) clocked at 1066.00 MHz Graphics: Card: Intel Mobile 945GSE Express Integrated Graphics Controller X.Org: 1.15.1 drivers: intel (unloaded: fbdev,vesa) Resolution: [email protected], [email protected] GLX Renderer: Mesa DRI Intel 945GME x86/MMX/SSE2 GLX Version: 1.4 Mesa 10.1.3 Network: Card-1: Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller driver: r8169 Card-2: Qualcomm Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) driver: ath5k Drives: HDD Total Size: 410.1GB (30.3% used) Info: Processes: 161 Uptime: 1:29 Memory: 417.6/988.1MB Client: Shell (bash) inxi: 1.9.17 I ran into a small problem, I get an error when I try to use virtualbox it gives the error shown in the picture below. When I try to run the terminal command listed in the error message i get: sudo: /etc/init.d/vboxdrv: command not found. DKMS is installed. When I looked in the /etc/init.d/ this is what is in the directory: acpid grub-common procps single apparmor halt pulseaudio skeleton avahi-daemon hddtemp rc smbd bluetooth irqbalance rc.local sudo casper killprocs rcS udev console-setup kmod README umountfs cron lightdm reboot umountnfs.sh cryptdisks lm-sensors resolvconf umountroot cryptdisks-early networking rsync unattended-upgrades cups nmbd rsyslog urandom cups-browsed ntp samba virtualbox dbus ondemand samba-ad-dc x11-common dns-clean openvpn saned zram-config friendly-recovery pppd-dns sendsigs I don't know where to go from here. Re: Linux Lite Kernel - Valtam - 06-22-2015 @avj looks like you missed the 'setup' part of the command. Full command would be : sudo /etc/initi.d/vboxdrv setup Sent from my Nexus 6 using Tapatalk |