* [9fans] TV/FM tuner
@ 2004-10-08 9:34 Kenji Okamoto
2004-10-26 3:59 ` Kenji Okamoto
0 siblings, 1 reply; 13+ messages in thread
From: Kenji Okamoto @ 2004-10-08 9:34 UTC (permalink / raw)
To: 9fans
Ok, I got a TV/FM tuner card, KW-TV878F, which is now recognized as
#V0: Brooktree 878 TV tuner (rev 17) (MIRO/TEMIC PAL_I) intl 11
and bind -a '#'V /dev shows me a directory structure like:
/dev/tv0/audio, ctl, regs, and video.
cat /dev/tv0/ctl shows:
640x480x16 RGB16 channel 0.
This card also has FM tuner, and I connected the audio connector to
powered speaker, yes, I'm now hearing FM noise from it.
Now, what I can do to watch TV?
It seems to me there is no client program for this. Am I searching wrong?
Kenji
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [9fans] TV/FM tuner
2004-10-08 9:34 [9fans] TV/FM tuner Kenji Okamoto
@ 2004-10-26 3:59 ` Kenji Okamoto
2004-10-26 7:11 ` Kenji Okamoto
0 siblings, 1 reply; 13+ messages in thread
From: Kenji Okamoto @ 2004-10-26 3:59 UTC (permalink / raw)
To: 9fans
[-- Attachment #1: Type: text/plain, Size: 138 bytes --]
Ok, now I'm enjoying Japanese TV program using Fusion 878A
chip. Thank you very much Peter Bosch for you nice codes and help!
Kenji
[-- Attachment #2: Type: message/rfc822, Size: 3409 bytes --]
From: Kenji Okamoto <okamoto@granite.cias.osakafu-u.ac.jp>
To: 9fans@cse.psu.edu
Subject: [9fans] TV/FM tuner
Date: Fri, 8 Oct 2004 18:34:29 +0900
Message-ID: <2c7f8bf5294e678a90ee415d8c723601@granite.cias.osakafu-u.ac.jp>
Ok, I got a TV/FM tuner card, KW-TV878F, which is now recognized as
#V0: Brooktree 878 TV tuner (rev 17) (MIRO/TEMIC PAL_I) intl 11
and bind -a '#'V /dev shows me a directory structure like:
/dev/tv0/audio, ctl, regs, and video.
cat /dev/tv0/ctl shows:
640x480x16 RGB16 channel 0.
This card also has FM tuner, and I connected the audio connector to
powered speaker, yes, I'm now hearing FM noise from it.
Now, what I can do to watch TV?
It seems to me there is no client program for this. Am I searching wrong?
Kenji
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [9fans] TV/FM tuner
2004-10-26 3:59 ` Kenji Okamoto
@ 2004-10-26 7:11 ` Kenji Okamoto
2004-10-26 7:15 ` Roman Shaposhnick
0 siblings, 1 reply; 13+ messages in thread
From: Kenji Okamoto @ 2004-10-26 7:11 UTC (permalink / raw)
To: 9fans
> Ok, now I'm enjoying Japanese TV program using Fusion 878A
> chip. Thank you very much Peter Bosch for you nice codes and help!
I forgot to describe the hardware I' using.
Celereol 466MHz, and on board Savage4.
TV tuner: AOpen VA1000Plus (Fusion 878A, and low profile)
Memory: 384MB
Antena: in door Antena with booster
Kenji
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [9fans] TV/FM tuner
2004-10-26 7:11 ` Kenji Okamoto
@ 2004-10-26 7:15 ` Roman Shaposhnick
2004-10-26 7:24 ` Kenji Okamoto
0 siblings, 1 reply; 13+ messages in thread
From: Roman Shaposhnick @ 2004-10-26 7:15 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
On Tue, Oct 26, 2004 at 04:11:12PM +0900, Kenji Okamoto wrote:
> > Ok, now I'm enjoying Japanese TV program using Fusion 878A
> > chip. Thank you very much Peter Bosch for you nice codes and help!
>
> I forgot to describe the hardware I' using.
>
> Celereol 466MHz, and on board Savage4.
> TV tuner: AOpen VA1000Plus (Fusion 878A, and low profile)
> Memory: 384MB
> Antena: in door Antena with booster
What exactly did you do to get a picture and sound ? An exact sequence
of commands/steps will be appreciated.
Thanks,
Roman.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [9fans] TV/FM tuner
2004-10-26 7:15 ` Roman Shaposhnick
@ 2004-10-26 7:24 ` Kenji Okamoto
2004-10-26 7:40 ` Kenji Okamoto
2004-10-26 18:00 ` Roman Shaposhnick
0 siblings, 2 replies; 13+ messages in thread
From: Kenji Okamoto @ 2004-10-26 7:24 UTC (permalink / raw)
To: 9fans
> What exactly did you do to get a picture and sound ? An exact sequence
> of commands/steps will be appreciated.
1) make change to /sys/src/9/pc/devtv.c for Fusion 878A.
2) make small change to /sys/src/cmd/tv/tv.c for Fusion 878A.
3) if you are living outside US, check your frequency range, and add them
to /sys/src/9/pc/devtc.c.
The second source is not open so far.
3) cannot use overlay mode for Savage4, then make a command like:
term% tv -C10 -l
where C10 stands for 10 channel in japan, and l means use local device.
Kenji
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [9fans] TV/FM tuner
2004-10-26 7:24 ` Kenji Okamoto
@ 2004-10-26 7:40 ` Kenji Okamoto
2004-11-01 6:24 ` Kenji Okamoto
2004-10-26 18:00 ` Roman Shaposhnick
1 sibling, 1 reply; 13+ messages in thread
From: Kenji Okamoto @ 2004-10-26 7:40 UTC (permalink / raw)
To: 9fans
> 3) if you are living outside US, check your frequency range, and add them
> to /sys/src/9/pc/devtc.c.
Oops!
devtc.c -> devtv.c.
Kenji
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [9fans] TV/FM tuner
2004-10-26 7:24 ` Kenji Okamoto
2004-10-26 7:40 ` Kenji Okamoto
@ 2004-10-26 18:00 ` Roman Shaposhnick
2004-10-27 0:59 ` Kenji Okamoto
1 sibling, 1 reply; 13+ messages in thread
From: Roman Shaposhnick @ 2004-10-26 18:00 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
On Tue, Oct 26, 2004 at 04:24:34PM +0900, Kenji Okamoto wrote:
> > What exactly did you do to get a picture and sound ? An exact sequence
> > of commands/steps will be appreciated.
>
> 1) make change to /sys/src/9/pc/devtv.c for Fusion 878A.
> 2) make small change to /sys/src/cmd/tv/tv.c for Fusion 878A.
I don't see this program in the latest bits from
http://www.cs.bell-labs.com/plan9dist/
Where did you get it from ?
Thanks,
Roman.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [9fans] TV/FM tuner
2004-10-26 18:00 ` Roman Shaposhnick
@ 2004-10-27 0:59 ` Kenji Okamoto
0 siblings, 0 replies; 13+ messages in thread
From: Kenji Okamoto @ 2004-10-27 0:59 UTC (permalink / raw)
To: 9fans
> I don't see this program in the latest bits from
> http://www.cs.bell-labs.com/plan9dist/
>
> Where did you get it from ?
Go personal to Peter Bosch at Lucent.
You can find his mail address from the archives of this list.
Kenji
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [9fans] TV/FM tuner
2004-10-26 7:40 ` Kenji Okamoto
@ 2004-11-01 6:24 ` Kenji Okamoto
2004-11-01 7:14 ` Kenji Okamoto
0 siblings, 1 reply; 13+ messages in thread
From: Kenji Okamoto @ 2004-11-01 6:24 UTC (permalink / raw)
To: 9fans
Now, I put the Fusion_878A chip to a cpu server, and import to every terminal
the device. Now, we can watch TV from anyterminal with a 878A device.
However, the Fusion 878A chip has no independent audio processor, and just
has it locally, you cannot import TV audio device.
checked hardware:
KWorld: KW-878F
AOpen: VA1000Plus
Kenji
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [9fans] TV/FM tuner
2004-11-01 6:24 ` Kenji Okamoto
@ 2004-11-01 7:14 ` Kenji Okamoto
2004-11-01 7:38 ` Kenji Okamoto
0 siblings, 1 reply; 13+ messages in thread
From: Kenji Okamoto @ 2004-11-01 7:14 UTC (permalink / raw)
To: 9fans
> Now, I put the Fusion_878A chip to a cpu server, and import to every terminal
> the device. Now, we can watch TV from anyterminal with a 878A device.
Then, I checked drawterm with TV.
I logged into the cpu server, which has Fusion 878A device in the kernel, through
the wireless (56MB) network using WinXP, and binded '#'V to /dev, then, tv -n1 -l!
Wow, I can see the TV on the drawterm window, which is slow though.
Hmm, interesting!
Kenji
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [9fans] TV/FM tuner
2004-11-01 7:14 ` Kenji Okamoto
@ 2004-11-01 7:38 ` Kenji Okamoto
2004-11-17 2:47 ` Kenji Okamoto
0 siblings, 1 reply; 13+ messages in thread
From: Kenji Okamoto @ 2004-11-01 7:38 UTC (permalink / raw)
To: 9fans
> Wow, I can see the TV on the drawterm window, which is slow though.
Slow for 640x480x16 window, of course.
>the wireless (56MB) network
Sorry, 54MBps (802.11g).
Kenji
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [9fans] TV/FM tuner
2004-11-01 7:38 ` Kenji Okamoto
@ 2004-11-17 2:47 ` Kenji Okamoto
0 siblings, 0 replies; 13+ messages in thread
From: Kenji Okamoto @ 2004-11-17 2:47 UTC (permalink / raw)
To: 9fans
>> Wow, I can see the TV on the drawterm window, which is slow though.
>
> Slow for 640x480x16 window, of course.
Then, I changed the channel from 4 to 6 (Japanese local sorry), the
TV program on the drawterm changed of course, and another 9 terminal's
TV channel did same.☺ Well, of course, it should be so, because I'm sharing
the same TV device hunging on a CPU server... Silly, but felt interesting.
Kenji
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [9fans] TV/FM tuner
@ 2004-10-26 7:14 YAMANASHI Takeshi
0 siblings, 0 replies; 13+ messages in thread
From: YAMANASHI Takeshi @ 2004-10-26 7:14 UTC (permalink / raw)
To: 9fans
On Tue Oct 26 16:10:57 JST 2004, Kenji Okamoto wrote:
> > Ok, now I'm enjoying Japanese TV program using Fusion 878A
> > chip. Thank you very much Peter Bosch for you nice codes and help!
Could you let me import your device over the internet? :)
--
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2004-11-17 2:47 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-08 9:34 [9fans] TV/FM tuner Kenji Okamoto
2004-10-26 3:59 ` Kenji Okamoto
2004-10-26 7:11 ` Kenji Okamoto
2004-10-26 7:15 ` Roman Shaposhnick
2004-10-26 7:24 ` Kenji Okamoto
2004-10-26 7:40 ` Kenji Okamoto
2004-11-01 6:24 ` Kenji Okamoto
2004-11-01 7:14 ` Kenji Okamoto
2004-11-01 7:38 ` Kenji Okamoto
2004-11-17 2:47 ` Kenji Okamoto
2004-10-26 18:00 ` Roman Shaposhnick
2004-10-27 0:59 ` Kenji Okamoto
2004-10-26 7:14 YAMANASHI Takeshi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).