Exactly, so, it seems necessary to get a list of those packages.
Also, your responses didn't address the IPv6 issue, I really need some assistance in identify the missing package for that too. I would assume this should be considered a Firmware Selector bug.
I'm sure you can understand how this will cause an issue with users.
The ipv6 problem might be related to the luci-proto-ipv6 package. But it might also need another missing package, I suggest comparing manifest files between the default and custom build and finding something ipv6 related.
I guess you're missing me. as you're still focused on LuCI packages. I have no IPv6 connectivity with images from the firmware selector, period. This is regardless of if I install LuCI or not.
I am using a slightly different config, will this be subject to the same bug?
Your config as listed in the defect report is to have one bridge with VLAN filtering.
I have set up my system with separate bridges for each VLAN (since that's what I had to do pre-DSA, I didn't even think to try the VLAN filtering with one bridge).
my config is like this:
config device
option type 'bridge'
option name 'br-iot'
option bridge_empty '1'
list ports 'lan1.3'
list ports 'lan4.3'
list ports 'wan.3'
config device
option name 'br-lan'
option type 'bridge'
option bridge_empty '1'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'wan'
config device
option type 'bridge'
option name 'br-guest'
option bridge_empty '1'
list ports 'lan1.5'
list ports 'lan4.5'
list ports 'wan.5'
(LAN uses untagged traffic via the trunk to the network switch; other networks use VLAN tags on the trunk)
I've tried various different configs and there's been only one that kinda works (with the bugs), all others aren't working at all. You'll most likely lose the config and need to re-setup, it could even be mandatory to re-setup, so expect spending some time there aswell.
Indeed...I ran an experiment to force a roam from another AP to the MR8300-based AP, and it goes half-deaf for about 5 minutes, even with my (weird) separate bridge per VLAN configuration
Any reported issues from anyone updating a WRT3200ACM on OpenWrt 22.03.2 to 23.05.0-rc1 - I've not noticed anything in the forum after doing a search of this post. But thought i would ask just to be safe, encase i overlooked something.
Btw, I used dnsmaq-full, encountered this issue and recompiled with standard dnsmasq in menuconfig, result was the same. dnsmasq failed to start, no dhcp, no dns.
OK, you were calculating GPIO @ 5V - gotcha. I was referencing the whole power consumption as seen on the meter (the router is hence 12 V device - thers no way to measure amperage from the GPIOs without destroying the LEDs). Cool beans.
I used the manifest list to make an image, but I still had no IPv6. The DHCP screen also still had issues. So I just did a factory reset and re-configured my entire device from scratch.
Despite me copying/pasting nearly every config file, I cannot see where the problem config could have been located.
Anyways thanks, I'm now up and running here now.
1 observation:
Any interface edit causes option ra_slaac '1' to be deleted from an interface.
Here's an example, editing 192.168.1.1 to 192.168.1.2:
I always just add luci to the firmware selector. I've checked and I have all of the packages you listed (apart from luci-ssl that I don't need as luci also comes with SSL). As a relative OpenWrt newbie I must be missing something (it doesn't seem to be packages though )
I just wanted to confirm for everyone if only adding luci to the firmware selector is correct and there's no need to add those packages like it was suggested on your previous post, otherwise people who are not that familiar with it (myself included) may start to routinely add them unnecessarily. It may be different for luci-ssl, I've never tried it.