nerves-networking / vintage_net_wifi

WiFi networking for VintageNet
Apache License 2.0
32 stars 18 forks source link

Wireless access point mode not working for rpi0 #125

Closed wbehrens-on-gh closed 2 years ago

wbehrens-on-gh commented 2 years ago

Describe the bug When adding the access point mode example to my ./config/target.exs I get no new networks appearing on any device

Environment

|nerves_bootstrap| Loadpaths Start

Nerves environment MIX_TARGET: rpi0 MIX_ENV: dev

|nerves_bootstrap| Environment Variable List target: rpi0 toolchain: /home/will/.nerves/artifacts/nerves_toolchain_armv6_nerves_linux_gnueabihf-linux_x86_64-1.5.0 system: /home/will/.nerves/artifacts/nerves_system_rpi0-portable-1.18.4 app: .

|nerves_bootstrap| Loadpaths End

fhunleth commented 2 years ago

Hi @WilliamBehrens. Do you have access to an iex prompt on your rpi0? For example, can you ssh into the device over the USB cable or see any messages over the UART pins. It would be helpful if you could run VintageNet.info at the iex prompt. If that's not possible, could you post text that you added to your target.exs?