None at this time.
→ Install OpenWrt (generic explanation)
Connect to FTP server at 192.168.178.1 ('adam2' for both the username and password) during the first few seconds during startup:
>ftp 192.168.178.1 Verbindung mit 192.168.178.1 wurde hergestellt. 220 ADAM2 FTP Server ready 530 not logged in Benutzer (192.168.178.1:(none)): adam2 331 Password required for adam2 Kennwort: 230 User adam2 successfully logged in ftp> quote GETENV HWRevision HWRevision 218 ftp> quote SETENV linux_fs_start 0 200 GETENV command successful ftp> bin 200 Type set to BINARY ftp> quote MEDIA FLSH 200 Media set to MEDIA_FLASH ftp> close 221 Thank you for using the FTP service on ADAM2 ftp> quit >
The FTP server will now wait for a new connection. Then use eva_ramboot.py to install OpenWrt. More instructions in the commit
In above example, we queried the value of environment variable 'HWRevision'. Here's a list of other environment variables:
HWRevision 218 HWSubRevision 3 ProductID Fritz_Box_HW218 SerialNumber 0000000000000000 annex B autoload yes bootloaderVersion 1.2589 bootserport tty0 cpufrequency 500000000 firstfreeaddress 0x811FB58C firmware_info 146.07.29 firmware_version avm flashsize nor_size=0MB sflash_size=0KB nand_size=128MB maca 7C:FF:4D:CA:5E:3B macb 7C:FF:4D:CA:5E:3C macwlan 7C:FF:4D:CA:5E:3D macdsl 7C:FF:4D:CA:5E:3E memsize 0x08000000 modetty0 38400,n,8,1,hw modetty1 38400,n,8,1,hw mtd0 0x840000,0x3840000 mtd1 0x440000,0x840000 mtd2 0x0,0x40000 mtd3 0x40000,0x440000 mtd4 0x0,0x200000 my_ipaddress 192.168.178.1 prompt Eva_AVM req_fullrate_freq 250000000 sysfrequency 250000000 urlader-version 3589 usb_board_mac 7C:FF:4D:CA:5E:3F usb_device_id 0x0000 usb_device_name USB DSL Device usb_manufacturer_name AVM usb_revision_id 0x0000 usb_rndis_mac 7C:FF:4D:CA:5E:40 wlan_key 66044494815589890064
8 fixed-partitions partitions found on MTD device 10000000.flash Creating 8 MTD partitions on "10000000.flash": 0x000000000000-0x000000040000 : "urlader" 0x000000040000-0x000000440000 : "nand-tffs" 0x000000440000-0x000000840000 : "kernel" 0x000000840000-0x000003840000 : "ubi" 0x000003840000-0x000003c40000 : "reserved-kernel" 0x000003c40000-0x000006c40000 : "reserved-filesystem" 0x000006c40000-0x000006e40000 : "config" 0x000006e40000-0x000008000000 : "nand-filesystem"
dev: size erasesize name mtd0: 00040000 00020000 "urlader" mtd1: 00400000 00020000 "nand-tffs" mtd2: 00400000 00020000 "kernel" mtd3: 03000000 00020000 "ubi" mtd4: 00400000 00020000 "reserved-kernel" mtd5: 03000000 00020000 "reserved-filesystem" mtd6: 00200000 00020000 "config" mtd7: 011c0000 00020000 "nand-filesystem"
Enter values for “FILL-IN” below
Bootloader tftp server IPv4 address | FILL-IN |
---|---|
Bootloader MAC address (special) | FILL-IN |
Firmware tftp image | Latest OpenWrt release (NOTE: Name must contain “tftp”) |
TFTP transfer window | FILL-IN seconds |
TFTP window start | approximately FILL-IN seconds after power on |
TFTP client required IP address | FILL-IN |
http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/
LuCI Upgrade URLIf you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:
sysupgrade
mtd
Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc sysupgrade /tmp/xxx.abc
If sysupgrade
does not support this router, use mtd
.
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc mtd write /tmp/xxx.abc linux && reboot
If everything fails, reset to original firmware (https://download.avm.de/fritzbox/fritzbox-7430/deutschland/recover/) and start over.
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Releases up to 22.03.2 are missing the module kmod-usb-dwc2 to make USB functional. See issue https://github.com/openwrt/openwrt/issues/11326. Install kmod-usb-dwc2 manually to make USB functional.
Please fill in real values for this device, then remove the EXAMPLEs
The default network configuration is:
Interface Name | Description | Default configuration |
---|---|---|
br-lan | EXAMPLE LAN & WiFi | EXAMPLE 192.168.1.1/24 |
vlan0 (eth0.0) | EXAMPLE LAN ports (1 to 4) | EXAMPLE None |
vlan1 (eth0.1) | EXAMPLE WAN port | EXAMPLE DHCP |
wl0 | EXAMPLE WiFi | EXAMPLE Disabled |
Please fill in real values for this device, then remove the EXAMPLEs
Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.
Port | Switch port |
---|---|
Internet (WAN) | EXAMPLE 4 |
LAN 1 | EXAMPLE 3 |
LAN 2 | EXAMPLE 2 |
LAN 3 | EXAMPLE 1 |
LAN 4 | EXAMPLE 0 |
→ hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.
The AVM FRITZ!Box 7430 has the following buttons:
BUTTON | Event |
---|---|
DECT | - |
WLAN / WPS | - |
Note: This will void your warranty!
Remove 4 screws at the bottom of the device. 2 screws are hidden under the front rubber feets.
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
Insert photo of PCB with markings for serial port
Replace EXAMPLE by real values.
Serial connection parameters for AVM FRITZ!Box 7430 @@Version@@ | EXAMPLE 115200, 8N1, 3.3V |
---|
→ port.jtag general information about the JTAG port, JTAG cable, etc.
How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port
None so far.
COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE
[ 0.000000] Linux version 5.10.146 (builder@buildhost) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19803-9a599fee93) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Fri Oct 14 22:44:41 2022 [ 0.000000] SoC: xRX200 rev 1.2 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019556 (MIPS 34Kc) [ 0.000000] MIPS: machine is AVM FRITZ!Box 7430 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Detected 1 available secondary CPU(s) [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] On node 0 totalpages: 32768 [ 0.000000] Normal zone: 288 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 0.000000] percpu: Embedded 14 pages/cpu s26608 r8192 d22544 u57344 [ 0.000000] pcpu-alloc: s26608 r8192 d22544 u57344 alloc=14*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 [ 0.000000] Kernel command line: console=ttyLTQ0,115200 [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.000000] Writing ErrCtl register=00031c90 [ 0.000000] Readback ErrCtl register=00031c90 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 119508K/131072K available (6920K kernel code, 625K rwdata, 1104K rodata, 1252K init, 213K bss, 11564K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, 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 10 jiffies. [ 0.000000] NR_IRQS: 256 [ 0.000000] CPU Clock: 500MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041786 ns [ 0.000013] sched_clock: 32 bits at 250MHz, resolution 4ns, wraps every 8589934590ns [ 0.007995] Calibrating delay loop... 331.77 BogoMIPS (lpj=1658880) [ 0.074085] pid_max: default: 32768 minimum: 301 [ 0.079032] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.086229] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.098416] rcu: Hierarchical SRCU implementation. [ 0.103660] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 0.111784] smp: Bringing up secondary CPUs ... [ 0.117686] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.117703] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 0.117798] CPU1 revision is: 00019556 (MIPS 34Kc) [ 0.171486] Synchronize counters for CPU 1: done. [ 0.195798] smp: Brought up 1 node, 2 CPUs [ 0.206954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.216734] futex hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.223676] pinctrl core: initialized pinctrl subsystem [ 0.231593] NET: Registered protocol family 16 [ 0.236836] thermal_sys: Registered thermal governor 'step_wise' [ 0.271887] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV [ 0.285534] pinctrl-xway 1e100b10.pinmux: Init done [ 0.303762] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28 [ 0.311774] pcie-xrx200 1d900000.pcie: failed to get the PCIe PHY [ 0.389577] usbcore: registered new interface driver usbfs [ 0.395228] usbcore: registered new interface driver hub [ 0.400674] usbcore: registered new device driver usb [ 0.412100] clocksource: Switched to clocksource MIPS [ 0.420231] NET: Registered protocol family 2 [ 0.425221] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.442699] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.451021] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.458769] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.465920] TCP: Hash tables configured (established 1024 bind 1024) [ 0.472446] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.478854] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.486384] NET: Registered protocol family 1 [ 0.490627] PCI: CLS 0 bytes, default 32 [ 0.495626] gptu: totally 6 16-bit timers/counters [ 0.500415] gptu: misc_register on minor 63 [ 0.504855] gptu: succeeded to request irq 126 [ 0.509250] gptu: succeeded to request irq 127 [ 0.513810] gptu: succeeded to request irq 128 [ 0.518223] gptu: succeeded to request irq 129 [ 0.522845] gptu: succeeded to request irq 130 [ 0.527267] gptu: succeeded to request irq 131 [ 0.532046] No VPEs reserved for AP/SP, not initialize VPE loader [ 0.532046] Pass maxvpes=<n> argument as kernel argument [ 0.543457] No TCs reserved for AP/SP, not initializing RTLX. [ 0.543457] Pass maxtcs=<n> argument as kernel argument [ 0.558358] workingset: timestamp_bits=14 max_order=15 bucket_order=1 [ 0.572789] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.578470] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.589995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.603689] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc [ 0.612762] printk: console [ttyLTQ0] enabled [ 0.621375] printk: bootconsole [early0] disabled [ 0.637606] nand: device found, Manufacturer ID: 0x98, Chip ID: 0xf1 [ 0.642539] nand: Toshiba NAND 128MiB 3,3V 8-bit [ 0.647141] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 0.654952] Scanning device for bad blocks [ 0.741284] Bad eraseblock 768 at 0x000006000000 [ 0.771810] 8 fixed-partitions partitions found on MTD device 10000000.flash [ 0.777423] Creating 8 MTD partitions on "10000000.flash": [ 0.782964] 0x000000000000-0x000000040000 : "urlader" [ 0.789378] 0x000000040000-0x000000440000 : "nand-tffs" [ 0.794923] 0x000000440000-0x000000840000 : "kernel" [ 0.800149] 0x000000840000-0x000003840000 : "ubi" [ 0.806013] 0x000003840000-0x000003c40000 : "reserved-kernel" [ 0.812210] 0x000003c40000-0x000006c40000 : "reserved-filesystem" [ 0.819459] 0x000006c40000-0x000006e40000 : "config" [ 0.827680] 0x000006e40000-0x000008000000 : "nand-filesystem" [ 1.192293] gswip 1e108000.switch: dsa switch register failed: -517 [ 1.204578] hwmon hwmon0: temp1_input not attached to any thermal zone [ 1.216418] NET: Registered protocol family 10 [ 1.230727] Segment Routing with IPv6 [ 1.233210] NET: Registered protocol family 17 [ 1.237512] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.251097] 8021q: 802.1Q VLAN Support v1.8 [ 1.260464] pcie-xrx200 1d900000.pcie: failed to get the PCIe PHY [ 1.604943] gswip 1e108000.switch lan3 (uninitialized): PHY [1e108000.switch-mii:11] driver [Intel XWAY PHY22F (xRX v1.2 integrated)] (irq=POLL) [ 1.621560] gswip 1e108000.switch lan4 (uninitialized): PHY [1e108000.switch-mii:12] driver [Intel XWAY PHY22F (xRX v1.2 integrated)] (irq=POLL) [ 1.638526] gswip 1e108000.switch lan1 (uninitialized): PHY [1e108000.switch-mii:13] driver [Intel XWAY PHY22F (xRX v1.2 integrated)] (irq=POLL) [ 1.655499] gswip 1e108000.switch lan2 (uninitialized): PHY [1e108000.switch-mii:14] driver [Intel XWAY PHY22F (xRX v1.2 integrated)] (irq=POLL) [ 1.669702] DSA: tree 0 setup [ 1.671297] gswip 1e108000.switch: probed GSWIP version 21 mod 0 [ 1.800447] PCI host bridge /fpi@10000000/pcie@d900000 ranges: [ 1.805142] PCI host bridge to bus 0000:00 [ 1.809001] pci_bus 0000:00: root bus resource [mem 0x1c000000-0x1cffffff] [ 1.815916] pci_bus 0000:00: root bus resource [io 0x1d800000-0x1d8fffff] [ 1.822745] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 1.829469] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 1.837534] ifx_pcie_rc_class_early_fixup: fixed pcie host bridge to pci-pci bridge [ 1.855111] pci 0000:00:00.0: 0x806bd09c took 17147 usecs [ 1.859067] pci 0000:00:00.0: [1bef:0011] type 01 class 0x060400 [ 1.865249] pci 0000:00:00.0: PME# supported from D0 D3hot [ 1.874328] pci 0000:01:00.0: [168c:abcd] type 00 class 0x020000 [ 1.879037] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit] [ 1.885848] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 1.892623] pci 0000:01:00.0: supports D1 [ 1.896403] pci 0000:01:00.0: PME# supported from D0 D1 D3hot [ 1.905412] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.910601] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01 [ 1.917320] pci 0000:00:00.0: BAR 8: assigned [mem 0x1c000000-0x1c0fffff] [ 1.924082] pci 0000:00:00.0: BAR 9: assigned [mem 0x1c100000-0x1c1fffff pref] [ 1.931230] pci 0000:01:00.0: BAR 0: assigned [mem 0x1c000000-0x1c01ffff 64bit] [ 1.938668] pci 0000:01:00.0: BAR 6: assigned [mem 0x1c100000-0x1c10ffff pref] [ 1.945831] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.950721] pci 0000:00:00.0: bridge window [mem 0x1c000000-0x1c0fffff] [ 1.957569] pci 0000:00:00.0: bridge window [mem 0x1c100000-0x1c1fffff pref] [ 1.964952] ifx_pcie_bios_map_irq port 0 dev 0000:00:00.0 slot 0 pin 1 [ 1.971332] ifx_pcie_bios_map_irq dev 0000:00:00.0 irq 144 assigned [ 1.977689] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 1.985736] UBI: auto-attach mtd3 [ 1.987682] ubi0: attaching mtd3 [ 2.064456] ubi0: scanning is finished [ 2.081203] ubi0: attached mtd3 (name "ubi", size 48 MiB) [ 2.085277] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes [ 2.092120] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512 [ 2.098734] ubi0: VID header offset: 512 (aligned 512), data offset: 2048 [ 2.105638] ubi0: good PEBs: 384, bad PEBs: 0, corrupted PEBs: 0 [ 2.111529] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 2.118842] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1653257640 [ 2.127955] ubi0: available PEBs: 0, total reserved PEBs: 384, PEBs reserved for bad PEB handling: 20 [ 2.137263] ubi0: background thread "ubi_bgt0d" started, PID 461 [ 2.141102] block ubiblock0_0: created from ubi0:0(rootfs) [ 2.148666] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem [ 2.166888] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 2.174524] Freeing unused kernel memory: 1252K [ 2.177606] This architecture does not have kernel memory protection. [ 2.184112] Run /sbin/init as init process [ 2.188127] with arguments: [ 2.188134] /sbin/init [ 2.188141] with environment: [ 2.188148] HOME=/ [ 2.188156] TERM=linux [ 3.002248] init: Console is alive [ 3.004822] init: - watchdog - [ 4.254257] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 4.417578] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.435217] init: - preinit - [ 5.869712] random: jshn: uninitialized urandom read (4 bytes read) [ 6.175626] random: jshn: uninitialized urandom read (4 bytes read) [ 6.992512] random: jshn: uninitialized urandom read (4 bytes read) [ 7.100251] random: jshn: uninitialized urandom read (4 bytes read) [ 7.210971] random: jshn: uninitialized urandom read (4 bytes read) [ 7.546025] gswip 1e108000.switch lan1: configuring for phy/internal link mode [ 7.552190] 8021q: adding VLAN 0 to HW filter on device lan1 [ 11.979297] UBIFS (ubi0:1): Mounting in unauthenticated mode [ 11.984052] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 575 [ 12.041109] UBIFS (ubi0:1): recovery needed [ 12.222808] UBIFS (ubi0:1): recovery completed [ 12.225989] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 12.233714] UBIFS (ubi0:1): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 12.243632] UBIFS (ubi0:1): FS size: 40384512 bytes (38 MiB, 313 LEBs), journal size 2064384 bytes (1 MiB, 16 LEBs) [ 12.254070] UBIFS (ubi0:1): reserved for root: 1907459 bytes (1862 KiB) [ 12.260637] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 299D8F5E-B494-4DAF-A262-D47CC9335E69, small LPT model [ 12.274905] mount_root: switching to ubifs overlay [ 12.291293] urandom-seed: Seeding with /etc/urandom.seed [ 12.562044] procd: - early - [ 12.563938] procd: - watchdog - [ 13.298583] procd: - watchdog - [ 13.302115] procd: - ubus - [ 13.417605] random: ubusd: uninitialized urandom read (4 bytes read) [ 13.426821] random: ubusd: uninitialized urandom read (4 bytes read) [ 13.432706] random: ubusd: uninitialized urandom read (4 bytes read) [ 13.450801] procd: - init - [ 14.430232] random: ubusd: uninitialized urandom read (4 bytes read) [ 14.435830] random: ubus: uninitialized urandom read (4 bytes read) [ 15.254531] kmodloader: loading kernel modules from /etc/modules.d/* [ 15.603928] urngd: v1.0.2 started. [ 16.121077] IFXOS, Version 1.7.1 (c) Copyright 2009, Lantiq Deutschland GmbH [ 16.143361] NET: Registered protocol family 8 [ 16.146316] NET: Registered protocol family 20 [ 16.186220] random: crng init done [ 16.188190] random: 26 urandom warning(s) missed due to ratelimiting [ 16.210134] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 16.221349] PPP generic driver version 2.4.2 [ 16.268108] SCSI subsystem initialized [ 16.288020] ehci-fsl: Freescale EHCI Host controller driver [ 16.295076] ehci-platform: EHCI generic platform driver [ 16.317429] Lantiq (VRX) DSL CPE MEI driver, version 1.5.17.6, (c) 2007-2015 Lantiq Beteiligungs-GmbH & Co. KG [ 16.331518] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 16.348551] ohci-platform: OHCI generic platform driver [ 16.360966] uhci_hcd: USB Universal Host Controller Interface driver [ 16.375232] [ 16.375232] [ 16.375232] Lantiq CPE API Driver version: DSL CPE API V4.17.18.6 [ 16.382963] [ 16.382963] Predefined debug level: 3 [ 16.428083] dwc2 1e101000.usb: supply vusb_d not found, using dummy regulator [ 16.434495] dwc2 1e101000.usb: supply vusb_a not found, using dummy regulator [ 16.544168] dwc2 1e101000.usb: DWC OTG Controller [ 16.547502] dwc2 1e101000.usb: new USB bus registered, assigned bus number 1 [ 16.554636] dwc2 1e101000.usb: irq 62, io mem 0x1e101000 [ 16.561960] hub 1-0:1.0: USB hub found [ 16.564787] hub 1-0:1.0: 1 port detected [ 16.586841] Loading modules backported from Linux version v5.15.58-0-g7d8048d4e064 [ 16.593090] Backport generated by backports.git v5.15.58-1-0-g42a95ce7 [ 16.607340] Infineon Technologies DEU driver version 2.0.0 [ 16.613987] IFX DEU DES initialized (multiblock). [ 16.620971] IFX DEU AES initialized (multiblock). [ 16.624733] IFX DEU SHA1 initialized. [ 16.628282] IFX DEU MD5 initialized. [ 16.632014] IFX DEU SHA1_HMAC initialized. [ 16.635957] IFX DEU MD5_HMAC initialized. [ 16.665030] NET: Registered protocol family 24 [ 16.684303] usbcore: registered new interface driver usb-storage [ 16.982310] ifx_pcie_bios_map_irq port 0 dev 0000:01:00.0 slot 0 pin 1 [ 16.987489] ifx_pcie_bios_map_irq dev 0000:01:00.0 irq 144 assigned [ 16.993852] ath9k 0000:01:00.0: enabling device (0000 -> 0002) [ 17.007184] ath: EEPROM regdomain: 0x0 [ 17.007205] ath: EEPROM indicates default country code should be used [ 17.007213] ath: doing EEPROM country->regdmn map search [ 17.007228] ath: country maps to regdmn code: 0x3a [ 17.007239] ath: Country alpha2 being used: US [ 17.007247] ath: Regpair used: 0x3a [ 17.018000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 17.023278] ieee80211 phy0: Atheros AR9300 Rev:3 mem=0xbc000000, irq=144 [ 17.030622] kmodloader: done loading kernel modules from /etc/modules.d/* [ 39.652447] device eth0 entered promiscuous mode [ 39.655830] gswip 1e108000.switch lan1: configuring for phy/internal link mode [ 39.672228] 8021q: adding VLAN 0 to HW filter on device lan1 [ 39.678464] br-lan: port 1(lan1) entered blocking state [ 39.682427] br-lan: port 1(lan1) entered disabled state [ 39.702140] device lan1 entered promiscuous mode [ 39.789800] gswip 1e108000.switch lan2: configuring for phy/internal link mode [ 39.798572] 8021q: adding VLAN 0 to HW filter on device lan2 [ 39.806011] br-lan: port 2(lan2) entered blocking state [ 39.809840] br-lan: port 2(lan2) entered disabled state [ 39.835771] device lan2 entered promiscuous mode [ 39.862761] gswip 1e108000.switch lan3: configuring for phy/internal link mode [ 39.871520] 8021q: adding VLAN 0 to HW filter on device lan3 [ 39.892775] br-lan: port 3(lan3) entered blocking state [ 39.896659] br-lan: port 3(lan3) entered disabled state [ 39.924022] device lan3 entered promiscuous mode [ 39.981853] gswip 1e108000.switch lan4: configuring for phy/internal link mode [ 39.991646] 8021q: adding VLAN 0 to HW filter on device lan4 [ 39.998538] br-lan: port 4(lan4) entered blocking state [ 40.002559] br-lan: port 4(lan4) entered disabled state [ 40.021980] device lan4 entered promiscuous mode
Space for additional notes, links to forum threads or other resources.