Radio interface does not go up

I am trying to configure a hotspot to perform an Access Point. Unfortunately it does not work.

root@00-15-61-98-53-A7:/# wifi up radio0
root@00-15-61-98-53-A7:/# [86895.742500] ath10k_pci 0000:01:00.0: 10.1 wmi init: vdevs: 16  peers: 127  tid: 256
[86895.760466] ath10k_pci 0000:01:00.0: wmi print 'P 128 V 8 T 410'
[86895.766782] ath10k_pci 0000:01:00.0: wmi print 'msdu-desc: 1424  sw-crypt: 0 ct-sta: 0'
[86895.774944] ath10k_pci 0000:01:00.0: wmi print 'alloc rem: 20984 iram: 25656'
[86895.832004] ath10k_pci 0000:01:00.0: pdev param 0 not supported by firmware

Does anyone have an idea how can I solve this issue?

Here is an extract from the wifi status command:

root@00-15-61-98-53-A7:/# wifi status
{
	"radio0": {
		"up": false,
		"pending": false,
		"autostart": true,
		"disabled": false,
		"retry_setup_failed": true,
		"config": {
			"path": "pci0000:01/0000:01:00.0",
			"country": "00",
			"htmode": "HT20",
			"hwmode": "11g",
			"channel": "auto",
			"txpower": 20,
			"disabled": false
		},
		"interfaces": [
			{
				"section": "wifi_wlan0",
				"config": {
					"hidden": false,
					"ifname": "wlan0",
					"isolate": false,
					"macfilter": "disable",
					"mode": "ap",
					"ssid": "yves-test-ap",
					"wds": false,
					"wmm": true,
					"encryption": "psk2",
					"key": "secretkey",
					"disabled": false,
					"isolate": false,
					"mode": "ap"
				}
			}
		]
	},
	"radio1": {
		"up": false,
		"pending": false,
		"autostart": true,
		"disabled": true,
		"retry_setup_failed": false,
		"config": {
			"channel": "11",
			"hwmode": "11g",
			"path": "platform/qca955x_wmac",
			"htmode": "HT20",
			"disabled": true
		},
		"interfaces": [
			
		]
	}
}

If you need more information, please ask here. :slight_smile:

What device?

Which ath10k packages have you installed?

8 posts were split to a new topic: Problems enabling RTL wireless hardware

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.