ath10k_pci は Qualcomm Atheros QCA9377 ワイヤレス アダプターでは動作せず、未請求のままです

ath10k_pci は Qualcomm Atheros QCA9377 ワイヤレス アダプターでは動作せず、未請求のままです

Lenovo e41-25 に Ubuntu 19.10 をインストールした後、ワイヤレス アダプターが見つからないというメッセージが表示されました。トラブルシューティングの指示に従うと、次の結果が得られました。

######### lshw -c network ##############
*-network UNCLAIMED
   description: Network controller
   product: QCA9377 802.11ac Wireless Network Adapter
   vendor: Qualcomm Atheros
   physical id: 0
   bus info: pci@0000:02:00.0
   version: 31
   width: 64 bits
   clock: 33MHz
   capabilities: cap_list
   configuration: latency=0

########### dmesg |grep ath10k_pci##############
[   13.376994] ath10k_pci 0000:02:00.0: failed to iomap BAR0
[   13.377051] ath10k_pci 0000:02:00.0: failed to claim device: -5
[   13.377143] ath10k_pci: probe of 0000:02:00.0 failed with error -5

ワイヤレス アダプターを動作させるためにこの問題を修正するにはどうすればよいでしょうか?

関連情報