n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
sorinello has quit [Ping timeout: 480 seconds]
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #openwrt-devel
Daanct12 has joined #openwrt-devel
minimal has quit [Quit: Leaving]
n3ph_ has quit [Ping timeout: 480 seconds]
ScrewDriver1337 has quit [Quit: ZNC 1.9.1 - https://znc.in]
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #openwrt-devel
ScrewDriver1337 has joined #openwrt-devel
ScrewDriver1337 has quit []
ScrewDriver1337 has joined #openwrt-devel
ScrewDriver1337 has quit []
rua has quit [Quit: Leaving.]
ScrewDriver1337 has joined #openwrt-devel
Daanct12 has quit [Quit: WeeChat 4.4.2]
sestowner has joined #openwrt-devel
sorinello has joined #openwrt-devel
sestowner has quit [Ping timeout: 480 seconds]
<russell--> weird, i have an mr24 with a recent build, but eth0 stopped working and i'm seeing a weird macaddr on the ethernet interface
<russell--> eth0 macaddr should come from the board-config ubi volume
<russell--> i tried r26938-192afd31e3 and it is back to normal
<russell--> r27664-c1c2b61254 and i have the wrong eth0 macaddr
<russell--> [ 2.038230] /plb/opb/emac-rgmii@ef601500: input 0 in rgmii-id mode
<russell--> [ 2.049596] eth0: EMAC-0 /plb/opb/ethernet@ef600c00, MAC 00:01:73:01:23:41
<russell--> that's the wrong mac (from u-boot-env, not board-config)
<russell--> # fw_printenv | grep ethaddr
<russell--> ethaddr=00:01:73:01:23:41
<owrt-images-builds> Build [#386](https://buildbot.openwrt.org/images/#/builders/80/builds/386) of `master_armsr/armv8` completed successfully.
Stat_headcrabbed has joined #openwrt-devel
n3ph has joined #openwrt-devel
MaZderMind has joined #openwrt-devel
El_Loco has joined #openwrt-devel
kirdesde has joined #openwrt-devel
goliath has joined #openwrt-devel
maciekb721 has quit [Quit: bye]
maciekb721 has joined #openwrt-devel
<russell--> 8d302f5ebc6e2787d01d6c6a8ef6bcc403949705 is the commit that broke the macaddr
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_mpc85xx.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
ScrewDriver1337 has quit [Read error: Connection reset by peer]
ScrewDriver1337 has joined #openwrt-devel
ScrewDriver1337 has quit [Remote host closed the connection]
ScrewDriver1337 has joined #openwrt-devel
merbanan has quit [Ping timeout: 480 seconds]
skynet2 has joined #openwrt-devel
rua has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
ScrewDriver1337 has quit [Read error: No route to host]
ScrewDriver1337 has joined #openwrt-devel
rua is now known as Guest5500
rua has joined #openwrt-devel
Guest5500 has quit [Quit: Leaving.]
n3ph has joined #openwrt-devel
minimal has joined #openwrt-devel
nixuser has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
nixuser has joined #openwrt-devel
rua has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<f00b4r0> so the Archer AX55 Pro v2 is apparently filogic-based, which would theoretically make it OpenWrt capapble
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #openwrt-devel
rua has quit [Quit: Leaving.]
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
Stat_headcrabbed has joined #openwrt-devel
rua has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
danitool has joined #openwrt-devel
n3ph has joined #openwrt-devel
skynet2 has quit []
skynet2 has joined #openwrt-devel
skynet2 has quit []
skynet2 has joined #openwrt-devel
skynet2 has quit []
skynet2 has joined #openwrt-devel
skynet2 has quit []
skynet2 has joined #openwrt-devel
skynet2 has quit []
skynet2 has joined #openwrt-devel
skynet2_ has joined #openwrt-devel
skynet2 has quit [Ping timeout: 480 seconds]
colo has joined #openwrt-devel
<colo> hi
<colo> I am trying to get Intel's i915 driver firmware loading properly working in OpenWrt, becasue that seems to be failing on my machine due to a race condition between the rootfs and i915 loading
<colo> kernel docs describe a fallback interface, where userspace can provide firmware data after the fact that it had been requested by a driver, in this document: https://www.kernel.org/doc/html/latest/driver-api/firmware/fallback-mechanisms.html
<colo> I implemented that in a small shell script for the i915 firmware parts I need, and that does work
<colo> it involved waiting for sysfs paths becoming available, and then opening them an writing data into the resulting fds - you have one "signal"-style file, and one "data channel"-style file (for dumping fimrware data into), and that has to happen during a ~60 seconds long window
<colo> my question is, is there an established OpenWrt mechanism that uses this already?
<colo> (maybe something involving hotplug?)
<colo> in case someone wants to check it out, this is my shellscript that I call early from /etc/rc.local that does the trick for me: https://paste.debian.net/plain/1331450
<colo> the sysfs paths that it waits for look like this:
<colo> - /sys/devices/pci0000:00/0000:00:02.0/firmware/i915!kbl_dmc_ver1_04.bin/loading
<colo> - /sys/devices/pci0000:00/0000:00:02.0/firmware/i915!kbl_dmc_ver1_04.bin/data
<colo> this can probably be safely generalized (path name component before the ! is the module, after it is the expected firmware filename), but I am not certain of this
xes__ has joined #openwrt-devel
xes_ has quit [Ping timeout: 480 seconds]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (3.3% images and 99.9% packages reproducible in our current test framework.)
<hurricos> schmars / blogic: RE: designing an OpenWrt One case: if you can more readily publish the board designs and requirements, I may have someone who is interested, and may take on this work for reduced pay so long as the resulting design remains OSHW.
<hurricos> we're aware of the links here: https://docs.banana-pi.org/en/OpenWRT-One/BananaPi_OpenWRT-One -- the PDFs don't do it for him.
<hurricos> our questions would be: 0) (SCH/ASSY files needed); 1) which ports must be externally accessible while the board is in its case?, 2) I'm familiar with the NWA55AXE orientation (antenna, ports, button point down). Is copying that here desired?
<schmars[m]> nice! blogic is the one with all the board info, i know next to nothing about that. but ya'll can point to me about billing :-) i can also send a nwa55axe or cudy ap3000 outdoor for reference/ideas
<schmars[m]> about the nwa55axe, i like that everything points down and is protected from weather by design. but the cudy seems to do fine as well with only the antennas pointing up (little sealing ring on each hole)
<schmars[m]> as for the accessible ports (blogic might have more precise ideas), i think it would be nice to have poe and 2x eth, reset button, and maybe console (usb or pins). the cudy design makes it really easy to pull the board out, so anything else would still be somewhat accessible
<schmars[m]> bonus points for mounting it on ubiquiti rocket sector antennas
<schmars[m]> ok you probably mean the source files that the PDFs were exported from
goliath has joined #openwrt-devel
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
nixuser has quit [Read error: Connection reset by peer]
nixuser has joined #openwrt-devel
<schmars[m]> hurricos: https://one.openwrt.org/hardware/
skynet2_ has quit [Ping timeout: 480 seconds]
minimal has quit [Quit: Leaving]
n3ph_ has quit [Ping timeout: 480 seconds]
sorinello has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]