ブートからsys-subsystem-net-devices-wlp0s20u3.deviceを削除できません。

ブートからsys-subsystem-net-devices-wlp0s20u3.deviceを削除できません。

最近Archをインストールしましたが、有線と無線で問題が発生したため、問題を解決しましたが、起動時にロードしようとする悪意のあるデバイスがありました。

A start job is running for sys-subsystem-net-devices-wlp0s20u3.device、90秒と計算された後に失敗します。

接続用にインストール/構成中にWiFiアダプタを接続したときに作成され、廃止されました。私は試した:

systemctl disable sys-subsystem-net-devices-wlp0s20u3.device
Failed to disable unit: Unit file sys-subsystem-net-devices-wlp0s20u3.device does not exist.

netctl disable sys-subsystem-net-devices-wlp0s20u3
No regular unit file found for profile 'sys-subsystem-net-devices-wlp0s20u3'

systemctl reset-failed出力は生成されず、何も変更されません。次の単位をリストした場合:

systemctl list-units --all | grep subsystem
sys-subsystem-net-devices-eno1.device      loaded    active   plugged   Ethernet Connection I217-V                                                 
sys-subsystem-net-devices-wlp0s20u3.device loaded    inactive dead      sys-subsystem-net-devices-wlp0s20u3.device 

ロードしようとしたときに発生するこの問題をどのように削除できますか?

ベストアンサー1

netctl-auto@*interface*.serviceこの問題は、私が間違って設定したときに発生しました。関連ファイルを削除して、欠陥のあるサービスを手動で削除してみてください
/etc/systemd/system/multi-user.target.wants/

おすすめ記事