ChanServ changed the topic of #asahi-dev to: Asahi Linux: porting Linux to Apple Silicon macs | General development | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-dev
hizonx has joined #asahi-dev
hizonx has quit [Remote host closed the connection]
PaterTemporalis has quit [Ping timeout: 480 seconds]
hizonx has joined #asahi-dev
hizonx has quit [Remote host closed the connection]
<chadmed> so i trimmed the impulses i got from REW to remove silence and noise, and they work just fine in carla, make a huge difference
<chadmed> but pipewire and alsaimpulse just will not accept them
<chadmed> using the filter chain in pipewire just makes the whole thing die, and using them in alsaimpulse results in silence on whatever channels theyre applied to
riker77_ has joined #asahi-dev
riker77_ is now known as riker77
riker77 has quit [Ping timeout: 480 seconds]
<chadmed> oh and i figured out why the bass response was so dead with all the drivers enabled
<chadmed> the woofers are out of phase with each other
<chadmed> if i invert the phase of the "sub" woofers and attenuate them a little bit, all the bass comes back
<marcan> ha!
phiologe has joined #asahi-dev
PhilippvK has quit [Ping timeout: 480 seconds]
kov has quit [Quit: Coyote finally caught me]
kov has joined #asahi-dev
<chadmed> huh nvm it wasnt the phasing... bass seems to come and go with reboots?
<marcan> huh? does the response change?
<marcan> chadmed: this isn't the left one randomly dropping out issue, is it?
<chadmed> nah it was a PEBKAC issue :P
<chadmed> i screwed up the crossovers
espo_ has joined #asahi-dev
espo_ is now known as espo
balrog_ has joined #asahi-dev
<chadmed> we're in business for pipewire
<chadmed> i just need to work out how to get it to route all sound via the filter chain by default and hide the physical device from clients so they never connect to it
<chadmed> hopefully all we need to ship is a custom pipewire config fragment
kameks has joined #asahi-dev
<chadmed> i would very much like it if we could get FIR storage standardised somewhere like /usr/lib/alsa/impulse/VENDOR/BOARD/ and shipped as part of alsa-lib but thats above my head
balrog has quit [Ping timeout: 480 seconds]
<jannau> is last nights asahi linux installer image still supposed to have issues with module loading and time zone first run script?
<jannau> xhci seems to be only loaded/probed after the script for the dwc3 usb-c ports
gladiac has joined #asahi-dev
PedroArajo[m] has joined #asahi-dev
ChaosPrincess has joined #asahi-dev
mixi has quit [Quit: quit]
mixi has joined #asahi-dev
the_lanetly_052 has joined #asahi-dev
PaterTemporalis has joined #asahi-dev
<marcan> yeah, haven't pushed a new image yet
espo has quit [Ping timeout: 480 seconds]
rikkaa has joined #asahi-dev
rikkaa has quit [Remote host closed the connection]
rikkaa has joined #asahi-dev
rikkaa has quit [Remote host closed the connection]
<sven> no usb3 yet, but it looks like it's actually possible to make hotplug work without tearing down dwc3 and setting it back up again. I can just set the port reset bit when the cable is disconnected and clear it after a new cable has been connected. I think this resulted in horribly states last time because I just cycled the reset bit only when a new
<sven> cable was connected.
<sven> still need to test this more though
<sven> there's still a chance I just did hit that horrible state yet :D
<sven> *didn't
gabuscus has joined #asahi-dev
kameks has quit [Ping timeout: 480 seconds]
gabuscus has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
gabuscus has joined #asahi-dev
gabuscus has quit []
gabuscus has joined #asahi-dev
gabuscus has quit []
gabuscus has joined #asahi-dev
tired has joined #asahi-dev
the_lanetly_052 has quit [Ping timeout: 480 seconds]
gladiac is now known as Guest2032
Guest2032 has quit [Remote host closed the connection]
gladiac has joined #asahi-dev
<kettenis> jannau: thanks for the suggestion
<kettenis> added the define and pushed the change onto the asahi branch
gabuscus has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
gabuscus has joined #asahi-dev
___nick___ has joined #asahi-dev
___nick___ has quit []
___nick___ has joined #asahi-dev
_whitelogger_ has joined #asahi-dev
<sven> [ 24.948981] usb 3-1: new super-speed USB device number 11 using xhci-hcd
<sven> [ 27.418742] usb 3-1: unable to get BOS descriptor or descriptor too short
<sven> :<
<sven> soooo close
<j`ey> sven: :o
_whitelogger has quit [Read error: Connection reset by peer]
<j`ey> marcan: getting a crash in build_fiq_affinity with some cores disabled
<j`ey> or WARN, rather
<j`ey> I think m1n1 needs to delete the cpus listed here https://github.com/AsahiLinux/linux/commit/1852e22b318b8d1c02b574da679b1b74f3686090 inside dt_set_cpus
gladiac has quit [Quit: k thx bye]
leah has joined #asahi-dev
tanty has quit [Remote host closed the connection]
tanty has joined #asahi-dev
m6wiq has joined #asahi-dev
___nick___ has quit [Ping timeout: 480 seconds]
m6wiq has quit []
<jannau> the joys of handling UUIDs as strings. u-boot's part command writes lower case uuids into variables
<kettenis> and m1n1 writes them as upper case into the device tree?
<tpw_rules> they are lower case in /dev/disk/by-partuuid/ too, that's how they should be imo. don't think i've ever seen an upper case UUID
<tpw_rules> https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.667-201210-I!!PDF-E&type=items "6.5.4 Software generating the hexadecimal representation of a UUID shall not use upper case letters"
<kettenis> heh, well, seems like apple didn't get the memo
<kettenis> but maybe jannau can beat marcan with that standard to make life a bit easier
espo has joined #asahi-dev
yrlf has quit [Quit: The Lounge - https://thelounge.chat]
yrlf has joined #asahi-dev
<jannau> I didn't expect to be standardized but the RFC is clear cut: "The hexadecimal values "a" through "f" are output as lower case characters and are case insensitive on input.
<jannau> so I should be able to handle upper case characters
ChaosPrincess has quit [Remote host closed the connection]
espo has quit [Ping timeout: 480 seconds]
psykose has quit [Remote host closed the connection]
psykose has joined #asahi-dev
<tpw_rules> i was hoping to be able at some point do /dev/disk/by-partuuid/`cat /proc/device-tree/...` which means it imo should be lower case