Ehlo wrtians!
Just wondering if these kernel errors actually indicate real issues. Googled quite a lot with no avail...
root@gw:~# logread | grep .err
Sat Feb 18 02:13:01 2023 kern.err kernel: [ 0.663976] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions
Sat Feb 18 02:13:01 2023 kern.err kernel: [ 0.671275] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions
Sat Feb 18 02:13:01 2023 kern.err kernel: [ 0.679317] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions
Sat Feb 18 02:13:01 2023 kern.err kernel: [ 0.686660] OF: Bad cell count for /palmbus@1e000000/spi@b00/flash@0/partitions
Sat Feb 18 02:13:01 2023 kern.err kernel: [ 0.880948] mt7621-pci 1e140000.pcie: Parsing DT failed
Sat Feb 18 02:13:01 2023 kern.err kernel: [ 1.021255] rt2880-pinmux pinctrl: pcie is already enabled
Sat Feb 18 02:13:01 2023 kern.err kernel: [ 1.074200] mt7621-pci 1e140000.pcie: failed to parse bus ranges property: -22
Sat Feb 18 02:13:01 2023 kern.err kernel: [ 1.292933] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK)
Sat Feb 18 02:13:02 2023 daemon.err procd: Could not find firmware /lib/firmware/mediatek/mt7663pr2h.bin: No such file or directory
Sat Feb 18 02:13:02 2023 kern.info kernel: [ 14.751379] mt7615e 0000:02:00.0: Region 0, override_addr = 0x00112c00
Sat Feb 18 02:13:02 2023 kern.info kernel: [ 14.770424] mt7615e 0000:02:00.0: override_addr = 0x00112c00, option = 3
Sat Feb 18 02:13:11 2023 daemon.err odhcpd[1739]: Failed to send to ff02::1%lan@br-lan (Address not available)
Sat Feb 18 02:13:13 2023 daemon.err odhcpd[1739]: Failed to send to ff02::1%lan@br-lan (Address not available)
Sat Feb 18 02:13:13 2023 daemon.err odhcp6c[3039]: Failed to send RS (Address not available)
The odhcpd
error only happens once, after boot. I reckon odhcp
is started before networking is ready.
And another stupid question - would appreciate if anyone stumbled upon this "issue" could confirm it's a harmless warning:
Tue Mar 7 15:45:30 2023 user.warn igmpproxy[4993]: MRT_DEL_MFC; Errno(2): No such file or directory
Tue Mar 7 15:45:30 2023 user.warn igmpproxy[4993]: MRT_DEL_MFC; Errno(2): No such file or directory
Tue Mar 7 15:45:56 2023 user.warn igmpproxy[4993]: MRT_DEL_MFC; Errno(2): No such file or directory
Tue Mar 7 15:46:35 2023 user.warn igmpproxy[4993]: MRT_DEL_MFC; Errno(2): No such file or directory
Tue Mar 7 15:46:35 2023 user.warn igmpproxy[4993]: MRT_DEL_MFC; Errno(2): No such file or directory
Tue Mar 7 15:47:00 2023 user.warn igmpproxy[4993]: MRT_DEL_MFC; Errno(2): No such file or directory
Tue Mar 7 15:47:29 2023 user.warn igmpproxy[4993]: MRT_DEL_MFC; Errno(2): No such file or directory
Tue Mar 7 15:47:29 2023 user.warn igmpproxy[4993]: MRT_DEL_MFC; Errno(2): No such file or directory
Tue Mar 7 15:47:55 2023 user.warn igmpproxy[4993]: MRT_DEL_MFC; Errno(2): No such file or directory
Tue Mar 7 15:48:22 2023 user.warn igmpproxy[4993]: MRT_DEL_MFC; Errno(2): No such file or directory
That's the reason for option verbose 0
config igmpproxy
option quickleave 1
# option verbose [0-3](none, minimal[default], more, maximum)
option verbose 0
config phyint
option network wan
option zone wan
option direction upstream
list altnet 192.168.1.0/24
config phyint
option network lan
option zone lan
option direction downstream
I had to enable IGMP Snooping
for br-lan
and setup igmpproxy
because of Google Hubs and Chromecat problems (unstable streaming, losing internet). Reckon that's what has to be done after reading this forum for quite a while...