Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Liquorix Kernel and Debian Stretch [Solved]

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
User avatar
larry77
Posts: 584
Joined: 2006-09-24 17:59
Has thanked: 6 times
Been thanked: 1 time

Liquorix Kernel and Debian Stretch [Solved]

#1 Post by larry77 »

Dear All,
I run debian stable + backports on all my boxes (and I do not install that much from the backports).
These are my sources

#########################################################à
deb http://httpredir.debian.org/debian stable main contrib non-free
deb-src http://httpredir.debian.org/debian stable main contrib non-free

deb http://security.debian.org/ stable/updates main contrib non-free
deb-src http://security.debian.org/ stable/updates main contrib non-free

# jessie-updates, previously known as 'volatile'
deb http://httpredir.debian.org/debian stable-updates main contrib non-free
deb-src http://httpredir.debian.org/debian stable-updates main contrib non-free


# Backports repository
deb http://httpredir.debian.org/debian stretch-backports main contrib non-free


#proposed updates
deb http://deb.debian.org/debian/ stretch-proposed-updates main contrib non-free
#########################################################à


Primarily for fun, I installed the liquorix kernel using the instructions I found here
https://liquorix.net/#install
I do not have real issues at all (only occasionally on one workstation, but it is a painful nvidia graphic card story...), but I came across this post

https://techpatterns.com/forums/about2615.html

which recommends installing the liquorix kernel according to what written here

https://software.opensuse.org/download. ... e=liquorix

Is there a compelling reasons for using stevenpusser repo? Is it kept as up-to-date as the repo mentioned on the liquorix site? Should I just tell myself that if ain't broken, don't fix it?
Many thanks for any feedback.
Last edited by larry77 on 2018-09-13 18:20, edited 1 time in total.

User avatar
Ardouos
Posts: 1077
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: Liquorix Kernel and Debian Stretch

#2 Post by Ardouos »

The official repo requires to have gcc7 to install the headers. Which is not supported in Stretch. Stevepussers's repo has been backported to run with gcc6.

From the website:
The latest Liquorix headers require gcc-7, not available except in Debian development or Ubuntu 17.10+. These versions are rebuilt to use the default gcc version for each release.
If you do not require the headers, then use the official repo. Keep in mind that Stevepussers's repos are trustworthy and reliable. But you should use your own judgment instead of just taking my word for it.
There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: Liquorix Kernel and Debian Stretch

#3 Post by Wheelerof4te »

If you need headers for NVIDIA card driver, you should stick to backports repo. Steve's repo can be used in Stretch since it's technically backported software. How well it will support your use-case, that's a mystery.

Also, you have stretch-proposed updates repo, which contains software meant for next point-release. If you know what you're doing, keep it. But know what you get are just bug fixes that will eventually reach point-release.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Liquorix Kernel and Debian Stretch

#4 Post by stevepusser »

You also must be aware that most DKMS driver builds will require the versions in stretch-backports to build with a 4.18 kernel, and you should also upgrade any firmware packages you have installed from there. Currently, I don't think there's a working zfs-dkms package in backports yet, though.

There are many MX users using essentially the same backported Liquorix kernels, though, so you shouldn't have any more issues than they've had. One weird thing is those testing the Brave browser can have it work right off with the sandbox working on Liquorix kernels, where on Debian kernels it needs a start flag "--no-sandbox", so apparently the Debian kernels aren't providing whatever it's looking for to provide the sandbox, at least with a nonsystemd boot.
MX Linux packager and developer

User avatar
larry77
Posts: 584
Joined: 2006-09-24 17:59
Has thanked: 6 times
Been thanked: 1 time

Re: Liquorix Kernel and Debian Stretch

#5 Post by larry77 »

Thanks everyone!
Now I understand better what is going on.

User avatar
sunrat
Administrator
Administrator
Posts: 6475
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: Liquorix Kernel and Debian Stretch

#6 Post by sunrat »

stevepusser wrote:There are many MX users using essentially the same backported Liquorix kernels, though, so you shouldn't have any more issues than they've had.
I'm one of those happy MX users with Steve's Liquorix kernel. I needed a low-latency kernel (and headers) which can use Nvidia drivers.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Liquorix Kernel and Debian Stretch

#7 Post by stevepusser »

sunrat wrote:
stevepusser wrote:There are many MX users using essentially the same backported Liquorix kernels, though, so you shouldn't have any more issues than they've had.
I'm one of those happy MX users with Steve's Liquorix kernel. I needed a low-latency kernel (and headers) which can use Nvidia drivers.
Well, it's Steve Damentz doing all the heavy lifting in keeping the kernel current. I literally just make small changes in two files in /debian, then rebuild the source files and clean out unwanted files with

Code: Select all

debuild -S -uc -us -d&& cd .. &&rm *.build *.buildinfo *.changes && exit
(it will fail the first time the command is run by design, as it generates new files from my changed two)

then I just upload the new source files into the openSUSE Build service, and it builds the kernels for me.
MX Linux packager and developer

Post Reply