LinuxMCE Forums

General => Users => Topic started by: pflegefall on January 27, 2009, 10:54:24 PM

Title: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: pflegefall on January 27, 2009, 10:54:24 PM
Hello,
I've got problems with the above described configuration...
Everytime I Select TV, I get the following message:
"I cannot play this media. Perhaps there is not a valid device in this entertainment area capable of playing it..."

I set up my LinuxMCE 710 from single sided DVD...
Installed WinTV Nova HD S2 card with drivers... <- works
Searched for channels... <- works
add the channel list with the admin webpage to the vdr configuration <- works
setup the remote control... <- works
VDR starts and I can browse the EPG in VDRAdmin Webpage...

Can anybody help me?
I think I'm close to the goal...

Thanks
christian

Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: Marie.O on January 27, 2009, 10:58:06 PM
Did you follow the configuration settings in http://wiki.linuxmce.org/index.php/VDR_Manual_Install (http://wiki.linuxmce.org/index.php/VDR_Manual_Install)
Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: pflegefall on January 28, 2009, 12:05:17 AM
thank you for the fast answer ;-)

Yes I follow the supposed howto...

I just checked the /var/lib/vdr/setup.conf and found that it is overwritten everytime I stop the vdr process...

more precise:
1. I stop the vdr by /etc/init.d/vdr stop
2. I edit /var/lib/vdr/setup.conf with vi as described in the howto
3. I start the vdr by /etc/init.d/vdr start

now it doest work as before, but the changes in the setup.conf are still there

4. I stop the vdr again as above...

now the changes in the setup.conf are gone :-(
Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: Marie.O on January 28, 2009, 10:48:28 AM
You have to stop VDR before making changes, as I think is mentioned in that article. VDR writes out the setup.conf at closing time.

Did you add the relevant plugins, i.e. xineliboutput and streamdev-server/-client
Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: pflegefall on January 28, 2009, 11:23:41 AM
Yes I stopped the VDR befor I made the changes...
Then I started it to see whether the changes make a difference...
But when I stop VDR again after testing... The changes are gone
(like described above)

how can I check if the relevant plugins are correctly installed and whether they are running?
Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: Marie.O on January 29, 2009, 12:02:18 AM
When you restart VDR manually, ie.
/etc/init.d/vdr start

it will show you all the installed plugins.
Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: pflegefall on January 29, 2009, 12:31:46 AM
ahhh ;-)
sure

ok...

Searching for lugins (VDR1.6.0-1/1.6.0) (cache hit): stremdev-server control xineliboutput.

... is the output.

so i think every thing is ok there...

perhaps its a bad question... but i installed from dvd singlesided version 710...
I didn't care about core/md setup because i didnt know anything...

does this dvd install a hybrid automatically???
oder do i have core only and this is my problem?

greetings
Christian
Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: Zaerc on January 29, 2009, 12:43:02 AM
The DVD is not a real installer but just dumps an image of a hybrid on the drive and configures it a bit.
Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: pflegefall on January 29, 2009, 12:49:08 AM
ok... so this is not my problem i think...
but what do i have to put in the setup.conf of vdr in this case...
both?? core and md lines???

so i tried all possibilities and i think there have to be both lines..

but the problem is that the config file is overwritten when i stop the vdr as described above ;-)
i dont understand that

wow... client missing... trying again...
Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: pflegefall on January 29, 2009, 01:51:10 AM
ok... update... this plugins are installed: checked

streamdev-server
streamdev-client
control
xineliboutput

the problem sure is connected to the disapperance of the changes in the setup.conf
Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: Marie.O on January 29, 2009, 03:56:13 PM
pflegefall,

no idea, why your setup.conf gets overwritten :(

sorry
Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: totallymaxed on January 29, 2009, 05:06:42 PM
Quote from: pflegefall on January 29, 2009, 01:51:10 AM
ok... update... this plugins are installed: checked

streamdev-server
streamdev-client
control
xineliboutput

the problem sure is connected to the disapperance of the changes in the setup.conf

You need to stop vdr before making any changes to channels.conf or setup.conf;


/etc/init.d/vdr stop<return>


Now vdr has been stopped you can make the changes you need to make... then restart vdr as follows;


/etc/init.d/vdr start<return>


Now your changes to channels.conf & setup.conf will be retianed and used by vdr

All the best

Andrew


Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: Zaerc on January 29, 2009, 07:38:57 PM
And you can make sure it is stopped (or running) with:
/etc/init.d/vdr status
Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: pflegefall on February 02, 2009, 01:54:02 AM
ok.... now it runs....

I wasn't able to fix the problem... so I decided to try it the microsoft way...

complete new installation Linux MCE 710 from DVD....
But now I installed the drivers of the dvb-card before I installed VDR....

I don't know if this was the trick but now everything works....

Thanks to all your suggestions...
Title: Re: "not a valid device" LinuxMCE 710, VDR, WinTV Nova HD S2
Post by: dlewis on February 02, 2009, 04:40:34 AM
Quote from: pflegefall on February 02, 2009, 01:54:02 AM
ok.... now it runs....

I wasn't able to fix the problem... so I decided to try it the microsoft way...

complete new installation Linux MCE 710 from DVD....
But now I installed the drivers of the dvb-card before I installed VDR....

I don't know if this was the trick but now everything works....

Thanks to all your suggestions...

Could you please create a wiki page for this? Thanks!