<mangix>
finally back after that painful hdd replacement in my RAID array
<mangix>
interestingly enough windows drivers for FTDI serial were useless. Had to resort to flashing OpenWrt with kmod-usb-serial-ftdi
bookworm has quit []
bookworm has joined #openwrt-devel
<dwfreed>
mangix: the windows drivers contain a authenticity check
<dwfreed>
s/ a / an /
<robimarko>
dwfreed: Have they finally stopped bricking fake FTDI IC-s?
<robimarko>
Cause they used to set the PID and VID to 0
<robimarko>
So you had to reprogram that manually
shibboleth has joined #openwrt-devel
<rsalvaterra>
Pepes: Omnia revived, but now it lost the eth2 interface, which is… odd. It's only detecting eth0 and eth1. I wonder if something broke in the device tree…
dangole has joined #openwrt-devel
<Pepes>
rsalvaterra: I don't think so that there were any recent changes in DTS. I will check OpenWrt master builds later today.
goliath has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
shibboleth has quit [Quit: shibboleth]
rua has quit [Ping timeout: 480 seconds]
<rsalvaterra>
I also saw no changes. The master snapshot from today is fine, I wonder if something broke in 5.10.104/105. Will test tomorrow, probably.
rua has joined #openwrt-devel
danitool has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
srslypascal is now known as Guest2031
srslypascal has joined #openwrt-devel
Guest2031 has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
gladiac is now known as Guest2032
Guest2032 has quit [Remote host closed the connection]
<champtar>
jow nbd: do you thing it's fixable or we should just add @IPV6 / +IPV6:ip6tables to all packages that need it
minimal has joined #openwrt-devel
shibboleth has joined #openwrt-devel
srslypascal has quit [Remote host closed the connection]
srslypascal has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
_whitelogger_ has joined #openwrt-devel
_whitelogger has quit [Read error: Connection reset by peer]
kkurbjun has quit [Read error: Connection reset by peer]
kkurbjun has joined #openwrt-devel
kkurbjun_ has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
Borromini has joined #openwrt-devel
kkurbjun has quit [Ping timeout: 480 seconds]
kkurbjun_ has quit [Read error: Connection reset by peer]
kkurbjun has joined #openwrt-devel
<jow>
champtar: my suggestion would be to simply drop support for disabling IPv6
<jow>
I do not consider this to be a valid configuration anymore
<jow>
(means removing "IPV6" conditionals)
goliath has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
rua has quit []
rua has joined #openwrt-devel
rua has quit []
rua has joined #openwrt-devel
rua has quit []
rua has joined #openwrt-devel
grid has quit [Quit: grid]
Piraty_ has quit []
Piraty has joined #openwrt-devel
<Habbie>
would any existing openwrt (snapshot) images be likely to work on RTL8196E?
<Borromini>
no
<Borromini>
if you're looking for Realtek SoCs that are supported its just some switch SoCs
<Habbie>
ah
<Habbie>
8196E apparently is a five-port SoC
<Habbie>
interesting choice for this single-port device ;)
<Habbie>
(it's a zigbee bridge)
<Habbie>
Borromini, any idea what it would take to boot openwrt?
<Habbie>
ah, people have branches
<Borromini>
Habbie: well full SoC support, there have been attempts in the past if you look around online
<Borromini>
not sure if any has been mainstream OpenWrt at some point, don't think so
<Habbie>
i did not have that impression, no
shibboleth has quit [Quit: shibboleth]
Piraty_ has joined #openwrt-devel
Piraty has quit [Remote host closed the connection]
<Borromini>
i think the branches are based on rather old OpenWrt versions, but i might be mistaken
<Habbie>
i saw one from mid 2020 that said 'master'
<Habbie>
but, this might be more effort than I'm interested in
noltari has quit [Quit: Bye ~ Happy Hacking!]
noltari has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
gladiac has quit [Quit: k thx bye]
rua has joined #openwrt-devel
aiyion_ has quit [Remote host closed the connection]
aiyion_ has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
<robimarko>
Habbie: Wasnt that based of a 8devices fork and still used the 3.18 kernel?
<Habbie>
robimarko, i did not look that deeply
<Habbie>
to be fair, the box currently runs 3.10 ;)
<xdarklight>
nbd: are you aware of any public datasheet with registers for the ECC (BCH) and NAND controller on MT7621? I am trying to port support for that controller to the upstream Mediatek NAND driver with mediocre success: I get lots of "uncorrectable errors for this page/sector" errors from the ECC controller for which I can't figure out what I'm doing wrong :-(. I've seen https://git.openwrt.org/?p=openwrt/staging/nbd.git;a=commitdiff;
<xdarklight>
h=918d4ab41ea34358c747aab5471bbb0a2a786dd8 and https://git.openwrt.org/?p=openwrt/staging/nbd.git;a=commitdiff;h=ca19339abfaa7de50eff2611e2d5b481a2ddab9a already, but that doesn't seems to do the trick for me