LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-14-2009, 11:03 PM   #1
phreakshew
Member
 
Registered: Aug 2005
Distribution: Ubuntu, Kubuntu, Linux Mint
Posts: 97

Rep: Reputation: 16
Question TVTime: No XVIDEO port found which supports YUY2 images (Ubuntu 9.10)


Hello all. I've been using TVTime for quite some time in my old computer. I recently upgraded to a newer computer and installed the TV tuner card into it before installing Koala 9.10. Unfortunately, TVTime does not work now.

Computer is a Dell Optiplex 270 with onboard video - Intel Extreme.

lspci shows:
VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)

Error message from TVTime:

Running tvtime 1.0.2.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/oem/.tvtime/tvtime.xml
xvoutput: No XVIDEO port found which supports YUY2 images.

What should I do now?

Thanks~
 
Old 12-15-2009, 12:15 PM   #2
ktindle
LQ Newbie
 
Registered: Dec 2002
Location: Lexington KY
Posts: 11

Rep: Reputation: 0
Intel video driver regression

Your problem is due to the video driver being reworked and suffering regression. See here:

https://bugs.launchpad.net/ubuntu/+s...el/+bug/469700

Try "nomodeset" in the kopt= line in /boot/grub/grub.conf
 
Old 12-15-2009, 12:18 PM   #3
ktindle
LQ Newbie
 
Registered: Dec 2002
Location: Lexington KY
Posts: 11

Rep: Reputation: 0
Er, that's menu.lst
 
Old 12-15-2009, 01:24 PM   #4
phreakshew
Member
 
Registered: Aug 2005
Distribution: Ubuntu, Kubuntu, Linux Mint
Posts: 97

Original Poster
Rep: Reputation: 16
thanks, I'm still not 100% sure about how to edit stuff like this - here's what I did:

first I had to figure out how to edit menu.lst by reading this:

[No Xv support for Intel 82852/855GM video chips with KMS

When using the default kernel-mode-setting (KMS) option in Ubuntu 9.10, users with Intel 82852/855GM cards will find that they are unable to use the Xv extension for playing videos. This may show up as high CPU usage or stuttering during video playback, or a failure to play videos at all with some applications. As a workaround, users can add the option nomodeset to the kernel boot options in the grub config (for GRUB 2: edit /etc/default/grub and add nomodeset to GRUB_CMDLINE_LINUX, then run sudo update-grub; for GRUB 1: edit /boot/grub/menu.lst and add nomodeset to the line beginning with # kopt=, then run sudo update-grub), to disable the use of KMS. (395932) ]

(found it here: http://www.ubuntu.com/getubuntu/releasenotes/910)

so then I tried sudo gedit /boot/grub/menu.lst but the screen came up blank.
So next I tried sudo gedit /etc/default/grub and I found the line GRUB_CMDLINE_LINUX=""
so I tried making it look like:
GRUB_CMDLINE_LINUX=""nomodeset - and then tried
GRUB_CMDLINE_LINUX=nomodeset - and then tried
GRUB_CMDLINE_LINUX="nomodeset" - each time running sudo update-grub afterwards and attempting to run TV Time but still came up with the same error message.

:-(

As you can see, I really don't know what I am doing. (Although I am trying to learn!)

Last edited by phreakshew; 12-15-2009 at 01:30 PM.
 
Old 12-15-2009, 05:25 PM   #5
Elv13
Member
 
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825

Rep: Reputation: 129Reputation: 129
Its a bug, I had to plug a video card on my to use TVtime, fortunally for me, it was not a laptop.
 
Old 12-16-2009, 12:44 AM   #6
phreakshew
Member
 
Registered: Aug 2005
Distribution: Ubuntu, Kubuntu, Linux Mint
Posts: 97

Original Poster
Rep: Reputation: 16
Do you think it's a bug with TV Time or Ubuntu 9.10? I still have my 9.04 disc...
 
Old 12-16-2009, 02:28 AM   #7
phreakshew
Member
 
Registered: Aug 2005
Distribution: Ubuntu, Kubuntu, Linux Mint
Posts: 97

Original Poster
Rep: Reputation: 16
Lightbulb switched to xawtv!

Bugs bugs bugs bugs bugs!

Zapping crashed with a segmentation fault,
MythTV can't scan for channels (which I have read is a bug with Ubuntu 9.10 - if someone knows how to get it to work, please let me know.)

For now the quick 'n easy solution for me is to switch to Xawtv. Got it working right away, but at first could not get the sound to work properly. What I had to do was open alsamixer in a terminal and raise the Line volume.

The only catch with Xawtv is that there are a bunch of settings that need to be set up in the config file, and I have no idea how to do that. The man pages, like most Linux documentation I have come across, expect the reader to already know how to do certain things. But for now, at least I can watch tv at the desired volume.

 
Old 12-16-2009, 05:45 AM   #8
Elv13
Member
 
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825

Rep: Reputation: 129Reputation: 129
To get MythTV scan channal, you will have to add a XML-TV source. If you are in north america, use the schedule direct 7 day demo. It's a bug/regression to, but this one is not related to Intel graphics.

If you are using a saa7134 card, and it seem to be the case after seeing your bug list and the fact that you use your line-in as audio, be warned that you should not use line-in, but fork the audio using sox to a separated virtual sound card or you will have delayed audio.

MythTV will work perfectly once plugged with the XML-tv source, it is the best option.
 
1 members found this post helpful.
Old 12-16-2009, 05:55 AM   #9
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
If you changed the hardware (copied an existing installation on a different machine), it might just need to be reconfigured. You could do that manually, or you could just purge the application (and it's configuration files) and re-install.

# dpkg --purge --force-all <package>
# apt-get install <package>

Probably some sudo variant for *buntu types. I'm on debian.

Or just try tvtime-configure or other options. I generally use tvtime to setup my channels and modes. But if I'm just watching TV, I use an mplayer named pipes to pipe back to mplayer, so that I can use -vf pp=al and other adjustments to make things more visable. I use the same method to ffmpeg to accomplish the recording side of things. But mainly because mencoder doesn't handle STEREO audio for TV input. ffmpeg has a bit better audio options. But to each their own, many means to an end.
 
1 members found this post helpful.
Old 12-16-2009, 07:36 AM   #10
ktindle
LQ Newbie
 
Registered: Dec 2002
Location: Lexington KY
Posts: 11

Rep: Reputation: 0
xawtv is really old, so that's the cause of the tangled config.

Karmic uses grub 2, so /etc/default/grub is correct. To insert the nomodeset kernel option, you

GRUB_CMDLINE_LINUX="nomodeset"

run sudo update-grub

and

REBOOT

to put the new kernel option in effect.

dmesg | grep nomodeset

should confirm the kernel option went in (reads the kernel ring buffer log.)

On Karmic, I have taken to using Kaffeine. The KDE media player has a dvb-c integrated channel scanner. It doesn't work with V4L. The 1.0 pre-2 version won't go any higher than 480i, either.

You can also try Me-TV. My experience with it was poor with dvb-c- it would seg fault if it hit an encrypted channel. It has no channel scanner, so you get to play with channels.conf. But it might be OK with analog Video For Linux (V4L analog) use.

tvtime is likely OK after the kernel option hack.
 
1 members found this post helpful.
Old 12-16-2009, 02:13 PM   #11
phreakshew
Member
 
Registered: Aug 2005
Distribution: Ubuntu, Kubuntu, Linux Mint
Posts: 97

Original Poster
Rep: Reputation: 16
WOW THANKS for all the input!

Elv-13: I will research how to add XML-TV source. I have been using the line-in with no problems using TV Time in the past, however I realize that may not matter if I'm using MythTV. Looks like I have Sox already, but it relies completely on the command line to configure so that may take some time for me to figure out.

Shadow-7: This was a fresh install. I'll have to read up more on mplayer.

Ktindle: I'll try that again and reboot this time. :-)
 
Old 12-16-2009, 02:41 PM   #12
phreakshew
Member
 
Registered: Aug 2005
Distribution: Ubuntu, Kubuntu, Linux Mint
Posts: 97

Original Poster
Rep: Reputation: 16
Well well well...

Ktindle, you were correct. After I changed that line again and REBOOTed, TV Time works again! Yahoo!!!

Elv-13 - I signed up for the 7 day trial at schedules direct, but am unsure of how to proceed from here.
 
Old 12-16-2009, 10:42 PM   #13
Elv13
Member
 
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825

Rep: Reputation: 129Reputation: 129
Just go in mythTV backend setup and setup the 3 input things (Capture Cards, Video Sources and Input Connections) (yes, its a little complicated, but when you scale the mythTV config up with many frontend and many TV-card, it make some sense). The second one will ask your schedule direct username and password, it will take care of the rest. Follow this:
http://www.mythtv.org/docs/mythtv-HOWTO-9.html

Once correctly installed, mythtv is great, and even more with an iPhone/iPodTouch as remote with MyMote and some TVs plugged on it.
 
Old 12-17-2009, 01:30 AM   #14
phreakshew
Member
 
Registered: Aug 2005
Distribution: Ubuntu, Kubuntu, Linux Mint
Posts: 97

Original Poster
Rep: Reputation: 16
Elv13 ~ I tried MythTV again, following the instructions on the howto you posted. Previously I had been following a similar one here:
http://parker1.co.uk/mythtv_ubuntu.php

But still the same situation exits. The "scan for channels" button is greyed out, "fetch for channels" does nothing, and the "starting channel" is stuck on "please add channels to this source".

Thanks very much for your time; I hope to someday be able to use MythTV - but right now it's not a priority for me. I'm just happy TV Time is working like it used to.

Cheers
 
Old 12-17-2009, 02:15 PM   #15
Elv13
Member
 
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825

Rep: Reputation: 129Reputation: 129
Have you entered your schedule direct password then pressed scan?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add an XVideo port ? zghh Linux - Software 1 12-08-2007 11:10 AM
tvtime problems, XVIDEO, yuy2 iAlta Linux - Software 2 10-15-2007 10:27 AM
Fedora 4 DVD Images DO NOT BOOT! even though my motherboard supports this feature dude9282 Linux - Software 4 03-09-2006 07:15 AM
xawtv: "Xvideo: port 61 busy" scrubbo Linux - Software 0 01-26-2004 07:44 PM
Graphic Card that Supports displaying 8-bit and 24-bit images simultaneously yrraja Linux - Hardware 2 04-30-2003 06:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:59 PM.

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