
Fedora で次のコマンドを実行します。
iw list | grep "Supported interface modes" -A 8
私のアダプタはAPモードをサポートしていないようです。しかし、これを確認してください。ASUS USB-AC51そして運転能力、ウェブサイトは、mt76がAPモードをサポートしていることを示しています。ドライバの問題ですか、アダプタの問題ですか?
Supported interface modes:
* managed
* monitor
Band 1:
Capabilities: 0x17e
HT20/HT40
SM Power Save disabled
RX Greenfield
RX HT20 SGI
私のアダプタはポート12にあります。
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 10000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
|__ Port 10: Dev 22, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 10: Dev 22, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 12: Dev 23, If 0, Class=Vendor Specific Class, Driver=mt76x0u, 480M
|__ Port 13: Dev 21, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 13: Dev 21, If 2, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 13: Dev 21, If 0, Class=Human Interface Device, Driver=usbhid, 12M
答え1
申し訳ありません。このアダプタにこれらのハードウェア機能があることをどこで知っていましたか?私が見つけたすべてのソース欲しくないハードウェアにこの機能があると言いますが、そうでなくてハードウェアの問題です。
答え2
Arch Linuxカーネル5.10.73のAsus USB-AC51について得られた結果は次のとおりです。
$ iw list | grep "Supported interface modes" -A 8
Supported interface modes:
* IBSS
* managed
* AP
* AP/VLAN
* monitor
* mesh point
* P2P-client
* P2P-GO
さらに、NetworkManagerで作成されたAPは正常に動作します(2.4Gと5G)。
考えられる問題の1つは古いカーネルかもしれません。mt76x0eはカーネル5.0以降のAPをサポートしています。とすべてのmt76ドライバはカーネル5.5からAPサポートを宣言します。。