Hi,
the one from @jayanta525.
Ced
I am not using snapshot, just the friendlyarm version. I was waiting for 19.07.5 but that doesn't have new targets. I will probably move to snapshot soon.
Any downsides to using your version? Also, have you iperf'd it? I'd also be interested in power draw of your version...thanks!
Had some time to debug my DNS issue, as I encountered it again with a fresh snapshot install. The https-dns-proxy package doesn't seem to work anymore unless a DNS server is set for WAN, whereas before it worked without one. Strange, as I don't remember fiddling with the device before it broke last time, but I could be mistaken. DNS-over-HTTPS is working now, so I'm just going to chalk this one up to snapshot quicks and nothing specific to the R2S
The only minor issue I’ve come across is that changing the wan MAC address in luci doesn’t do anything, as the real MAC is specified by wan_dev and not wan in /etc/config/network. I remember this being the case for a previous device and it was eventually fixed, I think
Hello,
I successfully migrated from FriendlyWRT to OpenWRT (latest snapshot build). I managed to get everything working except for IPTV stream from my ISP provider using udpxy for multicast - unicast conversion. The multicast stream works flawlessly, but after installing udpxy and reformating the playlist (http://192.168.1.1:4022/udp/xxx.xxx.xxx.xxx:5000) the stream does not appear on my computer. The settings in udpxy are default (and the same that I had when using FriendlyWRT). Could there be some firewall isues? Any ideas what rules could I add to firewall? Or should I look somewhere else for a culprit?
I solved the issue by adding the following to the /etc/config/firewall:
config rule
option target 'ACCEPT'
option src 'wan'
option proto 'udp'
option name 'iptv'
option family 'ipv4'
option dest_port '5000'
I have been trying to set up my NanoPi R2S as a router for an iphone 6s. I followed a guide I found on OpenWrt Wiki, but I cannot seem to install the drivers for ios devices. So far I've tried installing the ios drivers on friendlywrt, and a few of jayanta525's snapshots, but I haven't had any luck. Any advice is greatly appreciated.
The guide I used: https://openwrt.org/docs/guide-user/network/wan/smartphone.usb.tethering
Does anyone using latest snapshot? Architecture in LuCi overview shown as ?. I can't install ipk files and will be given incompatible architecture errors.
Do I need to manually compile it? I downloaded your release and my r2s won't work. The SYS light blinks twice every second.
Maybe because you're using ipk files from a different architecture.
Try installing with opkg.
I can install those ipks when I am using other image. Also the architecture showing ? is not a bug? Perhaps something is broken?
aarch64_generic is what I want right?
Also, I from what I read here, seems that I cannot install packages in snapshot? For every packages, I need to build it into image?
Anyone successfully used a higher MTU than 1500 for eth0? I'm trying to set up VLANs and micro jumbo frames for PPPoe.
uci set network.lan_eth1_dev.mtu='1508'
uci set network.wan_eth0_dev.mtu='1508'
ifconfig after boot -
eth0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
eth1
UP BROADCAST RUNNING MULTICAST MTU:1508 Metric:1
As you can see only eth1 has changed MTU, eth0 stays the same.
This is on snapshot, I think r15476-a1a7f3274e
I have been running this great low cost router for a few weeks now without any hiccups, for a few days without any heat sink with a reasonably constant 100mbps routing load.
I have a main wifi mesh network but I’d like to add a USB AP to this router to extend the network to one distant device and I love the idea of really low power devices so I’d prefer not to have to run a full blown AP at 5-10w. Are there any USB Adapters capable of running 24/7 in AP mode for standard 2.4gig?
No, there are no reliable USB wireless cards that would be acceptable for AP or 24/7 uses. A low-end concurrent dual-band ath79 or mt7621 based AP will beat this in every regard, without requiring significantly more electricity.
https://openwrt.org/toh/friendlyarm/friendlyarm_nanopi_r2s#installation is currently listing ext4 image for installation and squashfs for sysupgrade. Why is that so?
Hey @jayanta525.
I am completely new and unexperienced to the development part of openwrt but I wanted to check if there was some support already existing for another rk3328 SBC and bumped into your work on NanoPi R2S here.
In few different places in the code (in your and official github repositories) I have found a mention of Libre Computer's ROC-RK3328-CC (Renegade) board. It is also referred to as rk3328-roc-cc.
Maybe you would know if that means that snapshots of some other rk3328 SBC might work on roc-rk3328-cc too or that someone is working on bringing support to this board.
Thanks in advance!
Has anyone ever found a solution to this tx stuck problem on R2S USB/eth converter:
[ 5160.598532] r8152 4-1:1.0 eth1: Tx timeout
[ 5162.656530] r8152 4-1:1.0 eth1: Tx status -2
[ 5162.656981] r8152 4-1:1.0 eth1: Tx status -2
[ 5162.657403] r8152 4-1:1.0 eth1: Tx status -2
[ 5162.657823] r8152 4-1:1.0 eth1: Tx status -2
[ 5163.267245] usb 4-1: reset SuperSpeed Gen 1 USB device number 2 using xhci-hcd
[ 5163.299413] r8152 4-1:1.0 eth1: Invalid ether addr 00:00:00:00:00:00
[ 5163.299987] r8152 4-1:1.0 eth1: Random ether addr 3a:c4:be:ba:29:f3
[ 5163.302628] r8152 4-1:1.0 eth1: Promiscuous mode enabled
[13055.477937] r8152 4-1:1.0 eth1: Tx timeout
[13055.480876] r8152 4-1:1.0 eth1: Tx status -2
[13055.481298] r8152 4-1:1.0 eth1: Tx status -2
[13055.481705] r8152 4-1:1.0 eth1: Tx status -2
[13055.482199] r8152 4-1:1.0 eth1: Tx status -2
[13057.667222] usb 4-1: reset SuperSpeed Gen 1 USB device number 2 using xhci-hcd
[13057.699388] r8152 4-1:1.0 eth1: Invalid ether addr 00:00:00:00:00:00
[13057.699967] r8152 4-1:1.0 eth1: Random ether addr 32:b3:d7:ee:38:ee
[13057.703187] r8152 4-1:1.0 eth1: Promiscuous mode enabled
I've tried all the usual solutions one can find on the internet, ie. disabled power saving on the converter and on the whole xhci, disabled tx offloading etc. Still, athough maybe less often, the problem comes up regulary, a couple of times per day.
Any help maybe?
Hi @AbraxasDMG
The image for rk3328 target will support the ROC-RK3328-CC, but there will be incompatibility is hardware peripherals such as the USB3.0 and the two USB2.0 as the device tree for the NanoPi R2S has the two USB2.0 deactivated and USB3.0 is connected directly to an RTL8152 network adapter.
Also there will be performance issues with the Gigabit ethernet port, as the tx_delay and rx_delay varies among boards.
The ROC-RK3328-CC is already merged in upstream Linux as well as u-boot. Supporting OpenWrt on that board is just a matter of few lines.
Hi, is possible to install netdata packages on Openwrt snapshot? Luci-app-netdata is available?
Cheers zWolf