FoolHen / pipedal

Guitar Effect Pedal for Raspberry Pi 4, with a web interface designed specifically for phones.
https://rerdavies.github.io/pipedal/
Other
3 stars 0 forks source link

Saved wifi network is deleted when creating a new wifi-p2p connection #2

Open FoolHen opened 2 months ago

FoolHen commented 2 months ago

Describe the bug When writing a new wifi-p2p connection in wpa_supplicant, the previous saved wifi network is deleted. It should be preserved, having both simultaneously.

maarthome commented 1 month ago

I do not even succeed in enabling p2p in bookworm. How is that achieved? Thanks! Maarten

FoolHen commented 1 month ago

In bookworm they changed to a different network module, so unfortunately WiFi direct does not work in pipedal for bookworm. Pipedal code interacts with the old (bullseye) network module, so in bookworm of does not work. Fixing this would require someone with more knowledge about this, sadly this is too complicated for me 🙁