I already have audio with the compiled kernel. I copied the configuration /boot/config-6.10.9-amd64 I had to do it by hand, copy it and rename it to .config because the command shown in https://kernelnewbies.org/KernelBuild, does not work: cp /boot/config-`uname -r`* .config it shows me the error that the ".config" directory does not exist. with this the audio works now. Note: Note that I install many modules, I think I install them all, it takes a long time. Thanks to everyone for your answers. How can I continue doing deeper tests in the kernel? :D El vie, 27 sept 2024 a las 14:55, james young (<pronoiac+kn@gmail.com>) escribió:
I admit, I don't have a lot of context here, but I'd suggest, If it works with the Debian testing kernel: * check out the same vanilla / baseline version as that - 6.10.9, I think you said * get the config from the Debian kernel. Boot to it: sudo modprobe configs gzip -d < /proc/config.gz > .config * there could be different options included in the Debian patches, so: make olddefconfig # use defaults * build and try that kernel, and let us know if it works
-James
On Fri, Sep 27, 2024 at 2:47 PM Ezra Buehler <ezra@easyb.ch> wrote:
Hi Manuel,
On 27 Sep 2024, at 22:47, Manuel Quintero F <manuel@uas.edu.mx> wrote:
Hi.
i used $make defconfig
On Debian, you should be able to find the config for your kernel in the /boot directory.
Anyway, if it is just about re-building your kernel, you might want to refer to resources like:
Debian Linux Kernel Handbook kernel-team.pages.debian.net
Cheers, Ezra
El vie, 27 sept 2024 a las 2:16, james young (<pronoiac+kn@gmail.com>) escribió:
Did you use the config file from Debian to build your kernel?
Are the loaded modules are the same between the two?
-James
On Thu, Sep 26, 2024 at 11:13 PM Greg KH <greg@kroah.com> wrote:
On Thu, Sep 26, 2024 at 04:58:20PM -0700, Manuel Quintero F wrote:
I compiled version 6.10.9, which is the debian kernel version, to see
if it worked, but it gave me the same audio problem.
Is there something in debian kernel 6.10.9 that makes the audio work?
What could it be?
Odds are that kernel has a driver built into it that your kernel config
that you used to build your custom kernel does not. Make sure the
configurations match properly and see if that solves the issue.
good luck!
greg k-h
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies