Bintec RS353 support

Hi,

What would be needed to move the bintec rs353 into official?

I have found this page on the wiki: https://openwrt.org/toh/bintec-elmeg/bintec-elmeg_rs353xx

There's also a pull request and other stuff

But I'm unsure if @armSeb is still working on this.

The RS353 comes in several flavours:

Rs353j https://www.bintec-elmeg.com/produkte/routers/router-smart/bintec-rs353j/

Rs353a https://www.bintec-elmeg.com/en/products/routers/router-smart/bintec-rs353a/

Rs353aw https://www.bintec-elmeg.com/en/products/routers/router-smart/bintec-rs353aw/

Rs353jw https://www.bintec-elmeg.com/en/products/routers/router-smart/bintec-rs353jw/

The w versions have wireless, the j version supports ISDN modems, the a supports ADSL and VDSL.

I can liberate a few of the rs353a from my workplace, it's a lantiq device with 128mb ram and 32mb ROM space.

Bintec charge a license fee to enable VDSL, so openwrt would be a great alternative.

1 Like

The device basically looks relatively straight forward to support, so you'd best try to contact armSeb and mkresin about its current state, in order to polish and test the PR for merging. Keep in mind that the existing PR will need changes, both to support kernel 5.10 and to switch the device (and its network configuration in DTS and board.d/ files) from swconfig to DSA (which has happened for all other lantiq devices a few weeks ago).

3 Likes

Any news on this topic? It's a very nice device, because it is rack mountable and you can change the wifi card. But the snapshot release of openwrt in @armSeb 's git repo is not very stable (in my case).

1 Like

Welcome fellow bintec user.

What's not stable?

1 Like

Hi!
Sometimes (actually rarely) the router crashes and does not start again without unplugging the power cord.
I don't know if it's the ath10k driver or what, but WPA3 doesn't work. (But that could be the wifi card I used, today I reinstalled the original card and I'm currently recompiling openwrt).
The WiFi driver often crashes and my WiFi networks can no longer be reached. This can also be the driver card combination.

1 Like

Hello,

I am running OpenWRT on the Bintec product as a Wireless AP. This is quite stable (I actually have 21 days uptime).

I'll try to merge the latest changes and to update the DTB to the DSA architecture. This needs some time.

2 Likes

Yeah, I already thought that the wifi card may be the problem.

Thanks for doing the work. I would also be available as a tester.

Hello :slight_smile:

Good news: I released the 22.03 OpenWRT version into my GitHub repo.

This version is based on the 22.03 branch of the official OpenWRT repo. The Ethernet Switch is based on the new DSA architecture. Please note: this is a work in progress, maybe there is some issues.

You can build it by this way :

git clone https://github.com/armSeb/openwrt-RS353.git
git checkout openwrt-22.03

make menuconfig

(Select the Bintec RS353 from the Lantiq XRX200 Target)

make

Please note that this version is not compatible with the old config files, because of the new DSA switch.

1 Like

Thank you, will test

Hi everyone,
I know this is kind of a old post, but here we go.

I've got two questions:

  • If I install OpenWRT on the RS353, will the VDSL2 modem still work or will it be dead? (I'd need that)
  • Is the image updated (doesn't seem like it on GitHub) or is it compatible with newer releases of OpenWRT?

Sorry for bothering you after two years.
Oh and apparently: Merry Christmas!