Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

problem on hybrid card that share same bus

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


nicola76b at libero

Dec 1, 2008, 3:05 AM

Post #1 of 6 (927 views)
Permalink
problem on hybrid card that share same bus

Hi all,
I have just installed my hybrid card Hauppauge HVR-3000 (dvb-s, dvb-t,
analogic) with mfe drivers.

It works almost good under kaffeine, but I cannot
get totally work on mythtv under which I configured analogic and dvb-s, but I
cannot use dvb-t; that it is what I really need.
The problem is the operation
that follow the selection of DVB card, of few words I cannot select DVB Card
number as 1 (the only existing choice is 0..)
Reading information from kaffeine
configuration I think DVB0:0 is dvb-s, DVB0:1 is dvb-t.

If it is impossibile
use (under mythtv) 2 different cards that share the same bus, is at least
possible switch dvb-s and dvb-t? If yes, how?

I'm newbie and my english is
orrible, but please, anwer me!!

Thanks a lot, regards
-nicola
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RobertCL at iname

Dec 1, 2008, 3:52 AM

Post #2 of 6 (871 views)
Permalink
Re: problem on hybrid card that share same bus [In reply to]

On Mon, December 1, 2008 11:05 am, nicola76b[at]libero.it wrote:
> Hi all,
> I have just installed my hybrid card Hauppauge HVR-3000 (dvb-s, dvb-t,
> analogic) with mfe drivers.
>
> It works almost good under kaffeine, but I cannot
> get totally work on mythtv under which I configured analogic and dvb-s,
> but I
> cannot use dvb-t; that it is what I really need.
> The problem is the operation
> that follow the selection of DVB card, of few words I cannot select DVB
> Card
> number as 1 (the only existing choice is 0..)
> Reading information from kaffeine
> configuration I think DVB0:0 is dvb-s, DVB0:1 is dvb-t.
>
> If it is impossibile
> use (under mythtv) 2 different cards that share the same bus, is at least
> possible switch dvb-s and dvb-t? If yes, how?

The way I got around this problem is to create some symlinks in /dev/dvb.
I have a udev rule that automatically links DVB0:1 to DVB1:0 - then to
Mythtv it looks like I have two DVB cards when actually there is only one.

So my real devices are:
/dev/dvb/adapter0/dvr0, dvr1, etc

and I have symlinks
/dev/dvb/adapter1/dvr0 -> adapter0/dvr1
/dev/dvb/adapter1/demux0 -> adapter0/demux1
etc..

(Or you could use the single front end patch for the HVR3000 then you
select whether you want DVB-T or DVB-S with a module parameter - but if
your card is working, I'd say the symlink approach is easier)

Robert.




_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


nicola76b at libero

Dec 1, 2008, 5:02 AM

Post #3 of 6 (882 views)
Permalink
Re: problem on hybrid card that share same bus [In reply to]

The way I got around this problem is to create some symlinks in /dev/dvb.
I
have a udev rule that automatically links DVB0:1 to DVB1:0 - then to
Mythtv it
looks like I have two DVB cards when actually there is only one.

So my real
devices are:
/dev/dvb/adapter0/dvr0, dvr1, etc

and I have symlinks

/dev/dvb/adapter1/dvr0 -> adapter0/dvr1
/dev/dvb/adapter1/demux0 ->
adapter0/demux1
etc..

(Or you could use the single front end patch for the
HVR3000 then you
select whether you want DVB-T or DVB-S with a module parameter
- but if
your card is working, I'd say the symlink approach is easier)

Robert.




Thank you very much Robert!!
I don't really know what is a "udev rule" (I'll
search for it..), but just I'll back home I'll try to create symbolic link as
you suggested!!
Another question: I don't understand, with this method, can I
use the dvb-s and dvb-t simultaneously?
(e.g record some dvb-s program while
watching dvb-t one?)
Another time, thanks
-nicola

_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RobertCL at iname

Dec 1, 2008, 5:20 AM

Post #4 of 6 (880 views)
Permalink
Re: problem on hybrid card that share same bus [In reply to]

On Mon, December 1, 2008 1:02 pm, nicola76b[at]libero.it wrote:
> The way I got around this problem is to create some symlinks in /dev/dvb.
> I
> have a udev rule that automatically links DVB0:1 to DVB1:0 - then to
> Mythtv it
> looks like I have two DVB cards when actually there is only one.
>
> So my real
> devices are:
> /dev/dvb/adapter0/dvr0, dvr1, etc
>
> and I have symlinks
>
> /dev/dvb/adapter1/dvr0 -> adapter0/dvr1
> /dev/dvb/adapter1/demux0 ->
> adapter0/demux1
> etc..
>
> (Or you could use the single front end patch for the
> HVR3000 then you
> select whether you want DVB-T or DVB-S with a module parameter
> - but if
> your card is working, I'd say the symlink approach is easier)
>
> Robert.
>
>
>
>
> Thank you very much Robert!!
> I don't really know what is a "udev rule" (I'll
> search for it..), but just I'll back home I'll try to create symbolic link
> as
> you suggested!!

Have a look here (even mentions the HVR3000):
http://www.mythtv.org/wiki/index.php/Device_Filenames_and_udev

> Another question: I don't understand, with this method, can I
> use the dvb-s and dvb-t simultaneously?
> (e.g record some dvb-s program while
> watching dvb-t one?)
> Another time, thanks
> -nicola

No, I think with the HVR-3000, the hardware is limited so that you can use
either DVB-S or DVB-T. Not both at the same time. I think (with the
latest drivers) it's possible to watch Analog + (one of) DVB-T/S but I've
never tried it.

Robert.

_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


nicola76b at libero

Dec 2, 2008, 12:12 AM

Post #5 of 6 (851 views)
Permalink
Re: problem on hybrid card that share same bus [In reply to]

Hi Robert, with your tips I can finally watch dvb-t, THANK YOU!!!!

But as I
told you, I'm not expert; at the beginning I created symlinks as you suggested
and the dvb-t card was working, so I didn't understood the udev relevance. Next
I reboot PC and all things become clear...

I also try to read the udev guide
that you indicate, but I can't complete understand it..
Sorry for boring, but
if you have the same card, can you forward me your udev rule or guide me in my
udev rule creation?

Reading the guide, this is something that you need (I
think...)


--------------------------------------------------------------------------------------------------

htpc-user[at]htpc-desktop:/etc/udev/rules.d$ man udevinfo
Non c'è il manuale per
udevinfo
Si veda "man 7 undocumented" per l'aiuto quando le pagine di manuali
non sono presenti.

htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo udevinfo -a -
q path -n /dev/dvb/adapter0/dvr1
/devices/pci0000:00/0000:00:08.0/0000:01:08.2
/dvb/dvb0.dvr1
htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo udevinfo -a -q
path -n /dev/dvb/adapter0/dvr0
/devices/pci0000:00/0000:00:08.0/0000:01:08.2
/dvb/dvb0.dvr0
htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo udevinfo -a -q
path -n /dev/dvb/adapter0/demux0
/devices/pci0000:00/0000:00:08.0/0000:01:08.2
/dvb/dvb0.demux0
htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo udevinfo -a -q
path -n /dev/dvb/adapter0/demux1
/devices/pci0000:00/0000:00:08.0/0000:01:08.2
/dvb/dvb0.demux1
htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo udevinfo -a -q
path -n /dev/dvb/adapter0/frontend0
/devices/pci0000:00/0000:00:08.0/0000:01:
08.2/dvb/dvb0.frontend0
htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo udevinfo
-a -q path -n /dev/dvb/adapter0/frontend1
/devices/pci0000:00/0000:00:08.0/0000:
01:08.2/dvb/dvb0.frontend1
htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo
udevinfo -a -q path -n /dev/dvb/adapter0/net0
/devices/pci0000:00/0000:00:08.0
/0000:01:08.2/dvb/dvb0.net0
htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo
udevinfo -a -q path -n /dev/dvb/adapter0/net1
/devices/pci0000:00/0000:00:08.0
/0000:01:08.2/dvb/dvb0.net1

--------------------------------------------------------------------------------------------------

Another time, THANK YOU very much,
-nicola
_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RobertCL at iname

Dec 2, 2008, 5:10 AM

Post #6 of 6 (843 views)
Permalink
Re: problem on hybrid card that share same bus [In reply to]

Hi,

On Tue, December 2, 2008 8:12 am, nicola76b[at]libero.it wrote:
> Hi Robert, with your tips I can finally watch dvb-t, THANK YOU!!!!
>
> But as I
> told you, I'm not expert; at the beginning I created symlinks as you
> suggested
> and the dvb-t card was working, so I didn't understood the udev relevance.
> Next
> I reboot PC and all things become clear...
>
> I also try to read the udev guide
> that you indicate, but I can't complete understand it..
> Sorry for boring, but
> if you have the same card, can you forward me your udev rule or guide me
> in my
> udev rule creation?

I'm no expert either!

I've also just realized that I'm not actually doing that anymore (I'm sure
I used to). All I'm doing now is renumbering my adapters which is the
example on that link I posted.

It might be easier for you to put some 'ln' commands in one of your
startup scripts (eg on my Gentoo install in /etc/conf.d/local.start) to
create the syslinks everytime you boot.

Unless someone who is better at udev rules than I am would care to help
out :-)

Robert.

>
> Reading the guide, this is something that you need (I
> think...)
>
>
> --------------------------------------------------------------------------------------------------
>
> htpc-user[at]htpc-desktop:/etc/udev/rules.d$ man udevinfo
> Non c'è il manuale per
> udevinfo
> Si veda "man 7 undocumented" per l'aiuto quando le pagine di manuali
> non sono presenti.
>
> htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo udevinfo -a -
> q path -n /dev/dvb/adapter0/dvr1
> /devices/pci0000:00/0000:00:08.0/0000:01:08.2
> /dvb/dvb0.dvr1
> htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo udevinfo -a -q
> path -n /dev/dvb/adapter0/dvr0
> /devices/pci0000:00/0000:00:08.0/0000:01:08.2
> /dvb/dvb0.dvr0
> htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo udevinfo -a -q
> path -n /dev/dvb/adapter0/demux0
> /devices/pci0000:00/0000:00:08.0/0000:01:08.2
> /dvb/dvb0.demux0
> htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo udevinfo -a -q
> path -n /dev/dvb/adapter0/demux1
> /devices/pci0000:00/0000:00:08.0/0000:01:08.2
> /dvb/dvb0.demux1
> htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo udevinfo -a -q
> path -n /dev/dvb/adapter0/frontend0
> /devices/pci0000:00/0000:00:08.0/0000:01:
> 08.2/dvb/dvb0.frontend0
> htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo udevinfo
> -a -q path -n /dev/dvb/adapter0/frontend1
> /devices/pci0000:00/0000:00:08.0/0000:
> 01:08.2/dvb/dvb0.frontend1
> htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo
> udevinfo -a -q path -n /dev/dvb/adapter0/net0
> /devices/pci0000:00/0000:00:08.0
> /0000:01:08.2/dvb/dvb0.net0
> htpc-user[at]htpc-desktop:/etc/udev/rules.d$ sudo
> udevinfo -a -q path -n /dev/dvb/adapter0/net1
> /devices/pci0000:00/0000:00:08.0
> /0000:01:08.2/dvb/dvb0.net1
>
> --------------------------------------------------------------------------------------------------
>
> Another time, THANK YOU very much,
> -nicola
> _______________________________________________
> mythtv-users mailing list
> mythtv-users[at]mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.