View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 13 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: Poor sound with PVR-150
PostPosted: Sat Jan 07, 2006 1:04 pm 
Offline
Joined: Thu Dec 22, 2005 6:41 pm
Posts: 9
Hi all,

I've had KnoppMyth R5A26 up and running for about a month and working great. However, I've noticed that when I watch live TV or playback anything captured on my PVR-150, the sound is shrill as if the highs (treble) has been extremely boosted. I don't think it's my Soundblaster card since CD's and videos sound normal.

Does anyone know if there is an issue with the Hauppauge PVR-150 drivers that might cause this? Is there anywhere I can adjust the sound quality when capturing video?

Many thanks! (And yes, I'm a linux newbie so sorry if this post has an obvious answer. Let me know if there is some additional information I should be providing)

Abit Th-7 Motherboard
Soundblaster PCI-128 soundcard
2.2Ghz Northwood P4
Hauppauge PVR-150
nVidia GeForce 3 using S-Video out
512MB PC800 RDRAM

abc


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 10, 2006 9:03 am 
Offline
Joined: Thu Dec 22, 2005 6:41 pm
Posts: 9
*bump*

If anyone knows how to set the audio capture options on a PVR-150, I sure would love to hear it. Even if you don't think there is a way, I'd love to hear that too.

Cheers,
abc


Top
 Profile  
 
 Post subject: thoughts
PostPosted: Fri Jan 13, 2006 10:23 am 
Offline
Joined: Tue Jan 10, 2006 2:36 pm
Posts: 5
...pvr 150 is a newer card (ish). Try the RA30 version? Newer drivers might help ?

have you tried alsamixer ? theres some "3d" affects on the audio there, perhaps one got ticked on ? or some bass/trebel control ?

Or maybe the input is funky from your source, try a discman or mp3 player see if its same same problem using live tv with music ?

HTH,
JC


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 14, 2006 3:19 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
If it is a newer 150, then ivtv 4.1 is what you'll want to try. You'll have to compile it yourself however (easy...).

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 21, 2006 3:05 pm 
Offline
Joined: Thu Dec 22, 2005 6:41 pm
Posts: 9
I upgraded my ivtv version to 0.4.2 based upon cesman's suggestions. This version seems to be much more mature and does a lot of auto-discovery (which is good), but I'm having problems getting it to load the firmware. Here's the capture from my dmesg log:

Code:
bttv: driver version 0.9.15 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
ivtv:  ==================== START INIT IVTV ====================
ivtv:  version 0.4.2 (tagged release) loading
ivtv:  Linux version: 2.6.11.9-chw-2 SMP preempt 586 gcc-3.3
ivtv:  In case of problems please include the debug info between
ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
ivtv:  any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected WinTV PVR 150 card (cx23416 based)
ACPI: PCI interrupt 0000:02:03.0[A] -> GSI 19 (level, low) -> IRQ 19
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
tveeprom: ivtv version
tveeprom: Hauppauge: model = 26032, rev = C199, serial# = 8163640
tveeprom: tuner = TCL 2002N 5H (idx = 99, type = 50)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
tveeprom: audio processor = CX25841 (type = 23)
tveeprom: decoder processor = CX25841 (type = 1c)
ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50]
ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61]
tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
cx25840 1-0044: ivtv driver
cx25840 1-0044: cx25841-23 found @ 0x88 (ivtv i2c driver #0)
cx25840 1-0044: unable to open firmware v4l-cx25840.fw
ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44]
wm8775 1-001b: ivtv driver
wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #0)
ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b]
ivtv0: unable to open firmware v4l-cx2341x-enc.fw
ivtv0: did you put the firmware in the hotplug firmware directory?
ivtv0 warning: failed loading encoder firmware
ivtv0 warning: Error loading firmware -3!
ivtv0: Error -3 initializing firmware.
ivtv0: Error -12 on initialization
ivtv: probe of 0000:02:03.0 failed with error -12
ivtv:  ====================  END INIT IVTV  ====================
cx2388x v4l2 driver version 0.0.4 loaded


Yes, I've placed the firmware in the /usr/lib/hotplug/firmware/ which is appropriate for this version of ivtv. I also checked to make sure that my the previous directory was listed in my hotplug path.

I'm guessing that the ivtv firmware is failing to load because bttv is loading it's drivers right before ivtv loads. However, I can't figure out how to stop it from loading or make it load after ivtv.

Any ideas? I can't watch TV or record because of this firmware issue.

