nixuser has quit [Read error: Connection reset by peer]
nixuser has joined #openwrt-devel
minimal has joined #openwrt-devel
n3ph has quit [Quit: WeeChat 4.4.3]
n3ph has joined #openwrt-devel
swalker has joined #openwrt-devel
Daanct12 has joined #openwrt-devel
valku has joined #openwrt-devel
minimal has quit [Quit: Leaving]
Sawzallz has quit [Read error: Connection reset by peer]
Sawzall has joined #openwrt-devel
valku has quit [Quit: valku]
Daanct12 has quit [Quit: WeeChat 4.4.4]
Daanct12 has joined #openwrt-devel
anon1226 has joined #openwrt-devel
kernelpannic has joined #openwrt-devel
anon1226 has quit []
kernelpannic has quit []
ankimonno has joined #openwrt-devel
n3ph has quit [Remote host closed the connection]
<russell--> KanjiMonster: i added some debugging printk's to the 4.14.113 + revert to see why it didn't warm-boot hang, and it was because the _old macro wasn't actually setting the value, so, for example the problematic command, shows:
<russell--> [ 0.120068] getCx86(c2)=08
<russell--> [ 0.130000] setCx86(c2,88)
<russell--> [ 0.130000] getCx86(c2)=08
<russell--> (i read the value before and after the set)
<KanjiMonster> russell--: yes, that is what https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f25f64ed5bd3c2932493681bdfdb483ea707da0a also said (when this was done the first time)
<KanjiMonster> I wonder if this is a bios issue
<russell--> if it is a bios issue, it probably isn't fixable
<russell--> i mean, we can't fix the bios
<russell--> i haven't grasped what is fiddling with the SUSP# line
<russell--> there are a grand total of 6 calls to the setCx86_old macro during initialization
lmore377 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<russell--> i guess the outstanding question is, what is affected (if anything) beyond SC1100 or maybe even just the soekris net48xx devices, and how to restrict the change to not enable SUSP# to just those devices affected
rua has quit [Quit: Leaving.]
swalker has quit [Remote host closed the connection]
totkeks has joined #openwrt-devel
<KanjiMonster> russell--: the pdf says to toggle gpio63 to clear the susp# signal, so that should be doable by the kernel before enabling it. no idea how to implement it though
rua has joined #openwrt-devel
robimarko has joined #openwrt-devel
efahl is now known as Guest4181
Guest4181 has quit [Read error: Connection reset by peer]
efahl has joined #openwrt-devel
n3ph has joined #openwrt-devel
caskd has quit [Ping timeout: 480 seconds]
caskd has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
Sawzallz has joined #openwrt-devel
Sawzall has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Quit: WeeChat 4.4.4]
Sawzallz has quit [Read error: Connection reset by peer]
Sawzall has joined #openwrt-devel
ankimonno has quit [Remote host closed the connection]
<russell--> svanheule: regarding gs1900, i'm i understanding i can flash an initramfs image and sysupgrade to the rearranged partitioning from that?
<SlimeyX> what os is being used these days to build openwrt and u-boot
<schmars[m]> i know debian fedora and alpine work fine
<SlimeyX> heh arch is giving me odd fits
<SlimeyX> going to revisit these bsap units again now that things have calmed down
n3ph has joined #openwrt-devel
goliath has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
n3ph has quit [Read error: No route to host]
<svanheule> russell--: yes, if you manage to build an initramfs image, you can (force) flash that. There's a size check in the build for safety
minimal has joined #openwrt-devel
svanheule_ has joined #openwrt-devel
svanheule has quit [Ping timeout: 480 seconds]
dryimpact6 has joined #openwrt-devel
dryimpact has quit [Ping timeout: 480 seconds]
dryimpact6 is now known as dryimpact
svanheule_ has quit []
svanheule has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
n3ph has joined #openwrt-devel
n3ph has quit [Remote host closed the connection]
nixuser has quit [Read error: Connection reset by peer]
nixuser has joined #openwrt-devel
<russell--> SlimeyX: i use arch
<russell--> i haven't noticed any problems recently
n3ph has joined #openwrt-devel
totkeks has quit [Ping timeout: 480 seconds]
n3ph has quit [Read error: No route to host]
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<Habbie> ugh, system header leakage
<Habbie> any general hints for fixing that?
<Habbie> In file included from /usr/include/wchar.h:30,
<Habbie> from /home/peter/openwrt/staging_dir/toolchain-arm_arm926ej-s_gcc-13.3.0_musl_eabi/arm-openwrt-linux-muslgnueabi/include/c++/13.3.0/cwchar:44,
<Habbie> etc.
mrnuke has quit [Ping timeout: 480 seconds]
mrnuke has joined #openwrt-devel
<Habbie> ok, somehow -I/usr/include made it into my compiler call
<Habbie> (before the -I that has the right dir for wchar.h)
<Mangix> Habbie: grep includedir=/ /home/peter/openwrt/staging_dir/target-arm_arm926ej-s_gcc-13.3.0_musl_eabi/usr/lib/pkgconfig
<Habbie> grep: /home/peter/openwrt/staging_dir/target-arm_arm926ej-s_gcc-13.3.0_musl_eabi/usr/lib/pkgconfig: No such file or directory
<Habbie> but i found a few deps that this software (voorkant.org) looks for that i did not put into DEPENDS
<Mangix> i got the directory wrong then
<Mangix> maybe grep includedir=/ /home/peter/openwrt/staging_dir/target-arm_arm926ej-s_gcc-13.3.0_musl/usr/lib/pkgconfig
<Habbie> and -r
<Habbie> ok, that's empty
<Habbie> but it looks like it was missing deps being picked from host because they were not found in openwrt cross
<Mangix> ah right
<Mangix> that is an issue, yes
<Habbie> i learn every day!
<Habbie> i have -great- news (really)
<Habbie> i have reduced my failing build to 'looks like it needs -latomic' :)
<Mangix> latomic is lovely
<Habbie> yeah
<Habbie> quickjs_options.append_compile_args('c', '-latomic')
<Habbie> compile args .. what was i thinking :D
<Habbie> (meson, indeed, nicely passes -latomic to every .o generation, which is useless)
<Habbie> it built!
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #openwrt-devel