ChanServ changed the topic of #asahi-alt to: Asahi Linux: porting Linux to Apple Silicon macs | User-contributed/unofficial distribution ports | Logs: https://alx.sh/l/asahi-alt
allmazz has quit [Quit: Lost terminal]
john-cabaj has joined #asahi-alt
ipatch_ has joined #asahi-alt
ipatch has quit [Ping timeout: 480 seconds]
tobhe has joined #asahi-alt
ipatch has joined #asahi-alt
ipatch_ has quit [Read error: Connection reset by peer]
tobhe_ has quit [Ping timeout: 480 seconds]
john-cabaj has quit [Ping timeout: 480 seconds]
MichaelLong has joined #asahi-alt
ipatch has quit [Ping timeout: 480 seconds]
<kode54> oxbar: I think you said those two backwards?
n3ph has joined #asahi-alt
n3ph has quit [Ping timeout: 480 seconds]
Halian has quit [Quit: I'll be back.]
<chadmed> uhhhh oxbar that is very wrong lol
<chadmed> what you need to do is grub-install --efi-directory=[path to your ESP] --boot-directory=[path to /boot] --removable
n3ph has joined #asahi-alt
n3ph has quit [Ping timeout: 480 seconds]
n3ph has joined #asahi-alt
romankivs has joined #asahi-alt
romankivs has quit [Remote host closed the connection]
romankivs has joined #asahi-alt
john-cabaj has joined #asahi-alt
romankivs has quit [Ping timeout: 480 seconds]
cylm has joined #asahi-alt
n3ph has quit [Ping timeout: 480 seconds]
<oxbar> Pipewire is hard to setup
ipatch has joined #asahi-alt
romankivs has joined #asahi-alt
ipatch has quit [Quit: WeeChat 4.6.3]
rhysmdnz has quit [Quit: Bridge terminating on SIGTERM]
Guest20458 has quit [Quit: Bridge terminating on SIGTERM]
rhysmdnz has joined #asahi-alt
Guest21013 has joined #asahi-alt
<oxbar> I thought asahi-audio would give me sound? Am I wrong ?
<abby> how are you starting pipewire?
<oxbar> Hi abby will let you know when I get home.. At the hospital right now
<oxbar> I’m using kde btw.. don’t know how to autostart it … if I was using startx it would be in my .xinitrc
<chaos_princess> `systemctl enable sddm` ?
<abby> there's no systemctl on void
ipatch has joined #asahi-alt
iaguis has quit [Ping timeout: 480 seconds]
<oxbar> Thought I could only use pipewire … will setup pulse
<abby> no, you can only use pipewire for asahi
<abby> afaik
<oxbar> Yea.. I’m using asahi on my mbp.. aarch64 m1
psykose has quit [Remote host closed the connection]
n3ph has joined #asahi-alt
<oxbar> abby: You got an Intel Mac ?
HitokiriKincho has joined #asahi-alt
<abby> a bricked 2012 mbp, yes
HitokiriKincho has quit [Remote host closed the connection]
HitokiriKincho has joined #asahi-alt
romankivs has quit [Ping timeout: 480 seconds]
romankivs has joined #asahi-alt
n3ph_ has joined #asahi-alt
n3ph has quit [Ping timeout: 480 seconds]
romankivs has quit [Ping timeout: 480 seconds]
n3ph_ has quit [Read error: No route to host]
n3ph has joined #asahi-alt
n3ph has quit [Read error: Connection reset by peer]
n3ph has joined #asahi-alt
romankivs has joined #asahi-alt
Halian has joined #asahi-alt
romankivs has quit [Ping timeout: 480 seconds]
john-cabaj has quit [Remote host closed the connection]
john-cabaj has joined #asahi-alt
romankivs has joined #asahi-alt
lynndotpy has quit [Quit: bye bye]
lynndotpy has joined #asahi-alt
romankivs has quit [Ping timeout: 480 seconds]
romankivs has joined #asahi-alt
cylm has quit [Ping timeout: 480 seconds]
romankivs has quit [Ping timeout: 480 seconds]
<oxbar> Back at home.. i got pipewire working
<oxbar> Does micrphone support work yet ?
<oxbar> dosen't show up in my list on kdde
<oxbar> s/kdde/kde/
<chaos_princess> which machine
marcusr has quit [Remote host closed the connection]
<oxbar> Apple MacBook Pro (16-inch, M1 Pro, 2021)
<chaos_princess> should work
marcusr has joined #asahi-alt
<oxbar> how would i test ? i did a test zoom call and it didn't recognize the mic
<chaos_princess> it should just show up in kde sound input devices
<chaos_princess> mic configs are a part of asahi-audio and it should pull the dsp dependencies too
<oxbar> let me do a mic test
<oxbar> only thing that shows up is speakers
<chaos_princess> run `cat /proc/asound/cards`
<chaos_princess> is there a "MacBook Pro J316 High-Power Audio Interface"
<oxbar> one sec.. i see it now its called built in audio pro but those don't work... let me run that command
<oxbar> chaos_princess: https://0x0.st/8Uhf.txt
<chaos_princess> you do not even have the mic driver loaded
<oxbar> hmm.. dam! that would make sense
<chaos_princess> try running `modprobe apple_aop` and `modprobe aop_audio`
<oxbar> ok
<oxbar> modprobe: FATAL: Module apple_aop not found in directory /lib/modules/6.14.8+1-asahi_1
<chaos_princess> i think that should be the right name? mind running `find /lib/modules/ -name '*.ko*' | grep aop`
<chaos_princess> where is apple_aop then? whatever, try `modprobe snd-soc-aop`, let's see what happens
<oxbar> it loaded.. what should i do next ?
<chaos_princess> check the cards file again
<oxbar> same didn't change
<oxbar> should i try one of those moddules we found ?
<chaos_princess> no, the only relevant one is snd-soc-aop
<chaos_princess> other two are for ambient light and lid angle sensors.
<chaos_princess> run dmesg i guess, see if there are errors
<oxbar> one sec brb
<chaos_princess> also try running `ls -la /sys/devices/platform/soc/*.aop/`
HitokiriKincho has quit [Quit: Leaving...]
<oxbar> no such file or directory
<chaos_princess> looks like an incomplete kernel install or a packaging error on void's part
<chaos_princess> you are missing a driver, and it does not seem to be either a module or built-in
gadmt has joined #asahi-alt
<oxbar> dam
gadmt has quit []
<oxbar> let me ask in void
<oxbar> ii linux-asahi-6.14.8+1_1 Linux kernel and modules for Apple Silicon
<oxbar> that looks right