Unfortunately the newest VPE image from Zuzia does not provide the ability to connect Guest Wifi.
The network can be set up but clients cannot receive IP addresses.
I have tried everything and every guide, firewall off and on, firewall trafic exceptions for DNS and DHCP ports added, none works, no IP address for guests. Again, SSID and authentication works, but no DHCP and gateway.
Before anyone challenges me to post my firewall config, I challenge you to bring up the Wifi guest network actually, as no one actually did it in this thread (everyone has vlan 71 or guest interface commented out), and post how. I suspect it is an error in the Zuzia image or kernel. I wonder if the Plonk image works.
There was a post from Zuzia about how that is not working and a manual patch (which I did not understand ^^), but that was quite some pages ago.
Problem was in the image before too.
I am also interested in how to build a own image, could not exactly figure that out.
Yes, I see that point. But, to be more precise:
-) My box is the xDSL variant.
-) Zuzia's image works, and TFTP brings me back to it.
-) How do I correctly build my own image?
I know how to build OpenWRT for other hardware, tried all configurations seemingly reasonable to me and both the fork of QAuge and Plonk34.
But my box just does not run with the resulting images.
Hi there,
the build from 27.05.2021 should work (short tested but not the Guest-WLAN see "note").
QAuges repositorie is the main developing branch he is the guy with the know how
My xrx200-3 is the latest branch it is a adjustment from QAuge on Openwrt + some PR and other stuff for other xrx200 Router
(futured branch will called xrx200-4, -5, ... usw.)
but without some small changes without uboot and the WLAN, screen and touchpad driver
(the extra driver are here: https://github.com/Plonkbong/openwrt-feeds-easybox904-driver
and extra packages here: https://github.com/Plonkbong/openwrt-feeds-easybox904-minpkgset most of them for a working screen)
If you want to see how i exact build them on 27.05.2021
You can see it on openwrt_download_xrx200_snapshot-20210527.191445.tar.xz here are build scripts inside which is my build reproducible
see fullowrtbuild-eb904x.sh and them the function: openwrtsource_prepare.
Here are what i have exact done on 27.05.2021
But
I fear that the openwrt developing is going on and the branch will not working now.
When the underlying openwrt have some small lantiq changes it cost much time and energie to adjust the own branch.
The adjustment sucks and is not possible in future the only solution is to add them to openwrt.
But there is not much interrest to add this Router.
Possible reasons why the fullimage fail:
The fullimage are the init-ram-kernel image, it must be smaller them 5MB, because the kernel-partition where it be write to is ca max. 5MB.
The network configuration was generally changed and the default network configuration is not working.
A short workaround after patching is this:
sed s/"add_list "/"# add_list "/ -i target/linux/lantiq/base-files/etc/uci-defaults/80_wifi_setup
Indeed, especially lantiq's recent switch to DSA is very likely to wreak havoc (as lantiq- and realtek switches have a quite peculiar and fragile relation).
@QAuge do you know whether with these recent images, particularly the VPE editions, it is possible to add the Wifi for guests in a separate vlan for internet access only (as in stock image)?
If not, I will put this router aside for another few months ... I bought already a Fritzbox 7490 to overcome "the challenges" I have with this box.
I've been running the EasyBox 904 xDSL for almost a year now. I'm using a (custom) vpe image, but only use the EasyBox as a modem and to connect a telephone to my main asterisk. WiFi wasn't working well, so I disabled it. I bridge dsl0.7 (because my provider uses VLAN 7) to eth0.7, and then connect via PPPoE from an OpenWRT VM on an Odroid-N2.
I don't have any issues with DSL. I once got an DSL uptime of over 70 days, which was only interrupted because some construction work in the basement tickled the line.
In between I rebuilt the image, mostly fiddling around with framebuffer stuff (summary: it's very slow, who'd have thought). Unfortunately, as this downstream branch diverges from OpenWRT upstream, building against the package stream becomes difficult to impossible.
Also, one issue that did not go away were the ethernet ports. Often, when the EasyBox boots, no ports come up until I randomly unplug and replug the cables. Sometimes unplugged ports show up in swconfig as up.
If the problem persists, use Wireshark to figure out what is actually going on. I had the same behavior/error message on the 904's screen when my tftp server refused the download request for fullimage.img due to incorrect access settings (I'm using tftpd-hpa and it was missing the -s option).
The latter point seems to have been identified as the main roadblock right from the start.
I'm wondering why whatever difference in code there might be, those differences could not be integrated with some #ifdefs or, if the differences in code are too numerous, a completely separate piece of code/driver which can be selected as an alternative when building an OpenWRT image (and is being selected when building for the 904).
Because the kernel is shared by all devices of the lantiq xrx200 (sub-)target, but you need to know the correct BBT marker for reading from NAND (so before you could read out some switch to toggle between normal- and eb904 specific markers). If you'd just add support for the eb904, you'd break support for all other (NAND based-) lantiq devices at the same time.
Switch and wireless are also difficult (but solvable in comparison, you'd 'just' need the leg work to clean up the patches and get them merged), the display is probably not supportable in a meaningful way (just too much stuff needed for a single device, difficult/ lots of maintenance work - but not impossible).
Regarding the BBT modification, I was not referring to a runtime toggle, but rather to a compile-time differentiation. What's wrong with compiling a kernel with eb904-specific markers?
I started experimenting with this device again. Tbh, I do not have any hopes that this will be merged into the main branch. But we are lucky to have you guys to build custom images
I am still suffering from the WIFI functionalities. 5Ghz Wifi will not go through even 1 wall... Do you guys know how to increase the txpower dB on this device? I had no success, unfortunately with the usual commands. It seems the driver does not support this.
Don't worry, of course I will not go above the regulation of my country.
Does anyone know how to set the auth mode and encryption? No matter what I put as encryption mode in /etc/config/wireless , /sbin/wifi always defaults back to WEP for all interfaces:
unfortunately I can't resolve DNS with the new SMP-Firmware of @Zuzia . Could anyone help to find the problem with an howto next?
I tried to find already in /etc/dnsmasqc.conf some hints and in /etc/config/dhcp, but weren't able to get DNS resolved. Internet-Connection is established and working to ping 1.1.1.1, but no dns. It is not possible from Client-PC nor of EB904. I would love to get some hints, i couldn't find a solution on openwrt-howto-sites....