Re: Testing 6.11.0 - No audio

2024-09-27 Thread Greg KH
On Fri, Sep 27, 2024 at 01:47:01PM -0700, Manuel Quintero F wrote: > Hi. > > i used $make defconfig As you have found out, defconfig works for almost no one, please don't do that. There's lots of documentation out there for building a new kernel image, I suggest using the one on the kernelnewbi

Re: Testing 6.11.0 - No audio

2024-09-27 Thread Valdis Klētnieks
On Fri, 27 Sep 2024 17:22:41 -0700, Manuel Quintero F said: > 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

Re: Testing 6.11.0 - No audio

2024-09-27 Thread Manuel Quintero F
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 erro

Re: Testing 6.11.0 - No audio

2024-09-27 Thread james young
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

Re: Testing 6.11.0 - No audio

2024-09-27 Thread Ezra Buehler
Hi Manuel,On 27 Sep 2024, at 22:47, Manuel Quintero F wrote:Hi.i used  $make defconfigOn 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

Re: Testing 6.11.0 - No audio

2024-09-27 Thread Manuel Quintero F
Hi. i used $make defconfig El vie, 27 sept 2024 a las 2:16, james young () 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 wrote: > > > > On Thu, Sep 26,

Re: Wouldn't Zig be more suitable than rust? In the Linux kernel

2024-09-27 Thread Richard
What do you think? I'd like to add that sociological and organisational matters are often (and I think here too) more important than technical reasons. If one of the languages has a bigger community (and more importantly more people with the motivation to make it work for linux) that's wha

Re: Testing 6.11.0 - No audio

2024-09-27 Thread james young
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 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 ker

Re: Testing 6.11.0 - No audio

2024-09-27 Thread Greg KH
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