AR9271 USB wifi adapter

Hello everyone, please tell me. How can I solve this problem?
Characteristics:
DietPi v9.11.2 : 18:03 - Sun 03/23/25
Device model : Odroid C1 (armv7l)
uname -a
Linux DietPi 6.10.13-edge-meson #1 SMP Fri Oct 4 14:33:50 UTC 2024 armv7l GNU/Linux
lsusb
Bus 001 Device 004: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n

Problems:

  1. apt install firmware-atheros
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  firmware-atheros
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 16.8 MB of archives.
After this operation, 62.5 MB of additional disk space will be used.
Get:1 https://deb.debian.org/debian bookworm/non-free-firmware armhf firmware-atheros all 20230210-5 [16.8 MB]
Fetched 16.8 MB in 17s (989 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package firmware-atheros.
(Reading database ... 15528 files and directories currently installed.)
Preparing to unpack .../firmware-atheros_20230210-5_all.deb ...
Unpacking firmware-atheros (20230210-5) ...
dpkg: error processing archive /var/cache/apt/archives/firmware-atheros_20230210-5_all.deb (--unpack):
 trying to overwrite '/lib/firmware/ath10k/QCA9377/hw1.0/board-2.bin', which is also in package armbian-firmware 25.02.0-trunk-dietpi1
Errors were encountered while processing:
 /var/cache/apt/archives/firmware-atheros_20230210-5_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
  1. dmesg | grep -i usb
[    1.593692] usbcore: registered new interface driver usbfs
[    1.593776] usbcore: registered new interface driver hub
[    1.593870] usbcore: registered new device driver usb
[    3.024294] usbcore: registered new interface driver usb-storage
[    3.024745] usbcore: registered new device driver onboard-usb-dev
[    3.059601] usbcore: registered new interface driver usbhid
[    3.065044] usbhid: USB HID core driver
[    3.473495] dwc2 c9040000.usb: supply vusb_d not found, using dummy regulator
[    3.475129] dwc2 c9040000.usb: supply vusb_a not found, using dummy regulator
[    3.483867] phy phy-c1108800.phy.1: USB ID detect failed!
[    3.493394] dwc2 c9040000.usb: probe with driver dwc2 failed with error -22
[    3.501016] dwc2 c90c0000.usb: supply vusb_d not found, using dummy regulator
[    3.507584] dwc2 c90c0000.usb: supply vusb_a not found, using dummy regulator
[    3.582594] dwc2 c90c0000.usb: DWC OTG Controller
[    3.582666] dwc2 c90c0000.usb: new USB bus registered, assigned bus number 1
[    3.588746] dwc2 c90c0000.usb: irq 44, io mem 0xc90c0000
[    3.594868] hub 1-0:1.0: USB hub found
[    3.961878] usb 1-1: new high-speed USB device number 2 using dwc2
[    4.251480] hub 1-1:1.0: USB hub found
[    4.332706] hub 1-1:1.0: USB hub found
[    4.671873] usb 1-1.1: new high-speed USB device number 3 using dwc2
[    4.951791] usb 1-1.2: new high-speed USB device number 4 using dwc2
[    5.150530] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[    5.152959] scsi host0: usb-storage 1-1.2:1.0
[    5.161949] usbcore: registered new interface driver uas
[   20.409814] usb 1-1.1: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw requested
[   20.409973] usbcore: registered new interface driver ath9k_htc
[   20.411271] usb 1-1.1: Direct firmware load for ath9k_htc/htc_9271-1.4.0.fw failed with error -2
[   20.411313] usb 1-1.1: ath9k_htc: Firmware htc_9271.fw requested
[   20.411438] usb 1-1.1: Direct firmware load for htc_9271.fw failed with error -2
[   20.411454] usb 1-1.1: no suitable firmware found!
[   20.411504] usb 1-1.1: ath9k_htc: Failed to get firmware htc_9271.fw
[   20.422418] usb 1-1.1: ath9k_htc: USB layer deinitialized
  1. dmesg | grep -i firmware
[    3.080202] remoteproc remoteproc0: Direct firmware load for zephyr.elf failed with error -2
[    3.094362] remoteproc remoteproc0: Direct firmware load for zephyr.elf failed with error -2
[    3.102592] remoteproc remoteproc0: request_firmware failed: -2
[   20.409814] usb 1-1.1: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw requested
[   20.411271] usb 1-1.1: Direct firmware load for ath9k_htc/htc_9271-1.4.0.fw failed with error -2
[   20.411313] usb 1-1.1: ath9k_htc: Firmware htc_9271.fw requested
[   20.411438] usb 1-1.1: Direct firmware load for htc_9271.fw failed with error -2
[   20.411454] usb 1-1.1: no suitable firmware found!
[   20.411504] usb 1-1.1: ath9k_htc: Failed to get firmware htc_9271.fw

Thank you in advance.