Re: [linux-dvb] device file ordering w/multiple cards

2009-01-22 Thread Jaap Crezee
Andy Zivkovic wrote: > Joseph Shraibman wrote: > I have two dvb cards in my system. Is there any way to change the order > of the device files? It might also be possible to use udev for this kind of ordering. Maybe just like the persistent-[net|storage] scripts in /etc/udev/rules.d Regards, J

How can I fix errors and warnings in nvidia module for Tesla C1060

2009-01-22 Thread Jaswinder Singh Rajput
Hello, I am trying to install driver of nvidia Tesla C1060 on x86 based compute node of Rockcluster 5.1 But I am following errors and warnings: make -f /usr/src/kernels/2.6.18-92.1.13.el5-i686/scripts/Makefile.build obj= /tmp/selfgz3379/NVIDIA-Linux-x86-177.72-pkg1/usr/src/nv cc -Wp,

[PULL] http://linuxtv.org/hg/~mcisely/pvrusb2-pull

2009-01-22 Thread Mike Isely
Mauro: Please pull from http://linuxtv.org/hg/~mcisely/pvrusb2-pull for the following: - pvrusb2: Use usb_make_path() to determine device bus location pvrusb2-hdw.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) This is the usb_make_path() change that's been talked about. Hope

Re: [PATCH] sh_mobile_ceu_camera: NV12/21/16/61 are added only once.

2009-01-22 Thread Magnus Damm
On Fri, Jan 23, 2009 at 9:28 AM, Kuninori Morimoto wrote: > NV12/21/16/61 had been added every time > UYVY/VYUY/YUYV/YVYU appears on get_formats. > This patch modify this problem. That's one way to do it. Every similar driver has to do the same thing. Yuck. Or we could have a better translation

[PATCH] sh_mobile_ceu_camera: NV12/21/16/61 are added only once.

2009-01-22 Thread Kuninori Morimoto
NV12/21/16/61 had been added every time UYVY/VYUY/YUYV/YVYU appears on get_formats. This patch modify this problem. Signed-off-by: Kuninori Morimoto --- [before] Format NV12 (12 bits, NV12): Planar NV12 Format NV21 (12 bits, NV21): Planar NV21 Format unknown (0x3631564e) ( 0 bits, NV16): Unkn

[PATCH] ov772x: add support S_CROP operation.

2009-01-22 Thread Kuninori Morimoto
ov772x_set_fmt had returned NULL when pixfmt is 0, although it mean only geometry change. This patch modify this problem. Signed-off-by: Kuninori Morimoto --- drivers/media/video/ov772x.c | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/media/video/ov7

Tuning a pvrusb2 device. Every attempt has failed.

2009-01-22 Thread A. F. Cano
Still trying to get the OnAir Creator to work. It is properly recognized by the pvrusb2 driver, but I can't seem to get any further. I'm now trying to scan the digital channels. What I have already tried: o Channel scan with mythtv completes, but when trying to view any of the supposedly fou

TinyTwin (af9015) Results and questions

2009-01-22 Thread Lindsay Mathieson
I've pulled the latest v4l-dvb trunk and installed it, can confirm that both tuners of the DigitalNow TinyTwin work beautifully. I do have a few questions though. - I still have to specify: options dvb-usb-af9015 dual_mode=1 to enable the second tuner. I thought that would be on by default now

Re: [linux-dvb] getting started with msi tv card

2009-01-22 Thread BOUWSMA Barry
Hi Daniel, I'm combining the replies to several messages into one response. This includes private mail for which there is no on-list content, but I hope that for the sake of other list-victims, I have included sufficient context... On Thu, 22 Jan 2009, Daniel Dalton wrote: > >>> tune to: > >>>

Re: [linux-dvb] device file ordering w/multiple cards

2009-01-22 Thread Andy Zivkovic
Joseph Shraibman wrote: I have two dvb cards in my system. Is there any way to change the order of the device files? If the different cards use different drivers, you can pass the adapter_nr parameter to the module. In my /etc/modprobe.conf I have: options dvb_usb_dib0700 adapter_nr=0,1,2,3

Re: [linux-dvb] device file ordering w/multiple cards

2009-01-22 Thread e9hack
Joseph Shraibman schrieb: > I have two dvb cards in my system. Is there any way to change the order > of the device files? Usually, the device files (/dev/dvb/adapter?/..) are create by a udev-rule. If you modify the rule, you can assign every dvb card to a specific number. In my case, I'm usi

Re: [linux-dvb] Fusion HDTV 7 Dual Express

