You are not logged in.
Pages: 1
i wasgoing to compile realtek audio drivers but when i type make it always give me this error:
"arch//Makefile no such file or directory"
Offline
First off, edit your post with a useful subject.
After that, tell us everything you're doing. We have no idea what you're even trying to compile at this point.
Offline
You also most likely don't actually need to do whatever it is you think you need to be doing, so start with what your current issues are.
Throw in
sudo fuser -v /dev/snd/*
aplay -lL
sudo dmesg | grep -E 'snd|sof'Offline
idk how to edit a page, i tried to compile realtek high definition audio drivers but make just doesnt work
Offline
You hit edit on the post.
"i tried to compile realtek high definition audio drivers" This means nothing. Links, commands, etc, not vague descriptions.
Offline
Why do you think you have to compile a driver? All of the realtek audio support that's in any way relevant is already part of the normal kernel. So Im assuming your actual problem is that "sound doesn't work" and you think the solution is to "compile my own module", which 99% of the time is not actually necessary and might well be detrimental if it worked in the first place.
This is a classic case of https://xyproblem.info/
So drop your attempt at compiling, take a step back, tell us what kind of system (laptop model/mainboard vendor) this is and post the outputs I've asked for here in [ code ][ /code ] tags without the spaces.
Last edited by V1del (2024-08-30 14:22:52)
Offline
Inb4 you're trying to narrate whatever you think you need to achive, please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
Pages: 1