LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories
User Name
Password
LinuxQuestions.org Member Success Stories Just spent four hours configuring your favorite program? Just figured out a Linux problem that has been stumping you for months?
Post your Linux Success Stories here.

Notices


Reply
  Search this Thread
Old 08-24-2007, 10:52 PM   #1
cyberguy03
LQ Newbie
 
Registered: Mar 2006
Location: New Jersey, USA
Distribution: Fedora Core, Ubuntu, Mint
Posts: 25

Rep: Reputation: 15
Linux Mint 3.0 + MSI TV@nywhere? Great success!


Just got an MSI TV@nywhere Plus and fiddled around with it in Linux Mint 3.0 (gnome), and it works better than it did in Windoze! Radio reception is stronger and it drops fewer (if any) video frames.

video4linux drivers are ready to go out of the box, so after you plug in the card.......well, uhm, here you go:



For TV watching:
Get tvtime.

Code:
sudo apt-get install tvtime
It works very fast, is easy to configure, and detects the card seamlessly with v4l. Its only downfall is that audio doesn't work. Not the program's fault, really, the card is picky about it and runs the sounds through DMA. For that, we need sox and a little OSS emulation.

I know what you're thinking, "OSS? C'mon." I know, I know. I'm an alsa man myself, really. But running the sounds from the card through the OSS DSP does work out better. Fear not though, you can run OSS on top of (or, I guess, under) your alsa with little problem.

Quote:
sudo apt-get install sox
For OSS install info, check around LQ in one of its many, many tutorials.

So, here's a tasty bit of code for you, courtesy of the Gentoo wiki:

Code:
#!/bin/sh
(sleep 5; amixer -q -c 0 sset PCM 80%,80%  unmute; exec sox -q -c 2 -s -w -r 32000 -t ossdsp /dev/dsp2 -t ossdsp -w -r 32000 /dev/dsp) &
tvtime --mixer=/dev/mixer:pcm
kill `ps | awk '/sox/ && !/awk/ {print $1}'`
amixer -q -c 0 sset PCM 80%,80%  unmute
Huzzah! Great picture AND great sound.

For TV Recording:

Coming Soon to a TiVo near you. Just kidding, sort of. I actually haven't messed around much with TV recording yet, but I will do some experimenting with mencoder and mythTV and post an update.

For Radio Listening/Recording:

Get gnomeradio. I figure I can skip the whole apt-get code snippet this time, I'm sure you can figure it out

Unfortunately, this suffers from the same flaw that tvtime did, no sound. However, ths fix is the same:

Code:
#!/bin/sh
(sleep 5; amixer -q -c 0 sset line 80%,80%  unmute; exec sox -q -c 2 -s -w -r 32000 -t ossdsp /dev/dsp2 -t ossdsp -w -r 32000 /dev/dsp) &
gnomeradio
kill `ps | awk '/sox/ && !/awk/ {print $1}'`
amixer -q -c 0 sset line 80%,80%  unmute
You may need to change the radio device setting (default is /dev/radio), as for whatever reason my system has it as /dev/radio0. Additionally, it wouldn't hurt to sudo chmod 755 /dev/radio (or radio0 or what have you) just to be safe.

Happy TV watching and radio listening!
 
Old 02-23-2010, 02:31 PM   #2
Barsanale
LQ Newbie
 
Registered: Feb 2010
Posts: 1

Rep: Reputation: 0
I can't see the tv

Hi I'm new working with linux and i don't know already how to do somethings.
I have tv anywhere and i follow all the steps but the screen apears totally black and with no sound and i don't know how to change the chanels to confirm if it is working.
When i paste the first tasty code in the terminal it dont do anything
I also have a remote control with the tv anywhere but it dont work.
THis is the only forum in the internet about this subject and I hope you can help me.

Last edited by Barsanale; 02-23-2010 at 02:32 PM.
 
Old 02-27-2010, 07:08 AM   #3
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by Barsanale View Post
Hi I'm new working with linux and i don't know already how to do somethings.
I have tv anywhere and i follow all the steps but the screen apears totally black and with no sound and i don't know how to change the chanels to confirm if it is working.
When i paste the first tasty code in the terminal it dont do anything
I also have a remote control with the tv anywhere but it dont work.
THis is the only forum in the internet about this subject and I hope you can help me.
You are not supposed to ask questions here.

Try asking it in the Linux - Hardware forum, maybe.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Mint Anyone?? chrisakavern Linux - Distributions 14 09-19-2008 03:22 AM
TV Tuner (MSI TV@nywhere Master) iAlta Linux - Hardware 3 07-28-2007 12:25 AM
MSI TV@nywhere t0k3n808 Linux - Hardware 7 09-03-2005 12:14 AM
MSI TV @nywhere kemplej SUSE / openSUSE 0 10-19-2004 08:05 PM
MSI TV@nywhere DrOzz Linux - Hardware 3 07-21-2003 05:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories

All times are GMT -5. The time now is 09:54 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