Fritz Box 7530 can’t connect to dsl

Hello,

I installed openwrt on my 1&1 Branded Fritz Box 7530 but I can’t get the dsl working. Luci shows that the device is not present.

My Provider is Freenet Internet in Germany. Here is my /etc/config/network file:

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 'fd24:f922:b3af::/48'

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

config dsl 'dsl'
        option annex 'j'
        option tone 'bv'
        option ds_snr_offset '0'
        option xfer_mode 'atm'
        option line_mode 'vdsl'
        option firmware '/lib/firmware/vdsl.bin'

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

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

config device
        option name 'dsl0'
        option macaddr '44:4E:6D:66:88:3A'

config interface 'wan'
        option device 'dsl0.7'
        option proto 'pppoe'
        option username 'freenet'
        option password 'freenet'
        option ipv6 'auto'

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

Here are the two firmware bin files I tried:
xcpe_8B2607_8B0B02.bin
xcpe_8D1507_8D0901.bin

Thank you for help

Edit: As far as I know, Freenet Internet runs via Vodafone.

This thread might be helpful:

Okay thank you.

Is the patch included in any recent snapshots?

I would like to run a recent version on my fritz box if possible.

This is still valid (from the author of the patch):

The patch only exists for the older kernel 5 from 23.05.
It would need to be ported to the newer kernel 6.6 to be applicable in snapshots.

You could try the build mentioned here first, see if it solves the problem:

Well, do you see the dc_ep_clk_on failed entries in your fritzbox' dmesg output?

2 Likes