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
jeisom_ has quit [Quit: Leaving]
jeisom has joined #asahi-alt
ANDROID_IOS_user has joined #asahi-alt
hightower3 has joined #asahi-alt
hightower4 has quit [Ping timeout: 480 seconds]
<zerdox> should i install sys-kernel/linux-firmware or sys-firmware/asahi-firmware covers and fully replaces it? because today i was doing gentoo "cleanup" and after all manipulations on emerge -avuDN it offers me to install linux-firmware which was missing before, do I install or mask it?
<zerdox> maybe it's the reason why disable touchpad while typing doesn't work, lol. or why i cannot wake up my laptop after pressing F6, idk
<zerdox> oh. i accidentally deleted "firmware" use flag on genkernel package. and that's the reason he was requesting firmware as dependency. but.. just to ensure, i don't need it, right?
iaguis_ has joined #asahi-alt
jeisom has quit [Ping timeout: 480 seconds]
ANDROID_IOS_user_ has joined #asahi-alt
ANDROID_IOS_user has quit [Ping timeout: 480 seconds]
iaguis__ has joined #asahi-alt
iaguis has quit [Ping timeout: 480 seconds]
iaguis_ has quit [Ping timeout: 480 seconds]
ANDROID_IOS_user__ has joined #asahi-alt
ANDROID_IOS_user_ has quit [Ping timeout: 480 seconds]
ANDROID_IOS_user__ has quit []
ANDROID_IOS_user__ has joined #asahi-alt
ANDROID_IOS_user__ has quit [Remote host closed the connection]
ANDROID_IOS_user__ has joined #asahi-alt
ANDROID_IOS_user__ has quit [Remote host closed the connection]
homura has joined #asahi-alt
homura has quit []
ANDROID_IOS_user has joined #asahi-alt
JTL has quit []
JTL has joined #asahi-alt
JTL has quit []
JTL has joined #asahi-alt
JTL has quit []
ellyq has joined #asahi-alt
ANDROID_IOS_user has quit [Ping timeout: 480 seconds]
iaguis__ is now known as iaguis
chadmed has joined #asahi-alt
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-alt
ellyq_ has joined #asahi-alt
ellyq has quit [Read error: Connection reset by peer]
mps has quit [Quit: leaving]
lynndotpy has quit [Quit: bye bye]
lynndotpy has joined #asahi-alt
zerdox has quit [Remote host closed the connection]
zerdox has joined #asahi-alt
jeisom has joined #asahi-alt
dylanchapell has quit [Remote host closed the connection]
cylm has joined #asahi-alt
ellyq has joined #asahi-alt
ellyq_ has quit [Ping timeout: 480 seconds]
mps has joined #asahi-alt
dylanchapell has joined #asahi-alt
<tobhe> has anyone tried a 6.5 kernel before? i am considering rebasing onto that for the ubuntu 23.10 branch. seems easier than backporting the ubuntu parts to 6.4. I would like to avoid know issues if there are any of course
<j`ey> there is a branch that was rebased on 6.5-rc1, so I assume that was probably at least boot tested
<j`ey> fedora 39 is based on 6.5
<tobhe> ah nice, good to know :) so at least I'm not the first
<tobhe> i guess they have the same problem that the upstream patch set is even bigger than the asahi changes, so backporting could be even more work
<j`ey> all the more reason to get stuff merged into mainline :D
<_jannau__> I don't think there are asahi-remix kernel builds for fedora 39 yet
<tobhe> ah indeed https://gitlab.com/fedora-asahi/kernel-asahi seems to be on 6.4 still
<j`ey> sorry I was saying that since fedora 39 is based on 6.5, I assume the remix will also be updated to 6.5
<_jannau__> there will be no further asahi-6.4 tags so I expect asahi-wip to be rebased soonish
compassion1785 has quit [Quit: lounge quit]
cylm has quit [Ping timeout: 480 seconds]
cylm has joined #asahi-alt
compassion1785 has joined #asahi-alt
imobilis has quit [Ping timeout: 480 seconds]
cylm has quit [Ping timeout: 480 seconds]
zerdox has quit [Read error: Connection reset by peer]
zerdox has joined #asahi-alt
delroth has quit [Remote host closed the connection]
delroth has joined #asahi-alt
zerdox has quit [Ping timeout: 480 seconds]
chadmed has quit [Ping timeout: 480 seconds]
zerdox has joined #asahi-alt
<zerdox> i switched to clang and lto and did system upgrade today, including kernel and mesa. trying to launch wayland session as usual and get "lspci: unable to load libkmod resources: error -13". same happens when I load previous kernel. any clue what's happened?
<j`ey> you built and installed all the modules too?
<zerdox> yeah, of course
<zerdox> same commands as from previous upgrade. i just copy them from history in same order. also did asahi-fwupdate
<j`ey> dmesg might have something in it?
<zerdox> anyways when i boot prev. kernel it load previous modules
<j`ey> but still fails?
<zerdox> yes
<zerdox> ill post dmesg rn. i can see some errors but not sure if they are related
<j`ey> yeah nothing there
<j`ey> could strace it
<zerdox> i guess error message related to mesa? i can try to recompile it without lto or with gcc
<zerdox> j`ey: what do you mean by strace it?
<j`ey> lspci shouldnt do anything with mesa
<j`ey> you could run: strace lspci and it may give more clues to the reason for the error
<zerdox> do you want me to try launch wayland before stracing?
<zerdox> maybe i even should do it before logging dmesg
<j`ey> does lspci fail from the tty?
<zerdox> lspci lists pri bridge and 2 network controllers
<zerdox> pci*
<zerdox> nothing more. 3 lines
<j`ey> oh, I wonder whats calling lspci and how it calls it in a way that fails
<zerdox> i am trying to launch hyprland
<zerdox> from greetd
<zerdox> j`ey: i found it
<j`ey> yeah?
<zerdox> launching lspci -v as regular user gives this error
<zerdox> after pci brigde and before network controllers
<zerdox> lspci without -v doesn't cause any errors
<j`ey> try: strace lspci -v then
<zerdox> it's too verbose for me to understand anything
<j`ey> did you run with -v?
<j`ey> yes
<zerdox> log contains 128 "invalid" entries. no "err"
<j`ey> openat(AT_FDCWD, "/lib/modules/6.4.0-asahi-10-edge-ARCH/modules.dep.bin", O_RDONLY|O_CLOEXEC) = -1 EACCES (Permission denied)
<zerdox> oh. yeah, there it is
<j`ey> (thats just before write(2, "lspci: Unable to load libkmod re"..., 51) = 51
<j`ey> )
<j`ey> so that seems to be the issue, but I wouldnt expect that to stop wayland from working
<zerdox> why would this module be readable only from root
<j`ey> not sure
<zerdox> oh, i know why. it's my fault. i'll try to fix it and try to launch again
nela has quit [Quit: bye!]
nela has joined #asahi-alt
<zerdox> that was not the issue
<j`ey> is wayland starting btw?
<zerdox> j`ey: nah. i fucked up
<zerdox> chmod 700 /boot /usr/src /lib/modules /usr/lib/modules
Cyrinux9474 has quit []
<zerdox> this is what i did
<zerdox> shame on me
<j`ey> as root?
<zerdox> yeah
Cyrinux9474 has joined #asahi-alt
<j`ey> well I guess undo that and see if it helps :)
<zerdox> i am not sure how to undo this
<zerdox> and what permissions where before
<j`ey> I guess at least read for everyone
<zerdox> chmod 744 an that dirs did not help. i also did 644 on lib/modules files and 755 on dirs. that fixed lspci permission error
<zerdox> but wayland still doesn't start
<zerdox> the problem that hyprland doesn't give me any clues what's wrong
ellyq has quit [Ping timeout: 480 seconds]
<zerdox> j`ey: http://0x0.st/HfMu.txt i rebuilt hyprland in debug mode and it seems that it doesn't related to permissions at all
<zerdox> i guess permissions i set previously where "fine" and did not broke hyprland, so it was just a waste of time
<zerdox> ok i recompiled mesa and it's all good now :)
jeisom has quit [Ping timeout: 480 seconds]