2009-01-22 Thread Mark Zimmerman
On Thu, Jan 22, 2009 at 02:13:02PM -0800, Tu-Tu Yu wrote: > Then that means you're getting good signal== 012c (Hex) equal to > 300(Dec) then that means your snr value is 300/10 = 30 dB > I just got one of these cards and I was noticing the snr values (generally 300 or 295) as compared to those fr

Re: [linux-dvb] Fusion HDTV 7 Dual Express

2009-01-22 Thread Devin Heitmueller
On Thu, Jan 22, 2009 at 5:07 PM, Joseph Shraibman wrote: > Ignore my previous email. The card wasn't tuned to anything. I tuned to a > known good station and get this: > > FE: Samsung S5H1411 QAM/8VSB Frontend (ATSC) > status SCVYL | signal 012c | snr 012c | ber | unc | Great,

Re: [linux-dvb] Fusion HDTV 7 Dual Express

2009-01-22 Thread Tu-Tu Yu
Then that means you're getting good signal== 012c (Hex) equal to 300(Dec) then that means your snr value is 300/10 = 30 dB On Thu, Jan 22, 2009 at 2:07 PM, Joseph Shraibman wrote: > Ignore my previous email. The card wasn't tuned to anything. I tuned to > a known good station and get this: > >

Re: [linux-dvb] Fusion HDTV 7 Dual Express

2009-01-22 Thread Joseph Shraibman
Ignore my previous email. The card wasn't tuned to anything. I tuned to a known good station and get this: FE: Samsung S5H1411 QAM/8VSB Frontend (ATSC) status SCVYL | signal 012c | snr 012c | ber | unc | FE_HAS_LOCK status SCVYL | signal 0127 | snr 0127 | ber | unc

Re: [linux-dvb] Fusion HDTV 7 Dual Express

2009-01-22 Thread Joseph Shraibman
On Thu, 22 Jan 2009, Devin Heitmueller wrote: On Thu, Jan 22, 2009 at 4:37 PM, Joseph Shraibman wrote: On some demods, the strength and SNR indicators are only valid if you have a lock. But why don't I get a lock? I was getting signals with my pcHDTV3000 so I know it isn't an antenna prob

Re: [linux-dvb] Fusion HDTV 7 Dual Express

2009-01-22 Thread Devin Heitmueller
On Thu, Jan 22, 2009 at 4:37 PM, Joseph Shraibman wrote: >> On some demods, the strength and SNR indicators are only valid if you >> have a lock. > > But why don't I get a lock? I was getting signals with my pcHDTV3000 so I > know it isn't an antenna problem. I just looked back at your dmesg out

Re: [linux-dvb] Fusion HDTV 7 Dual Express

2009-01-22 Thread Joseph Shraibman
On Thu, 22 Jan 2009, Devin Heitmueller wrote: On Thu, Jan 22, 2009 at 3:45 PM, Joseph Shraibman wrote: On Thu, 22 Jan 2009, Devin Heitmueller wrote: Are you sure you have zero signal strength, or just really low signal strength? I am pretty sure on the s5h1411, the signal strength field

Re: [linux-dvb] Fusion HDTV 7 Dual Express

2009-01-22 Thread Devin Heitmueller
On Thu, Jan 22, 2009 at 3:45 PM, Joseph Shraibman wrote: > > > On Thu, 22 Jan 2009, Devin Heitmueller wrote: > >> Are you sure you have zero signal strength, or just really low signal >> strength? I am pretty sure on the s5h1411, the signal strength field >> is populated with the the SNR, which c

Re: [linux-dvb] Fusion HDTV 7 Dual Express

2009-01-22 Thread Joseph Shraibman
On Thu, 22 Jan 2009, Devin Heitmueller wrote: Are you sure you have zero signal strength, or just really low signal strength? I am pretty sure on the s5h1411, the signal strength field is populated with the the SNR, which could be construed as very low signal strength if you were expecting a

Re: [PATCH] v4l/tvp514x: make the module aware of rich people

2009-01-22 Thread Sebastian Andrzej Siewior
Hiremath, Vaibhav wrote: Thanks, Vaibhav Hiremath -Original Message- From: Sebastian Andrzej Siewior [mailto:bige...@linutronix.de] Sent: Monday, January 12, 2009 11:55 PM To: Hiremath, Vaibhav Cc: linux-media@vger.kernel.org; Mauro Carvalho Chehab; video4linux- l...@redhat.com Subject:

Re: Hauppauge TD-500

