Broken firmware or what? (7490 Avm Fritzbox, 24.10.5)

Latest firmware 24.10.5

Two different routers 7490 Avm Fritzbox

This router has 4 ethernet ports (lan1 lan2 lan3 lan4) and another ethernet port which is seen as eth0 (I think is the port for ftth). Today I have tried to make some configurations (I need tree ports in bridge+1 separated for dmz), but i see something strange..

ifup lan3
Interface lan3 not found

dmesg said



root@OpenWrt:~# dmesg |grep lan4
[    2.806261] gswip 1e108000.switch lan4 (uninitialized): no phy at 1
[    2.812026] gswip 1e108000.switch lan4 (uninitialized): failed to connect to PHY: -ENODEV
[    2.820140] gswip 1e108000.switch lan4 (uninitialized): error -19 setting up PHY for tree 0, switch 0, port 1
root@OpenWrt:~# dmesg |grep lan3
[    2.781664] gswip 1e108000.switch lan3 (uninitialized): no phy at 0
[    2.787506] gswip 1e108000.switch lan3 (uninitialized): failed to connect to PHY: -ENODEV
[    2.795798] gswip 1e108000.switch lan3 (uninitialized): error -19 setting up PHY for tree 0, switch 0, port 0

Firmware error?

/etc/config/network?

1 Like

Using the standard config from firmware.

Please show it. OpenWrt runs on many different devices ...

2 Likes

Just 10 minutes, I will reinstall an unmodified firmware image

1 Like

Original config from fresh installation

config interface 'loopback'
	option device 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'
	option ula_prefix 'f****'

config atm-bridge 'atm'
	option vpi '1'
	option vci '32'
	option encaps 'llc'
	option payload 'bridged'
	option nameprefix 'dsl'

config dsl 'dsl'
	option annex 'b'
	option tone 'av'

config device
	option name 'br-lan'
	option type 'bridge'
	list ports 'lan1'
	list ports 'lan2'
	list ports 'lan3'
	list ports 'lan4'

config device
	option name 'lan1'
	option macaddr '****'

config device
	option name 'lan2'
	option macaddr '****'

config device
	option name 'lan3'
	option macaddr '****'

config device
	option name 'lan4'
	option macaddr '****'

config interface 'lan'
	option device 'br-lan'
	option proto 'static'
	option ipaddr '192.168.1.1'
	option netmask '255.255.255.0'
	option ip6assign '60'

config device
	option name 'dsl0'
	option macaddr '***'

config interface 'wan'
	option device 'dsl0'
	option proto 'pppoe'
	option username 'username'
	option password 'password'
	option ipv6 '1'

config interface 'wan6'
	option device '@wan'
	option proto 'dhcpv6'

The lan3 and lan4 are missing

ifconfig lan3
ifconfig: lan3: error fetching interface information: Device not found

ifconfig lan4
ifconfig: lan4: error fetching interface information: Device not found

dmesg |grep lan4
[ 2.806179] gswip 1e108000.switch lan4 (uninitialized): no phy at 1
[ 2.811928] gswip 1e108000.switch lan4 (uninitialized): failed to connect to PHY: -ENODEV
[ 2.820101] gswip 1e108000.switch lan4 (uninitialized): error -19 setting up PHY for tree 0, switch 0, port 1

I will try tonight a snapshot and I see if lan3 and lan4 return to live.

This is a known issue of 24.10.4/5.

4 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.