Difference between revisions of "Re-Detecting Plug and Play Devices"

From LinuxMCE
Jump to: navigation, search
(New page: <div class=Section1> <p class=MsoNormal>Sometimes LinuxMCE gets trouble detecting new children devices, added later (like adding new mounted NAS storages to the FREENAS device)…</p> <p...)
 
 
Line 1: Line 1:
 +
[[Category:Tutorials]]
 +
 
<div class=Section1>
 
<div class=Section1>
  

Latest revision as of 13:48, 22 January 2009


Sometimes LinuxMCE gets trouble detecting new children devices, added later (like adding new mounted NAS storages to the FREENAS device)…

 

You can delete the QUEUE in database and then LinuxMCE will rediscover them.

 

Use the following command lines:

sudo mysql –uroot

use pluto_main

delete from PnpQueue

quit

 

After that, you will need to reload router and re-add the mentioned devices.