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

 

 

 

kernel-package missing in debian9?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
andyjackson
Posts: 23
Joined: 2016-03-21 13:52

kernel-package missing in debian9?

#1 Post by andyjackson »

Cant find kernel-package from debian9 package repo, and buster too,
Is it missing? Howto compile new kernel in debian9 ?

milomak
Posts: 2168
Joined: 2009-06-09 22:20
Been thanked: 2 times

Re: kernel-package missing in debian9?

#2 Post by milomak »

what is it that you are looking to do?

in the meanwhile, can you post the output of:
aptitude search linux-headers-$(uname -r)
Desktop: A320M-A PRO MAX, AMD Ryzen 5 3600, GALAX GeForce RTX™ 2060 Super EX (1-Click OC) - Sid, Win10, Arch Linux, Gentoo, Solus
Laptop: hp 250 G8 i3 11th Gen - Sid
Kodi: AMD Athlon 5150 APU w/Radeon HD 8400 - Sid

andyjackson
Posts: 23
Joined: 2016-03-21 13:52

Re: kernel-package missing in debian9?

#3 Post by andyjackson »

compile and mak a new kernel deb by make-kpkg which from kernel-package deb is easy debian way. cant find kernel-package deb in debian9 and buster.

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: kernel-package missing in debian9?

#4 Post by GarryRicketson »

I have to run, and do my chores, when I get back I will finish searching for you,
I know, it is not easy to do that (searches), and I am sure you did, any way, when I get back I will search some more, in the mean time maybe this will help:
kernel-package deb in debian9 and buster

Lot's of results, please don't get upset, and don't worry, I don't mind doing the searches, I enjoy it, and I am sure I can find the kernel package that is missing, if it exists,... OH, by the way, Do you know the exact name of the kernel package
you want ? That all ways helps when doing the searches.
so be sure to post the output as requested by:
Post by milomak » 2017-06-24 11:19
what is it that you are looking to do?

in the meanwhile, can you post the output of:
aptitude search linux-headers-$(uname -r)

andyjackson
Posts: 23
Joined: 2016-03-21 13:52

Re: kernel-package missing in debian9?

#5 Post by andyjackson »

$ aptitude search linux-headers-$(uname -r)
p linux-headers-4.9.0-3-amd64 - Header files for Linux 4.9.0-3-amd64

debian9 newly installed, not upgrade.

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: kernel-package missing in debian9?

#6 Post by GarryRicketson »

https://packages.debian.org/stretch/lin ... .0-3-amd64
================================
https://packages.debian.org/buster/linu ... .0-3-amd64
================================
How To compile new kernel in debian 9

===========
https://wiki.debian.org/HowToUpgradeKernel
Is the easiest way, if there is some part that you can not understand,
or something does not work, feel free to ask, try to give details if it
does not work. If it is not clear enough, perhaps some one can explain details
and then maybe some volunteer can edit the wiki, so that it is more clear.
Additional use full info:
https://wiki.debian.org/KernelFAQ
===============
https://www.debian.org/releases/jessie/ ... 06.html.en
8.6. Compiling a New Kernel

Why would someone want to compile a new kernel? It is often not necessary since the default kernel shipped with Debian handles most configurations. Also, Debian often offers several alternative kernels. So you may want to check first if there is an alternative kernel image package that better corresponds to your hardware. However, it can be useful to compile a new kernel in order to:
If none of this is what you are looking for , or of no use to you, I apologize in
advance, it would be because I am misunderstanding the question to start with,
or something and hopefully someone else will be able to help better.
========== edited ===============
This seems to go into great detail,and depth, I don't have the time to read it all
just now, but at a glance it looks like it would be very useful:
Creating a Custom Linux Kernel in Debian GNU/Linux
http://www.stevesdebianstuff.org/Kernel.html

milomak
Posts: 2168
Joined: 2009-06-09 22:20
Been thanked: 2 times

Re: kernel-package missing in debian9?

#7 Post by milomak »

you still haven't really described what the actual problem is you are trying to solve

is there something you tried to do that output an error message?
Desktop: A320M-A PRO MAX, AMD Ryzen 5 3600, GALAX GeForce RTX™ 2060 Super EX (1-Click OC) - Sid, Win10, Arch Linux, Gentoo, Solus
Laptop: hp 250 G8 i3 11th Gen - Sid
Kodi: AMD Athlon 5150 APU w/Radeon HD 8400 - Sid

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

Re: kernel-package missing in debian9?

#8 Post by stevepusser »

Doesn't the kernel come with some internal command to make deb packages anyway? That is probably why the external programs aren't really needed any longer.

Ahh, it's just the deb-pkg argument.

Code: Select all

make deb-pkg
The Debian handbook for compiling a kernel is worth reading before you do anything: https://debian-handbook.info/browse/sta ... ation.html

I've also had success rebuilding the Liquorix kernel from its debianized source packages https://liquorix.net/debian/pool/main/l/linux-liquorix/ using the standard Debian packaging tools, though you have to be careful if you want to make any configuration changes and do them the right way. You can also rebuild the Debian kernel in this way, but it takes a lot longer because of a very lengthy build of the various document formats for the linux-docs package.
MX Linux packager and developer

Post Reply