[BPI-R3] Which GPON ONU is working?

I wonder what the quirk looked like with this output…

That’s not a news…it allways worked with the media converter ! But that’s not what i want :smile: i want the ONT plugged inside the BPI-R3 SFP port…

ah, sorry missed the part with media-converter…but what happens when you plug the ont in the sfp-wan, leave it in the bridge, give the bridge the ip above and connect something to the wan-port? so link of wan-port and the bridge should be up…

i don’t understand.

are you asking me to redo the test I’ve already done 10 times before?

in this configuration ?

config device
        option name 'br-wan'
        option type 'bridge'
        list ports 'wan'
	    list ports 'sfp1'

config interface 'ont'
        option device 'br-wan'
        option proto 'static'
        option ipaddr '192.168.20.1'
        option netmask '255.255.255.0'

basicly yes, but with bringing the bridge up by link on wan-port

sorry i don’t understand what you mean…

your bridge was always down, and so the local ip-adress

if you have no error from the sfp itself it may be a problem on ip layer.

scroll right in codeblock

18: br-wan: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN qlen 1000
                                                                             ^^^^
    link/ether 72:68:4d:0f:ba:93 brd ff:ff:ff:ff:ff:ff
    inet 192.168.20.1/24 brd 192.168.20.255 scope global br-wan

the up in fron is the admin-state, but the bridge does not get up when no physical interface is up, so bring the wan-port up (by plugging in a cable ended to another device) and the bridge should be up too

so you want me to plug the ONT in SFP1, and plug a cable in wan port ?

yes, ont in eth1/sfp-wan and wan connected to any other device so that wan-port gets up

ok, here is the result after a reboot

root@OpenWrt:/# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1504 qdisc mq state UP qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::88a6:61ff:fee6:72c5/64 scope link
       valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c6 brd ff:ff:ff:ff:ff:ff
4: wan@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-wan state UP qlen 1000
    link/ether 8a:a6:61:e6:72:c6 brd ff:ff:ff:ff:ff:ff
5: lan1@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
6: lan2@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
7: lan3@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
8: lan4@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
9: sfp2@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
10: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:0c:43:26:60:00 brd ff:ff:ff:ff:ff:ff
11: wlan1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 8e:a6:61:e6:72:c7 brd ff:ff:ff:ff:ff:ff
17: br-lan: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.1/24 brd 192.168.1.255 scope global br-lan
       valid_lft forever preferred_lft forever
    inet6 fd21:974:9b37::1/60 scope global tentative noprefixroute
       valid_lft forever preferred_lft forever
18: br-wan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
    link/ether 8a:a6:61:e6:72:c6 brd ff:ff:ff:ff:ff:ff
    inet 192.168.20.1/24 brd 192.168.20.255 scope global br-wan
       valid_lft forever preferred_lft forever
    inet6 fe80::88a6:61ff:fee6:72c6/64 scope link
       valid_lft forever preferred_lft forever
root@OpenWrt:/#

full bootlog : https://pastebin.com/BC3K2da9

i saw this error, so i unpluged and pluged the ONT again…

root@OpenWrt:/# logread | grep 'eth1'
Fri Sep  1 22:04:17 2023 kern.info kernel: [    1.112044] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc009600000, irq 136
root@OpenWrt:/# logread | grep 'sfp'
Fri Sep  1 22:04:17 2023 kern.info kernel: [    9.681608] sfp sfp-1: Host maximum power 3.0W
Fri Sep  1 22:04:17 2023 kern.info kernel: [    9.686813] sfp sfp-2: Host maximum power 3.0W
Fri Sep  1 22:04:17 2023 kern.err kernel: [   10.012860] sfp sfp-1: EEPROM base structure checksum failure: 0x7c != 0x00
Fri Sep  1 22:04:17 2023 kern.err kernel: [   10.019807] sfp EE: 00000000: 03 04 01 00 00 00 00 00 00 00 00 03 19 00 00 c8  ................
Fri Sep  1 22:04:17 2023 kern.err kernel: [   10.028483] sfp EE: 00000010: 00 00 00 00 40 40 42 40 40 41 00 00 00 00 00 00  ....@@B@@A......
Fri Sep  1 22:04:17 2023 kern.err kernel: [   10.037157] sfp EE: 00000020: 00 20 20 20 00 00 00 00 46 00 11 10 41 50 00 00  .   ....F...AP..
Fri Sep  1 22:04:17 2023 kern.err kernel: [   10.045833] sfp EE: 00000030: 00 00 00 00 00 00 00 00 30 30 20 20 01 14 00 00  ........00  ....
Fri Sep  1 22:04:17 2023 kern.err kernel: [   10.054508] sfp EE: 00000040: 00 ae 11 00 80 ff ff ff 00 00 00 00 00 00 00 00  ................
Fri Sep  1 22:04:17 2023 kern.err kernel: [   10.063183] sfp EE: 00000050: 00 73 b9 00 80 ff ff ff 80 3d 0f 09 c0 ff ff ff  .s.......=......
Fri Sep  1 22:04:18 2023 kern.info kernel: [   15.400095] mt7530-mdio mdio-bus:1f sfp2: configuring for inband/2500base-x link mode
Fri Sep  1 22:04:18 2023 kern.info kernel: [   15.409719] br-lan: port 5(sfp2) entered blocking state
Fri Sep  1 22:04:18 2023 kern.info kernel: [   15.414997] br-lan: port 5(sfp2) entered disabled state
Fri Sep  1 22:04:18 2023 kern.info kernel: [   15.422533] device sfp2 entered promiscuous mode
Fri Sep  1 22:04:58 2023 kern.info kernel: [   54.902742] sfp sfp-1: module ALCATELLUCENT    G010SP           rev 10   sn ALCLFAB44018     dc 161205
root@OpenWrt:/#

