Re: [PATCH] hdpvr: enable IR part

2011-01-15 Thread Andy Walls
With my newly hacked lirc_zilog, try using the 'tx_only' parameter please. It's not quite ready yet, but I'd like to know if it can bind. If you already loaded a lirc_zilog without my latest patches, the i2c subsystem might have bogus crud still registered. A reboot might be needed for a

Technotrend C-2300, LOCK but no data on encrypted channels

2011-01-15 Thread Magion
Hi! I have a Technotrend C-2300 which have been working great with MythTV on Mythbuntu 8.10 for both FTA and encrypted channels. About two weeks ago I decided to reinstall my HTPC and install Gentoo instead, as that is the distro I usually prefer... but whatever I tried, I just couldn't get the

Patches an media build tree

2011-01-15 Thread Helmut Auer
Hello List How long does it usually take til patches are integrated into the media build tree ( after posting these here ) ? I'm just wondering because I miss some patches posted here. -- Helmut Auer, hel...@helmutauer.de -- To unsubscribe from this list: send the line unsubscribe linux-media

Re: [PATCH] dib7000m/p: struct alignment fix

2011-01-15 Thread Robin Humble
Hi Patrick, On Fri, Jan 14, 2011 at 06:11:24PM +0100, Patrick Boettcher wrote: On Wed, 12 Jan 2011, Mauro Carvalho Chehab wrote: Em 12-01-2011 11:17, Robin Humble escreveu: this is basically a re-post of http://www.linuxtv.org/pipermail/linux-dvb/2010-September/032744.html which fixes an Oops

Re: [PATCH] hdpvr: enable IR part

2011-01-15 Thread Andy Walls
On Sat, 2011-01-15 at 00:37 -0500, Jarod Wilson wrote: On Jan 14, 2011, at 11:35 PM, Andy Walls wrote: A single button press w/ir-kbd-i2c debugging and your patch: ir-kbd-i2c: ir_poll_key ir-kbd-i2c: get_key_haup_common: received bytes: 80 00 00 fe 54 00 T. ir-kbd-i2c: ir

Re: no sound with WinTV HVR-980 - Help

2011-01-15 Thread Mauro Carvalho Chehab
Em 15-01-2011 03:03, Pasquale escreveu: Hello I am running the following OS Ubuntu 10.04.1 LTS with Mythtv I have a WinTv HVR-980 and hvae no sound with video see errors below any assistance would be appreciated. I should have a /dev/dsp1 but I can not find it? [ 28.349674] em28xx

Re: no sound with WinTV HVR-980 - Help

2011-01-15 Thread Mauro Carvalho Chehab
Em 15-01-2011 13:15, Pasquale Riccio escreveu: How do I verify if I have the latest headers? do I use the Ubuntu repositories to update (apt-get) or should I download a version from somewhere? Sorry, I've no idea. I'm not an Ubuntu user, but it seems that they compile alsa on a separate

Re: [PATCH] hdpvr: enable IR part

2011-01-15 Thread Andy Walls
On Sat, 2011-01-15 at 07:50 -0500, Andy Walls wrote: Jarod Wilson ja...@wilsonet.com wrote: Forgot to mention: I think it was suggested that one could use ir-kbd-i2c for receive and lirc_zilog for transmit, at the same time. With ir-kbd-i2c already loaded, lirc_zilog currently won't bind to

Re: [PATCH v14 1/2] davinci vpbe: platform specific additions

2011-01-15 Thread Sergei Shtylyov
Hello. On 14-01-2011 16:31, Manjunath Hadli wrote: This patch implements the overall device creation for the Video display driver. It does not only that... Signed-off-by: Manjunath Hadlimanjunath.ha...@ti.com Acked-by: Muralidharan Karicherim-kariche...@ti.com Acked-by: Hans

[PATCH 1/8] [media] tda8290: Make all read operations atomic

2011-01-15 Thread Mauro Carvalho Chehab
Read operations should be preceeded by a write operation. However, nothing prevents that an I2C operation could happen between the two transactions. To avoid that problem, use an unique I2C transfer for both parts of the I2C transaction. Cc: Michael Krufky mkru...@kernellabs.com Signed-off-by:

[PATCH 2/8] [media] tda8290: Fix a bug if no tuner is detected

2011-01-15 Thread Mauro Carvalho Chehab
If tda8290 is detected, but no tuner is found, the driver will do bad things: tuner 2-0060: chip found @ 0xc0 (saa7133[0]) tda829x 2-0060: could not clearly identify tuner address, defaulting to 60 tda829x 2-0060: tuner access failed! BUG: unable to handle kernel NULL pointer dereference at

[PATCH 3/8] [media] tda8290: Turn tda829x on before touching at the I2C gate

2011-01-15 Thread Mauro Carvalho Chehab
On Kworld SBTVD, tda8295-c1 starts in power off mode. It needs to be powered, otherwise, the I2C gate control command won't work. Cc: Michael Krufky mkru...@kernellabs.com Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/media/common/tuners/tda8290.c

[PATCH 6/8] [media] saa7134: Fix analog mode for Kworld SBTVD

2011-01-15 Thread Mauro Carvalho Chehab
There were some issues at tda8290 that were preventing this device to work. Now that those fixes were fixed, we can enable analog mode. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c

[PATCH 4/8] [media] mb86a20s: Fix i2c read/write error messages

2011-01-15 Thread Mauro Carvalho Chehab
A script replaced err var to rc. Howerver, this script gambled error string, changing it to rcor. Revert that bad change. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/media/dvb/frontends/mb86a20s.c b/drivers/media/dvb/frontends/mb86a20s.c index d3ad3e7..e06507d

[PATCH 7/8] [media] saa7134: Fix digital mode on Kworld SBTVD

2011-01-15 Thread Mauro Carvalho Chehab
This patch fixes digital mode on Kworld SBTVD. Unfortunately, it disables analog mode. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c index b242600..dea90a1 100644 ---

[PATCH 5/8] [media] mb86a20s: Be sure that device is initialized before starting DVB

2011-01-15 Thread Mauro Carvalho Chehab
Due to a hard to track bug between tda829x/tda18271/saa7134, tda829x wants to go to analog mode during DVB initialization, causing some I2C errors. The analog failure doesn't cause any harm, as the device were already properly initialized in analog mode. However, the failure at the digital mode

[PATCH 8/8] [media] saa7134: Kworld SBTVD: make both analog and digital to work

2011-01-15 Thread Mauro Carvalho Chehab
There are some weird bugs at tda8290/tda18271 initialization, as it insits do do analog initialization during DVB frontend attach: DVB: registering new adapter (saa7133[0]) DVB: registering adapter 0 frontend 0 (Fujitsu mb86A20s)... mb86a20s: mb86a20s_initfe tda18271_write_regs: [2-0060|M] ERROR:

[PATCH 0/8] Make both analog and digital modes work with Kworld SBTVD

2011-01-15 Thread Mauro Carvalho Chehab
This patch fixes saa7134 driver to allow both analog and digital modes to work. While here, I fixed some issues I saw at tda8290 driver and on mb82a20s. The biggest issue I found is a a hard to track bug between tda829x/tda18271/saa7134. This series adds a workaround for it, but we'll need to do

Re: Hauppauge WinTV-HVR-1120 on Unbuntu 10.04

2011-01-15 Thread Albin Kauffmann
On Tuesday 11 January 2011 14:57:43 mmanzato wrote: Same behaviour here. I'm with Mythbuntu 10.10. TDA10048 firwmare is found in the linux-firmware-nonfree Ubuntu package. From what I can see in dmesg it is loaded correctly. http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-1120

[cron job] v4l-dvb daily build: WARNINGS

2011-01-15 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:Sat Jan 15 19:00:28 CET 2011 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version:

Re: [PATCH 2/2] Fix capture issues for non 8-bit per pixel formats

2011-01-15 Thread Guennadi Liakhovetski
On Wed, 12 Jan 2011, Alberto Panizzo wrote: If the camera was set to output formats like RGB565 YUYV or SBGGR10, the resulting image was scrambled due to erroneous interpretations of horizontal parameter's units. This patch in fourcc_to_ipu_pix, eliminate also the pixel formats mappings

Re: [PATCH] hdpvr: enable IR part

2011-01-15 Thread Andy Walls
On Sat, 2011-01-15 at 00:37 -0500, Jarod Wilson wrote: On Jan 14, 2011, at 11:35 PM, Andy Walls wrote: Receive with lirc_zilog does actually work slightly better, though its still not perfect. Each key press (using irw to watch) always results in at least two lines of output, both with

Hauppauge WinTV-NOVA-HD-S2 with differenct PCI ID

2011-01-15 Thread benefici
Hi, I've bought a Hauppauge WinTV-NOVA-HD-S2 card, which theoretically should be supported in the stock Linux kernel since version 2.6.28. However, my card is not detected, there are apparently no kernel modules loaded for the card and no message appears in dmesg during booting. I tried the

Re: [PATCH] hdpvr: enable IR part

2011-01-15 Thread Andy Walls
On Sat, 2011-01-15 at 01:56 -0500, Jarod Wilson wrote: On Jan 15, 2011, at 12:37 AM, Jarod Wilson wrote: Registered IR keymap rc-hauppauge-new input: i2c IR (HD PVR) as /devices/virtual/rc/rc1/input6 rc1: i2c IR (HD PVR) as /devices/virtual/rc/rc1 ir-kbd-i2c: i2c IR (HD PVR) detected at

Re: [PATCH] hdpvr: enable IR part

2011-01-15 Thread Jarod Wilson
On Jan 15, 2011, at 4:56 PM, Andy Walls wrote: On Sat, 2011-01-15 at 01:56 -0500, Jarod Wilson wrote: On Jan 15, 2011, at 12:37 AM, Jarod Wilson wrote: Registered IR keymap rc-hauppauge-new input: i2c IR (HD PVR) as /devices/virtual/rc/rc1/input6 rc1: i2c IR (HD PVR) as

[PATCH][BUG FIX for 2.6.38] DM04/QQBOX memcpy to const char fix.

2011-01-15 Thread Malcolm Priestley
Driver Version v1.75 Kernel oops appears in 2.6.37-rc8 in lme_firmware_switch because of a memcpy to a const char. Signed-off-by: Malcolm Priestley tvbox...@gmail.com diff --git a/drivers/media/dvb/dvb-usb/lmedm04.c b/drivers/media/dvb/dvb-usb/lmedm04.c index 9eea418..46ccd01 100644 ---

[RFC PATCH] ir-kbd-i2c, lirc_zilog: Allow bridge drivers to pass an IR trasnceiver mutex to I2C IR modules

2011-01-15 Thread Andy Walls
The following patch allows bridge drivers, with an I2C IR Tx/Rx transceiver, to pass a mutex for serializing access to a single I2C IR chip between separate IR Tx and Rx modules. The change modifies struct IR_i2c_init_data and struct IR_i2c to add struct mutex *transceiver_lock that