MX 17/18 Repository: The Liquorix Kernel Thread

Locked
Message
Author
caprea
Posts: 146
Joined: Sat Aug 23, 2014 7:01 am

Re: MX 17 Repository: The Liquorix Kernel Thread

#111 Post by caprea »

Stevo wrote: Sat Mar 09, 2019 5:55 pm Though I meant users that need the Nvidia legacy 304xx and 340xx drivers to build with it.
Many thanks stevo,
What I can tell you is that it runs nice with 4.20.12-antix.1-amd64 on antiX here.

Code: Select all

System:
  Host: antix1 Kernel: 4.20.12-antix.1-amd64-smp x86_64 bits: 64 Desktop: IceWM 1.4.2 
  Distro: antiX-17.3_x64-full Helen Keller 25 December 2018 
Machine:
  Type: Laptop System: MEDION product: WIM2170 v: 20 serial: <root required> 
  Mobo: MEDION model: WIM2170 serial: <root required> BIOS: Phoenix v: 1.05 
  date: 11/01/2007 
Battery:
  ID-1: BAT0 charge: 64.2 Wh condition: 66.5/79.9 Wh (83%) 
CPU:
  Topology: Dual Core model: Intel Core2 Duo T5450 bits: 64 type: MCP 
  L2 cache: 2048 KiB 
  Speed: 1594 MHz min/max: 1000/1667 MHz Core speeds (MHz): 1: 998 2: 998 
Graphics:
  Device-1: NVIDIA G86M [GeForce 8400M GS] driver: nvidia v: 340.107 
  Display: server: X.Org 1.19.2 driver: nvidia resolution: 1280x800~60Hz 
  OpenGL: renderer: GeForce 8400M GS/PCIe/SSE2 v: 3.3.0 NVIDIA 340.107 

Code: Select all

helga@antix1:~
$ apt-cache policy nvidia-legacy-340xx-driver
nvidia-legacy-340xx-driver:
  Installiert:           340.107-4~mx17+1
  Installationskandidat: 340.107-4~mx17+1
  Versionstabelle:
 *** 340.107-4~mx17+1 100
        100 /var/lib/dpkg/status
     340.107-2~mx17+1 500
        500 http://la.mxrepo.com/antix/stretch stretch/nonfree amd64 Packages
     340.106-2~deb9u1 500
        500 http://mirror.plusserver.com/debian/debian stretch/non-free amd64 Packages

User avatar
Stevo
Developer
Posts: 12831
Joined: Fri Dec 15, 2006 8:07 pm

Re: MX 17 Repository: The Liquorix Kernel Thread

#112 Post by Stevo »

Yes, that's one of the new drivers we put in the MX test repo for safety's sake until enough users test it. Thanks!

User avatar
KoO
Posts: 491
Joined: Fri Feb 10, 2017 1:21 am

Re: MX 17 Repository: The Liquorix Kernel Thread

#113 Post by KoO »

Stevo wrote: Sun Mar 10, 2019 8:26 pm
KoO wrote: Sun Mar 10, 2019 6:42 am Liquorix has been updated this afternoon antix17.3 4.20.0-15.1-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 4.20-13.1~sid (2019-03-10) x86_64 GNU/Linux

Also I had a win with changing my default boot kernel to 4.20.0-15.1-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 4.20-13.1~sid (2019-03-10) x86_64 GNU/Linux

One down one to go..
Please only report on the packages from the MX repositories here. You're getting yours from the upstream Liquorix repo, which is built against gcc-8 on Sid, and that may lead to problems with the Nvidia driver rebuild. Again, I also have backports in my OBS repository for those that don't want the whole MX repo.
Sorry Stevo never realised I was braking the rules..

I have completely removed liquorix from my system and back running on antix17.3 4.20.12-antix.1-amd64-smp #1 SMP PREEMPT Mon Feb 25 00:14:08 EET 2019 x86_64 GNU/Linux as default.

Will just wait and see if antiX build the liquorix kernel. As in an earlier thread was stated that antiX kernels are build on different framework to build their kernels than MX.. ?

The liquorix ran just fine but I did have the Nvidia rebuild problem as stated earlier.
Sorry Again
Main : MX 19.1-AHS (i3) 5.4.13-1~mx19+1, Asus B450-i AMD 5 3600 , 32gb Hyper-X 3200 , GTX970 . :linuxlove:
Lenovo T430 : Debian10 antiX17 (i3) , 4.20.12 , i5 , 12gb .
Lenovo X220 : Test Machine (ATM)

User avatar
Otter
Posts: 25
Joined: Sun Jul 02, 2017 2:58 pm

Re: MX 17 Repository: The Liquorix Kernel Thread

#114 Post by Otter »

Stevo wrote: Sun Mar 10, 2019 8:40 pm
Otter wrote: Sun Mar 10, 2019 11:18 am linux-image-4.20.0-14.1-liquorix-amd64 fails to boot in GUI mode because nvidia modules failed to build. MX18 vanilla.

Code: Select all

CPU:       Topology: 8-Core model: AMD FX-8320 bits: 64 type: MCP L2 cache: 2048 KiB 
           Speed: 1525 MHz min/max: 1400/3500 MHz Core speeds (MHz): 1: 3079 2: 2414 3: 2161 4: 2325 5: 1726 6: 1738 7: 2072 
           8: 2202 
Graphics:  Device-1: NVIDIA GM107 [GeForce GTX 750 Ti] driver: nvidia v: 390.87 
           Display: x11 server: X.Org 1.19.2 driver: nvidia resolution: 1920x1080~60Hz 
           OpenGL: renderer: GeForce GTX 750 Ti/PCIe/SSE2 v: 4.6.0 NVIDIA 390.87
Can you give the output of

Code: Select all

sudo dpkg-reconfigure nvidia-kernel-dkms
here in code tags so we can see the error?

Also the output of

Code: Select all

apt policy nvidia-driver
Solved it. I had made gcc-8 as default compiler. Changed it to gcc-6 with update alternatives, ran sudo dpkg-reconfigure nvidia-kernel-dkms & dkms install completed successfully. Ill keep this in mind. Thanks for pointing out in the right direction. :)
:dancingman: Happy MX Linux User!

User avatar
Stevo
Developer
Posts: 12831
Joined: Fri Dec 15, 2006 8:07 pm

Re: MX 17 Repository: The Liquorix Kernel Thread

#115 Post by Stevo »

KoO wrote: Sun Mar 10, 2019 10:08 pm
Stevo wrote: Sun Mar 10, 2019 8:26 pm
KoO wrote: Sun Mar 10, 2019 6:42 am Liquorix has been updated this afternoon antix17.3 4.20.0-15.1-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 4.20-13.1~sid (2019-03-10) x86_64 GNU/Linux

Also I had a win with changing my default boot kernel to 4.20.0-15.1-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 4.20-13.1~sid (2019-03-10) x86_64 GNU/Linux

One down one to go..
Please only report on the packages from the MX repositories here. You're getting yours from the upstream Liquorix repo, which is built against gcc-8 on Sid, and that may lead to problems with the Nvidia driver rebuild. Again, I also have backports in my OBS repository for those that don't want the whole MX repo.
Sorry Stevo never realised I was braking the rules..

I have completely removed liquorix from my system and back running on antix17.3 4.20.12-antix.1-amd64-smp #1 SMP PREEMPT Mon Feb 25 00:14:08 EET 2019 x86_64 GNU/Linux as default.

Will just wait and see if antiX build the liquorix kernel. As in an earlier thread was stated that antiX kernels are build on different framework to build their kernels than MX.. ?

The liquorix ran just fine but I did have the Nvidia rebuild problem as stated earlier.
Sorry Again
If you are using the kernels directly from Liquorix, they have their own forum...where they will point you to my separate OBS repo for Stretch/antiX Liquorix backports (for the third time in this thread). I doubt that antiX has the time to reinvent the wheel when I'm already building the kernel backports.

User avatar
Stevo
Developer
Posts: 12831
Joined: Fri Dec 15, 2006 8:07 pm

Re: MX 17 Repository: The Liquorix Kernel Thread

#116 Post by Stevo »

We have now added the last release of the Liquorix 4.20 kernel series, 4.20-15, which is based on the 4.20.16 vanilla kernel release.

We've also added the new 5.0.0-1 Liquorix kernel. This version switches back to p-state power saving for modern Intel CPUs, which is the same that the stock MX and Debian kernels use. Like with those, it's also possible to start with a boot flag to disable p-state and use cpufreq instead.

64-bit dkms packages tested and updated to build with the new 5.0 kernel:

The new Nvidia 410.104 driver in our test repo. Older versions will not build, and Nvidia only supports 64-bit systems with the 4XX releases, though also supporting 32-bit programs on 64-bit. I was able to get Bumblebee working again on my Optimus laptop for both 64-bit and 32-bit, though the MX Nvidia driver installer might need updating to work with the newer driver---primus packages apparently are not needed.

Code: Select all

$ optirun inxi -G
Graphics:  Device-1: Intel driver: i915 v: kernel 
           Device-2: NVIDIA driver: nvidia v: 410.104 
           Display: x11 server: X.Org 1.19.2 driver: intel resolution: 1920x1080~60Hz 
           OpenGL: renderer: GeForce GTX 1050 Ti/PCIe/SSE2 v: 4.6.0 NVIDIA 410.104
The latest Virtualbox 6.0.4-7~mx17+1 backport from Sid in the test repo. This also only supports 64-bit host systems now, though 32-bit guests are still supported.

Broadcom-sta-dkms 6.30.223.271-9.1~mx17+1 in the main repo builds.

Ndiswrapper-dkms was patched for 5.0 support in 1.61-0.1~mx17+4 and is in the main repo.

Bbswitch-dkms for Bumblebee in the main repo still builds.

The latest zfs-dkms in the test repo successfully builds.

lhb1142
Posts: 13
Joined: Sat Feb 04, 2017 10:53 am

Re: MX 17/18 Repository: The Liquorix Kernel Thread

#117 Post by lhb1142 »

Dear Stevo,

Thanks for letting me know about this particular Liquorix thread. I'll be following this one as well as the older one.

Lawrence

User avatar
v3g4n
Posts: 654
Joined: Sat Jan 16, 2016 8:20 pm

Re: MX 17/18 Repository: The Liquorix Kernel Thread

#118 Post by v3g4n »

5.0.0-1 Liquorix so far so good here. :number1:

rs55
Posts: 273
Joined: Sun Feb 24, 2019 4:24 pm

Re: MX 17/18 Repository: The Liquorix Kernel Thread

#119 Post by rs55 »

5.0.0.2.1 working great on my old thinkpad W520 and X230 !

lhb1142
Posts: 13
Joined: Sat Feb 04, 2017 10:53 am

Re: MX 17/18 Repository: The Liquorix Kernel Thread

#120 Post by lhb1142 »

Mine too on an Asus Rogstrix.

Locked

Return to “Package Requests/Status - MX 17/18”