2009-01-22 Thread Glen Ford
Brilliant, glad its in. On Thu, Jan 22, 2009 at 8:59 PM, Devin Heitmueller wrote: > On Thu, Jan 22, 2009 at 3:55 PM, Glen Ford wrote: >> Hi, >> >> >> I am assuming this is the right list to post to. >> >> I recently setup MythBuntu on my system with Hauppauge TD-500 - the >> system worked excep

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2

2009-01-22 Thread Thierry Merle
Laurent Pinchart a écrit : > On Thursday 22 January 2009, Carsten Meier wrote: >> Am Thu, 22 Jan 2009 00:20:00 +0100 >> >> schrieb Laurent Pinchart : >>> Hi Carsten, >>> >>> On Wednesday 21 January 2009, Carsten Meier wrote: now I want to translate bus_info into a sysfs-path to obtain dev

Re: Hauppauge TD-500

2009-01-22 Thread Devin Heitmueller
On Thu, Jan 22, 2009 at 3:55 PM, Glen Ford wrote: > Hi, > > > I am assuming this is the right list to post to. > > I recently setup MythBuntu on my system with Hauppauge TD-500 - the > system worked except for the IR Remote Control - I tried using the > latest v4l-dvb from the Hg repo to no avail.

Hauppauge TD-500

2009-01-22 Thread Glen Ford
Hi, I am assuming this is the right list to post to. I recently setup MythBuntu on my system with Hauppauge TD-500 - the system worked except for the IR Remote Control - I tried using the latest v4l-dvb from the Hg repo to no avail. I had to make the following changes to dib0700_devices.c in or

Re: Request for new pixel format (JPEG2000)

2009-01-22 Thread Vladimir Davydov
On Thursday 22 January 2009 21:37:00 Mauro Carvalho Chehab wrote: > On Thu, 22 Jan 2009 12:03:48 +0200 > > Vladimir Davydov wrote: > > On Thursday 22 January 2009 09:19:54 Hans Verkuil wrote: > > > On Thursday 22 January 2009 06:09:02 Alexey Klimov wrote: > > > > (added linux-media mail-list) > >

Re: [linux-dvb] Fusion HDTV 7 Dual Express

2009-01-22 Thread Tu-Tu Yu
Hi ~ Did you try to do >rmmod cx23885 >modprobe s5h1411 >modprobe xc5000 >modprobe cx23885 everytime you reboot the computer.?! Audrey On Thu, Jan 22, 2009 at 11:42 AM, Joseph Shraibman wrote: > I too am having 0 signal strength with a Fusion HDTV 7 Dual Express. scan > (from dvb-apps) does find

Re: [linux-dvb] Fusion HDTV 7 Dual Express

2009-01-22 Thread Devin Heitmueller
On Thu, Jan 22, 2009 at 2:42 PM, Joseph Shraibman wrote: > I too am having 0 signal strength with a Fusion HDTV 7 Dual Express. scan > (from dvb-apps) does find channels, but my application won't work because > it is seeing no signal. I tried rebuilding the drivers from repository > tip but it d

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo

2009-01-22 Thread Mauro Carvalho Chehab
On Mon, 19 Jan 2009 10:38:45 +0100 Laurent Pinchart wrote: > On Monday 19 January 2009, Mauro Carvalho Chehab wrote: > > On Sun, 18 Jan 2009 21:49:13 +0100 > > > > Laurent Pinchart wrote: > > > Mauro, > > > > > > Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ > > > > > > for the fol

Re: Request for new pixel format (JPEG2000)

2009-01-22 Thread Mauro Carvalho Chehab
On Thu, 22 Jan 2009 12:03:48 +0200 Vladimir Davydov wrote: > On Thursday 22 January 2009 09:19:54 Hans Verkuil wrote: > > On Thursday 22 January 2009 06:09:02 Alexey Klimov wrote: > > > (added linux-media mail-list) > > > > > > Hello, Vladimir > > > > > > On Wed, 2009-01-21 at 21:46 +0200, Vladim

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2

2009-01-22 Thread Carsten Meier
Am Thu, 22 Jan 2009 16:57:36 +0100 schrieb Laurent Pinchart : > On Thursday 22 January 2009, Carsten Meier wrote: > > Am Thu, 22 Jan 2009 00:20:00 +0100 > > > > schrieb Laurent Pinchart : > > > Hi Carsten, > > > > > > On Wednesday 21 January 2009, Carsten Meier wrote: > > > > now I want to transla

