Running plexmediaserver on an OrangePi + Ubuntu 16.04. It works but the plexmediaserver service disables the router's wifi on boot. What is happening?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
Setup:
Router
- ASUS RT-AC68U
Orange Pi PC Plus
- Running Ubuntu 16.04
- Installed/running plexmediaserver-installer
- Connected via ethernet directly to router
Desktop PC
- Windows
- Connected via ethernet directly to router
Laptop
- Windows
- Connected via Wifi to router
Phone
- Android
- Wifi
Chromecast
- Wifi
What's happening:
Shortly after the boot of the Pi, all devices connected to the router's wifi disconnect and are unable to reconnect, while all wired devices are fine.
The wifi SSID is still visible as a network on the wireless list, however no device can connect to it and all devices that were previously connected to it lose local and internet connectivity - eventually disconnecting.
(wifi devices: laptop, phone, chromecast).
I am using the desktop to ssh into the Pi.
Once the wifi drops, I ssh into the Pi via the desktop and turn off plex via:
sudo systemctl stop plexmediaserver
The devices reconnect to the wifi and act normal.
What I have tried:
- Disabling ipv6 (no effect)
- Using a live Ubuntu distribution on the laptop to see if I can connect (no effect)
- Restarting service after boot
Restarting the service after boot (via ssh from desktop) seems to allow running the Plex server without wifi issues has the laptop connected to the wifi but not the other devices:
sudo systemctl restart plexmediaserver
So I have added the above line to my /etc/rc.local
so plexmediaserver
restarts after login.
This isn't an ideal solution because I'm not sure what the router's Wifi has to do with plexmediaserver
and why are wired connections unaffected? Feels like a brittle solution to a problem I don't understand.
Any ideas?
16.04 networking raspberrypi arm
add a comment |Â
up vote
0
down vote
favorite
Setup:
Router
- ASUS RT-AC68U
Orange Pi PC Plus
- Running Ubuntu 16.04
- Installed/running plexmediaserver-installer
- Connected via ethernet directly to router
Desktop PC
- Windows
- Connected via ethernet directly to router
Laptop
- Windows
- Connected via Wifi to router
Phone
- Android
- Wifi
Chromecast
- Wifi
What's happening:
Shortly after the boot of the Pi, all devices connected to the router's wifi disconnect and are unable to reconnect, while all wired devices are fine.
The wifi SSID is still visible as a network on the wireless list, however no device can connect to it and all devices that were previously connected to it lose local and internet connectivity - eventually disconnecting.
(wifi devices: laptop, phone, chromecast).
I am using the desktop to ssh into the Pi.
Once the wifi drops, I ssh into the Pi via the desktop and turn off plex via:
sudo systemctl stop plexmediaserver
The devices reconnect to the wifi and act normal.
What I have tried:
- Disabling ipv6 (no effect)
- Using a live Ubuntu distribution on the laptop to see if I can connect (no effect)
- Restarting service after boot
Restarting the service after boot (via ssh from desktop) seems to allow running the Plex server without wifi issues has the laptop connected to the wifi but not the other devices:
sudo systemctl restart plexmediaserver
So I have added the above line to my /etc/rc.local
so plexmediaserver
restarts after login.
This isn't an ideal solution because I'm not sure what the router's Wifi has to do with plexmediaserver
and why are wired connections unaffected? Feels like a brittle solution to a problem I don't understand.
Any ideas?
16.04 networking raspberrypi arm
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Setup:
Router
- ASUS RT-AC68U
Orange Pi PC Plus
- Running Ubuntu 16.04
- Installed/running plexmediaserver-installer
- Connected via ethernet directly to router
Desktop PC
- Windows
- Connected via ethernet directly to router
Laptop
- Windows
- Connected via Wifi to router
Phone
- Android
- Wifi
Chromecast
- Wifi
What's happening:
Shortly after the boot of the Pi, all devices connected to the router's wifi disconnect and are unable to reconnect, while all wired devices are fine.
The wifi SSID is still visible as a network on the wireless list, however no device can connect to it and all devices that were previously connected to it lose local and internet connectivity - eventually disconnecting.
(wifi devices: laptop, phone, chromecast).
I am using the desktop to ssh into the Pi.
Once the wifi drops, I ssh into the Pi via the desktop and turn off plex via:
sudo systemctl stop plexmediaserver
The devices reconnect to the wifi and act normal.
What I have tried:
- Disabling ipv6 (no effect)
- Using a live Ubuntu distribution on the laptop to see if I can connect (no effect)
- Restarting service after boot
Restarting the service after boot (via ssh from desktop) seems to allow running the Plex server without wifi issues has the laptop connected to the wifi but not the other devices:
sudo systemctl restart plexmediaserver
So I have added the above line to my /etc/rc.local
so plexmediaserver
restarts after login.
This isn't an ideal solution because I'm not sure what the router's Wifi has to do with plexmediaserver
and why are wired connections unaffected? Feels like a brittle solution to a problem I don't understand.
Any ideas?
16.04 networking raspberrypi arm
Setup:
Router
- ASUS RT-AC68U
Orange Pi PC Plus
- Running Ubuntu 16.04
- Installed/running plexmediaserver-installer
- Connected via ethernet directly to router
Desktop PC
- Windows
- Connected via ethernet directly to router
Laptop
- Windows
- Connected via Wifi to router
Phone
- Android
- Wifi
Chromecast
- Wifi
What's happening:
Shortly after the boot of the Pi, all devices connected to the router's wifi disconnect and are unable to reconnect, while all wired devices are fine.
The wifi SSID is still visible as a network on the wireless list, however no device can connect to it and all devices that were previously connected to it lose local and internet connectivity - eventually disconnecting.
(wifi devices: laptop, phone, chromecast).
I am using the desktop to ssh into the Pi.
Once the wifi drops, I ssh into the Pi via the desktop and turn off plex via:
sudo systemctl stop plexmediaserver
The devices reconnect to the wifi and act normal.
What I have tried:
- Disabling ipv6 (no effect)
- Using a live Ubuntu distribution on the laptop to see if I can connect (no effect)
- Restarting service after boot
Restarting the service after boot (via ssh from desktop) seems to allow running the Plex server without wifi issues has the laptop connected to the wifi but not the other devices:
sudo systemctl restart plexmediaserver
So I have added the above line to my /etc/rc.local
so plexmediaserver
restarts after login.
This isn't an ideal solution because I'm not sure what the router's Wifi has to do with plexmediaserver
and why are wired connections unaffected? Feels like a brittle solution to a problem I don't understand.
Any ideas?
16.04 networking raspberrypi arm
edited Apr 22 at 2:10
asked Apr 22 at 1:54
David Alsh
1224
1224
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Apparently this router is particularly sensitive to DLNA and that might be what's causing issues. I turned off Plex's DLNA feature and it seems everything is okay.
https://forums.plex.tv/discussion/104297/plex-taking-down-my-router/p2
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Apparently this router is particularly sensitive to DLNA and that might be what's causing issues. I turned off Plex's DLNA feature and it seems everything is okay.
https://forums.plex.tv/discussion/104297/plex-taking-down-my-router/p2
add a comment |Â
up vote
0
down vote
Apparently this router is particularly sensitive to DLNA and that might be what's causing issues. I turned off Plex's DLNA feature and it seems everything is okay.
https://forums.plex.tv/discussion/104297/plex-taking-down-my-router/p2
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Apparently this router is particularly sensitive to DLNA and that might be what's causing issues. I turned off Plex's DLNA feature and it seems everything is okay.
https://forums.plex.tv/discussion/104297/plex-taking-down-my-router/p2
Apparently this router is particularly sensitive to DLNA and that might be what's causing issues. I turned off Plex's DLNA feature and it seems everything is okay.
https://forums.plex.tv/discussion/104297/plex-taking-down-my-router/p2
answered Apr 22 at 12:21
David Alsh
1224
1224
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027072%2frunning-plexmediaserver-on-an-orangepi-ubuntu-16-04-it-works-but-the-plexmedi%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password