All of lore.kernel.org
 help / color / mirror / Atom feed
From: "sonofzev@iinet.net.au" <sonofzev@iinet.net.au>
To: sonofzev@iinet.net.au, Michael Krufky <mkrufky@linuxtv.org>
Cc: linux-media@vger.kernel.org
Subject: Re: running multiple DVB cards successfully.. what do I need to  	know?? (major and minor numbers??)
Date: Tue, 24 Feb 2009 08:03:04 +0900	[thread overview]
Message-ID: <40915.1235430184@iinet.net.au> (raw)

Thanks Mike

Is this likely to stop the "Incorrect Readback of kernel version issue as well?" 

cheers

Allan 

On Mon Feb 23 17:57 , Michael Krufky  sent:

>On Mon, Feb 23, 2009 at 5:49 PM, sonofzev@iinet.net.au
>sonofzev@iinet.net.au> wrote:
>> Some of you may have read some of my posts about an "incorrect firmware readback"
>> message appearing in my dmesg, shortly after a tuner was engaged.
>>
>> I have isolated this problem, but the workaround so far has not been pretty.
>> On a hunch I removed my Dvico Fusion HDTV lite card from the system, running now
>> only with the Dvico Fusion Dual Express.
>>
>> The issue has gone, I am not getting the kdvb process hogging cpu cycles and this
>> message has stopped.
>>
>> I had tried both letting the kernel (or is it udev) assign the major and minor
>> numbers and I had tried to manually set them via modprobe.conf (formerly
>> modules.conf, I don't know if this is a global change or specific to Gentoo)....
>>
>> I had the major number the same for both cards, with a separate minor number for
>> each of the three tuners, this seems to be the same.
>>
>> Is this how I should be setting up for 2 cards or should I be using some other
>> type of configuration.
>
>Allan,
>
>I recommend to use the 'adapter_nr' module option.  You can specify
>this option in modprobe.conf -- the name of this file is
>distro-specific.
>
>For instance, to make the dual card appear before the lite card:
>
>options cx23885 adapter_nr=0,1
>options dvb-bt8xx adapter_nr=2
>
>to make the lite card appear before the dual card:
>
>options cx23885 adapter_nr=0
>options dvb-bt8xx adapter_nr=1,2
>
>I hope you find this helpful.
>
>Regards,
>
>Mike
>)



             reply	other threads:[~2009-02-23 23:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-23 23:03 sonofzev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-02-23 22:49 running multiple DVB cards successfully.. what do I need to know?? (major and minor numbers??) sonofzev
2009-02-23 22:57 ` Michael Krufky
2009-02-24  8:13   ` Eduard Huguet

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=40915.1235430184@iinet.net.au \
    --to=sonofzev@iinet.net.au \
    --cc=linux-media@vger.kernel.org \
    --cc=mkrufky@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.