On Wed, 2005-09-14 at 18:16 -0400, Tyler Trafford wrote:
> Something from the driver modules I've been wondering about:
>
> #define WM8775_DEBUG(args...) \
> do { \
> if (debug) \
> printk(KERN_INFO "wm8775 debug: " args); \
> } while (0)
>
> Does the 'loop' provide so
yes, that works for me.
tuner 0 works with both; tuner 1 works with audio input 1.On 9/14/05, Mike <[EMAIL PROTECTED]> wrote:
Hans Verkuil wrote:>If you switch to audio input 1 (ivtvctl -q1), does that improve matters?
>> Hans>>>No, I still don't get any sound after changing the input.ivtvctl
Hans Verkuil wrote:
If you switch to audio input 1 (ivtvctl -q1), does that improve matters?
Hans
No, I still don't get any sound after changing the input.
ivtvctl -d /dev/video2 -q 1
or
ivtvctl -d /dev/video2 -q 0
thanks
-Mike
-
Hans Verkuil wrote:
I've just committed some changes to svn that make it easier to see what the
audio and video status is. I'd appreciate it if people with sound problems
with their PVR150 or PVR500 can compile that version (also available as a tar
archive here: http://ivtvdriver.org/viewcvs/i
Hans Verkuil wrote:
On Wednesday 14 September 2005 19:44, Trev Jackson wrote:
Hi again.
I've attached a copy of the cs53l32a module code.
To compile this module requires EXP4 to be set to 0xF4 in the file
i2c-id.h.
This file is located at:
/usr/src/linux-2.6.8.1-12mdk/include/linux/i2c-id.h
On 9/14/05, Ryan Steffes <[EMAIL PROTECTED]> wrote:
There seems to be an unwritten law of nature that anything I do to
improve my mythtv machine must instantly result in catastrophic failure
for the amusement of others. All I wanted to do was add digital
sound to my system... a new motherboard and
On Wednesday 14 September 2005 19:44, Trev Jackson wrote:
> Hi again.
>
> I've attached a copy of the cs53l32a module code.
>
> To compile this module requires EXP4 to be set to 0xF4 in the file
> i2c-id.h.
>
> This file is located at:
>
> /usr/src/linux-2.6.8.1-12mdk/include/linux/i2c-id.h
>
> on
> What is also odd is that the modules are found but the i2c attach messages
> appear after the END INIT line. It looks as if something is delayed. All
> those cx88000 unknown symbols also indicates something weird in your setup.
>
> Hans
>
Thanks Hans. I believe you are right.
Hello,
I am fully sattisfied with the way my pvr-500 currently works. However
when I enter
ivtv-ctl -I
one of the lines is:
ioctl: VIDEO_STATUS = Bad
Is there a reason for this? Should I concider this a problem?
I have simular questions about the -C output. The reported framerate =
0, which i
Something from the driver modules I've been wondering about:
#define WM8775_DEBUG(args...) \
do { \
if (debug) \
printk(KERN_INFO "wm8775 debug: " args); \
} while (0)
Does the 'loop' provide some optimization that I can't see?
--
Tyler Trafford
signature.asc
Descri
I've applied the patch that fixes the missing sound for Robert Kohler's
PVR550. I'd appreciate it if people with a PVR550 or a Yuan PG600 can test
this using the latest svn source.
Since I own neither of these cards I cannot test it myself, and I am not sure
if fixing sound for the PVR550 doesn
Just in case the fix hasn't been applied, here is a patch to 1.3.9 that
has been tested on 2.6.13.1 and 2.6.14-rc1, and works on both.
Tyler Trafford wrote:
On Wed, Sep 14, 2005 at 03:50:34PM -0400, Philip Lawrence wrote:
This modification to the i2c-id.h file breaks the build for
On Wed, Sep 14, 2005 at 03:50:34PM -0400, Philip Lawrence wrote:
> This modification to the i2c-id.h file breaks the build for 1.3.9, and
> affects several driver files.
Should be fixed now in svn.
--
Tyler Trafford
---
SF.Net email is sponsor
On Wed, Sep 14, 2005 at 03:12:59PM -0400, Hans Verkuil wrote:
> On Wednesday 14 September 2005 18:52, Francesco wrote:
> > Is there a chance to get radio support available for pvr150? I tried to
> > scan for radio stations but I am not able to tune to any channel.
> > Same results since ivtv-0.3.2f
Hi
The latest (modified) code now works.
Unfortunately the Infra Red port is being detected as a tuner (I2C Address 6B)
The message log is also reporting a TEA5767 radio tuner possibly the same
thing.
The card does not have a radio tuner on it.
When I run Mythtv-0.17 I get jumpy video/audio,
tir, 13 09 2005 kl. 23:16 +0200, skrev Hans Verkuil:
> Tune to a channel (use the same channel for both tuners if you have a PVR500)
> and report the output of ivtvctl --audio-status --video-status. If you have a
> PVR500 then please run this for both devices. Please clearly state with each
> st
Scott,
"cardtype" modprobe.conf variable was gotten rid of, around version
0.3.7, but there appears
to be a bug still in the old cardtype=1 cards. So, I have a source
patch, look in my PVR550 thread. There is a "diff" file to apply via
'patch -p1 < yyy.diff'. Re-build, install, and see if
On Sep 14, 2005, at 2:16 PM, Hans Verkuil wrote:
On Wednesday 14 September 2005 19:00, Keith C wrote:
One of my recent upgrades to IVTV caused my hd-3000's cx88xx module
to disagree about the version of tveeprom. So figured Hans
recommended using the kernel version of tveeprom anyways, I'll j
There seems to be an unwritten law of nature that anything I do to
improve my mythtv machine must instantly result in catastrophic failure
for the amusement of others. All I wanted to do was add digital
sound to my system... a new motherboard and a system reinstall later
I'm almost back to the poi
This modification to the i2c-id.h file breaks the build for 1.3.9, and
affects several driver files.
---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered
On Wednesday 14 September 2005 19:00, Keith C wrote:
> One of my recent upgrades to IVTV caused my hd-3000's cx88xx module
> to disagree about the version of tveeprom. So figured Hans
> recommended using the kernel version of tveeprom anyways, I'll just
> go update that. Grabbed the latest video4
On Wednesday 14 September 2005 18:52, Francesco wrote:
> Is there a chance to get radio support available for pvr150? I tried to
> scan for radio stations but I am not able to tune to any channel.
> Same results since ivtv-0.3.2f.
> TV support works fine with tuner set to type 38 (Philips PAL/SECAM
On Wednesday 14 September 2005 17:18, Paul V. Gratz wrote:
> Hmmm, I did not get a copy of your mail from the ivtv mailing list yet but
> I've been having alot of email problems lately. I'm cc'ing this back to
> the list to make sure it gets on.
>
> Anyways, one thing I notice different from my pr
On Wednesday 14 September 2005 15:51, Jan Ophey wrote:
> Hi folks!
>
> For about 1y my Mythtv-Box runned nearly flawlessly... on monday I
> decided to upgrade to 0.3.8 via svn along with an update of xorg coming
> out of gentoo-portage.
> So far i got my system always up to date, weekly doing "emer
Hi again
I forgot to mention that the patches I emailed are against the svn version of
ivtv-0.3.8 Rev 2669 I think.
Best Regards
Trev
---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Dow
Hi,
I'm a long time and very happy UK-based ivtv user and have just built
another box (FC4, 2.6.12 kernel, PVR-150 and 2x V-Stream DVB Xpert
cards). I used atrpms.net in order to install MythTV quickly and also
used it to install the 0.3.7k ivtv driver.
The DVB cards are supported directly in the
I am using MythTV, and to test my two cards I set it to record two programs
(one on channel 4, the other on 25) ... both recorded channel 4. I have
included below my modprobe configuration, my computer specs, and the log from
IVTV loading.
Any help is appreciated. Please note ... my configura
Hi again.
I've attached a copy of the cs53l32a module code.
To compile this module requires EXP4 to be set to 0xF4 in the file i2c-id.h.
This file is located at:
/usr/src/linux-2.6.8.1-12mdk/include/linux/i2c-id.h
on my machine. Perhaps someone who knows a bit more about writing modules can
Hi
Below are the patches to automatically detect the Adaptec AVC-2410 and the
AVC-2010.
I will post the code for the cs53l32a module separately.
This code works but needs improvements to fully support the cards.
Best Regards
Trev
PATCH FOR tuner.c*
One of my recent upgrades to IVTV caused my hd-3000's cx88xx module
to disagree about the version of tveeprom. So figured Hans
recommended using the kernel version of tveeprom anyways, I'll just
go update that. Grabbed the latest video4linux snapshot and built
it, but I sure can't get ivt
Is there a chance to get radio support available for pvr150? I tried to
scan for radio stations but I am not able to tune to any channel.
Same results since ivtv-0.3.2f.
TV support works fine with tuner set to type 38 (Philips PAL/SECAM multi
(FM1216ME MK3))
Kernel 2.6.10 SMP.
Francesco
--
>
> Can you run the test when there is no sound and then again
> when the sound reemerges?
>
> Hans
No sound
Sep 14 08:12:25 pvr kernel: cx25840: Status: 0x03 (REV_ID, Revision ID.)
Sep 14 08:12:25 pvr kernel: cx25840: Statu
On 14/09/05, Leonard Orb <[EMAIL PROTECTED]> wrote:
> Hans Verkuil wrote:
>
> >> fine, except one problem: Recordings using the pvr 250s show mpeg
> >> artifacts, sound drop outs and sometimes even the video steps, i.e.
> >> some tenths of a second simply are missing. This happens not very
> >> ..
Hmmm, I did not get a copy of your mail from the ivtv mailing list yet but
I've been having alot of email problems lately. I'm cc'ing this back to the
list to make sure it gets on.
Anyways, one thing I notice different from my problem is all the cx88xx
messages. I'm wondering if you might nee
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Hans Verkuil
> Sent: Tuesday, September 13, 2005 11:15 PM
> To: ivtv-devel@lists.sourceforge.net
> Subject: [ivtv-devel] [SOUND] Another test to do if you have no sound
>
> If you switch to audio
Hi all,
Tor Arne Rein wrote:
Hi,
On Wed, 2005-09-14 at 08:14 +0200, Hans Verkuil wrote:
If you switch to audio input 1 (ivtvctl -q1), does that improve matters?
Hans
PVR-350 & PVR-500 PAL: It does for me, using latest trunk. I now have
sound on my first PVR500 tuner.
To
Hi folks!
For about 1y my Mythtv-Box runned nearly flawlessly... on monday I
decided to upgrade to 0.3.8 via svn along with an update of xorg coming
out of gentoo-portage.
So far i got my system always up to date, weekly doing "emerge --update
--deep world" and "etc-update" to keep everything
Hi,
On Wed, 2005-09-14 at 08:14 +0200, Hans Verkuil wrote:
> If you switch to audio input 1 (ivtvctl -q1), does that improve matters?
>
> Hans
PVR-350 & PVR-500 PAL: It does for me, using latest trunk. I now have
sound on my first PVR500 tuner.
Tor Arne
--
Hans Verkuil wrote:
fine, except one problem: Recordings using the pvr 250s show mpeg
artifacts, sound drop outs and sometimes even the video steps, i.e.
some tenths of a second simply are missing. This happens not very
...
Does dmesg show any ivtv errors when this happens?
No, nothing speci
Vedran Rodic wrote:
Vedran Rodic wrote:
PVR 150MCE PAL, svn 2669, I don't have sound on an otherwise picture
perfect UHF channel 28. I have sound (and video of course) on other
channels I can watch (UHF 25, E9, etc).
ivtv module is loaded without parameters, I'll try with the
recommend
Vedran Rodic wrote:
PVR 150MCE PAL, svn 2669, I don't have sound on an otherwise picture
perfect UHF channel 28. I have sound (and video of course) on other
channels I can watch (UHF 25, E9, etc).
ivtv module is loaded without parameters, I'll try with the recommended
firmware.
This fi
Hans Verkuil wrote:
I've just committed some changes to svn that make it easier to see what the
audio and video status is. I'd appreciate it if people with sound problems
with their PVR150 or PVR500 can compile that version (also available as a tar
archive here: http://ivtvdriver.org/viewcvs/i
On 9/13/05, Hans Verkuil <[EMAIL PROTECTED]> wrote:
> I've just committed some changes to svn that make it easier to see what the
> audio and video status is. I'd appreciate it if people with sound problems
> with their PVR150 or PVR500 can compile that version (also available as a tar
> archive he
Hi Hans,
I have an Australian PVR-250MCE (rebadged PVR-150MCE).. I just jumped
from
0.3.3k upto 0.3.8 last night, and had the same sound problems as have been
plauging the devel release since 0.3.7... I havent tried the trunk tarball
you linked in the previous email, but did try switc
44 matches
Mail list logo