AVM FRITZ!WLAN Repeater 1750E

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/useless stuff. Two to four sentences is about right. A picture is good, too. Edit the page to see how to add pictures.

AVM Fritz Repeater 1750e

Initial installation is done via FTP. You will need the following components to get started:

  • A computer with ftp command line utility and Ethernet port.
  • 1–2 Ethernet cable/s
  • (recommended) Ethernet switch
  • OpenWrt firmware image, e.g. openwrt-21.02.0-rc1-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin

Please read through all steps before beginning the process and make sure you understand the procedure.

  1. Connect your computer and the repeater to the Ethernet switch
    • If you have no switch at your disposal you can try a direct connection. It might be tricky though to persuade your computer into assigning the IP address in time to establish the FTP connection within the available time frame.
  2. Configure your computer with a static IP address in the 192.168.178.0/24 subnet, e.g. 192.168.178.10.
  3. Plug the repeater into the power outlet and continue as soon as you see LEDs glowing on the device.
  4. Connect to the repeater using the ftp command with its IP address 192.168.178.1.
    • If it is in recovery mode, the IP is 169.254.78.1, so your IP must be in the same range.
    • On Debian (and many other Linux distributions) you can e.g. use ftp -pnvd 192.168.178.1. This will automatically activate debug and passive modes.
    • If you use -pnvd, don't run the debug and passive commands in the ftp client.
  5. Execute the following commands within the FTP session:
    • Replace openwrt-21.02.0-rc1-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin with the path to your upgrade image.
    • Make sure your OpenWrt image is in your working directory or, e.g., use the absolute path.
quote USER adam2
quote PASS adam2
binary
debug
passive
quote MEDIA FLSH
put openwrt-21.02.0-rc1-ath79-generic-avm_fritz1750e-squashfs-sysupgrade.bin mtd1

After you read 226 Transfer complete you can disconnect the repeater from the power outlet.

FIXME Find out flash layout, then add the flash layout table here (copy, paste, modify the example).

Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.

FIXME The instructions below are for Broadcom devices and only serve as an example.
Remove / modify them if they do not apply to this particular device!

This section deals with

  • How you install OpenWrt from a device freshly opened
  • The steps required such as reset to factory defaults if the device has already been configured

Note: Reset router to factory defaults if it has been previously configured.

  • Browse to http://192.168.1.1/Upgrade.asp
  • Upload .bin file to router
  • Wait for it to reboot
  • Telnet to 192.168.1.1 and set a root password, or browse to http://192.168.1.1 if LuCI is installed.

Specific values needed for tftp

FIXME 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

generic.sysupgrade

FIXME These are generic instructions. Update with your router's specifics.

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

If 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.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

This section explains how to restore original OEM firmware if the device is flashed with OpenWrt or the firmware is bricked.

You will need the following items:

  • A computer with Wine (wine32) installed (tested w/ version 4.0) and an Ethernet port.
  • Ethernet cable
  • AVM recovery utility (Download), e.g. FRITZ.Repeater_1750E-07.21-recover.exe

The following steps are necessary to restore your repeater:

  1. Prepare your NetworkManager with a static Ethernet connection
    • Use a static IP address in the 192.168.178.0/24 subnet, e.g. 192.168.178.10
  2. Keep the repeater off the power socket and connect the Ethernet cable with your computer
  3. Run the recovery utility, e.g. by executing wine FRITZ.Repeater_1750E-07.21-recover.exe
  4. Click “weiter” until a window pops up
  5. Select your Ethernet adapter in the pop-up window (“übernehmen”) and continue with “ok”
  6. The utility will now wait for the repeater to become available
  7. Connect the repeater to the power outlet and as soon as possible select the prepared static IP profile with NetworkManager
    • The utility should log the process of deleting this and flashing that
    • After some minutes the repeater is restored and you can close the utility
    • (If the connection fails you can use an Ethernet switch as described in the OpenWrt install procedure above to get a steady connection)
  8. The repeater can be unplugged from the power outlet and will boot OEM Fritz!OS next time it is connected

generic.debrick

Use the OpenWrt FTP install process or OEM Restore described above to restore the repeater if the firmware is bricked.

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

FIXME 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

FIXME 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.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The AVM FRITZ!WLAN Repeater 1750E has the following buttons:

BUTTON Event
EXAMPLE Reset reset
EXAMPLE Secure Easy Setup ses
EXAMPLE No buttons at all. -

Front:
Front of the case

Back:
Back of the case

Bottom:
Bottom of the case

Backside label:
Backside label

