[Bug Report] inter ax200 开热点不能使用
Tofloor
poster avatar
freeor🤔
deepin
2025-05-26 13:42
Author

连接有线, inter ax200 开热点不能使用,连上提示无internet

image.png

image.png

Reply Favorite View the author
All Replies
deepin-流云
Moderator
Community OP
2025-05-26 13:55
#1

https://github.com/morrownr/USB-WiFi/blob/main/home/PCIe_WiFi_Devices.md

AX200网卡目前内核已经支持,AP模式仅支持2.4G,另外请问具体是用什么方式或者工具开启的热点呢?

麻烦在开启热点之后,取一份内核日志供研发同事分析一下(可以贴在本帖下):sudo journalctl -k > kern.log

Reply View the author
freeor🤔
deepin
2025-05-26 14:57
#2
deepin-流云

https://github.com/morrownr/USB-WiFi/blob/main/home/PCIe_WiFi_Devices.md

AX200网卡目前内核已经支持,AP模式仅支持2.4G,另外请问具体是用什么方式或者工具开启的热点呢?

麻烦在开启热点之后,取一份内核日志供研发同事分析一下(可以贴在本帖下):sudo journalctl -k > kern.log

kern.zip有线连接之后,无线开热点。日志已发

image.png

image.png

Reply View the author
freeor🤔
deepin
2025-05-26 15:57
#3
It has been deleted!
freeor🤔
deepin
2025-05-26 19:17
#4
deepin-流云

https://github.com/morrownr/USB-WiFi/blob/main/home/PCIe_WiFi_Devices.md

AX200网卡目前内核已经支持,AP模式仅支持2.4G,另外请问具体是用什么方式或者工具开启的热点呢?

麻烦在开启热点之后,取一份内核日志供研发同事分析一下(可以贴在本帖下):sudo journalctl -k > kern.log

大佬怎么样了

Reply View the author
X
deepin
2025-05-26 21:53
#5

试验成功了吗?理论上应该可行

Reply View the author
freeor🤔
deepin
2025-05-27 14:06
#6
X

试验成功了吗?理论上应该可行

不行,没网

Reply View the author
freeor🤔
deepin
2025-05-27 14:11
#7

image.png

Reply View the author
freeor🤔
deepin
2025-05-27 15:44
#8

$ dmesg | grep iwlwifi
[ 6.574254] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[ 6.579459] iwlwifi 0000:03:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
[ 6.579498] iwlwifi 0000:03:00.0: PCI dev 2723/0084, rev=0x340, rfid=0x10a100
[ 6.579504] iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz
[ 6.579883] iwlwifi 0000:03:00.0: firmware: failed to load iwlwifi-cc-a0-77.ucode (-2)
[ 6.584269] iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[ 6.587618] iwlwifi 0000:03:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
[ 6.587632] iwlwifi 0000:03:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
[ 6.587641] iwlwifi 0000:03:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)
[ 6.587645] iwlwifi 0000:03:00.0: loaded firmware version 77.0b4c06ad.0 cc-a0-77.ucode op_mode iwlmvm
[ 6.840493] iwlwifi 0000:03:00.0: Detected RF HR B3, rfid=0x10a100
[ 6.906235] iwlwifi 0000:03:00.0: base HW address: 8c:e9:ee:dd:21:10
[ 6.966573] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[ 7.977639] iwlwifi 0000:03:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0

Reply View the author
deepin-流云
Moderator
Community OP
2025-05-29 11:25
#9

麻烦取一份完整的日志看看,研发看发现你的环境好像有问题,开热点的时候dnsmasq崩溃了,导致无法联网。

dnsmasq[12156]: segfault at 5608578647ea ip 000056084e045a9a sp 00007ffc11595100 error 4 in dnsmasq[54a9a,56084dff9000+4e000] likely on CPU 11 (core 3, socket 0)

取一下完整的日志:

sudo journalctl > journal.log
Reply View the author