Andrei@raspberrypi:~ $ lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 3: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 3: Dev 4, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 4: Dev 5, If 1, Class=Wireless, Driver=btusb, 480M
|__ Port 4: Dev 5, If 2, Class=Wireless, Driver=, 480M
|__ Port 4: Dev 5, If 0, Class=Wireless, Driver=btusb, 480M
|__ Port 4: Dev 5, If 3, Class=Vendor Specific Class, Driver=mt7921u, 480M
Bassicly I need to run wireless access point on Raspberry Pi Zero 2 W, but without internet connecton, only local netwrok. Raspi system:
Operating System: Raspbian GNU/Linux 11 (bullseye)
Kernel: Linux 6.1.21-v7+
Architecture: arm
Following the guides written in this repo I built newer hostapd 2.11 version. Then completelly repeat this instructions AP Mode - How to build a bridged wireless access point. I used this config file: hostapd-WiFi6e.conf.
And this is the result:
systemctl status hostapd
Some additional info about the system:
lsusb -t
iw list
So I'll be glad to discuss what changes could I try to test.
Also this issue could be interpretted as WiFi6e config test that @morrownr was asking for.
Best regards,
Andrei Kavalenka