LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-08-2003, 12:46 AM   #16
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Original Poster
Rep: Reputation: 30

Just an update, I've been using mythtv (thanks for the tip guys) and it's sweet, my only question is has anyone been able to get an ATI TV Wonder card to encode sound? It shows up on lspci as bt878 sound but when I tried to get myth to do hardware encoding it does not and mythfrontend gives a ton of audio buffer overflow errors.

I think it has something to do with enabling some options in modules.conf, but I'm not sure where.
 
Old 06-08-2003, 09:40 AM   #17
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Anybody use freevo? I haven't tried MythTV so I wanted to get some compare and contrast MythTV vs. Freevo.
 
Old 06-08-2003, 03:49 PM   #18
cmisip
Member
 
Registered: Aug 2002
Posts: 189

Rep: Reputation: 30
Well I am still running MythTV and it is now almost to version .9. Regarding your question about the ati tv wonder, I assume you are talking about using btaudio to pull the audio from the ati tv wonder without having to pipe the sound to a sound card. This can be done only if you are using the ATI TV Wonder, not the VE kind. I have two ATI TV Wonders in my MythTV system. One of them is a VE. For the VE, I use the audio cable to connect to the line in of my SB LIve card. For the ATI TV Wonder (non VE), sound just goes through the pci bus. I don know what you meant by hardware encoding. I thought if you use the ATI TV Wonder, all encoding is in software. That is why the system requirements are pretty high. If you have a PVR 250 or 350 card, then encoding is in hardware. If you need further info, let me know.
 
Old 06-09-2003, 04:17 AM   #19
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Original Poster
Rep: Reputation: 30
Yea it's not the VE it's the standard tv wonder... and in winodws it does hardware encoding of video and audio in mpeg2. So I assumed it would be possible to do it in mythtv as well.
 
Old 06-09-2003, 05:38 AM   #20
seppe
LQ Newbie
 
Registered: Jun 2003
Posts: 19

Rep: Reputation: 0
I have a little problem with XaWTV:

I have a Pinnacle PCTV card and XaWTV seems to have problems with scaling when I go in fullscreen mode. The card's resolution is 640x480, and when I have my resolution in X set to 1024x768, I have ugly black borders. XaWTV just can't scale it

Anyone knows how to fix this?
 
Old 06-09-2003, 03:16 PM   #21
cmisip
Member
 
Registered: Aug 2002
Posts: 189

Rep: Reputation: 30
Muddy, I seem to recall reading somewhere that the ATI TV Wonder hardware MPEG is not true hardware encoding. I could be wrong. I notice that between Windows XP and Redhat Linux 9, the TV card perfomrs better with Redhat 9. My Windows XP stutters when recording even 1 show. In Linux, I can record two shows simultaneouly and watch a thired without problem. It could be a driver issue in XP. Also I dont think there is any MPEG encoder support in MythTV other than the PVR 250 and 350. As far as you trying to get audio from the ATI TV Wonder, here is the relevant part of my modules.conf


# i2c - > btaudio seems to require this
alias char-major-89 i2c-dev
options i2c-core i2c_debug=1
options i2c-algo-bit bit_test=1

# ATI TV Wonder
alias char-major-81 videodev
alias char-major-81-0 bttv
pre-install bttv modprobe -k msp3400; modprobe -k tuner


# Btaudio
alias sound-slot-1 btaudio
pre-install btaudio modprobe <your sound card module here >

This assumes that you have one other sound card which is alias sound-slot-0. The pre-install under btaudio just makes sure that your sound card gets loaded before btaudio. Therefore your sound card will get /dev/dsp0 while btaudio will get /dev/dsp1, /dev/dsp2. (It takes 2 dsp devices). Check to make sure you have all these dev devices created. If not create them like this :

mknod /dev/dsp1 c 14 19
mknod /dev/dsp2 c 14 35

You should also have a mixer device for each of your sound devices. Your sound card should get /dev/mixer0. If you dont have /dev/mixer1 create it:
mknod /dev/mixer1 c 14 16

In /etc/rc.d/rc.local add :
modprobe <your sound card module>
modprobe bttv
modprobe btaudio

There should be a symlink in your /dev directory called /dev/dsp. This should be pointed to /dev/dsp0

