<damo22>
mrkiko: yes, i will get my multimeter back from lending it out, tomorrow
<damo22>
mrnuke: i found a lenovo g505s with A10-5750M APU for USD$35 on ebay the other day
<damo22>
shipping was way more than the unit itself, but i really want one again
<damo22>
ive never ported a router before, if the chipset is supported, it must be pretty easy given the hardware is almost fully described in a dts file?
<mrnuke>
damo22: Did we ever figure out a SMU replacement for those? I think they were before PSP came out in AMD silicon
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
<mrnuke>
damo22: BTW, router porting is much easier and fun. I have a few APs and switches under my belt. Someone left their IP TV on loud? `ifconfig eth<n> down`. It's lovely
<damo22>
mrnuke: yes, https://github.com/zamaudio/smutool firmware runs on SMU on f2a85m and keeps the temp at 45C in memtest.... i think it works, but im not convinced i would replace it
<damo22>
SMU is basically a PCI mailbox that pokes at registers that are undocumented on AMD, but you could probably poke them on PCI manually if you knew what to poke
<damo22>
but it does have an out of band microcontroller that runs a loop monitoring the temperature and setting the fan speed
<damo22>
i think they tried to hide the interesting power registers from the docs and put a microcontroller in front of them with some kind of API, but the underlying regs are still there, just, undocumented...
goliath has quit [Quit: SIGSEGV]
<damo22>
if i manage to port this 4g modem/router, i will be able to decommission my old phone which is currently tethered to my old router
ssterling has joined #openwrt-devel
<mrnuke>
damo22: Nice!
Mangix has quit [Ping timeout: 480 seconds]
<ssterling>
I’m trying to port to a new device, but the build is failing on target/linux with this message: “cat: /home/smp/programs/openwrt/build_dir/target-arm_cortex-a9_musl_eabi/linux-bcm53xx_generic/image-.dtb: No such file or directory”
<ssterling>
I have a vague understanding of device trees, and I think I know where this message is coming from, but I’m kinda stumped
rz has quit [Remote host closed the connection]
rz has joined #openwrt-devel
Mangix has joined #openwrt-devel
<ynezz>
Ansuel: mrnuke: stintel: just for the record, opened it and Zyxel XMG1915-10EP is RTL9302
clandmeter has quit [Quit: Alpine Linux, the security-oriented, lightweight Linux distribution]
rua has joined #openwrt-devel
clandmeter has joined #openwrt-devel
wille-io has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
wille-io has joined #openwrt-devel
rua has quit [Quit: Leaving.]
stklcode has quit [Ping timeout: 480 seconds]
* russell--
just tried flashing a purported ubnt nanostation m xw and the ethernet didn't work
<russell-->
build from 2019-03-01 works
robimarko has quit [Ping timeout: 480 seconds]
<russell-->
ah, i figured it out: switch configuration problem
<russell-->
all better now
landswipe has joined #openwrt-devel
<landswipe>
hi everyone, can someone point me to an example where a custom kmod package can be compiled from a package that I have in my own feed (via the sdk)?