mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: hermann pitton <hermann.pitton@onlinehome.de>
To: mkrufky@m1k.net, video4linux-list@redhat.com,
	linux-kernel@vger.kernel.org
Subject: Re: 2 errors in 2.6.12
Date: Mon, 01 Aug 2005 21:55:00 +0200	[thread overview]
Message-ID: <1122926100.5340.38.camel@pc08.localdom.local> (raw)
In-Reply-To: <20050801201017.G77710@nebuchadnezzar.smejdil.cz>


Hello,

this one is solved.

Guess we will see similar issues more often for a while.

Cheers,
Hermann


Am Montag, den 01.08.2005, 20:11 +0200 schrieb CIJOML:
> 
> On Mon, 1 Aug 2005, hermann pitton wrote:
> 
> > Am Montag, den 01.08.2005, 11:16 +0200 schrieb CIJOML:
> > > Hi,
> > >
> > > my card is impossible to be autodetected. Valid sections for it's
> > > identification are missing.
> > >
> > > I asked for this some time ago. I need to use insmod option.
> > >
> > > Michal
> >
> > Hi Michal,
> >
> > the "tuner type=N" insmod option is gone away.
> >
> > There has been a warning that it is deprecated for about 1  1/2 years
> > in dmesg. Please remove it from /etc/modprobe.conf or where else it is
> > called and replace it with "options bttv card=N tuner=N", guess you
> 
> AAAAH!!!! This helped!!! Thanks a lot
> after options bttv           card=42 radio=1 tuner=1
> card works! :)
> 
> Linux video capture interface: v1.00
> bttv: driver version 0.9.15 loaded
> bttv: using 8 buffers with 2080k (520 pages) each for capture
> bttv: Bt8xx card found (0).
> ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKH] -> GSI 9 (level, low)
> -> IRQ 9
> bttv0: Bt878 (rev 17) at 0000:01:0b.0, irq: 9, latency: 32, mmio:
> 0xb69fe000
> bttv0: using: ProVideo PV951 [card=42,insmod option]
> bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init]
> bttv0: using tuner=1
> bttv0: i2c: checking for TDA9875 @ 0xb0... not found
> bttv0: i2c: checking for TDA7432 @ 0x8a... not found
> tvaudio: TV audio decoder + audio/video mux driver
> tvaudio: known chips:
> tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6320,tea6420,tda8425,pic16c54
> (PV951),ta8874z
> tvaudio: found pic16c54 (PV951) @ 0x96
> bttv0: i2c: checking for TDA9887 @ 0x86... not found
>  : chip found @ 0xc0 (bt878 #0 [sw])
>  : All bytes are equal. It is not a TEA5767
> tuner 0-0060: type set to 1 (Philips PAL_I (FI1246 and compatibles))
> bttv0: registered device video0
> bttv0: registered device vbi0
> bttv0: registered device radio0
> bttv0: PLL: 28636363 => 35468950 .. ok
> 
> Thanks a lot!
> 
> Michal
> 
> 
> > might use tuner=5, and what else you might need and then "depmod -a".
> > Does this help?
> >
> > Greetings,
> > Hermann
> >
> >
> > > On Sun, 31 Jul 2005, Michael Krufky wrote:
> > >
> > > > Andrew Morton wrote:
> > > >
> > > > >Michal Semler <cijoml@volny.cz> wrote:
> > > > >
> > > > >
> > > > >> This is what I gets into dmesg:
> > > > >>
> > > > >> Linux video capture interface: v1.00
> > > > >> bttv: driver version 0.9.15 loaded
> > > > >> bttv: using 8 buffers with 2080k (520 pages) each for capture
> > > > >> bttv: Bt8xx card found (0).
> > > > >> ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKH] -> GSI 9 (level, low) ->
> > > > >> IRQ 9
> > > > >> bttv0: Bt878 (rev 17) at 0000:01:0b.0, irq: 9, latency: 32, mmio: 0xb69fe000
> > > > >> bttv0: using: ProVideo PV951 [card=42,insmod option]
> > > > >> bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init]
> > > > >> bttv0: using tuner=1
> > > > >> bttv0: i2c: checking for TDA9875 @ 0xb0... not found
> > > > >> bttv0: i2c: checking for TDA7432 @ 0x8a... not found
> > > > >> tvaudio: TV audio decoder + audio/video mux driver
> > > > >> tvaudio: known chips:
> > > > >> tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6320,tea6420,tda8425,pic16c54
> > > > >> (PV951),ta8874z
> > > > >> tvaudio: found pic16c54 (PV951) @ 0x96
> > > > >> bttv0: i2c: checking for TDA9887 @ 0x86... not found
> > > > >> tuner: Unknown parameter `type'
> >               ^^^^^^^^^^^^^^^^^^^^^^^^
[...]


  parent reply	other threads:[~2005-08-01 19:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-19  7:57 Michal Semler
     [not found] ` <20050728214851.44877164.akpm@osdl.org>
2005-07-31 11:51   ` Michal Semler
2005-07-31 17:31     ` Andrew Morton
2005-07-31 17:53       ` Michael Krufky
2005-08-01  9:16         ` CIJOML
     [not found]           ` <1122894516.5340.9.camel@pc08.localdom.local>
     [not found]             ` <20050801201017.G77710@nebuchadnezzar.smejdil.cz>
2005-08-01 19:55               ` hermann pitton [this message]
2005-08-01 20:02                 ` Michael Krufky
2005-08-01 18:03         ` CIJOML
2005-06-19 10:04 Nick Warne
2005-06-19 11:25 ` Nick Warne
2005-06-19 14:07 Nick Warne

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=1122926100.5340.38.camel@pc08.localdom.local \
    --to=hermann.pitton@onlinehome.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mkrufky@m1k.net \
    --cc=video4linux-list@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®