LinuxMCE Forums
Archive => Archive => Pluto Main General Issues => Topic started by: archived on January 20, 2006, 04:56:47 pm
-
Hi there,
I tried to define my A/V devices and I added a new model for Thomson TV as it was explained on the Device Templates page. But after I typed and pressed button 'Add' the new model didn't apprear in the list.
Any ideas why it doesn't work?
I use latest Plutohome installation.
Thanks in advanced.
-
i just added a dummy device template on my installation and it works, please try again.
-
i just added a dummy device template on my installation and it works, please try again.
Ok, I'll try. But is there some log where can I see errors during new template is added?
-
You can check if there is the new record in database pluto_main, table DeviceTemplate, with a command like
SELECT * FROM DeviceTemplate ORDER BY psc_mod DESC
Since psc_mod is a timestamp field, this will show you the last record added or changed from DeviceTemplate table.
-
You can check if there is the new record in database pluto_main, table DeviceTemplate, with a command likeSELECT * FROM DeviceTemplate ORDER BY psc_mod DESC
Since psc_mod is a timestamp field, this will show you the last record added or changed from DeviceTemplate table.
Ok, I tried to explore the table DeviceTemplate. I found that all records have empty field 'psc_mod'. Maybe this is a problem? And what can I do to repaire the database?
-
It's normal that all records to have 'psc_mod' field empty. This is only changed only for newly added device templates or for those who are changed. It looks like you didn't add the device template at all.
Please try again, following this steps:
- go to A/V equipment;
- choose add device;
- select the manufacturer and the device category (both are displayed on top of the page, just under "manufacturer" and "device category" titles;
- click "add", the button on top of the page;
This should open a wizard who will allow you to add and setup your device template.
-
Sorry, it was my mistake. I tried to press wrong button. Everything works fine! Thanks.