Re-Detecting Plug and Play Devices

From LinuxMCE
Revision as of 14:45, 25 June 2008 by Simon b (Talk | contribs) (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...)

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

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.