Possible to install LINUX-LIBRE_kernel?

Hi!

I want test the LINUX_LIBRE_kernel on my system, is it possible to install
it in Ubuntu Mate?

I found this Link: (How to for Ubuntu etc.)
https://jxself.org/linux-libre/

...for a test, I do this:

sudo su

wget -O - https://jxself.org/gpg.asc | sudo apt-key add -

apt-key finger

Make sure that you see the fingerprint:

F611 A908 FFA1 65C6 9958 4ED4 9D0D B31B 545A 3198

then:

sudo apt update
sudo apt install linux-libre-5.2

Output:
E: Unable to locate package linux-libre-5.2
E: Couldn't find any package by glob 'linux-libre-5.2'
E: Couldn't find any package by regex 'linux-libre-5.2'

maybee, not supported in Ubuntu-Mate?

I've done:

sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys F611A908FFA165C699584ED49D0DB31B545A3198

Executing: /tmp/apt-key-gpghome.IarOT9Jl3I/gpg.1.sh --keyserver pool.sks-keyservers.net --recv-keys F611A908FFA165C699584ED49D0DB31B545A3198
gpg: key 9D0DB31B545A3198: 185 signatures not checked due to missing keys
gpg: key 9D0DB31B545A3198: public key "Jason Self [email protected]" imported
gpg: Total number processed: 1
gpg: imported: 1

Added:

http://linux-libre.fsfla.org/pub/linux-libre/planet planet main

...to sources.list.

sudo apt update

Hit:1 http://archive.ubuntu.com/ubuntu disco InRelease
Hit:2 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu disco InRelease
Get:3 http://archive.ubuntu.com/ubuntu disco-updates InRelease [97,5 kB]
Get:8 http://archive.ubuntu.com/ubuntu disco-security InRelease [97,5 kB]
Ign:9 http://linux-libre.fsfla.org/pub/linux-libre/planet planet InRelease
Get:10 http://linux-libre.fsfla.org/pub/linux-libre/planet planet Release [4.015 B]
Get:11 http://linux-libre.fsfla.org/pub/linux-libre/planet planet Release.gpg [198 B]
Ign:11 http://linux-libre.fsfla.org/pub/linux-libre/planet planet Release.gpg
Reading package lists... Done
W: GPG error: http://linux-libre.fsfla.org/pub/linux-libre/planet planet Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7DCAC92F09F8ECEF
E: The repository 'http://linux-libre.fsfla.org/pub/linux-libre/planet planet Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Which is the right signing key for?
http://linux-libre.fsfla.org/pub/linux-libre/planet planet main

I don't find it :confused:

I found the key here:

https://libreplanet.org/wiki/Group:Linux-libre


Where get the build of .deb?

Architecture amd 64 bits

Operating System Debian Wheezy on fully free repositories

Mirror: You can add to your mirror list our mirror

get the key then get our repo

sudo wget http://linux-libre.fsfla.org/pub/linux-libre/planet/archive-key.asc

added to PPA: "sources.list"

deb http://linux-libre.fsfla.org/pub/linux-libre/planet planet main

I did

sudo apt update
Output:
Reading package lists... Done
W: GPG error: http://linux-libre.fsfla.org/pub/linux-libre/planet planet Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7DCAC92F09F8ECEF
E: The repository 'http://linux-libre.fsfla.org/pub/linux-libre/planet planet Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Any idea?

I did:

wget http://linux-libre.fsfla.org/pub/linux-libre/planet/archive-key.asc

then:

gpg --import archive-key.asc

gpg: key 0x7DCAC92F09F8ECEF: 1 signature not checked due to a missing key
gpg: key 0x7DCAC92F09F8ECEF: public key "aurele (Free your Gnu !) [email protected]" imported
gpg: Total number processed: 1
gpg: imported: 1
gpg: no ultimately trusted keys found

sudo apt update

Output:

Ign:9 http://linux-libre.fsfla.org/pub/linux-libre/planet planet InRelease
Get:10 http://linux-libre.fsfla.org/pub/linux-libre/planet planet Release [4.015 B]
Get:11 http://linux-libre.fsfla.org/pub/linux-libre/planet planet Release.gpg [198 B]
Ign:11 http://linux-libre.fsfla.org/pub/linux-libre/planet planet Release.gpg
Reading package lists... Done
W: GPG error: http://linux-libre.fsfla.org/pub/linux-libre/planet planet Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7DCAC92F09F8ECEF
E: The repository 'http://linux-libre.fsfla.org/pub/linux-libre/planet planet Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

...strange thing... :confused:

a little how-to :slight_smile: I wrote...

Open... 'mate-terminal'

sudo pluma /etc/apt/sources.list

or

sudo leafpad /etc/apt/sources.list

then add this:

####//:"LINUX.LIBRE-KERNEL":\####
deb https://mirror.cyberbits.eu/linux-libre/freesh freesh main

Visit this site if the mirror above is down and copy
to your sources.list another one.

Save the file, exit your text-editor.

sudo wget -O - https://jxself.org/gpg.asc | sudo apt-key add -

sudo apt update

apt-key finger

Make sure that you see the fingerprint:

F611 A908 FFA1 65C6 9958 4ED4 9D0D B31B 545A 3198

then:

sudo apt install linux-libre-5.2

If the kernel parameters in "/boot/grub/grub.cfg" are not set automatically
then adjust it manually.

'REBOOT'

Open... 'mate-terminal'

uname -r

5.2.5-gnu

1 Like

hmm...
I booted the kernel, I can login into my system, all is working without
the "nvidia-driver-430" :confused:

I boot with kernel "5.0.0-23-generic" ...the "nvidia-driver-430" is working.

What to do? How can I get "nvidia-driver-430" working with the linux-libre-5.2 kernel?

I use the OpenSource driver of nvidia430.

I asked the support team of Linux-Libre why I can't use nvidia-driver-430
with "linux-libre-5.2" kernel.

I received an email from the support team of Linux-Libre.
They said because the firmware BLOBS of the proprietary Nvidia-drivers were removed in
the Linux-Libre-Kernel.

So, you can't use them.

Ok, I think I use the "linux-libre-5.2" kernel in a VM.
In a VM I can live without 3D acceleration. :wink: