LinuxMCE Forums
May 19, 2013, 11:35:50 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: Remove device from database; force new auto-detect?  (Read 354 times)
Domodude
Guest
« on: April 04, 2012, 08:09:51 pm »

Hi,
How do I remove devices from the database of recognized hardware? For example, my system apparently already knows my NAS server but I want it to do the auto-detect again. I have an IP and MAC, but no clue where to go next  Embarrassed
Logged
tschak909
LinuxMCE God
****
Posts: 5101

DOES work for LinuxMCE.


View Profile
« Reply #1 on: April 05, 2012, 05:42:08 pm »

Currently there is a bug which prevents the storage radar from finding the NAS again, if it has made it into the PnpQueue table, for now, do this:

Code:
mysql -uroot

mysql> use pluto_main
mysql> DELETE FROM PnpQueue;


Then reload the router.
Logged
Domodude
Guest
« Reply #2 on: April 05, 2012, 08:36:16 pm »

Thanks! I'll do that next time I screw up...
I "solved" my issue by giving my server a new IP, so it looked brand new to the nerve centre  Grin
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!