marcan changed the topic of #asahi to: Asahi Linux: porting Linux to Apple Silicon macs | General project discussion | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Topics: #asahi-dev #asahi-re #asahi-gpu #asahi-stream #asahi-offtopic | Keep things on topic | Logs: https://alx.sh/l/asahi
yuyichao has quit [Ping timeout: 480 seconds]
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #asahi
DarkShadow44 has quit [Quit: ZNC - https://znc.in]
DarkShadow44 has joined #asahi
DarkShadow44 has quit [Quit: ZNC - https://znc.in]
JTL has quit [Quit: WeeChat 2.9]
JTL has joined #asahi
DarkShadow44 has joined #asahi
Chainsaw has quit [Read error: Connection reset by peer]
Chainsaw has joined #asahi
quarkyalice has quit [Remote host closed the connection]
quarkyalice has joined #asahi
PhilippvK has joined #asahi
phiologe has quit [Ping timeout: 480 seconds]
marvin24 has joined #asahi
marvin24_ has quit [Ping timeout: 480 seconds]
analoq_ has joined #asahi
analoq has quit [Ping timeout: 480 seconds]
amw has quit [Ping timeout: 480 seconds]
amw has joined #asahi
chadmed has quit [Remote host closed the connection]
chadmed has joined #asahi
bisko has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
quarkyalice has quit [Remote host closed the connection]
quarkyalice has joined #asahi
aleasto has joined #asahi
nico_32 has quit [Ping timeout: 480 seconds]
nico_32 has joined #asahi
jbowen has joined #asahi
jbowen has quit [Ping timeout: 483 seconds]
PedroArajo[m] has joined #asahi
yuyichao has joined #asahi
gladiac has quit [Quit: k thx bye]
zopieux has quit [Ping timeout: 480 seconds]
zopieux has joined #asahi
marvin24 has quit [Ping timeout: 480 seconds]
ghantaz[m] has joined #asahi
peerp[m] has joined #asahi
nesnass has joined #asahi
nesnass has quit [Quit: Igloo IRC: https://iglooirc.com]
nesnass has joined #asahi
nesnass has quit [Ping timeout: 480 seconds]
quarkyalice has quit [Remote host closed the connection]
quarkyalice has joined #asahi
quarkyalice has quit [Remote host closed the connection]
quarkyalice has joined #asahi
<MTecknology> awe.... I finally have one of those really super cheap 3-port usb2 hubs that connect to usb-c ports for my keybeard and mouse /and/ I have the time to play around with this again. I went through and updated m1n1 and the linux image. Then I was able to boot up to the debian installer. Unfortunately, I still don't have keyboard or mouse.
<MTecknology> eh.. mouse wouldn't work now anyway
<MTecknology> s/usb2/usb-a/*
<MTecknology> I see there's a "Linux USB keyboard" on https://github.com/AsahiLinux/docs/wiki/SW%3ALinux, but I can't comprehend what most of that is trying to say.
<j_ey> MTecknology: the USB ports dont work with the mainline kernel
<MTecknology> I followed the Building Linux section (grabbing AsahiLinux/linux.git and config-M1)
<j_ey> the branch you use is important
<j_ey> that guide suggest the dart/dev branch
<j_ey> (although that is quite an old branch now, but it doesnt really matter for playing around)
<steev> did you build debian installer yourself as well? because if you're just using a di image, it is gonna try to use 5.10 kernel
<MTecknology> ahh... yeah, I missed that
<MTecknology> I didn't build the installer, I copy/pasted the wget line
<j_ey> MTecknology: are you going to install to a usb drive or something?
<MTecknology> I was hoping to use local disk, but I have spare flash drives if that's needed
<j_ey> if local disk means the builtin ssd/nvme, you want nvme/new
<MTecknology> yep, that one
<j_ey> (nvme/new is a branch)
<MTecknology> excellent, thanks :)
<j_ey> sven has been using that branch for some time.. but I still think there should be a 'no warranties' notice
<MTecknology> This whole thing is 'no warranties' territory, isn't it? :P
<steev> you'd think that, but there are people still out there that get mad if stuff breaks
<sven> that branch still needs the "enable all clocks hack" fwiw
<sven> and you have to be a little bit careful when creating the filesystems
<sven> make sure you don't overwrite macos or the recovery partitions by accident
<MTecknology> I'm not finding that hack mentioned
<j_ey> MTecknology: clk_ignore_unused, you need that on the kernel command line
<sven> i don't think that's enough. you literally need to enable the ANS clock (or all clocks) from mini
<sven> i think that branch doesn't have marcan's clock driver yet
<j_ey> oh right
<j_ey> echo 'pmgr_adt_clocks_enable("/arm-io/ans") ' ..
<MTecknology> ah, thanks again :)
<MTecknology> aaand building nvme/new
<MTecknology> This kinda-sorta reminds me of my first round with gentoo, but more interesting.
JTL has quit [Quit: WeeChat 2.9]
JTL has joined #asahi
JTL has quit []
JTL has joined #asahi
JTL has quit []
JTL has joined #asahi
aleasto has quit [Quit: Konversation terminated!]
<MTecknology> I still seem to be missing something. I'm on the SW:Linux page, I 1) grabbed the AsahiLinux/linux.git repo and config-M1, 2) ran make [...] oldconfig, accepted default options, built the kernel, 3) grabbed Image(.gz) and t8103-j274.dtb, and 4) the debian initrd.gz mentioned right before the 'Directly' section. Following that Directly section, I 5) ran echo
<MTecknology> 'pmgr_adt_clocks_enable("/arm-io/ans") ' | python3.9 proxyclient/tools/shell.py, then 6) tried to boot, and 7) https://dpaste.com/9WXS8YQV7 ... clearly did something wrong, and also wound up at the debian installer with no keyboard. The usb hub I'm using - https://www.amazon.com/gp/product/B07PY87TBD I tried adding "rw root=/dev/sda1 rootdelay=5 rootfstype=ext4", but that looks like
<MTecknology> it's for USB installation. Using "earlycon console=tty0 console=tty0" gave me a blank screen. another attempt - https://dpaste.com/6CNCQ9KLR
<MTecknology> sorry for the wall of text... I know I'm missing things, but no matter how many times I re-read, I'm still struggling.
kendfinger has quit [Read error: Connection reset by peer]
kendfinger has joined #asahi
<MTecknology> I just modified that initrd.gz was able to boot to a shell, but no keyboard.
maennich has quit [Read error: Connection reset by peer]
maennich has joined #asahi