Skip to content

Instantly share code, notes, and snippets.

@anildigital
Last active May 23, 2017 21:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anildigital/9d56233ef8561b7eb1fc to your computer and use it in GitHub Desktop.
Save anildigital/9d56233ef8561b7eb1fc to your computer and use it in GitHub Desktop.
Connecting to WiFi automatically with OSMC after reboot

Steps

    1. sudo vi /etc/connman.conf
    1. Make sure you have following
   [General]
   PreferredTechnologies=wifi,ethernet
    1. Save
    1. $ reboot
@riker65
Copy link

riker65 commented May 23, 2017

Hi
I do have this option
PreferredTechnologies=wifi,ethernet

but after a reboot, osmc raspberry is connecting via wlan.

Thanks for hints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment