Re: Kernel compiling 6.5 and beyound

2024-01-10 Thread Herb Garcia
Does this method also create the modules?

-Herb


On Tue, 2024-01-09 at 13:17 +0100, Michel Verdier wrote:
> On 2024-01-08, Herb Garcia wrote:
> 
> > I was able to compile Linux kernel 6.1.X. 
> > 
> > When I tried compiling kernel 6.5.x and ran into issues. 
> > 
> > I download the required dependencies as required per
> > https://www.kernel.org/doc/html/v6.7/process/changes.html#changes
> 
> To compile 6.5 I do
> 
> apt build-dep linux
> apt install build-essential libncurses-dev
> (last for running menuconfig with ncurses)
> make menuconfig
> make bindeb-pkg
> 



Kernel compiling 6.5 and beyound

2024-01-08 Thread Herb Garcia
I was able to compile Linux kernel 6.1.X. 

When I tried compiling kernel 6.5.x and ran into issues. 

I download the required dependencies as required per
https://www.kernel.org/doc/html/v6.7/process/changes.html#changes

I'm just looking to see if I missed any steps. Here is the list of
commands I was able to create prior kernels.


make mrproper

cp -v /boot/config-$(uname -r) .config

make olddefconfig

make

make modules_install

make install

update-initramfs -c -k 6.5.x

update-grub

Anyting I'm missing?

-HP Garcia



Hard Drive Encryption

2018-05-22 Thread Herb Garcia
It is possible to encrypt a hard drive at anytime in Debian?

HP Garcia



CD Burning Software

2018-05-19 Thread Herb Garcia
Hey everyone,

I'm running Mate on my laptop. I don't see a CD/DVD burning software
that came with the build. Any suggestions?

Thanks

HP Garcia



How to keep Debian Linux patched with latest security updates automatically

2017-08-11 Thread Herb Garcia
I found this article on Linux Today. I know a few of us have asked
questions about this maybe this might clear up a few of them.

http://www.linuxtoday.com/security/how-to-keep-debian-linux-patched-with-latest-security-updates-automatically-170808131008.html

I hope this helps

-HP Garcia



Re: [Stretch] apt-get has no updates?

2017-06-30 Thread Herb Garcia
On Fri, 30 Jun 2017 09:56:16 -0400
RavenLX  wrote:

> I think I might have a problem. I do the sudo apt-get update and then 
> sudo apt-get dist-upgrade and ever since I have installed Debian 9 
> (after the official release) I have not seen any updates. Yet in
> Ubuntu 14.04 server there were updates to the kernel and to Apache.
> I've been watching Debian-Security and noticed there are some updates
> coming up. But I haven't seen any when I go to do the update.
> 
> More info:
> 
> I'm using KDE in Debian 9 (Stretch).
> I did NOT install the "KDE" desktop when installing Debian 9. Intead
> I installe the kde desktop package *only* via the command line after 
> installing Debian 9. This way I minimized a lot of the bulk and
> didn't have to install application I don't use (like juk and okular,
> for example).
> 
> - I have removed plasma-discover and plasma-discover-common because I 
> prefer to do things the old-fashioned way - via the command prompt.
> 
> Here is my sources.list:
> 
> # Security
> deb http://security.debian.org/ stretch/updates main contrib non-free
> deb-src http://security.debian.org/ stretch/updates main contrib
> non-free
> 
> # Main
> deb http://deb.debian.org/debian/ stretch main contrib non-free
> deb-src http://deb.debian.org/debian/ stretch main contrib non-free
> 
> # stretch-updates, previously known as 'volatile'
> deb http://deb.debian.org/debian/ stretch-updates main contrib
> non-free deb-src http://deb.debian.org/debian/ stretch-updates main
> contrib non-free
> 
> # Backports
> deb http://deb.debian.org/debian/ stretch-backports main contrib
> non-free deb-src http://deb.debian.org/debian/ stretch-backports main
> contrib non-free
> 
> Am I really missing any updates? Or is there something wrong in my 
> system? I really hate to install that plasma updater widget just to
> get updates.
> 

I'm wondering the same thing as well.

HP Garcia