DANGER: HIGH VOLTAGE inside!
Opening this device exposes
parts under high voltage (110/230 VAC)!

  • Risk of deadly electrical shock
  • Risk of irreversable damage to other components attached, e.g. your PC connected via serial

Make sure to keep your fingers, conductive tools and serial cables away from the high voltage at all times!

Capacitors can still retain dangerous voltages
after disconnection from mains!

Continue at your own risk!

Note: This will void your warranty!

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

  • To remove the cover and open the device, do a/b/c

Main PCB:
Insert photo of PCB

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

Serial connection parameters
for AVM FRITZ!WLAN Repeater 1750E
115200, 8N1

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 6.6.73 (builder@buildhost) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28427-6df0e3d02a) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 Mon Feb 3 23:09:37 2025 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc) [ 0.000000] MIPS: machine is AVM FRITZ!WLAN Repeater 1750E [ 0.000000] SoC: Qualcomm Atheros QCA9556 ver 1 rev 0 [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Primary instruction cache 64kB, 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-0x0000000003ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff] [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootfstype=squashfs,jffs2 [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 0.000000] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16240 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 55052K/65536K available (6819K kernel code, 604K rwdata, 900K rodata, 1204K init, 233K bss, 10484K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS: 51 [ 0.000000] CPU clock: 720.000 MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5309056796 ns [ 0.000001] sched_clock: 32 bits at 360MHz, resolution 2ns, wraps every 5965232126ns [ 0.008386] Calibrating delay loop... 358.80 BogoMIPS (lpj=1794048) [ 0.075023] pid_max: default: 32768 minimum: 301 [ 0.090154] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.097955] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.115092] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1. [ 0.130174] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.140699] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.150606] pinctrl core: initialized pinctrl subsystem [ 0.159488] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.166463] thermal_sys: Registered thermal governor 'step_wise' [ 0.168401] /ahb/apb: Fixed dependency cycle(s) with /ahb/apb/interrupt-controller@18060010 [ 0.196657] clocksource: Switched to clocksource MIPS [ 0.213084] NET: Registered PF_INET protocol family [ 0.218572] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.227796] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.236870] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.245119] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.253291] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) [ 0.260837] TCP: Hash tables configured (established 1024 bind 1024) [ 0.268330] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 0.276270] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.283295] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.291700] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.297858] PCI: CLS 0 bytes, default 32 [ 0.306880] workingset: timestamp_bits=14 max_order=14 bucket_order=0 [ 0.315450] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.321716] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.339968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 0.351468] pinctrl-single 1804002c.pinmux: 544 pins, size 68 [ 0.358970] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.371100] printk: console [ttyS0] disabled [ 0.376150] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 2500000) is a 16550A [ 0.385517] printk: console [ttyS0] enabled [ 0.394429] printk: bootconsole [early0] disabled [ 0.439423] spi-nor spi0.0: w25q128 (16384 Kbytes) [ 0.444398] 4 fixed-partitions partitions found on MTD device spi0.0 [ 0.450929] OF: Bad cell count for /ahb/spi@1f000000/flash@0/partitions [ 0.457681] OF: Bad cell count for /ahb/spi@1f000000/flash@0/partitions [ 0.464650] Creating 4 MTD partitions on "spi0.0": [ 0.469559] 0x000000000000-0x000000020000 : "urlader" [ 0.478162] OF: Bad cell count for /ahb/spi@1f000000/flash@0/partitions [ 0.485176] 0x000000020000-0x000000f00000 : "firmware" [ 0.492897] 2 eva-fw partitions found on MTD device firmware [ 0.498706] Creating 2 MTD partitions on "firmware": [ 0.503749] 0x000000000000-0x00000027e201 : "kernel" [ 0.508794] mtd: partition "kernel" doesn't end on an erase/write block -- force read-only [ 0.519228] 0x000000280100-0x000000ee0000 : "rootfs" [ 0.524293] mtd: partition "rootfs" doesn't start on an erase/write block boundary -- force read-only [ 0.535609] mtd: setting mtd3 (rootfs) as root device [ 0.540871] 1 squashfs-split partitions found on MTD device rootfs [ 0.547165] 0x0000006b0000-0x000000ee0000 : "rootfs_data" [ 0.554701] 0x000000f00000-0x000000f80000 : "tffs (1)" [ 0.562135] 0x000000f80000-0x000001000000 : "tffs (2)" [ 0.589345] ag71xx-legacy 1a000000.eth: invalid MAC address, using random address [ 1.017332] ag71xx-legacy 1a000000.eth: connected to PHY at mdio.0:00 [uid=004dd074, driver=Qualcomm Atheros AR8031/AR8033] [ 1.029349] eth0: Atheros AG71xx at 0xba000000, irq 5, mode: sgmii [ 1.036275] i2c_dev: i2c /dev entries driver [ 1.044962] NET: Registered PF_INET6 protocol family [ 1.062614] Segment Routing with IPv6 [ 1.066429] In-situ OAM (IOAM) with IPv6 [ 1.070628] NET: Registered PF_PACKET protocol family [ 1.075812] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.089265] 8021q: 802.1Q VLAN Support v1.8 [ 1.133053] PCI host bridge to bus 0000:00 [ 1.137281] pci_bus 0000:00: root bus resource [mem 0x10000000-0x11ffffff] [ 1.144262] pci_bus 0000:00: root bus resource [io 0x0000] [ 1.149937] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 1.158030] pci 0000:00:00.0: [168c:003c] type 00 class 0x028000 [ 1.164164] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit] [ 1.171119] pci 0000:00:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 1.178005] pci 0000:00:00.0: supports D1 [ 1.182074] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 1.189022] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00 [ 1.195765] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x101fffff 64bit] [ 1.203243] pci 0000:00:00.0: BAR 6: assigned [mem 0x10200000-0x1020ffff pref] [ 1.220090] clk: Disabling unused clocks [ 1.234078] VFS: Mounted root (squashfs filesystem) readonly on device 31:3. [ 1.247867] Freeing unused kernel image (initmem) memory: 1204K [ 1.253892] This architecture does not have kernel memory protection. [ 1.260459] Run /sbin/init as init process [ 1.264616] with arguments: [ 1.264621] /sbin/init [ 1.264627] with environment: [ 1.264632] HOME=/ [ 1.264637] TERM=linux [ 1.994690] init: Console is alive [ 1.998645] init: - watchdog - [ 3.437983] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.517106] gpio_button_hotplug: loading out-of-tree module taints kernel. [ 3.528338] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.546261] init: - preinit - [ 8.466687] random: crng init done [ 14.586889] jffs2_scan_eraseblock(): End of filesystem marker found at 0x10000 [ 14.594278] jffs2_build_filesystem(): unlocking the mtd device... [ 14.594294] done. [ 14.602530] jffs2_build_filesystem(): erasing all blocks after the end marker... [ 42.009095] done. [ 42.018689] jffs2: notice: (537) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 42.035957] mount_root: overlay filesystem has not been fully initialized yet [ 42.049426] mount_root: switching to jffs2 overlay [ 42.057143] overlayfs: upper fs does not support tmpfile. [ 42.534392] urandom-seed: Seed file not found (/etc/urandom.seed) [ 42.670499] procd: - early - [ 42.673747] procd: - watchdog - [ 43.386884] procd: - watchdog - [ 43.390506] procd: - ubus - [ 43.591570] procd: - init - [ 45.801295] kmodloader: loading kernel modules from /etc/modules.d/* [ 46.415399] jitterentropy: Initialization failed with host not compliant with requirements: 9 [ 46.743714] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a [ 46.751370] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2 [ 47.633358] PPP generic driver version 2.4.2 [ 47.667770] NET: Registered PF_PPPOX protocol family [ 47.743321] urngd: v1.0.2 started. [ 47.750203] ath10k 6.10 driver, optimized for CT firmware, probing pci device: 0x3c. [ 47.807583] ath10k_pci 0000:00:00.0: enabling device (0000 -> 0002) [ 47.816181] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0 [ 52.196275] ath10k_pci 0000:00:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 0000:0000 [ 52.205727] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 52.216151] ath10k_pci 0000:00:00.0: firmware ver 10.1-ct-8x-__fW-022-ecad3248 api 2 features wmi-10.x,has-wmi-mgmt-tx,mfp,txstatus-noack,wmi-10.x-CT,ratemask-CT,txrate-CT,get-temp-CT,tx-rc-CT,cust-stats-CT,retry-gt2-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT crc32 3e4cf97f [ 53.146993] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08 [ 54.107639] ath10k_pci 0000:00:00.0: 10.1 wmi init: vdevs: 16 peers: 127 tid: 256 [ 54.124949] ath10k_pci 0000:00:00.0: wmi print 'P 128 V 8 T 410' [ 54.131105] ath10k_pci 0000:00:00.0: wmi print 'msdu-desc: 1424 sw-crypt: 0 ct-sta: 0' [ 54.139245] ath10k_pci 0000:00:00.0: wmi print 'alloc rem: 24984 iram: 38672' [ 54.193019] ath10k_pci 0000:00:00.0: htt-ver 2.1 wmi-op 2 htt-op 2 cal nvmem max-sta 128 raw 0 hwcrypto 1 [ 54.207320] ath10k_pci 0000:00:00.0: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000 [ 54.348513] ath: EEPROM regdomain: 0x0 [ 54.348536] ath: EEPROM indicates default country code should be used [ 54.348543] ath: doing EEPROM country->regdmn map search [ 54.348558] ath: country maps to regdmn code: 0x3a [ 54.348566] ath: Country alpha2 being used: US [ 54.348573] ath: Regpair used: 0x3a [ 54.442462] ath9k 18100000.wmac: Direct firmware load for ath9k-eeprom-ahb-18100000.wmac.bin failed with error -2 [ 54.452942] ath9k 18100000.wmac: Falling back to sysfs fallback for: ath9k-eeprom-ahb-18100000.wmac.bin [ 55.373660] ath: EEPROM regdomain: 0x0 [ 55.373690] ath: EEPROM indicates default country code should be used [ 55.373696] ath: doing EEPROM country->regdmn map search [ 55.373712] ath: country maps to regdmn code: 0x3a [ 55.373720] ath: Country alpha2 being used: US [ 55.373727] ath: Regpair used: 0x3a [ 55.391649] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 55.392624] ieee80211 phy1: Atheros AR9550 Rev:0 mem=0xf7a445c7, irq=14 [ 55.827063] kmodloader: done loading kernel modules from /etc/modules.d/* [ 78.718663] br-lan: port 1(eth0) entered blocking state [ 78.723998] br-lan: port 1(eth0) entered disabled state [ 78.729397] ag71xx-legacy 1a000000.eth eth0: entered allmulticast mode [ 78.736293] ag71xx-legacy 1a000000.eth eth0: entered promiscuous mode [ 85.055143] ath10k_pci 0000:00:00.0: 10.1 wmi init: vdevs: 16 peers: 127 tid: 256 [ 85.072501] ath10k_pci 0000:00:00.0: wmi print 'P 128 V 8 T 410' [ 85.078705] ath10k_pci 0000:00:00.0: wmi print 'msdu-desc: 1424 sw-crypt: 0 ct-sta: 0' [ 85.086854] ath10k_pci 0000:00:00.0: wmi print 'alloc rem: 24984 iram: 38672' [ 85.155267] ath10k_pci 0000:00:00.0: pdev param 0 not supported by firmware [ 85.170168] ath10k_pci 0000:00:00.0: rts threshold -1 [ 88.873968] ath10k_pci 0000:00:00.0: set-coverage-class, phyclk: 88 value: 0 [ 89.034347] phy0-sta0: authenticate with 9c:9d:7e:5c:f5:08 (local address=7c:ff:4d:d7:0c:1e) [ 89.042987] phy0-sta0: send auth to 9c:9d:7e:5c:f5:08 (try 1/3) [ 89.399030] phy0-sta0: authenticate with 9c:9d:7e:5c:f5:08 (local address=7c:ff:4d:d7:0c:1e) [ 89.407666] phy0-sta0: send auth to 9c:9d:7e:5c:f5:08 (try 1/3) [ 89.417332] phy0-sta0: authenticated [ 89.436771] phy0-sta0: associate with 9c:9d:7e:5c:f5:08 (try 1/3) [ 89.445860] phy0-sta0: RX AssocResp from 9c:9d:7e:5c:f5:08 (capab=0x11 status=30 aid=1) [ 89.454111] phy0-sta0: 9c:9d:7e:5c:f5:08 rejected association temporarily; comeback duration 1000 TU (1024 ms) [ 90.516673] phy0-sta0: associate with 9c:9d:7e:5c:f5:08 (try 2/3) [ 90.626656] phy0-sta0: associate with 9c:9d:7e:5c:f5:08 (try 3/3) [ 90.639576] phy0-sta0: RX AssocResp from 9c:9d:7e:5c:f5:08 (capab=0x11 status=0 aid=1) [ 90.648610] ath10k_pci 0000:00:00.0: pdev param 0 not supported by firmware [ 90.655737] ath10k_pci 0000:00:00.0: failed to enable peer stats info: -122 [ 90.663176] phy0-sta0: associated


Space for additional notes, links to forum threads or other resources.

  • ...
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2025/02/11 08:59
  • by gisi0