Joshua Rogers

Results 60 comments of Joshua Rogers

@pgj I'm willing to pick up the testing. First thing's first: the patch does not work because it creates a link `brcmfmac43602-pcie.bin.FreeBSD-BHYVE.bin@ -> brcmfmac43602-pcie.bin` whereas it should be creating a...

As for further testing... A non-existent `txt` file produces: ``` [ 1.049479] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43602-pcie for chip BCM43602/1 [ 1.095253] brcmfmac 0000:00:06.0: Direct firmware load for brcm/brcmfmac43602-pcie.txt failed with...

>How did you add the .txt file to the guest image? The same as the suchipi: ``` +.if ${PORT_OPTIONS:MFW_BRCM} + ${CP} /var/tmp/test \ + ${_FIRMWAREDIR}/brcm/brcmfmac43602-pcie.txt ; \ +.endif ``` in...

And this is the output of the console when attached immediately after starting wifibox: https://gist.github.com/MegaManSec/dcfc101483bc2ba9a3189e39badb68e8

dmesg: https://gist.github.com/MegaManSec/490462fbdf22beb6207d7a4658d42933 Only the brcm option is chosen from the list of drivers, and the newest kernel option is chosen. Tomorrow I'll send a full screenshot.

Yes, that creates the missing interface. Attached are the options when building. ``` wifibox:~# ifconfig wlan0 up wifibox:~# ifconfig wlan0 wlan0 Link encap:Ethernet HWaddr [sino] UP BROADCAST MULTICAST MTU:1500 Metric:1...

I've just tried with all sorts of different configurations, and nothing seems to bring up the interface: either kenel versions, hostapd, or ipv6 disabled.

bc is not installed in alpine: ``` * Starting busybox syslog ... [ ok ] * No wireless interfaces are available (try: 1) /lib/rc/sh/openrc-run.sh: line 35: bc: not found *...

Success: ``` ... * Starting busybox syslog ... [ ok ] * No wireless interfaces are available (try: 1) * No wireless interfaces are available (try: 2) * /var/run/wpa_supplicant: creating...

Right; when built with ipv6, even dhcpcd works fine now without the txt file, too. I'm not sure why it wasn't working in https://github.com/pgj/freebsd-wifibox/issues/65#issuecomment-2171926393 without the txt file. So I...