An now the Ping :

root@OpenWrt:/# ping 192.168.20.10
PING 192.168.20.10 (192.168.20.10): 56 data bytes
^C
--- 192.168.20.10 ping statistics ---
18 packets transmitted, 0 packets received, 100% packet loss
root@OpenWrt:/#

have you brought up eth1 up too? it seems admin-down…bridge looks good

can you help me with the command to run ? i don’t remember it

OK found

root@OpenWrt:/# ip link set eth1 up
root@OpenWrt:/# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1504 qdisc mq state UP qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::88a6:61ff:fee6:72c5/64 scope link
       valid_lft forever preferred_lft forever
3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c6 brd ff:ff:ff:ff:ff:ff
4: wan@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-wan state UP qlen 1000
    link/ether 8a:a6:61:e6:72:c6 brd ff:ff:ff:ff:ff:ff
5: lan1@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
6: lan2@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
7: lan3@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
8: lan4@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
9: sfp2@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master br-lan state LOWERLAYERDOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
10: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:0c:43:26:60:00 brd ff:ff:ff:ff:ff:ff
11: wlan1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 8e:a6:61:e6:72:c7 brd ff:ff:ff:ff:ff:ff
17: br-lan: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN qlen 1000
    link/ether 8a:a6:61:e6:72:c5 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.1/24 brd 192.168.1.255 scope global br-lan
       valid_lft forever preferred_lft forever
    inet6 fd21:974:9b37::1/60 scope global tentative noprefixroute
       valid_lft forever preferred_lft forever
18: br-wan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
    link/ether 8a:a6:61:e6:72:c6 brd ff:ff:ff:ff:ff:ff
    inet 192.168.20.1/24 brd 192.168.20.255 scope global br-wan
       valid_lft forever preferred_lft forever
    inet6 fe80::88a6:61ff:fee6:72c6/64 scope link
       valid_lft forever preferred_lft forever
root@OpenWrt:/#

Still down ?

it is now admin-up (UP directly after the interface), but you have no link on the interface (no cable plugged into ont itself) so physically DOWN…but this should be same state as on media-converter…still wonder how packets should be routed to the ont…have no experience with sfp like this…maybe @dangowrt has an idea…afair he has some

what does ethtool say?

ethtool -m eth1

and dmesg is clean now?

root@OpenWrt:/# ethtool -m eth1
        Identifier                                : 0x03 (SFP)
        Extended identifier                       : 0x04 (GBIC/SFP defined by 2-wire interface ID)
        Connector                                 : 0x01 (SC)
        Transceiver codes                         : 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
        Encoding                                  : 0x03 (NRZ)
        BR, Nominal                               : 2500MBd
        Rate identifier                           : 0x00 (unspecified)
        Length (SMF,km)                           : 0km
        Length (SMF)                              : 20000m
        Length (50um)                             : 0m
        Length (62.5um)                           : 0m
        Length (Copper)                           : 0m
        Length (OM3)                              : 0m
        Laser wavelength                          : 276nm
        Vendor name                               : @@B@@A_______
        Vendor OUI                                : 00:00:00
        Vendor PN                                 : F___AP__________
        Vendor rev                                : 00
        Option values                             : 0x00 0x1a
        Option                                    : RX_LOS implemented
        Option                                    : TX_FAULT implemented
        Option                                    : TX_DISABLE implemented
        BR margin, max                            : 0%
        BR margin, min                            : 0%
        Vendor SN                                 : @LC@D@@_________
        Date code                                 : 140001
        Optical diagnostics support               : Yes
        Laser bias current                        : 7.082 mA
        Laser output power                        : 0.0001 mW / -40.00 dBm
        Receiver signal average optical power     : 0.0001 mW / -40.00 dBm
        Module temperature                        : 40.74 degrees C / 105.33 degrees F
        Module voltage                            : 3.3391 V
        Alarm/warning flags implemented           : Yes
        Laser bias current high alarm             : Off
        Laser bias current low alarm              : Off
        Laser bias current high warning           : Off
        Laser bias current low warning            : Off
        Laser output power high alarm             : Off
        Laser output power low alarm              : On
        Laser output power high warning           : Off
        Laser output power low warning            : On
        Module temperature high alarm             : Off
        Module temperature low alarm              : Off
        Module temperature high warning           : Off
        Module temperature low warning            : Off
        Module voltage high alarm                 : Off
        Module voltage low alarm                  : Off
        Module voltage high warning               : Off
        Module voltage low warning                : Off
        Laser rx power high alarm                 : Off
        Laser rx power low alarm                  : On
        Laser rx power high warning               : Off
        Laser rx power low warning                : On
        Laser bias current high alarm threshold   : 90.000 mA
        Laser bias current low alarm threshold    : 0.000 mA
        Laser bias current high warning threshold : 70.000 mA
        Laser bias current low warning threshold  : 0.000 mA
        Laser output power high alarm threshold   : 3.1622 mW / 5.00 dBm
        Laser output power low alarm threshold    : 0.8912 mW / -0.50 dBm
        Laser output power high warning threshold : 2.8183 mW / 4.50 dBm
        Laser output power low warning threshold  : 1.0000 mW / 0.00 dBm
        Module temperature high alarm threshold   : 100.00 degrees C / 212.00 degrees F
        Module temperature low alarm threshold    : -50.00 degrees C / -58.00 degrees F
        Module temperature high warning threshold : 95.00 degrees C / 203.00 degrees F
        Module temperature low warning threshold  : -40.00 degrees C / -40.00 degrees F
        Module voltage high alarm threshold       : 3.6000 V
        Module voltage low alarm threshold        : 3.0000 V
        Module voltage high warning threshold     : 3.5000 V
        Module voltage low warning threshold      : 3.1000 V
        Laser rx power high alarm threshold       : 0.1995 mW / -7.00 dBm
        Laser rx power low alarm threshold        : 0.0015 mW / -28.24 dBm
        Laser rx power high warning threshold     : 0.1584 mW / -8.00 dBm
        Laser rx power low warning threshold      : 0.0020 mW / -26.99 dBm
root@OpenWrt:/#

and dmesg

root@OpenWrt:/# dmesg
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.15.129 ([email protected]) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23579-1c56801dd2) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Fri Sep 1 21:45:47 2023
[    0.000000] Machine model: Bananapi BPI-R3
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000040000000-0x00000000bfffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x0000000042ffffff]
[    0.000000]   node   0: [mem 0x0000000043000000-0x000000004302ffff]
[    0.000000]   node   0: [mem 0x0000000043030000-0x000000004fbfffff]
[    0.000000]   node   0: [mem 0x000000004fc00000-0x000000004ffbffff]
[    0.000000]   node   0: [mem 0x000000004ffc0000-0x00000000bfffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.4
[    0.000000] percpu: Embedded 17 pages/cpu s30616 r8192 d30824 u69632
[    0.000000] pcpu-alloc: s30616 r8192 d30824 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
[    0.000000] Kernel command line: root=/dev/mmcblk0p65
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 2040460K/2097152K available (8192K kernel code, 896K rwdata, 2232K rodata, 448K init, 288K bss, 56692K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 640 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000
[    0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns
[    0.000000] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns
[    0.000120] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=13000)
[    0.000129] pid_max: default: 32768 minimum: 301
[    0.000332] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.000344] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.001389] rcu: Hierarchical SRCU implementation.
[    0.001680] smp: Bringing up secondary CPUs ...
[    0.001939] Detected VIPT I-cache on CPU1
[    0.001962] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000
[    0.001988] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.002257] Detected VIPT I-cache on CPU2
[    0.002268] GICv3: CPU2: found redistributor 2 region 0:0x000000000c0c0000
[    0.002279] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.002520] Detected VIPT I-cache on CPU3
[    0.002530] GICv3: CPU3: found redistributor 3 region 0:0x000000000c0e0000
[    0.002539] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.002564] smp: Brought up 1 node, 4 CPUs
[    0.002578] SMP: Total of 4 processors activated.
[    0.002581] CPU features: detected: 32-bit EL0 Support
[    0.002584] CPU features: detected: CRC32 instructions
[    0.002610] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[    0.002664] CPU: All CPU(s) started at EL2
[    0.002673] alternatives: patching kernel code
[    0.005541] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.005563] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.005709] pinctrl core: initialized pinctrl subsystem
[    0.006208] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.006454] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[    0.006486] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.006518] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.006769] thermal_sys: Registered thermal governor 'fair_share'
[    0.006771] thermal_sys: Registered thermal governor 'bang_bang'
[    0.006775] thermal_sys: Registered thermal governor 'step_wise'
[    0.006778] thermal_sys: Registered thermal governor 'user_space'
[    0.006960] ASID allocator initialised with 65536 entries
[    0.007290] pstore: Registered ramoops as persistent store backend
[    0.007294] ramoops: using 0x10000@0x42ff0000, ecc: 0
[    0.017172] cryptd: max_cpu_qlen set to 1000
[    0.018796] 1.8vd: supplied by 12vd
[    0.018920] 3.3vd: supplied by 12vd
[    0.019163] SCSI subsystem initialized
[    0.019242] libata version 3.00 loaded.
[    0.020075] clocksource: Switched to clocksource arch_sys_counter
[    0.020530] NET: Registered PF_INET protocol family
[    0.020641] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.021278] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.021299] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.021307] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.021373] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.021542] TCP: Hash tables configured (established 16384 bind 16384)
[    0.021617] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.021644] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.021757] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.021777] PCI: CLS 0 bytes, default 64
[    0.023981] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[    0.026599] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.026614] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.052677] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
[    0.053265] printk: console [ttyS0] disabled
[    0.073399] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 122, base_baud = 2500000) is a ST16650V2
[    0.714333] printk: console [ttyS0] enabled
[    0.739011] 11003000.serial: ttyS1 at MMIO 0x11003000 (irq = 123, base_baud = 1625000) is a ST16650V2
[    0.768640] 11004000.serial: ttyS2 at MMIO 0x11004000 (irq = 124, base_baud = 1625000) is a ST16650V2
[    0.778420] mtk_rng 1020f000.rng: registered RNG driver
[    0.778480] hwrng: no data available
[    0.783830] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.795459] loop: module loaded
[    0.799715] spi-nand spi0.0: Winbond SPI NAND was found.
[    0.805044] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[    0.813296] 4 fixed-partitions partitions found on MTD device spi0.0
[    0.819657] Creating 4 MTD partitions on "spi0.0":
[    0.824434] 0x000000580000-0x000008000000 : "ubi"
[    0.959457] 0x000000380000-0x000000580000 : "fip"
[    0.966536] 0x000000080000-0x000000380000 : "reserved"
[    0.975022] 0x000000000000-0x000000080000 : "bl2"
[    1.102282] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc009600000, irq 136
[    1.112044] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc009600000, irq 136
[    1.121535] i2c_dev: i2c /dev entries driver
[    1.127187] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
[    1.135641] NET: Registered PF_INET6 protocol family
[    1.141251] Segment Routing with IPv6
[    1.144933] In-situ OAM (IOAM) with IPv6
[    1.148888] NET: Registered PF_PACKET protocol family
[    1.154006] 8021q: 802.1Q VLAN Support v1.8
[    1.159034] pstore: Using crash dump compression: deflate
[    1.170001] mtk-pcie-gen3 11280000.pcie: host bridge /soc/pcie@11280000 ranges:
[    1.177424] mtk-pcie-gen3 11280000.pcie: Parsing ranges property...
[    1.183804] mtk-pcie-gen3 11280000.pcie:      MEM 0x0020000000..0x002fffffff -> 0x0020000000
[    1.218414] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.230358] mmc0: new high speed SDXC card at address aaaa
[    1.236670] mmcblk0: mmc0:aaaa SN64G 59.5 GiB
[    1.244636] Alternate GPT is invalid, using primary GPT.
[    1.250481] FIT: Selected configuration: "config-mt7986a-bananapi-bpi-r3" (OpenWrt bananapi_bpi-r3)
[    1.259517] FIT:           kernel sub-image 0x00001000..0x00510545 "kernel-1" (ARM64 OpenWrt Linux-5.15.129)
[    1.269415] FIT:          flat_dt sub-image 0x00511000..0x00518b66 "fdt-1" (ARM64 OpenWrt bananapi_bpi-r3 device tree blob)
[    1.280616] FIT:          flat_dt sub-image 0x00519000..0x005191dc "fdt-mt7986a-bananapi-bpi-r3-emmc" (ARM64 OpenWrt bananapi_bpi-r3 device tree overlay mt7986a-bananapi-bpi-r3-emmc)
[    1.296930] FIT:          flat_dt sub-image 0x0051a000..0x0051a390 "fdt-mt7986a-bananapi-bpi-r3-nand" (ARM64 OpenWrt bananapi_bpi-r3 device tree overlay mt7986a-bananapi-bpi-r3-nand)
[    1.313244] FIT:          flat_dt sub-image 0x0051b000..0x0051b38f "fdt-mt7986a-bananapi-bpi-r3-nor" (ARM64 OpenWrt bananapi_bpi-r3 device tree overlay mt7986a-bananapi-bpi-r3-nor)
[    1.329384] FIT:          flat_dt sub-image 0x0051c000..0x0051c146 "fdt-mt7986a-bananapi-bpi-r3-sd" (ARM64 OpenWrt bananapi_bpi-r3 device tree overlay mt7986a-bananapi-bpi-r3-sd)
[    1.345350] FIT:       filesystem sub-image 0x0051d000..0x018d0fff "rootfs-1" (ARM64 OpenWrt bananapi_bpi-r3 rootfs)
[    1.355937] FIT: selecting configured loadable "rootfs-1" to be root filesystem
[    1.363231]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p65(rootfs-1) p66(rootfs_data)
[    1.397079] mtk-pcie-gen3 11280000.pcie: PCIe link down, ltssm reg val: 0x1000001
[    1.404593] mtk-pcie-gen3: probe of 11280000.pcie failed with error -110
[    1.433419] mt7530-mdio mdio-bus:1f: configuring for fixed/2500base-x link mode
[    1.442460] mt7530-mdio mdio-bus:1f: Link is Up - 2.5Gbps/Full - flow control rx/tx
[    1.451146] mt7530-mdio mdio-bus:1f wan (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7531 PHY] (irq=144)
[    1.471467] mt7530-mdio mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=145)
[    1.491512] mt7530-mdio mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=146)
[    1.511521] mt7530-mdio mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=147)
[    1.531540] mt7530-mdio mdio-bus:1f lan4 (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7531 PHY] (irq=148)
[    1.542651] DSA: tree 0 setup
[    1.547707] UBI: auto-attach mtd0
[    1.551025] ubi0: default fastmap pool size: 45
[    1.555542] ubi0: default fastmap WL pool size: 22
[    1.560317] ubi0: attaching mtd0
[    5.174963] ubi0: scanning is finished
[    5.220101] ubi0: attached mtd0 (name "ubi", size 122 MiB)
[    5.225591] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    5.232449] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    5.239220] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    5.246163] ubi0: good PEBs: 980, bad PEBs: 0, corrupted PEBs: 0
[    5.252151] ubi0: user volume: 5, internal volumes: 1, max. volumes count: 128
[    5.259353] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0
[    5.267683] ubi0: available PEBs: 0, total reserved PEBs: 980, PEBs reserved for bad PEB handling: 20
[    5.276884] ubi0: background thread "ubi_bgt0d" started, PID 461
[    5.288896] FIT: Selected configuration: "config-mt7986a-bananapi-bpi-r3" (OpenWrt bananapi_bpi-r3)
[    5.297938] FIT:           kernel sub-image 0x00001000..0x004ebc62 "kernel-1" (ARM64 OpenWrt Linux-5.15.127)
[    5.307837] FIT:          flat_dt sub-image 0x004ec000..0x004f39fc "fdt-1" (ARM64 OpenWrt bananapi_bpi-r3 device tree blob)
[    5.319037] FIT:          flat_dt sub-image 0x004f4000..0x004f41dc "fdt-mt7986a-bananapi-bpi-r3-emmc" (ARM64 OpenWrt bananapi_bpi-r3 device tree overlay mt7986a-bananapi-bpi-r3-emmc)
[    5.335351] FIT:          flat_dt sub-image 0x004f5000..0x004f5390 "fdt-mt7986a-bananapi-bpi-r3-nand" (ARM64 OpenWrt bananapi_bpi-r3 device tree overlay mt7986a-bananapi-bpi-r3-nand)
[    5.351667] FIT:          flat_dt sub-image 0x004f6000..0x004f638f "fdt-mt7986a-bananapi-bpi-r3-nor" (ARM64 OpenWrt bananapi_bpi-r3 device tree overlay mt7986a-bananapi-bpi-r3-nor)
[    5.367806] FIT:          flat_dt sub-image 0x004f7000..0x004f7146 "fdt-mt7986a-bananapi-bpi-r3-sd" (ARM64 OpenWrt bananapi_bpi-r3 device tree overlay mt7986a-bananapi-bpi-r3-sd)
[    5.383771] FIT:       filesystem sub-image 0x004f8000..0x00a3bfff "rootfs-1" (ARM64 OpenWrt bananapi_bpi-r3 rootfs)
[    5.394358] FIT: selecting configured loadable "rootfs-1" to be root filesystem
[    5.401645]  ubiblock0_2: p1(rootfs-1)
[    5.401766] block ubiblock0_2: created from ubi0:2(fit)
[    5.415579] VFS: Mounted root (squashfs filesystem) readonly on device 259:0.
[    5.422849] Freeing unused kernel memory: 448K
[    5.434105] Run /sbin/init as init process
[    5.438192]   with arguments:
[    5.441148]     /sbin/init
[    5.443842]   with environment:
[    5.446969]     HOME=/
[    5.449318]     TERM=linux
[    5.573322] init: Console is alive
[    5.576826] init: - watchdog -
[    5.893598] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    5.913280] usbcore: registered new interface driver usbfs
[    5.918808] usbcore: registered new interface driver hub
[    5.924138] usbcore: registered new device driver usb
[    5.932995] xhci-mtk 11200000.usb: supply vbus not found, using dummy regulator
[    5.940410] xhci-mtk 11200000.usb: supply vusb33 not found, using dummy regulator
[    5.948550] xhci-mtk 11200000.usb: xHCI Host Controller
[    5.953781] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 1
[    5.964210] xhci-mtk 11200000.usb: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000210010
[    5.973361] xhci-mtk 11200000.usb: irq 128, io mem 0x11200000
[    5.979179] xhci-mtk 11200000.usb: xHCI Host Controller
[    5.984395] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 2
[    5.991775] xhci-mtk 11200000.usb: Host supports USB 3.2 Enhanced SuperSpeed
[    5.999183] hub 1-0:1.0: USB hub found
[    6.002943] hub 1-0:1.0: 2 ports detected
[    6.007199] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    6.015552] hub 2-0:1.0: USB hub found
[    6.019316] hub 2-0:1.0: 1 port detected
[    6.026686] usbcore: registered new interface driver usb-storage
[    6.032922] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    6.047371] init: - preinit -
[    6.266195] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
[    6.274628] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
[    6.283109] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
[    6.403081] usb 1-1: new high-speed USB device number 2 using xhci-mtk
[    6.535750] hub 1-1:1.0: USB hub found
[    6.539603] hub 1-1:1.0: 4 ports detected
[    6.543962] random: procd: uninitialized urandom read (4 bytes read)
[    8.729513] F2FS-fs (mmcblk0p66): Mounted with checkpoint version = d70cae9
[    8.738393] mount_root: switching to f2fs overlay
[    8.744542] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[    8.758943] urandom-seed: Seeding with /etc/urandom.seed
[    8.793302] procd: - early -
[    8.796246] procd: - watchdog -
[    9.326297] procd: - watchdog -
[    9.338479] procd: - ubus -
[    9.372735] random: ubusd: uninitialized urandom read (4 bytes read)
[    9.393660] random: ubusd: uninitialized urandom read (4 bytes read)
[    9.401814] random: ubusd: uninitialized urandom read (4 bytes read)
[    9.409967] procd: - init -
[    9.580493] kmodloader: loading kernel modules from /etc/modules.d/*
[    9.599995] tun: Universal TUN/TAP device driver, 1.6
[    9.608042] i2c-gpio i2c-gpio-0: using lines 427 (SDA) and 428 (SCL)
[    9.614637] i2c-gpio i2c-gpio-1: using lines 429 (SDA) and 430 (SCL)
[    9.622669] GACT probability on
[    9.626315] Mirror/redirect action on
[    9.632703] u32 classifier
[    9.635421]     input device check on
[    9.639068]     Actions configured
[    9.645923] crypto-safexcel 10320000.crypto: EIP97:230(0,1,4,4)-HIA:270(0,5,5),PE:150/433(alg:7fcdfc00)/0/0/0
[    9.660277] Loading modules backported from Linux version v6.1.24-0-g0102425ac76b
[    9.667777] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36
[    9.681608] sfp sfp-1: Host maximum power 3.0W
[    9.686813] sfp sfp-2: Host maximum power 3.0W
[    9.692578] usbcore: registered new interface driver ums-alauda
[    9.699060] usbcore: registered new interface driver ums-cypress
[    9.705636] usbcore: registered new interface driver ums-datafab
[    9.712201] usbcore: registered new interface driver ums-freecom
[    9.712984] urngd: v1.0.2 started.
[    9.721764] usbcore: registered new interface driver ums-isd200
[    9.728263] usbcore: registered new interface driver ums-jumpshot
[    9.734912] usbcore: registered new interface driver ums-karma
[    9.741416] usbcore: registered new interface driver ums-sddr09
[    9.747909] usbcore: registered new interface driver ums-sddr55
[    9.754458] usbcore: registered new interface driver ums-usbat
[    9.767149] xt_time: kernel timezone is -0000
[    9.824996] random: crng init done
[    9.828407] random: 24 urandom warning(s) missed due to ratelimiting
[   10.012860] sfp sfp-1: EEPROM base structure checksum failure: 0x7c != 0x00
[   10.019807] sfp EE: 00000000: 03 04 01 00 00 00 00 00 00 00 00 03 19 00 00 c8  ................
[   10.028483] sfp EE: 00000010: 00 00 00 00 40 40 42 40 40 41 00 00 00 00 00 00  ....@@B@@A......
[   10.037157] sfp EE: 00000020: 00 20 20 20 00 00 00 00 46 00 11 10 41 50 00 00  .   ....F...AP..
[   10.045833] sfp EE: 00000030: 00 00 00 00 00 00 00 00 30 30 20 20 01 14 00 00  ........00  ....
[   10.054508] sfp EE: 00000040: 00 ae 11 00 80 ff ff ff 00 00 00 00 00 00 00 00  ................
[   10.063183] sfp EE: 00000050: 00 73 b9 00 80 ff ff ff 80 3d 0f 09 c0 ff ff ff  .s.......=......
[   10.207130] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20221012174743a
[   10.207130]
[   10.334169] mt798x-wmac 18000000.wifi: WM Firmware Version: ____000000, Build Time: 20221012174805
[   10.411423] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20221012174937
[   13.178209] PPP generic driver version 2.4.2
[   13.183224] NET: Registered PF_PPPOX protocol family
[   13.189581] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[   13.197408] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
[   13.209750] kmodloader: done loading kernel modules from /etc/modules.d/*
[   15.217389] mtk_soc_eth 15100000.ethernet eth0: Link is Down
[   15.229859] mtk_soc_eth 15100000.ethernet eth0: configuring for fixed/2500base-x link mode
[   15.238343] mtk_soc_eth 15100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
[   15.244776] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
[   15.257126] br-lan: port 1(lan1) entered blocking state
[   15.262370] br-lan: port 1(lan1) entered disabled state
[   15.269218] device lan1 entered promiscuous mode
[   15.273870] device eth0 entered promiscuous mode
[   15.281544] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   15.299060] mt7530-mdio mdio-bus:1f lan2: configuring for phy/gmii link mode
[   15.308950] br-lan: port 2(lan2) entered blocking state
[   15.314220] br-lan: port 2(lan2) entered disabled state
[   15.321450] device lan2 entered promiscuous mode
[   15.333517] mt7530-mdio mdio-bus:1f lan3: configuring for phy/gmii link mode
[   15.343486] br-lan: port 3(lan3) entered blocking state
[   15.348799] br-lan: port 3(lan3) entered disabled state
[   15.355985] device lan3 entered promiscuous mode
[   15.368286] mt7530-mdio mdio-bus:1f lan4: configuring for phy/gmii link mode
[   15.378426] br-lan: port 4(lan4) entered blocking state
[   15.383709] br-lan: port 4(lan4) entered disabled state
[   15.391078] device lan4 entered promiscuous mode
[   15.400095] mt7530-mdio mdio-bus:1f sfp2: configuring for inband/2500base-x link mode
[   15.409719] br-lan: port 5(sfp2) entered blocking state
[   15.414997] br-lan: port 5(sfp2) entered disabled state
[   15.422533] device sfp2 entered promiscuous mode
[   15.435258] mt7530-mdio mdio-bus:1f wan: configuring for phy/gmii link mode
[   15.450406] br-wan: port 1(wan) entered blocking state
[   15.455591] br-wan: port 1(wan) entered disabled state
[   15.462307] device wan entered promiscuous mode
[   18.958104] mt7530-mdio mdio-bus:1f wan: Link is Up - 1Gbps/Full - flow control rx/tx
[   18.965962] br-wan: port 1(wan) entered blocking state
[   18.971098] br-wan: port 1(wan) entered forwarding state
[   18.976857] IPv6: ADDRCONF(NETDEV_CHANGE): br-wan: link becomes ready
[   54.902742] sfp sfp-1: module ALCATELLUCENT    G010SP           rev 10   sn ALCLFAB44018     dc 161205
[  101.373957] hwmon hwmon4: temp1_input not attached to any thermal zone
[ 2307.671915] mtk_soc_eth 15100000.ethernet eth1: configuring for inband/2500base-x link mode
root@OpenWrt:/#

What is this vendor name ???

    Vendor name                               : @@B@@A_______

this is strange and possibly the root-cause for the issues you have…

Vendor name should be ALCATELLUCENT and Vendor PN G010SP

do you use at least a 12V/2A power supply? maybe you have another to try?

i use the one given by the seller, already tried another one, didn’t see any difference

my guess is it doesn’t take the information at the right place…because we see the correct info in the logs :

Fri Sep  1 22:04:58 2023 kern.info kernel: [   54.902742] sfp sfp-1: module ALCATELLUCENT    G010SP           rev 10   sn ALCLFAB44018     dc 161205

My guess is that on boot eeprom is read correctly,then the embedded os from sfp is booted,takes too much current and eeprom read by ethtool (should be same as on bootup,only later) gives errors

root@OpenWrt:/# logread | grep 'sfp'
Fri Sep  1 22:04:17 2023 kern.info kernel: [    9.654577] sfp sfp-1: Host maximum power 3.0W
Fri Sep  1 22:04:17 2023 kern.info kernel: [    9.659741] sfp sfp-2: Host maximum power 3.0W
Fri Sep  1 22:04:17 2023 kern.err kernel: [    9.980829] sfp sfp-1: EEPROM base structure checksum failure: 0x7c != 0x00
Fri Sep  1 22:04:17 2023 kern.err kernel: [    9.987791] sfp EE: 00000000: 03 04 01 00 00 00 00 00 00 00 00 03 19 00 00 c8  ................
Fri Sep  1 22:04:17 2023 kern.err kernel: [    9.996468] sfp EE: 00000010: 00 00 00 00 40 40 42 40 40 41 00 00 00 00 00 00  ....@@B@@A......
Fri Sep  1 22:04:17 2023 kern.err kernel: [   10.005143] sfp EE: 00000020: 00 20 20 20 00 00 00 00 46 00 11 10 41 50 00 00  .   ....F...AP..
Fri Sep  1 22:04:17 2023 kern.err kernel: [   10.013817] sfp EE: 00000030: 00 00 00 00 00 00 00 00 30 30 20 20 01 14 00 00  ........00  ....
Fri Sep  1 22:04:17 2023 kern.err kernel: [   10.022492] sfp EE: 00000040: 80 e7 11 00 80 ff ff ff 00 00 00 00 00 00 00 00  ................
Fri Sep  1 22:04:17 2023 kern.err kernel: [   10.031166] sfp EE: 00000050: 00 45 92 00 80 ff ff ff 80 bd 16 09 c0 ff ff ff  .E..............
Fri Sep  1 22:04:18 2023 kern.info kernel: [   15.299901] mt7530-mdio mdio-bus:1f sfp2: configuring for inband/2500base-x link mode
Fri Sep  1 22:04:18 2023 kern.info kernel: [   15.309574] br-lan: port 5(sfp2) entered blocking state
Fri Sep  1 22:04:18 2023 kern.info kernel: [   15.314840] br-lan: port 5(sfp2) entered disabled state
Fri Sep  1 22:04:18 2023 kern.info kernel: [   15.322355] device sfp2 entered promiscuous mode
Fri Sep  1 22:05:22 2023 kern.info kernel: [   78.934706] sfp sfp-1: module ALCATELLUCENT    G010SP           rev 10   sn ALCLFAB44018     dc 161205
Fri Sep  1 22:05:22 2023 kern.err kernel: [   79.001099] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:22 2023 kern.err kernel: [   79.007885] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:22 2023 kern.err kernel: [   79.014665] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:22 2023 kern.err kernel: [   79.021446] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:22 2023 kern.err kernel: [   79.029611] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:22 2023 kern.err kernel: [   79.036400] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:22 2023 kern.err kernel: [   79.050410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:22 2023 kern.err kernel: [   79.138396] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:22 2023 kern.err kernel: [   79.145180] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:22 2023 kern.err kernel: [   79.162409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:27 2023 kern.warn kernel: [   84.058409] sfp_soft_get_state: 51 callbacks suppressed
Fri Sep  1 22:05:27 2023 kern.err kernel: [   84.058424] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:27 2023 kern.err kernel: [   84.178410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:27 2023 kern.err kernel: [   84.290410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:27 2023 kern.err kernel: [   84.402409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:28 2023 kern.err kernel: [   84.514410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:28 2023 kern.err kernel: [   84.626410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:28 2023 kern.err kernel: [   84.738410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:28 2023 kern.err kernel: [   84.850410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:28 2023 kern.err kernel: [   84.962410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:28 2023 kern.err kernel: [   85.074412] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:32 2023 kern.warn kernel: [   89.138410] sfp_soft_get_state: 38 callbacks suppressed
Fri Sep  1 22:05:32 2023 kern.err kernel: [   89.138425] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:32 2023 kern.err kernel: [   89.258411] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:32 2023 kern.err kernel: [   89.370409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:33 2023 kern.err kernel: [   89.482410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:33 2023 kern.err kernel: [   89.594408] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:33 2023 kern.err kernel: [   89.706410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:33 2023 kern.err kernel: [   89.818410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:33 2023 kern.err kernel: [   89.930410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:33 2023 kern.err kernel: [   90.042410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:33 2023 kern.err kernel: [   90.154410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:37 2023 kern.warn kernel: [   94.218411] sfp_soft_get_state: 38 callbacks suppressed
Fri Sep  1 22:05:37 2023 kern.err kernel: [   94.218423] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:37 2023 kern.err kernel: [   94.330409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:37 2023 kern.err kernel: [   94.442410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:38 2023 kern.err kernel: [   94.554410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:38 2023 kern.err kernel: [   94.666411] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:38 2023 kern.err kernel: [   94.778411] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:38 2023 kern.err kernel: [   94.890410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:38 2023 kern.err kernel: [   95.002410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:38 2023 kern.err kernel: [   95.114410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:38 2023 kern.err kernel: [   95.226409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:42 2023 kern.warn kernel: [   99.290409] sfp_soft_get_state: 38 callbacks suppressed
Fri Sep  1 22:05:42 2023 kern.err kernel: [   99.290414] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:42 2023 kern.err kernel: [   99.402409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:43 2023 kern.err kernel: [   99.514410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:43 2023 kern.err kernel: [   99.626409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:43 2023 kern.err kernel: [   99.738409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:43 2023 kern.err kernel: [   99.850410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:43 2023 kern.err kernel: [   99.962408] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:43 2023 kern.err kernel: [  100.074410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:43 2023 kern.err kernel: [  100.186410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:43 2023 kern.err kernel: [  100.298410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:47 2023 kern.warn kernel: [  104.362409] sfp_soft_get_state: 38 callbacks suppressed
Fri Sep  1 22:05:47 2023 kern.err kernel: [  104.362417] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:48 2023 kern.err kernel: [  104.474410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:48 2023 kern.err kernel: [  104.586410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:48 2023 kern.err kernel: [  104.698409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:48 2023 kern.err kernel: [  104.810410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:48 2023 kern.err kernel: [  104.922411] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:48 2023 kern.err kernel: [  105.034409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:48 2023 kern.err kernel: [  105.146410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:48 2023 kern.err kernel: [  105.258410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:48 2023 kern.err kernel: [  105.370409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:52 2023 kern.warn kernel: [  109.434411] sfp_soft_get_state: 38 callbacks suppressed
Fri Sep  1 22:05:52 2023 kern.err kernel: [  109.434427] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:53 2023 kern.err kernel: [  109.554411] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:53 2023 kern.err kernel: [  109.666412] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:53 2023 kern.err kernel: [  109.778409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:53 2023 kern.err kernel: [  109.890410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:53 2023 kern.err kernel: [  110.002410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:53 2023 kern.err kernel: [  110.114410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:53 2023 kern.err kernel: [  110.226410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:53 2023 kern.err kernel: [  110.338410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:53 2023 kern.err kernel: [  110.450409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:58 2023 kern.warn kernel: [  114.514409] sfp_soft_get_state: 38 callbacks suppressed
Fri Sep  1 22:05:58 2023 kern.err kernel: [  114.514416] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:58 2023 kern.err kernel: [  114.626410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:58 2023 kern.err kernel: [  114.738408] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:58 2023 kern.err kernel: [  114.850412] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:58 2023 kern.err kernel: [  114.962409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:58 2023 kern.err kernel: [  115.074411] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:58 2023 kern.err kernel: [  115.186409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:58 2023 kern.err kernel: [  115.298411] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:58 2023 kern.err kernel: [  115.410409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:05:59 2023 kern.err kernel: [  115.522410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:06:03 2023 kern.warn kernel: [  119.586417] sfp_soft_get_state: 38 callbacks suppressed
Fri Sep  1 22:06:03 2023 kern.err kernel: [  119.586432] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:06:03 2023 kern.err kernel: [  119.706413] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:06:03 2023 kern.err kernel: [  119.818410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:06:03 2023 kern.err kernel: [  119.930410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:06:03 2023 kern.err kernel: [  120.042410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:06:03 2023 kern.err kernel: [  120.154409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:06:03 2023 kern.err kernel: [  120.266410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:06:03 2023 kern.err kernel: [  120.378409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:06:04 2023 kern.err kernel: [  120.490409] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:06:04 2023 kern.err kernel: [  120.602410] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:06:08 2023 kern.warn kernel: [  124.666418] sfp_soft_get_state: 38 callbacks suppressed
Fri Sep  1 22:06:08 2023 kern.err kernel: [  124.666434] sfp sfp-1: failed to read SFP soft status: -6
Fri Sep  1 22:06:08 2023 kern.err kernel: [  124.786413] sfp sfp-1: failed to read SFP soft status: -6

it’s not read correctly at boot, at least with the firmware image i’m using here…

i have to remove and plug the ONT again, and it show a lot of error after this

is the bootdelay quirk currently activated? maybe add the eeprom-crc one too

i don’t know, i think @dale added all quirks ?

Me ? how can i do that ?

btw if i remember well ethtool -m eth1 was showing a correct vendor name with @dangowrt firmware i compiled previously