View previous topic :: View next topic |
Author |
Message |
fspnet n00b
Joined: 07 Jul 2017 Posts: 14
|
Posted: Wed Jul 24, 2024 11:24 pm Post subject: compiling snd_hda_macbook_pro cs8409 help needed |
|
|
https://github.com/davidjo/snd_hda_macbookpro
this is the github page that hosts this altericified driver for the sound card im using
im back on gentoo and have my current kernel-config for iMac 2017 First Generation Non-Retina:
https://pastebin.com/AmHeFjBC <- just add scsi drivers and the first few sof-firmware and install-firmware #broadcom-fullmac firmware required and... usb-cdc ... and might want ia32
if someone can find why it builds no driver .... perhaps is the way ive tuned the kernel
and says compiler used to build the kernel is different than the one using to build the module, <-
i try using a compiled driver from otherworld and says version mismatch but the hardwares confirmed -working-
i build it like this where you click general ok and has the version<- tab 6.6.38-gentoo-x86_64 is what
you should enter in |
|
Back to top |
|
|
salahx Guru
Joined: 12 Mar 2005 Posts: 556
|
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22601
|
Posted: Thu Jul 25, 2024 12:42 am Post subject: |
|
|
fspnet, what exactly are you trying to do, and why do you think the system is not behaving as you desire? You reference something that "builds no driver", but show no output to confirm that no driver is built. |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20476
|
Posted: Thu Jul 25, 2024 2:12 am Post subject: |
|
|
Moved from Gentoo Chat to Kernel & Hardware. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
fspnet n00b
Joined: 07 Jul 2017 Posts: 14
|
Posted: Thu Jul 25, 2024 5:30 am Post subject: |
|
|
i apologize it just decided it wanted to work
but ill find out if it actually did within the next 24 hours as im building qtcreator atm
ls /lib/modules/*/updates
snd-hda-codec-cs8409.ko
i apologize it just decided it wanted to work
--2024-07-25 05:27:21-- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.38.tar.xz
Hunk #1 succeeded at 1445 (offset 175 lines).
INSTALL /lib/modules/6.6.38-gentoo-x86_64/updates/snd-hda-codec-cs8409.ko
i think that from what i gathered is... ..........nobody wins! in a dairy challenge!
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ok so to clarify ive installed the module manually but i dont know
how to tell what directory it would normally
ask for me to copy the module into <-
lets say a developer makes a kernel-module
how does linux know where this module gets copied
into if its part of the kernel-tree<-
also* <- the drivers not working
lsmod
Module Size Used by
snd_hda_codec_cs8409 176128 0
and only has internal mic and blank spdif <- this would
say that the backboard of supporting drivers it patches might not be loaded
and is the script used to configure it is highly untailored for gentoo
https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-kernel/rt-sources/rt-sources-6.5.2_p8.ebuild
ive maybe caught a kernel in time that i can try to use |
|
Back to top |
|
|
|