[cron job] WARNINGS: armv5 armv5-ixp armv5-omap2 i686 m32r mips powerpc64 x86_64 v4l-dvb build

2009-01-22 Thread Hans Verkuil
(This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below.) Results of the daily build of v4l-dvb: date:Thu Jan 22 19:00:06 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 10265:f4d7d0b84940 gcc version: gcc

gspca_spca505

2009-01-22 Thread T.P. Reitzel
Ooops! ;) I'm having some visual problems so you'll have to bear with me for the next few months. OK, I copy and pasted your debug level of 63, yes 63, into the echo command and outputted the result of svv -rg from dmesg into the file, kernel.txt. I did NOT detach and reattach the camera in thi

Re: [linux-dvb] HVR-1800 Support

2009-01-22 Thread Mark Jenks
On Wed, Jan 21, 2009 at 12:08 AM, Killero SS wrote: > i'm using ubuntu 8.10 2.6.27-9-generic > and tried compiling latest modules with hg-clone but my analog capture got > broken, firmware error... > so i got back to original kernel modules > however, some people claim they get audio with analog

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo

2009-01-22 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 4 changesets: uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}. uvcvideo: Add support for the Alcor Micro AU3820 chipset. uvcvideo: Retry URB buffers allocation when the system is low on memory. uvcvideo: Fix

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2

2009-01-22 Thread Laurent Pinchart
On Thursday 22 January 2009, Carsten Meier wrote: > Am Thu, 22 Jan 2009 00:20:00 +0100 > > schrieb Laurent Pinchart : > > Hi Carsten, > > > > On Wednesday 21 January 2009, Carsten Meier wrote: > > > now I want to translate bus_info into a sysfs-path to obtain > > > device-info like serial numbers.

Re: [PATCH] V4L/DVB: fix v4l2_device_call_all/v4l2_device_call_until_err macro

2009-01-22 Thread Hans Verkuil
> When these macros aren't called with 'grp_id' this will result in a > build failure. Hi Roel, Thanks, however it is fixed already in the v4l-dvb repo so it should appear upstream as soon as Mauro prepares the next pull request. Regards, Hans > > Signed-off-by: Roel Kluin > --- > dif

[PATCH] V4L/DVB: fix v4l2_device_call_all/v4l2_device_call_until_err macro

2009-01-22 Thread Roel Kluin
When these macros aren't called with 'grp_id' this will result in a build failure. Signed-off-by: Roel Kluin --- diff --git a/include/media/v4l2-device.h b/include/media/v4l2-device.h index 9bf4ccc..ad86caa 100644 --- a/include/media/v4l2-device.h +++ b/include/media/v4l2-device.h @@ -94,16 +94,1

saa7134-alsa.ko and alsa-driver-1.0.19

2009-01-22 Thread TCP/IP
Hi everybody Has anyone of you got the saa7134-alsa module running with alsa-driver-1.0.19 ? r...@mythtv:~# modprobe -v saa7134-alsa insmod /lib/modules/2.6.27.8/kernel/drivers/media/video/saa7134/saa7134-alsa.ko FATAL: Error inserting saa7134_alsa (/lib/modules/2.6.27.8/kernel/drivers/media/vi

Re: gspca_spca505

2009-01-22 Thread Jean-Francois Moine
On Wed, 21 Jan 2009 15:07:30 -0700 "T.P. Reitzel" <4066724...@vzwmail.net> wrote: > OK, I've raised the level of debug to 15 as you requested. I found no interesting information in your traces: the debug level is too low and there is only the probe sequence. Please, may you do, as root:

Re: Request for new pixel format (JPEG2000)

2009-01-22 Thread Vladimir Davydov
On Thursday 22 January 2009 09:19:54 Hans Verkuil wrote: > On Thursday 22 January 2009 06:09:02 Alexey Klimov wrote: > > (added linux-media mail-list) > > > > Hello, Vladimir > > > > On Wed, 2009-01-21 at 21:46 +0200, Vladimir Davydov wrote: > > > Hi, > > > Is it possible to add new pixel format to

Re: [REVIEW PATCH 01/14] V4L: Int if: Dummy slave

2009-01-22 Thread Sakari Ailus
Mauro Carvalho Chehab wrote: On Mon, 12 Jan 2009 20:03:08 -0600 "Aguirre Rodriguez, Sergio Alberto" wrote: +static struct v4l2_int_slave dummy_slave = { + /* Dummy pointer to avoid underflow in find_ioctl. */ + .ioctls = (void *)0x8000, Why are you using here a magic number?