Connecting both wired and wirelessly on startup

Hello,

I’ve had a look through the forums and I don’t think I’ve found anything that explicitly answers this. I use both the wired and wireless connections simultaneously. The wired connection is to a Windows box which acts as a file server. The wireless connection is mostly used for remote control access using phone apps and the occasional remote login. Right now, when I start up OSMC, the wireless connection isn’t enabled by default because of the wired connection. How can I easily set it so that both connections are activated on startup?

Thanks!

Whether by accident or design, setting this line in /etc/connman.conf seems to work:

PreferredTechnologies=wifi,ethernet

(Usually, it’s set to ethernet,wifi.)

Huh, interesting. Thanks, I’ll give it a try.