marcan changed the topic of #asahi-dev to: Asahi Linux: porting Linux to Apple Silicon macs | Non-development talk: #asahi | General development | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-dev
phire__ has joined #asahi-dev
phire is now known as Guest2319
phire__ is now known as phire
Guest2319 has quit [Ping timeout: 480 seconds]
nsklaus_ has joined #asahi-dev
thelounge75713 has quit [Remote host closed the connection]
thelounge75713 has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
riker77_ has joined #asahi-dev
riker77 has quit [Ping timeout: 480 seconds]
riker77_ is now known as riker77
DarkShadow44 has quit [Quit: ZNC - https://znc.in]
DarkShadow44 has joined #asahi-dev
sven has joined #asahi-dev
minecrell8 has joined #asahi-dev
amarioguy has quit [Remote host closed the connection]
thelounge75713 has quit [Remote host closed the connection]
thelounge75713 has joined #asahi-dev
veloek_ has joined #asahi-dev
kit_ty_kate2 has joined #asahi-dev
e1eph4nt has joined #asahi-dev
thelounge75713 has quit [Remote host closed the connection]
thelounge75713 has joined #asahi-dev
thelounge757134 has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
thelounge75713 has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
thelounge757134 has quit [Remote host closed the connection]
SSJ_GZ has joined #asahi-dev
thelounge757134 has joined #asahi-dev
chadmed_ has joined #asahi-dev
chadmed has quit [Read error: Connection reset by peer]
e1eph4nt has quit [Remote host closed the connection]
e1eph4nt has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
thelounge757134 has quit [Remote host closed the connection]
thelounge757134 has joined #asahi-dev
thelounge757134 has quit [Remote host closed the connection]
thelounge757134 has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
thelounge7571340 has joined #asahi-dev
thelounge757134 has quit [Ping timeout: 480 seconds]
rpirea has joined #asahi-dev
rpirea has quit [Remote host closed the connection]
rpirea has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
rpirea_ has joined #asahi-dev
rpirea has quit [Read error: Connection reset by peer]
e1eph4nt has joined #asahi-dev
thelounge7571340 has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi-dev
yamii has joined #asahi-dev
<jannau> sven: I get with bluetooth-v2 on the mbp 14" "Bluetooth: hci0: Opcode 0x140c failed: -16
Race has joined #asahi-dev
<sven> huh, did I mess up and send the wrong branch
<jannau> that's bluetooth-v2 from the asahi linux repo
<sven> i think that’s what I sent out :/
<sven> let me test it again
<jannau> easy enough to compare
<sven> I guess there’s no other error in dmesg?
jluthra_ has joined #asahi-dev
<jannau> no, nothing else
jluthra has quit [Ping timeout: 480 seconds]
<jannau> yes, it's identical to the v2 sent out
e1eph4nt has quit [Ping timeout: 480 seconds]
<sven> huh, seems to work for me
<sven> i also don't think I changed anything major between v1 and v2 :/
<sven> only fixed some resume issue and cleaned a few functions up
<jannau> I don't see anything suspicious in the diff to bits/100-bluetooth
<jannau> maybe related to the random keyboard errors I see
<sven> you could try to enable verbose bluetooth debugging and run btmon when it happens
<sven> that's usually enough to figure out what exactly caused the error
e1eph4nt has joined #asahi-dev
<jannau> still the same error with bits/100-bluetooth. I'm testing on top of 6.0-rc4
<jannau> will btmon work without controller? the result of the eeror is that I end up without controller
thelounge7571340 has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
<sven> it's usually able to trace hci_setup, yes
<sven> but if you enable in-kernel bluetooth debug you'll also see a lot of crap in dmesg
<sven> i don't even see that opcode in my btmon log fwiw
<sven> ah, wait, nvm
<sven> > HCI Event: Command Complete (0x0e) plen 15 #84 [hci0] 8.499167
<sven> Get MWS Transport Layer Configuration (0x05|0x000c) ncmd 17)ci0] 8.453328
<sven> Status: Command Disallowed (0x0c)ameters (Octet 32 - Bit 0)
<sven> seems to work for some value of work though
<sven> also, how did I mess that copy/past up :D
<sven> > HCI Event: Command Complete (0x0e) plen 15
<sven> Get MWS Transport Layer Configuration (0x05|0x000c) ncmd 1
<sven> Status: Command Disallowed (0x0c)
<jannau> that's the last thing I see before '
<jannau> Close Index $MAC_ADDR
<jannau> in btmon
<sven> hrm, let me try -rc4 actually
<jannau> maybe b82a26d8633cc89367fac75beb3ec33061bea44a
* sven needs to get another m1 so that he can compile on one of them while testing on another :D
e1eph4nt has joined #asahi-dev
<eshmaki> Buy one
<jannau> sven: confirmed, reverting b82a26d8633cc89367fac75beb3ec33061bea44a fixes it
<sven> hah
<j`ey> quirk time!
<sven> maybe first understand what that commit tries to do :D
<sven> and probably even the one it "fixes"
<jannau> I guess that means we have to prevent sending "Get MWS Transport Layer Configuration"
<sven> possibly
<sven> there's probably a "support MWS ..." macro somewhere that uses a bit from that get support features command
<sven> these devices seem to just lie and claim to support everything
<jannau> my understanding is that the commit stops ignoring the status from vendor opcodes
<sven> i don’t think that mws thing is a vendor opcode though
rpirea_ has quit [Read error: Connection reset by peer]
e1eph4nt has quit [Ping timeout: 480 seconds]
<jannau> yes, it seems to be a standard bluetooth 4.1 command
<j`ey> (HCI_OP_GET_MWS_TRANSPORT_CONFIG isnt)
<sven> so maybe it just needs to be added to that list?
e1eph4nt has joined #asahi-dev
<sven> Let’s see what that list actually does
<sven> hrm, I think the correct solution is to actually quirk it to never issue HCI_OP_GET_MWS_TRANSPORT_CONFIG
<sven> or maybe actually run through all of the commands it claims to support and just set that manually from the driver since we can't trust the firmware apparently
thelounge7571340 has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi-dev
darkapex has joined #asahi-dev
gabuscus has joined #asahi-dev
rpirea has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
thelounge7571340 has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
gabuscus_ has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
gabuscus has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
gabuscus_ has quit [Read error: Connection reset by peer]
gabuscus has joined #asahi-dev
thelounge7571340 has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
thelounge7571340 has quit [Remote host closed the connection]
thelounge7571340 has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
Race has quit [Ping timeout: 480 seconds]
<jannau> sigh, is scripts/get_maintainer.pl expected to not handle utf-8 correctly?
<povik> don't say it chokes on my name
<povik> the kernel test robot sometimes writes to me:
<povik> Hi "Martin,
<povik> Thank you for the patch!
<povik> we know what's happening there
<jannau> is it enough if I say it was outputting 0xa1? now I'm at "er <povik+lin@cutebit.org>"
<mps> jannau: it works fine for me
<mps> maybe your terminal doesn't understand it
thelounge7571340 has quit [Remote host closed the connection]
<mps> `scripts/get_maintainer.pl -f sound/soc/apple/` => "Martin Povišer" <povik+lin@cutebit.org> (commit_signer:1/4=25%,authored:3/4=75%)
thelounge7571340 has joined #asahi-dev
<povik> From: Martin Povišer <povik+lin@cutebit.org>
<povik> computers :(
<mps> mh, I see quite fine 'š' in your lastname
<jannau> CC: er <povik...>
<jannau> sorry, I thought I could fix it up manually fix
e1eph4nt has quit [Ping timeout: 480 seconds]
<povik> nah, it's fine, thanks for the effort
<jannau> I could have fixed the From mut missed it
<jannau> mps: konsole with TERM=xterm-256color and utf-8 locales
<mps> povik: i see it fine in above url
<povik> in the From: line?
<mps> povik: ah yes
<mps> jannau: I use st term end `LANG=C.UTF-8`
<j`ey> the From line isnt important I guess?
<mps> and also `CHARSET=UTF-8` in env
<povik> i think it's where the commit author is taken from, no?
<j`ey> oh
<jannau> also git log output is fine, both in konsole as well as in piped to hexdump
<mps> povik: i think problem is on their side if you send it correctly
<jannau> the problem is definitively on my side
<mps> ah, you posted it, I see now
<mps> maybe mail client issue
<jannau> I guess I'll tell marcan to pull from https://github.com/jannau/linux/tree/apple-t600x-dts instead of importing the emails
<jannau> but that has the patman metadata
e1eph4nt has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
thelounge7571340 has quit [Remote host closed the connection]
e1eph4nt has quit [Ping timeout: 480 seconds]
Mary has joined #asahi-dev
e1eph4nt has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
conradev8 has joined #asahi-dev
thelounge7571340 has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
thelounge7571340 has quit [Remote host closed the connection]
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
gladiac has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
gladiac has quit [Quit: k thx bye]
<jannau> we didn't disable the speaker on the mac mini?
e1eph4nt has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
TMK[m] has joined #asahi-dev
e1eph4nt has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
roxfan2 has joined #asahi-dev
<povik> no, that's been enabled since the first release with sound drivers
<jannau> I disabled it now since I thought we disabled the speaker codec instead and that got dropped
<jannau> not mentioned in feature support, got lost in July and only mentions the note on speakers
<jannau> fixup pushed to the PR
<jannau> and I just got squashed all your fixups
Race has joined #asahi-dev
<povik> not sure we shouldn't fix the feature support page instead ;)
<povik> especially since the new driver version won't let the gain on codec exceed macos levels
<povik> there's still the option macos does some significant software attenuation, meaning we still can overstep the macos envelope
<povik> that is something i want to check
<povik> anyway if the speaker gets disabled i don't have a strong objection
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #asahi-dev
SSJ_GZ has quit [Ping timeout: 480 seconds]