Cheers,
abc


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 21, 2006 7:03 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
You missed astep in the instructions on the wiki. You need to "edit your /etc/modules file and remove the line that says "ivtv" around line 45."

http://www.knoppmythwiki.org/index.php?page=CompileIvtv


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 21, 2006 7:28 pm 
Offline
Joined: Thu Dec 22, 2005 6:41 pm
Posts: 9
tjc wrote:
You missed astep in the instructions on the wiki. You need to "edit your /etc/modules file and remove the line that says "ivtv" around line 45."

http://www.knoppmythwiki.org/index.php?page=CompileIvtv


I did originally forget that, but I've since removed it and I still have the same problem. I double-checked it and "ivtv" is NOT in my /etc/modules.

Any other ideas?

I REALLY appreciate your help!

abc


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 22, 2006 10:18 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
What does this show on your machine?
Code:
root@black2:~# ls -al /usr/lib/hotplug/firmware/v4l*
-rw-r--r--  1 root root 262144 Jan 18 21:18 /usr/lib/hotplug/firmware/v4l-cx2341x-dec.fw
-r--r--r--  1 root root 376836 Jan 18 21:20 /usr/lib/hotplug/firmware/v4l-cx2341x-enc.fw
-rw-r--r--  1 root root 155648 Jan 18 21:21 /usr/lib/hotplug/firmware/v4l-cx2341x-init.mpg
-r--r--r--  1 root root  14264 Jan 18 21:20 /usr/lib/hotplug/firmware/v4l-cx25840.fw

OBTW - looks like we have the same generation of PVR-150 card, even the serial numbers aren't that far apart....
Code:
Jan 18 23:07:55 black2 kernel: tveeprom: ivtv version
Jan 18 23:07:55 black2 kernel: tveeprom: Hauppauge: model = 26032, rev = C199, serial# = 8163083
Jan 18 23:07:55 black2 kernel: tveeprom: tuner = TCL 2002N 5H (idx = 99, type = 50)
Jan 18 23:07:55 black2 kernel: tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
Jan 18 23:07:55 black2 kernel: tveeprom: audio processor = CX25841 (type = 23)
Jan 18 23:07:55 black2 kernel: tveeprom: decoder processor = CX25841 (type = 1c)
Jan 18 23:07:55 black2 kernel: ivtv1: i2c attach to card #1 ok [client=tveeprom, addr=50]


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 22, 2006 5:38 pm 
Offline
Joined: Thu Dec 22, 2005 6:41 pm
Posts: 9
Here it is:

Code:
root@mythtv:~# ls -al /usr/lib/hotplug/firmware/v4l*
-rw-r--r--  1 root root 262144 Jan 20 18:27 /usr/lib/hotplug/firmware/v4l-cx2341x-dec.fw
-r--r--r--  1 root root 376836 Jan 22 08:31 /usr/lib/hotplug/firmware/v4l-cx2341x-enc.fw
-rw-r--r--  1 root root 155648 Jan 20 21:02 /usr/lib/hotplug/firmware/v4l-cx2341x-init.mpg
-r--r--r--  1 root root  14264 Jan 22 08:30 /usr/lib/hotplug/firmware/v4l-cx25840.fw


I'm stumped. It should be recognizing them. Could it be that bttv is loading first?

Cheers,
abc


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 22, 2006 8:38 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Try copying those files into /lib/modules/ as well on the off chance that R5A30.1 has different settings for the hotplug stuff...


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 23, 2006 3:19 pm 
Offline
Joined: Thu Dec 22, 2005 6:41 pm
Posts: 9
I copied the files to /lib/modules/ but still no dice. I'm using R5A26 right now, perhaps I should upgrade to R5A30.1?

Thanks again!
abc


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 23, 2006 9:04 pm 
Offline
Joined: Wed Jan 11, 2006 10:25 am
Posts: 30
Yes, please do and report back if it fixes the issue. I'm in the deciding phase of what PVR to buy , the 150/250/350. It seems almost like a crapshoot anyway.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 26, 2006 7:15 am 
Offline
Joined: Wed Jul 28, 2004 2:47 pm
Posts: 7
Location: South Africa
I have a similar problem (running IVTV 0.4.2). If I do "ivtvctl -q 1" on a remote terminal whilst TV is playing it fixes the sound. Exiting TV and going back in seems to reset the sound input back to the wrong/one. Is there a way of setting the sound input for the card permanently. I tried setting this in set_ivtv_params with no luck


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 20 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu