Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDCloud AX6600 配置 160Mhz 怎么无法生效,是不是配置有问题? #51

Closed
wuruxu opened this issue Nov 1, 2024 · 8 comments

Comments

@wuruxu
Copy link

wuruxu commented Nov 1, 2024

我的/etc/config/wireless 配置如下

config wifi-device 'radio0'
    option type 'mac80211'
    option path 'platform/soc@0/c000000.wifi'
    option band '5g'
    option channel '163'
    option htmode 'HE160'
    option disabled '0'

config wifi-iface 'default_radio0'
    option device 'radio0'
    option network 'lan'
    option mode 'ap'
    option ssid 'OpenWrt_5G'
    option encryption 'sae'
    option key 'xyz'
@breeze303
Copy link
Collaborator

新版本试试

@wuruxu
Copy link
Author

wuruxu commented Nov 3, 2024

好,我试试 24.10分支

@Doanduy09
Copy link

image
it works fine, you install as shown

@wuruxu
Copy link
Author

wuruxu commented Nov 3, 2024

@Doanduy09 it look fine, would you give me the config file content of your openwrt (cat /etc/config/wireless)? Thanks

@Doanduy09
Copy link

@Doanduy09 it look fine, would you give me the config file content of your openwrt (cat /etc/config/wireless)? Thanks

image

config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc@0/c000000.wifi'
option band '5g'
option channel '149'
option htmode 'HE80'
option country 'US'
option cell_density '0'

config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt'
option encryption 'none'

config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc@0/c000000.wifi+1'
option band '2g'
option channel '1'
option htmode 'HE20'

config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt'
option encryption 'none'

config wifi-device 'radio2'
option type 'mac80211'
option path 'soc@0/20000000.pci/pci0000:00/0000:00:00.0/0000:01:00.0'
option band '5g'
option channel '36'
option htmode 'HE160'
option country 'US'
option cell_density '0'
option txpower '30'

config wifi-iface 'default_radio2'
option device 'radio2'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt test'
option encryption 'none'

@wuruxu
Copy link
Author

wuruxu commented Nov 3, 2024

@breeze303 why my compile rom only have two radio, which config need enable ? Thanks

root@LibWrt:/etc/config# wifi config
root@LibWrt:/etc/config# cat wireless

config wifi-device 'radio0'
	option type 'mac80211'
	option path 'platform/soc@0/c000000.wifi'
	option band '5g'
	option channel '36'
	option htmode 'HE80'
	option disabled '1'

config wifi-iface 'default_radio0'
	option device 'radio0'
	option network 'lan'
	option mode 'ap'
	option ssid 'OpenWrt'
	option encryption 'none'

config wifi-device 'radio1'
	option type 'mac80211'
	option path 'platform/soc@0/c000000.wifi+1'
	option band '2g'
	option channel '1'
	option htmode 'HE20'
	option disabled '1'

config wifi-iface 'default_radio1'
	option device 'radio1'
	option network 'lan'
	option mode 'ap'
	option ssid 'OpenWrt'
	option encryption 'none'

@breeze303
Copy link
Collaborator

@breeze303 why my compile rom only have two radio, which config need enable ? Thanks

root@LibWrt:/etc/config# wifi config
root@LibWrt:/etc/config# cat wireless

config wifi-device 'radio0'
	option type 'mac80211'
	option path 'platform/soc@0/c000000.wifi'
	option band '5g'
	option channel '36'
	option htmode 'HE80'
	option disabled '1'

config wifi-iface 'default_radio0'
	option device 'radio0'
	option network 'lan'
	option mode 'ap'
	option ssid 'OpenWrt'
	option encryption 'none'

config wifi-device 'radio1'
	option type 'mac80211'
	option path 'platform/soc@0/c000000.wifi+1'
	option band '2g'
	option channel '1'
	option htmode 'HE20'
	option disabled '1'

config wifi-iface 'default_radio1'
	option device 'radio1'
	option network 'lan'
	option mode 'ap'
	option ssid 'OpenWrt'
	option encryption 'none'

ath11k-firmware-qcn9074

@wuruxu
Copy link
Author

wuruxu commented Nov 3, 2024

好 非常感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants