All of lore.kernel.org
 help / color / mirror / Atom feed
From: Will Tatam <will@netmindz.org.uk>
To: Craig Whitmore <lennon@orcon.net.nz>
Cc: linux-dvb <linux-dvb@linuxtv.org>
Subject: Re: [linux-dvb] Multi Frontend Drivers for HVR4000 (And others)
Date: Tue, 12 Feb 2008 09:33:47 +0000	[thread overview]
Message-ID: <47B167FB.9070607@netmindz.org.uk> (raw)
In-Reply-To: <C36C2AD2C1B74AA98CA40F6A1C0644EF@CraigPC>

Craig Whitmore wrote:
> You have to do the below so it sees two cards
>  
> mkdir /dev/dvb/adapter1
> ln -s /dev/dvb/adapter1/frontend1 /dev/dvb/adapter1/frontend0
> ln -s /dev/dvb/adapter1/net1 /dev/dvb/adapter1/net0
> ln -s /dev/dvb/adapter1/dvr1 /dev/dvb/adapter1/dvr0
> ln -s /dev/dvb/adapter1/demux1 /dev/dvb/adapter1/demux0
>  

I guess you mean

mkdir /dev/dvb/adapter1
ln -s /dev/dvb/adapter0/frontend1 /dev/dvb/adapter1/frontend0
ln -s /dev/dvb/adapter0/net1 /dev/dvb/adapter1/net0
ln -s /dev/dvb/adapter0/dvr1 /dev/dvb/adapter1/dvr0
ln -s /dev/dvb/adapter0/demux1 /dev/dvb/adapter1/demux0

where adapter0 is your real card and adapter1 is one higher than your
existing adapter number (e.g 0 in this case)

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

  reply	other threads:[~2008-02-12  9:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-12  0:51 [linux-dvb] Multi Frontend Drivers for HVR4000 (And others) Craig Whitmore
2008-02-12  9:33 ` Will Tatam [this message]
2008-02-12 10:56 ` [linux-dvb] R: " Eddi
2008-02-12 16:48   ` [linux-dvb] R: " Eddi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47B167FB.9070607@netmindz.org.uk \
    --to=will@netmindz.org.uk \
    --cc=lennon@orcon.net.nz \
    --cc=linux-dvb@linuxtv.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.