Fredrik Söderström
Fredrik Söderström
@abdonrd for now I use my pull request at https://github.com/tirithen/fast-json-stable-stringify directly in my package.json like this: "fast-json-stable-stringify": "git+https://[email protected]/tirithen/fast-json-stable-stringify.git", Importing/usage is identical, feel free to try that out if you want....
I use this laptop daily with Arch Linux, I'm happy to find others with similar problems. To me everything except the sound from the speakers works very well. I use...
Without knowing much about device fixups, It seems to me like the problem might be in the kernel `patch_realtek.c` file, and that we there lack a "fixup" for this laptop...
Other kernel bug reports that seem related to ALC3306: * https://bugzilla.kernel.org/show_bug.cgi?id=216299#c3 * https://bugzilla.kernel.org/show_bug.cgi?id=208555
To really gather all information needed it seems like we would really need to access the datasheet for the ALC3306 codec from Realtek, is there any chance of just asking...
The dream is alive, one day maybe our laptops can use their speakers properly.
I'm using kernel 6.7.3-arch1-2 on Arch Linux, no luck so far, but then I have not tried to make any specific setup. If there are any settings that I would...
@ShalokShalom I found another repo with discussions on broken yoga speakers that seem to have made some progress upstream in the linux kernel version 6.8+ on their model Lenovo Yoga...
Agreed, I'm rtying to create a gnu patch string and then beeing able to apply it at a later stage but I can't seem to understand how to do this:...
I wanted a way to create a diff/patch string and then I wanted to be able to apply that string. I could not understand how to do this full cycle...