Re: [ivtv-devel] code question

2005-09-14 Thread Ian Campbell
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

Re: [ivtv-devel] [SOUND] Another test to do if you have no sound

2005-09-14 Thread Michael Freeman
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

Re: [ivtv-devel] [SOUND] Another test to do if you have no sound

2005-09-14 Thread Mike
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 -

Re: [ivtv-devel] People with sound problems: please test

2005-09-14 Thread 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

Re: [ivtv-devel] Adding support for new cards

2005-09-14 Thread Tyler Trafford
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

[ivtv-devel] Re: System reinstal, PVR150 no longer works

2005-09-14 Thread Ryan Steffes
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

Re: [ivtv-devel] Adding support for new cards

2005-09-14 Thread Hans Verkuil
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

Re: Re: [ivtv-devel] Re: FW: PVR-150 0x44 not found

2005-09-14 Thread sbmythtv
> 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.

[ivtv-devel] ioctl: VIDEO_STATUS = Bad

2005-09-14 Thread henk
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

[ivtv-devel] code question

2005-09-14 Thread Tyler Trafford
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

[ivtv-devel] PG600/Diamond PVR550 owners: please test

2005-09-14 Thread Hans Verkuil
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

Re: [ivtv-devel] i2c-id.h file modified in 2.6.14-rc1 kernel - I2C_ALGO_BIT defines removed

2005-09-14 Thread Philip Lawrence
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

Re: [ivtv-devel] i2c-id.h file modified in 2.6.14-rc1 kernel - I2C_ALGO_BIT defines removed

2005-09-14 Thread Tyler Trafford
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

Re: [ivtv-devel] radio status for pvr150

2005-09-14 Thread Tyler Trafford
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

[ivtv-devel] Adaptec AVC2410 Support

2005-09-14 Thread Trev Jackson
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,

Re: [ivtv-devel] People with sound problems: please test

2005-09-14 Thread Henrik Farre
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

Re: [ivtv-devel] People with sound problems: please test

2005-09-14 Thread Robert Kohler
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

Re: [ivtv-devel] Problems with tveeprom and SVN

2005-09-14 Thread Keith C
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

[ivtv-devel] System reinstal, PVR150 no longer works

2005-09-14 Thread Ryan Steffes
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

[ivtv-devel] i2c-id.h file modified in 2.6.14-rc1 kernel - I2C_ALGO_BIT defines removed

2005-09-14 Thread Philip Lawrence
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

Re: [ivtv-devel] Problems with tveeprom and SVN

2005-09-14 Thread Hans Verkuil
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

Re: [ivtv-devel] radio status for pvr150

2005-09-14 Thread Hans Verkuil
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

Re: [ivtv-devel] Re: FW: PVR-150 0x44 not found

2005-09-14 Thread Hans Verkuil
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

Re: [ivtv-devel] Strange Picture on Hauppauge PVR350 after driver-update

2005-09-14 Thread Hans Verkuil
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

[ivtv-devel] Adding support for new cards

2005-09-14 Thread Trev Jackson
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

[ivtv-devel] Status on ivtv and kernel versions of tuner and eeprom (need to aliasing)

2005-09-14 Thread Nick
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

[ivtv-devel] Dual M179 - Cannot have tuners set to different channels at the same time

2005-09-14 Thread Rocheck, Keith
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

[ivtv-devel] Adding support for new cards

2005-09-14 Thread Trev Jackson
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

[ivtv-devel] Adding support for new cards

2005-09-14 Thread Trev Jackson
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*

[ivtv-devel] Problems with tveeprom and SVN

2005-09-14 Thread Keith 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

[ivtv-devel] radio status for pvr150

2005-09-14 Thread Francesco
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 --

RE: [ivtv-devel] People with sound problems: please test

2005-09-14 Thread Scott Harris
> > 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

Re: [ivtv-devel] Recording problems with 0.3.8 (lenghty description)

2005-09-14 Thread Graeme Wilford
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 > >> ..

[ivtv-devel] Re: FW: PVR-150 0x44 not found

2005-09-14 Thread Paul V. Gratz
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

RE: [ivtv-devel] [SOUND] Another test to do if you have no sound

2005-09-14 Thread Scott Harris
> -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

Re: [ivtv-devel] [SOUND] Another test to do if you have no sound

2005-09-14 Thread Morten Rønseth
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

[ivtv-devel] Strange Picture on Hauppauge PVR350 after driver-update

2005-09-14 Thread Jan Ophey
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

Re: [ivtv-devel] [SOUND] Another test to do if you have no sound

2005-09-14 Thread Tor Arne Rein
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 --

Re: [ivtv-devel] Recording problems with 0.3.8 (lenghty description)

2005-09-14 Thread Leonard Orb
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

Re: [ivtv-devel] People with sound problems: please test

2005-09-14 Thread Vedran Rodic
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

Re: [ivtv-devel] People with sound problems: please test

2005-09-14 Thread Vedran Rodic
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

Re: [ivtv-devel] People with sound problems: please test

2005-09-14 Thread Vedran Rodic
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

Re: [ivtv-devel] People with sound problems: please test

2005-09-14 Thread Petter Gundersen
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

Re: [ivtv-devel] [SOUND] Another test to do if you have no sound

2005-09-14 Thread Cameron Andrews
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