Re: Hauppauge WinTV Go-Plus and Fedora Core 3
William Garber <[email protected]> Wed, 16 Feb 2005 17:04:56 -0500
| Newsgroups | gmane.comp.kde.kwintv |
|---|---|
| Message-ID | <1108591496.11043.7.camel@theta> |
Yes thanks; I also figured that out a couple of minutes ago by running the script: root@theta### cat tvs #!/bin/sh TT=0 until [ "$TT" = "100" ]; do rmmod bttv modprobe bttv tuner="$TT" echo $TT tvtime echo "enter TT" read TT done # eof root@theta### works (more or less same) for tuner= 9, 10, 15, 41, 42, 43, 44, and others So far it works fine with tuner=44 but the colors are a bit dull (like black and white sometimes) and picture correction (brightness,contrast,hue,saturation) won't fix it fully. Won't tune channels above 60 for some reason. Is this due to tvtime settings? On Wed, 2005-02-16 at 10:01 -0800, George Fragos wrote: > Card=10 should be correct for WinTV-GO, works with mine. I suggest > you try setting the tuner =44, also works for me. > > > On Wed, 16 Feb 2005 07:52:25 -0500, William Garber > <[email protected]> wrote: > > > > > > garberw@theta> dmesg | grep bttv > > bttv: driver version 0.9.15 loaded > > bttv: using 8 buffers with 2080k (520 pages) each for capture > > bttv: Bt8xx card found (0). > > bttv0: Bt878 (rev 17) at 0000:06:03.0, irq: 185, latency: 32, mmio: > > 0xdfefe000bttv0: detected: Hauppauge WinTV [card=10], PCI subsystem ID > > is 0070:13eb > > bttv0: using: Hauppauge (bt878) [card=10,autodetected] > > bttv0: gpio: en=00000000, out=00000000 in=00ffffdb [init] > > bttv0: Hauppauge/Voodoo msp34xx: reset line init [5] > > bttv0: Hauppauge eeprom: model=29440, tuner=? (-1), radio=no > > bttv0: using tuner=-1 > > bttv0: i2c: checking for MSP34xx @ 0x80... not found > > bttv0: i2c: checking for TDA9875 @ 0xb0... not found > > bttv0: i2c: checking for TDA7432 @ 0x8a... not found > > bttv0: i2c: checking for TDA9887 @ 0x86... not found > > bttv0: registered device video0 > > bttv0: registered device vbi0 > > bttv0: PLL: 28636363 => 35468950 .. ok > > garberw@theta> > > root@theta### cat /etc/modprobe.conf > > alias eth0 e100 > > alias scsi_hostadapter 3w-xxxx > > alias scsi_hostadapter1 ata_piix > > alias snd-card-0 snd-emu10k1 > > options snd-card-0 index=0 > > install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 > > && /usr/sbin/alsactl restore >/dev/null 2>&1 || : > > remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 > > || : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1 > > alias char-major-81 bttv > > alias usb-controller ehci-hcd > > alias usb-controller1 uhci-hcd > > alias char-major-195* nvidia > > root@theta### > > > > > > On Tue, 2005-02-15 at 22:01 -0500, William Garber wrote: > > > I can't get it to work. > > > Says tuner = -1 > > > Tried setting tuner to 2 with > > > rmmod bttv > > > depmod bttv tuner=2 > > > sets tuner but still no tv. > > > I think the chip is: > > > Conexant Fusion 878A > > > > > > kdetv shows no plugin for the vbi decoder. > > > There are no "available station detection methods" > > > in the channel wizard. > > > > > > Is the card=10 setting ok? > > > > > > Kudzu set up the card. > > > What should the permissions be on > > > /dev/video0 > > > > > > I tried running kdetv as root and as user. > > > > > > tvtime also shows no signal, but I had > > > it working at one time, only got one channel. > > > > > > > > > > > > > > > _______________________________________________ > > > kwintv mailing list > > > [email protected] > > > https://mail.kde.org/mailman/listinfo/kwintv > > > > _______________________________________________ > > kwintv mailing list > > [email protected] > > https://mail.kde.org/mailman/listinfo/kwintv > > > >