openSUSE Forums > Applications > Multimedia » Hauppauge WinTV-HVR3000 - Analogue TV - No sound

Go Back   openSUSE Forums > Applications > Multimedia
Forums FAQ Members List Search Today's Posts Mark Forums Read


Multimedia Questions about media applications, codecs (DVD, music, video, pdf) configuration (usage, bugs)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-Nov-2009, 05:52
Student Penguin
 
Join Date: Jun 2008
Location: Somerset. UK
Posts: 96
Myrlyn hasn't been rated much yet
Default Hauppauge WinTV-HVR3000 - Analogue TV - No sound

I am using 11.1, and have upgraded the kernel to 2.6.29 so that I can use this TV card.

DVB-T works perfectly, but I cannot get any sound on analogue TV. I have tried KDETV, XAWTV, and TVtime. I get perfect pictures from all of them, but no sound.

All other applications which use sound work perfectly.

I have Googled the problem, and found many references to sound problems, but no solutions which seem to apply to my case.

I would be grateful if anyone could help.

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 06-Nov-2009, 11:03
Student Penguin
 
Join Date: Jun 2008
Location: Somerset. UK
Posts: 96
Myrlyn hasn't been rated much yet
Default Re: Hauppauge WinTV-HVR3000 - Analogue TV - No sound

UPDATE:

I found some useful information here.

I installed "sox", and, by opening a terminal and issuing the following modified version of the command given in the link above, got sound to work on kdetv and xawtv. TVtime just gives white noise.

Code:
sox -c2 -s -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -r 32000 /dev/dsp
I've no idea what this command does. As soon as I close the terminal, all sound ceases.

I have to open a terminal and issue the command whenever I start kdetv, etc, and leave it open to get sound.

So, I need to figure out how to use this information to change the settings in the applications so that it all happens automatically.

I don't have a clue where to start!

Any help would be very much appreciated.
Reply With Quote
  #3 (permalink)  
Old 06-Nov-2009, 12:53
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,700
malcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputation
Default Re: Hauppauge WinTV-HVR3000 - Analogue TV - No sound

Quote:
Originally Posted by Myrlyn
UPDATE:

I found some useful information ' here' (http://tinyurl.com/yjd88nc).

I installed "sox", and, by opening a terminal and issuing the following
modified version of the command given in the link above, got sound to
work on kdetv and xawtv. TVtime just gives white noise.


Code:
--------------------
sox -c2 -s -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -r 32000 /dev/dsp
--------------------


I've no idea what this command does. As soon as I close the terminal,
all sound ceases.

I have to open a terminal and issue the command whenever I start kdetv,
etc, and leave it open to get sound.

So, I need to figure out how to use this information to change the
settings in the applications so that it all happens automatically.

I don't have a clue where to start!

Any help would be very much appreciated.
Hi
You need to use ampersand (background the process) and exit;
Code:
sox -c2 -s -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -r 32000 /dev/dsp &
exit
--
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.37-0.1-default
up 3 days 15:34, 2 users, load average: 0.05, 0.14, 0.17
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18

Reply With Quote
  #4 (permalink)  
Old 07-Nov-2009, 05:11
Student Penguin
 
Join Date: Jun 2008
Location: Somerset. UK
Posts: 96
Myrlyn hasn't been rated much yet
Default Re: Hauppauge WinTV-HVR3000 - Analogue TV - No sound

Thanks, Malcolm. That works perfectly.

The next stage is to incorporate this function into kdetv (or xawtv). I guess I need to add a script somewhere. Any ideas?

Thank you again for your help.
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2