trip 1 Posted April 10, 2020 Share Posted April 10, 2020 I have a TinkerBoard S. In Bionic Desktop (kernel 4.4), the wireless icon menu lists two devices: wlan0 (which is the expected interface) and p2p0: I don't know this one, but it is always chosen for auto-connecting to the local wireless lan, receiving a random IP and not the one I configured on the router. I can then manually connect to the network with the wlan0 interface the IP is correct. How do I disable / remove / anyway stop that p2p0 interface to "steal" the network connection? 0 Quote Link to post Share on other sites
trip 1 Posted April 11, 2020 Author Share Posted April 11, 2020 Neither of these two solutions worked: https://unix.stackexchange.com/a/111258/281076 (method #2) => iface p2p0 inet manual in /etc/network/interfaces https://unix.stackexchange.com/a/524302/281076 => sudo systemctl stop <wlan0.service> this command timed out 0 Quote Link to post Share on other sites
trip 1 Posted April 11, 2020 Author Share Posted April 11, 2020 The following worked I added [keyfile] unmanaged-devices=interface-name:p2p0 As found in this comment: Is that OK? 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.