You are not logged in.

#1 2024-08-30 02:40:16

mighty
Member
Registered: 2024-08-30
Posts: 2

help

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

#2 2024-08-30 02:49:27

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,726

Re: help

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

#3 2024-08-30 10:04:01

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,208

Re: help

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

#4 2024-08-30 12:23:02

mighty
Member
Registered: 2024-08-30
Posts: 2

Re: help

idk how to edit a page, i tried to compile realtek high definition audio drivers but make just doesnt work

Offline

#5 2024-08-30 13:22:15

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,726

Re: help

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

#6 2024-08-30 14:22:02

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,208

Re: help

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

#7 2024-08-30 14:36:14

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,821

Re: help

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.st

Online

Board footer

Powered by FluxBB