LINUX LITE 7.4 RC1 RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linux Lite Kernel
Is there anyone willing to try the 32bit kernel? I need to know if this is just me that it is quirky with. It won't bork your system, if it does the same as it does here, you just won't be able to boot into it from Grub. If that is the case, just reboot into your usual kernel from Grub.
Reply
(12-22-2016, 02:02 AM)Jerry link Wrote: Is there anyone willing to try the 32bit kernel? I need to know if this is just me that it is quirky with. It won't bork your system, if it does the same as it does here, you just won't be able to boot into it from Grub. If that is the case, just reboot into your usual kernel from Grub.
Missed this Jerry - If you're still needing someone to test I can try it out on the Mini...
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
Reply
Yes please.
Reply
So for 32-bit 4.9...
It did boot and got to desktop....

Issues noticed right off:
  • No mouse control - touchpad nor usb
  • Display reverted to 800x600 (typically 1024x600)
  • Missing log in sound
  • Seemed to take longer to boot
Was able to bounce back to 4.4
Let me know if you need anything from the system, I could access terminal and use the keyboard...
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
Reply
The build for 4.9 32bit kept erroring out, and I could not find the cause. Hopefully 4.10 will be hassle free.
Reply
Glad I could assist..

Code:
Hopefully 4.10 will be hassle free.

Ditto..  Big Grin Big Grin
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
Reply
4.10 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.10.0 linux-image-linuxlite-4.10.0 -y

Ignore any errors in the terminal.
IMPORTANT: Only install this kernel if you need it or if you are adept at getting out of trouble from a TTY.
Reply
(02-20-2017, 04:55 AM)Jerry link Wrote: 4.10 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.10.0 linux-image-linuxlite-4.10.0 -y

Ignore any errors in the terminal.
IMPORTANT: Only install this kernel if you need it or if you are adept at getting out of trouble from a TTY.

I have a question:
Generally the kernel consist of 3 packages: linux-headers, linux-image, linux-image-extra.
I notice that in the custom kernels the package "extra" is not include (exist only: linux-headers-linuxlite and  linux-image-linuxlite)
Why? The linux-image-extra is not important?
Reply
(04-19-2017, 12:49 PM)light_user link Wrote: [quote author=Jerry link=topic=474.msg29530#msg29530 date=1487566514]
4.10 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.10.0 linux-image-linuxlite-4.10.0 -y

Ignore any errors in the terminal.
IMPORTANT: Only install this kernel if you need it or if you are adept at getting out of trouble from a TTY.

I have a question:
Generally the kernel consist of 3 packages: linux-headers, linux-image, linux-image-extra.
I notice that in the custom kernels the package "extra" is not include (exist only: linux-headers-linuxlite and  linux-image-linuxlite)
Why? The linux-image-extra is not important?
[/quote]

I'm certainly open to that, given that it contains additional drivers. We'll take a look at the next Kernel release. Cheers.
Reply
(04-19-2017, 01:13 PM)Jerry link Wrote: [quote author=light_user link=topic=474.msg31229#msg31229 date=1492606192]
[quote author=Jerry link=topic=474.msg29530#msg29530 date=1487566514]
4.10 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.10.0 linux-image-linuxlite-4.10.0 -y

Ignore any errors in the terminal.
IMPORTANT: Only install this kernel if you need it or if you are adept at getting out of trouble from a TTY.

I have a question:
Generally the kernel consist of 3 packages: linux-headers, linux-image, linux-image-extra.
I notice that in the custom kernels the package "extra" is not include (exist only: linux-headers-linuxlite and  linux-image-linuxlite)
Why? The linux-image-extra is not important?
[/quote]

I'm certainly open to that, given that it contains additional drivers. We'll take a look at the next Kernel release. Cheers.
[/quote]

Thank you!
As a novice user I want to say that I am very impressed from your work on Linux Light!

Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)