LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Brian Marr <cabernet@internode.on.net>
  To  : Linux SA <linuxsa@linuxsa.org.au>
  Date: Mon, 20 May 2002 14:30:23 +0930

Re: Correct PAL configuration for TV card?

It may be that your system needs to know the exact card you are using.
Flyvideo certainly gets a number of mentions in the documentation
/usr/src/linux-2.4.17/Documentation/video4linux/bttv


These are the modules that I used to get kwintv going.
modprobe videodev
modprobe bttv card=37 tuner=5
modprobe i2c
modprobe tvaudio
modprobe msp3400

It looks like your card is 8 so substitute that in place of 37. Try and 
identify your tuner and substitute that. Tuner = 5 refers to Phillips.
Use "dmesg" to check how the hardware responds.

Brian Marr


n Monday 20 May 2002 12:47, Hans Hochwald wrote:
> I am having problems using my flyvideo 98 TV card under linux.
> I tried ordinary PAL under xawtv but it is unwatchable, so I use
> PAL-NC which turns out B/W. What do Australians use in their
> configuration files for v4l programs. The card shows colour under
> windows. The card uses a Conexant Fusion 878A chip.
> I understand that Australians PAL version is PAL-B/G, how do I set
> this under linux?
>
>
>
> ******** .xawtv listing ********
> [global]
> freqtab = australia
> pixsize = 128 x 96
> pixcols = 1
> jpeg-quality = 75
> mjpeg-quality = 75
> keypad-ntsc = no
> osd = yes
>
> [defaults]
> norm = PAL-NC
> capture = over
> source = Composite1
>
> [AV]
> source = Composite1
>
> [SBS]
> channel = 28
> key = 1
>
> [ABC]
> channel = 2
> key = 2
>
> [SEVEN]
> channel = 7
> key = 7
>
> [NINE]
> channel = 9
> key = 9
>
> [TEN]
> channel = 10
> key = 0
>
> [31]
> channel = 31
> key = 3
>
> ****** .webcamrc listing *******
> [ftp]
> host = 127.0.0.1
> user = hochwald
> pass =
> dir  = /home/hochwald/public_html/images
> file = webcam.jpeg
> tmp  = uploading.jpeg
> passive = 1
> debug = 0
> auto = 0
> local= 1
>
> [grab]
> device = /dev/video0
> text = "HansCam %Y-%m-%d %H:%M:%S"
> # infofile = filename
> width = 512
> height = 384
> delay = 15
> input = composite1
> norm = pal-nc
> rotate = 0
> top = 0
> left = 0
> bottom = -1
> right = -1
> quality = 75
> trigger = 0
> once = 0
>
>
>
>
> __________________________________________________________________
> Get your free Australian email account at http://www.start.com.au

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page