ChanServ changed the topic of #asahi to: Asahi Linux: porting Linux to Apple Silicon macs | https://asahilinux.org/2022/03/asahi-linux-alpha-release/ | General project discussion | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Topics: #asahi-dev #asahi-re #asahi-gpu #asahi-alt #asahi-stream #asahi-offtopic | Keep things on topic | Logs: https://alx.sh/l/asahi
thelounge7571340 has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi
lentement has joined #asahi
lentement has quit [Ping timeout: 480 seconds]
thelounge7571340 has quit [Remote host closed the connection]
Stroller has quit [Quit: Stroller]
thelounge7571340 has joined #asahi
thelounge7571340 has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi
thelounge7571340 has quit [Ping timeout: 480 seconds]
kov has quit [Quit: Coyote finally caught me]
marvin24 has joined #asahi
marvin24_ has quit [Ping timeout: 480 seconds]
thelounge7571340 has joined #asahi
Ry_Darcy has joined #asahi
thelounge7571340 has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi
vx has quit [Quit: G-line: User has been permanently banned from this network.]
vx has joined #asahi
ciggi_ has joined #asahi
ciggi has quit [Read error: Connection reset by peer]
Glanzmann has quit [Quit: EOF]
VasilisTheChu has quit [Ping timeout: 480 seconds]
HendrawanKuncoro[m] has joined #asahi
thelounge7571340 has quit [Read error: Connection reset by peer]
thelounge7571340 has joined #asahi
thelounge7571340 has quit [Ping timeout: 480 seconds]
everfree has quit [Quit: leaving]
everfree has joined #asahi
SSJ_GZ has joined #asahi
lentement has joined #asahi
jakebot602 has quit [Quit: The Lounge - https://thelounge.chat]
lentement has quit [Ping timeout: 480 seconds]
guillaume_g has joined #asahi
thelounge7571340 has joined #asahi
jakebot602 has joined #asahi
gladiac has joined #asahi
princesszoey has quit [Quit: The Lounge - https://thelounge.chat]
princesszoey has joined #asahi
gladiac has quit [Quit: k thx bye]
vx has quit [Quit: G-line: User has been permanently banned from this network.]
vx has joined #asahi
MajorBiscuit has joined #asahi
thelounge7571340 has quit [Remote host closed the connection]
jluthra has quit [Remote host closed the connection]
jluthra has joined #asahi
thelounge7571340 has joined #asahi
lentement has joined #asahi
lentement has quit [Ping timeout: 480 seconds]
guillaume_g has quit []
thelounge7571340 has quit [Read error: Connection reset by peer]
thelounge7571340 has joined #asahi
guillaume_g has joined #asahi
lentement has joined #asahi
guillaume_g has quit []
lentement has quit [Ping timeout: 480 seconds]
thelounge7571340 has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi
<mps> sorry for repeating question, what is needed to do to enable sound on m1pro in kernel 6.0-rc5
chip_x has joined #asahi
<mps> I tried enable sound in dts but it didn't work for me
<chadmed[m]> Jack Mixer DAC volume control in alsamixer needs to be at 100%
chipxxx has quit [Read error: Connection reset by peer]
<chadmed[m]> speakers are still unsafe
<mps> chadmed[m]: no that, driver does not work at all
<mps> sorry was not clear
<povik> i guess post dmesg?
<chadmed[m]> you did update m1n1 with the new DTs right
<mps> chadmed[m]: yes
<povik> chadmed[m]: did UCM turn on the jack volume for you?
<Cy8aer[m]> ... And I do not have a Jack Mixer DAC (many adcs a dac and jack filter stuff). MBP14 with the actual new Glanzmann -Kernel Debian
<chadmed[m]> povik: nope, i think it did set the frontends correctly though
<mps> povik: do drivers must be built as modules or in kernel
<chadmed[m]> im completely mentally spent tonight though im not doing anything until tomorrow
<povik> Cy8aer[m]: DAC is what you should turn up, it's not called a mixer
<povik> mps: they shouldn't need to be built-in, but there could be a bug
<povik> mps: do you have cs42l84 enabled? (it was a new driver)
<mps> povik: oh, no
<povik> that's the issue then
<mps> will try now, thanks
<povik> mps: do you have it turned on, still?
<povik> (without the cs42l84)
<mps> povik: no, /proc/asound/cards show there are no cards
<povik> i mean, do you have the machine turned on
<povik> i want you to try something
<mps> yes, typing on it
<povik> mps: cat /sys/kernel/debug/devices_deferred
<povik> i think i should let people run that, when they have no sound card
<povik> to get to the culprit quickly
<povik> but it's behind debugfs :/
<mps> povik: `sound snd-soc-macaudio: failed OF parsing`
<povik> huh
<j`ey> wrong dtb?
<chadmed[m]> when you edited the DTS did you run make dtbs in the kernel source tree?
<mps> chadmed[m]: yes, ofc
<povik> not necessarily, probably a misleading message
<povik> it cannot resolve a reference to a codec without the codec being bound to a driver
<povik> mps: ok, thanks. you should enable cs42l84 then try again
<mps> povik: ok, thanks
guillaume_g has joined #asahi
<mps> povik: got this `snd-soc-macaudio sound: ASoC: error at snd_soc_card_fixup_controls on MacBook Pro J316: -22`
<mps> dmesg is here
<mps> my diff in dts is here https://tpaste.us/wYO5
<chadmed[m]> try setting status = "okay";
<mps> ok
<mps> chadmed[m]: didn't helped
<chadmed[m]> also you didnt actually link your dmesg
<mps> to me looks same, here it is https://tpaste.us/Jr5v
<chadmed[m]> [ 2.066648] snd-soc-macaudio sound: driver can't assure safety on this model, refusing probe
<chadmed[m]> this is normal
<j`ey> oh you need the kernel option
<j`ey> ?
<chadmed[m]> does the jack work now that youve built the cirrus driver?
<mps> chadmed[m]: no
<chadmed[m]> j`ey: only to expose the internal speakers, the jack works without it
thelounge7571340 has quit [Remote host closed the connection]
<povik> yeah this is working as intended
<mps> chadmed[m]: povik: after rebuild from 6.0-rc5-4 tarball sound is 'here'
<povik> you either need to pass the kernel option (if you want speakers enabled) or revert the dts edit (if you don't)
<povik> probably
kov has joined #asahi
<povik> because you reverted the dts edit?
<mps> povik: which kernel option?
<mps> povik: yes, reverted dts
<povik> macaudio.please_blow_my_speakers or something like that
<povik> marcan renamed it so i am not sure
<chadmed[m]> snd-soc-macaudio.please_blow_up_my_speakers=1
<povik> ah that
<mps> hah, interesting wording :)
<chadmed[m]> we have to be explicit since we confirmed that you actually can blow them up lmao
<marcan> and the safety limits in macaudio are *not* enough yet
<mps> chadmed[m]: heh, I did once this on one chromebook
<chadmed[m]> then again, this is really just asking people not to push the big red button
<marcan> point being if someone blows up their speakers after doing that, well, "told you so"
<marcan> and i9t
<marcan> *and it also protects people from dumb tutorials, mostly
<marcan> since hopefully they will think twice after being instructed to blow up their speakers
<waldi> but they asked nicely
<chadmed[m]> exactly! if they blow their machine up, they were quite literally asking for it
thelounge7571340 has joined #asahi
lentement has joined #asahi
thelounge7571340 has quit [Remote host closed the connection]
lentement has quit [Remote host closed the connection]
Ry_Darcy has quit [Remote host closed the connection]
bisko has joined #asahi
thelounge7571340 has joined #asahi
rvalue has quit [Remote host closed the connection]
rvalue has joined #asahi
chip_x has quit [Read error: No route to host]
lentement has joined #asahi
rayanamukami3 has quit [Ping timeout: 480 seconds]
thelounge7571340 has quit [Remote host closed the connection]
lentement has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi
lentement has joined #asahi
Empathec[m] is now known as Quoi[m]
lentement has quit [Ping timeout: 480 seconds]
VasilisTheChu has joined #asahi
Stroller has joined #asahi
lentement has joined #asahi
dbckr[m] has joined #asahi
gmarx has joined #asahi
vx has quit [Quit: G-line: User has been permanently banned from this network.]
vx has joined #asahi
thelounge7571340 has quit [Read error: Connection reset by peer]
lentement has quit [Remote host closed the connection]
lentement has joined #asahi
thelounge7571340 has joined #asahi
thocon77588[m] has joined #asahi
rayanamukami3 has joined #asahi
lentement has quit [Remote host closed the connection]
lentement has joined #asahi
lentement has quit [Remote host closed the connection]
lentement has joined #asahi
lentement has quit [Remote host closed the connection]
lentement has joined #asahi
bisko has quit [Quit: Textual IRC Client: www.textualapp.com]
gmarx_ has joined #asahi
gmarx has quit [Remote host closed the connection]
wzr[m] has joined #asahi
gmarx_ has quit [Remote host closed the connection]
lentement has quit [Remote host closed the connection]
ten15 has quit [Remote host closed the connection]
ten15 has joined #asahi
gmarx has joined #asahi
thelounge7571340 has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi
MajorBiscuit has quit [Ping timeout: 480 seconds]
gmarx has quit [Ping timeout: 480 seconds]
gmarx has joined #asahi
jochum_ has joined #asahi
jochum has quit [Ping timeout: 480 seconds]
GeorgiMartsenkov[m] has joined #asahi
thelounge7571340 has quit [Remote host closed the connection]
gmarx has quit [Remote host closed the connection]
gmarx has joined #asahi
gmarx_ has joined #asahi
gmarx has quit [Read error: Connection reset by peer]
thelounge7571340 has joined #asahi
nicolas17 has joined #asahi
Techcable has quit [Remote host closed the connection]
Techcable has joined #asahi
<nicolas17> chadmed[m]: hdparm has some really risky subcommands that could cause data loss or even unrecoverable misconfiguration to the hard disk, so it requires adding --please-destroy-my-drive
gmarx_ has quit []
guillaume_g has quit []
<bluetail> nicolas17 is that satire?
<tpw_rules> no
<bluetail> Thats funny actually. But makes sense since you can't change the sector size of a hard drives. The sectors are created when the hard drive is manufactured and can't be changed.
<bluetail> But then, why would they include the option
<bluetail> secret self-destruction sequence :D
ten15 has quit [Remote host closed the connection]
ten15 has joined #asahi
<ChaosPrincess> you kinda can change it, some drives are 4096 natively, and firmware pretends that they are 512.
marvin24_ has joined #asahi
thelounge7571340 has quit [Remote host closed the connection]
marvin24 has quit [Ping timeout: 480 seconds]
thelounge7571340 has joined #asahi
<sven> “Please also supply the --please-destroy-my-drive flag if you really want this.
<sven> Program aborted. I thought was a joke of hdparm or Linux.” ugh
<sven> So I guess we need to call that parameter please-destroy-my-speakers-this-is-not-a-joke or something
<ChaosPrincess> in case of please destroy my drive it can kinda be interpreted as 'please destroy all data'
ten15 has quit [Remote host closed the connection]
ten15 has joined #asahi
thelounge7571340 has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi
compassion has joined #asahi
thelounge7571340 has quit [Ping timeout: 480 seconds]
marvin24 has joined #asahi
marvin24_ has quit [Ping timeout: 480 seconds]
Hethan[m] has joined #asahi
<psanford> just looking for a sanity check: is chromium expected to work with 16k pages now?
<j`ey> yeah since 102ish
<psanford> thanks
thelounge7571340 has joined #asahi
chadmed has quit [Ping timeout: 480 seconds]
chadmed has joined #asahi
SSJ_GZ has quit [Ping timeout: 480 seconds]
lentement has joined #asahi
lentement has quit [Ping timeout: 480 seconds]
eccli[m] has left #asahi [#asahi]
thelounge7571340 has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi
thelounge7571340 has quit [Ping timeout: 480 seconds]
jswag180[m] has joined #asahi
jole has quit [Ping timeout: 480 seconds]
lentement has joined #asahi
roxfan has quit [Remote host closed the connection]
lentement has quit [Ping timeout: 480 seconds]
roxfan has joined #asahi
bluetail has quit [Ping timeout: 480 seconds]
bluetail has joined #asahi
thelounge7571340 has joined #asahi
lentement has joined #asahi