After a reboot ,check dmesg and see if btaudio did get those dsp devices. If it did then in MythTV under the setup section for Capture devices, point your capture card to record from /dev/dsp1 (the btaudio digital output device) and you should be able to get audio from the ATI TV wonder without an audio cable (disconnect the audio cable to check). You still need your sound card for playback of the final pcm signal but you dont need to use its line in for recording audio. Also, make sure that your under the mythtv recording section for both the live tv and default (record profile), you have slected a 32000 for audio capture rate. Hope this helps.
 
Old 06-14-2003, 06:12 AM   #22
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Original Poster
Rep: Reputation: 30
Yea, I did get the bt878 sound chip to show up in kmix but I'm not at home to post how I did it, basically I added btaudio module to modules.conf.

As far as getting the hardware recording to work... I've not had much time to work on it. I spent the last 3 days installing mandrake 9.1 and compiling the kernel about 20x to get everything to work right.
 
Old 06-14-2003, 12:12 PM   #23
spurious
Member
 
Registered: Apr 2003
Location: Vancouver, BC
Distribution: Slackware, Ubuntu
Posts: 558

Rep: Reputation: 31
Seppe wrote:

> I have a Pinnacle PCTV card and XaWTV seems to have problems with scaling when I go in fullscreen mode. The card's resolution is 640x480, and when I have my resolution in X set to 1024x768, I have ugly black borders. XaWTV just can't scale it


Edit ~/.xawtv. Add the following, under [global]:

fullscreen = 640 x 480


You may also need to set the v4l (that's v 4 'L' as in video4linux) module in your XF86Config file. Reference: http://www.linuxlogin.com/linux/ati_tv.php
 
Old 06-15-2003, 02:46 AM   #24
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Original Poster
Rep: Reputation: 30
to the best of my knowledge all tv cards based on NTSC will look bad going past 640x480, it's not you. I can't explain it very well off the top of my head, but there is alot of data out there on this. The main prob is NTSC is not designed to go past that.
 
Old 06-15-2003, 06:07 AM   #25
mad_ady
Member
 
Registered: Jan 2003
Location: I'm all in your mind!
Distribution: Debian
Posts: 248

Rep: Reputation: 30
It seems I get poor quality (framed dropped) if I run xawtv in fullscreen in a resolution higher than 320x240. It works fine in Win98 (I have a Kworld 878 tv tuner)... Could it be the video card? I have a sis6326 agp with 8MB ram (but the x server only sees 4mb)

Should I change the video card?
 
Old 06-15-2003, 07:11 AM   #26
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Original Poster
Rep: Reputation: 30
how do you have your modules.conf setup for the bttv and btaudio options?
 
Old 06-15-2003, 08:28 AM   #27
mad_ady
Member
 
Registered: Jan 2003
Location: I'm all in your mind!
Distribution: Debian
Posts: 248

Rep: Reputation: 30
Who? Me?
This is my modules.conf
Code:
probeall usb-interface usb-uhci
alias eth0 8139too 
alias sound-slot-0 via82cxxx_audio 
options bttv radio=1 card=78 tuner=5 gbuffers=4
 
Old 06-17-2003, 06:41 AM   #28
Muddy
Member
 
Registered: May 2002
Location: Ohio
Distribution: Mandrake 9.2 Custom Kernel & Mythtv!
Posts: 256

Original Poster
Rep: Reputation: 30
have you tried it without the gbuffers ?
 
Old 06-17-2003, 09:39 AM   #29
mad_ady
Member
 
Registered: Jan 2003
Location: I'm all in your mind!
Distribution: Debian
Posts: 248

Rep: Reputation: 30
hmmm... no... What does gbuffers do?
 
Old 07-03-2003, 03:26 AM   #30
prakashjohn
LQ Newbie
 
Registered: Jul 2003
Location: Bangalore
Distribution: RedHat
Posts: 9

Rep: Reputation: 0
I have a Philips TV tuner card , it show me the Driver as bttv. I am using RedHat9. How to make work this TV tuner card in my system?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with watching DVDs on Linux treble54 Linux - Newbie 27 08-07-2005 09:20 PM
Watching movies (saved on a linux machine) on my TV directly (without burnung)? GSX Linux - General 6 07-01-2005 02:47 AM
Watching a video stream on linux locazor Linux - Software 1 04-29-2004 07:06 AM
Watching TV on RH Linux 9 b_suny Linux - Software 2 03-22-2004 09:17 PM
watching movies on linux.. drenal Linux - Newbie 5 01-31-2004 12:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration