Hello,
I would like to ask about my BPI R4 running debian11, I already installed wifi7 module (BE14)
But I cannot see the wifi interfaces in “ifconfig” and “ip link show”
I tired Debian12 and it the same problem
Openwrt work fine with wifi
Currently updating my build script to add own built hostapd (as debian version does not support sae/acs) and adding hostapd configs and official firmware which was added recently. But could not try 6ghz except starting hostapd because i have no 6ghz client
Can I ask very simple question
I am very new with uboot and I would like to know how can I customize the options when uboot statup (like select default run on SD and other options interface)
And how to change the sequince of services statup for example to start networrking before hostapd and dnsmasq and then apache2
I need this because I want to preduce my own brand as next generation firewall
For uboot i have builtin environment with multiple vars and creating a bootmenu where default is pointing to sdcard boot (bootmenu_default). You can extend/override this builtin environment with a uEnv.txt in BPI-BOOT partition.
Afaik hostapd are started after networking by definition in service file (after=network.target).
I test the img and I found the modem interface not found
I installed Modem Manager and usbutils but the interface of sim card not found
lsusb
Bus 002 Device 002: ID 2109:022 VIA Labs, Inc. USB3.1 Hub
Bus 002 Device 001: ID 1d6b:003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 2109:822 VIA Labs, Inc. USB Billboard Device
Bus 001 Device 003: ID 2c7c:30c Quectel Wireless Solutions Co., Ltd. Quectel EM05-G
Bus 001 Device 002: ID 2109:822 VIA Labs, Inc. USB2.0 Hub
Bus 001 Device 001: ID 1d6b:002 Linux Foundation 2.0 root hub
Is there any solution for sim card interface ?
About Hostapd:
Please note the wlan1 hostapd shoud be ieee80211ax=1
Yes,you can replace kernel easier in debian as like in openwrt.
Clone my kernel-repo,change tree,change build.conf to right board
Then import defconfig (./build.sh importconfig), change options in menuconfig (./build.sh config), build it (./build.sh), and when asked install to sdcard when you have card with my image. You can also pack the files to a tar.gz,but need to install it manually