Re: scancodes identified as invalid (I found the problem)

2019-07-22 Thread Sean Young
Hi John, On Mon, Jul 22, 2019 at 11:44:02AM +, John G wrote: > Hi Sean, > Using s = 0x20df10ef, protocol_scancode_valid() will return false (meaning it > is not a valid scancode). > > s>>24 = 0x0020 > s>>16 = 0x20df > ~(0x20df) = 0xdf20 > ( 0x0020 ^ 0xdf20) = 0xdf00 > 0xdf00 & 0xff

[PATCH] media: media.h: Fix shifting signed 32-bit value by 31 bits problem

2019-06-13 Thread Shuah Khan
Fix MEDIA_ENT_ID_FLAG_NEXT to use "U" cast to avoid shifting signed 32-bit value by 31 bits problem. This isn't a problem for kernel builds with gcc. This could be problem since this header is part of public API which could be included for builds using compilers that don't h

Re: Problem with compilation prevents me from adding a new device

2019-05-21 Thread Mauro Carvalho Chehab
Hi Dominik, Em Tue, 21 May 2019 22:20:15 +0200 Dominik Danelski escreveu: > Hello, > > I found this > guide:https://www.onetransistor.eu/2017/05/magix-usb-videowandler-2-linux.html > > which explains how to get Magix Videowandler 2 as an audio-video > source. It is achieved by downloading d

Problem with compilation prevents me from adding a new device

2019-05-21 Thread Dominik Danelski
Hello, I found this guide:https://www.onetransistor.eu/2017/05/magix-usb-videowandler-2-linux.html which explains how to get Magix Videowandler 2 as an audio-video source. It is achieved by downloading drivers from LinuxTV project, slightly modifying them and installing. I wanted to incorpora

Re: Problem with example program from https://gitlab.collabora.com/koike/v4l2-codec.git

2018-10-07 Thread Hans Verkuil
git://linuxtv.org/media_tree.git <http://linuxtv.org/media_tree.git> Use the master branch of media_tree,git. You should see files named codec-fwht.c, codec-v4l2-fwht.c and vicodec-core.c in drivers/media/platform/vicodec/. > > Any idea what is the problem or how to investigate ? You c

Problem with example program from https://gitlab.collabora.com/koike/v4l2-codec.git

2018-10-07 Thread Dafna Hirschfeld
RGB24 format. Can't proceed." I tried it on both kernel and modules 4.19.0-rc4+ compiled from https://git.linuxtv.org/linux.git and kenel and modules 4.19.0-rc1+ compiled from git://linuxtv.org/media_tree.git Any idea what is the problem or how to investigate ? Thanks, Dafna Hirschfeld

[Solved] Problem retrieving zl10353 information: Resource temporarily unavailable (but signal =71% ?)

2018-04-26 Thread mjs
Solved. See msg130325. Thanks, Marcel

Re: [PATCH] media: s5p-jpeg: Fix off-by-one problem

2017-12-07 Thread Andrzej Pietrasiewicz
W dniu 06.12.2017 o 17:37, Flavio Ceolin pisze: s5p_jpeg_runtime_resume() does not call clk_disable_unprepare() for jpeg->clocks[0] when one of the clk_prepare_enable() fails. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Flavio Ceolin Acked-by: Andrzej Pietra

[PATCH] media: s5p-jpeg: Fix off-by-one problem

2017-12-06 Thread Flavio Ceolin
s5p_jpeg_runtime_resume() does not call clk_disable_unprepare() for jpeg->clocks[0] when one of the clk_prepare_enable() fails. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Flavio Ceolin --- drivers/media/platform/s5p-jpeg/jpeg-core.c | 2 +- 1 file changed, 1 i

Re: adv7281m and rcar-vin problem

2017-08-22 Thread Niklas Söderlund
Hi Naman, On 2017-08-23 00:15:41 +0530, Naman Jain wrote: > Hi Niklas, > > adv7281m driver powers up the CSI transmitter in s_power(), which is > called before setting up of D-PHY layer of R-Car CSI-2 Receiver. > I shifted the part of code which enables CSI transmitter in adv7281m > (Low Power st

Re: adv7281m and rcar-vin problem

2017-08-22 Thread Naman Jain
Hi Niklas, adv7281m driver powers up the CSI transmitter in s_power(), which is called before setting up of D-PHY layer of R-Car CSI-2 Receiver. I shifted the part of code which enables CSI transmitter in adv7281m (Low Power state to High Speed state) to s_stream() - if (state->chip_info->flags &

Re: adv7281m and rcar-vin problem

2017-07-26 Thread Niklas Söderlund
Hi Naman, On 2017-07-24 22:43:06 +0530, Naman Jain wrote: > On Mon, Jul 24, 2017 at 3:11 PM, Niklas Söderlund > wrote: > > Hi Naman, > > > > On 2017-07-24 14:30:52 +0530, Naman Jain wrote: > >> i am using renesas soc with video decoder adv7281m > >> i have done thr device tree configuration by fo

Re: adv7281m and rcar-vin problem

2017-07-24 Thread Naman Jain
On Mon, Jul 24, 2017 at 3:11 PM, Niklas Söderlund wrote: > Hi Naman, > > On 2017-07-24 14:30:52 +0530, Naman Jain wrote: >> i am using renesas soc with video decoder adv7281m >> i have done thr device tree configuration by following dt bindings >> i am getting timeout of reading the phy clock lane

Re: adv7281m and rcar-vin problem

2017-07-24 Thread Niklas Söderlund
Hi Naman, On 2017-07-24 14:30:52 +0530, Naman Jain wrote: > i am using renesas soc with video decoder adv7281m > i have done thr device tree configuration by following dt bindings > i am getting timeout of reading the phy clock lane, after i start streaming > and nothing is displayed on the screen

Adv7180 driver configuration problem

2017-07-20 Thread Naman Jain
I need to configure adv7281m in renesas SOC which uses rcar-csi as bridge(csi receiver) and rcar- vin as dma engine. I have done the configuration in device tree as mention in DT bindings. When i start the streaming (continuous capture), i am getting rcar.csi2: timeout reading the PHY clock lane

Problem using libdvbv5

2017-06-07 Thread Russel Winder
I am having some issues with dvb_scan_transponder in the Debian Sid distribution of libdvbv5. I am sure the arguments I am giving it are fine, but a function called within dvb_scan_transponder is causing a SIGSEGV. The Debian Sid package appears to be only of a production version, there is no debug

Re: [PATCH] media: fix one code style problem

2017-05-12 Thread Greg Kroah-Hartman
On Fri, May 05, 2017 at 01:18:24PM -0700, Remco wrote: > From: Remco Verhoef > > this patch will fix one code style problem (ctx:WxE), space > prohibited before that Your subject needs work :) And why just one issue, is that the only place this type of problem is needed in this f

[PATCH] staging: media: fix one code style problem

2017-05-08 Thread Remco Verhoef
this patch will fix one code style problem (ctx:WxE), space prohibited before that Signed-off-by: Remco Verhoef --- .../staging/media/atomisp/platform/intel-mid/atomisp_gmin_platform.c| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/atomisp/platform

[PATCH] media: fix one code style problem

2017-05-05 Thread Remco
From: Remco Verhoef this patch will fix one code style problem (ctx:WxE), space prohibited before that Signed-off-by: Remco Verhoef --- .../staging/media/atomisp/platform/intel-mid/atomisp_gmin_platform.c| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging

Unknown symbol problem; em28xx (WinTV-soloHD)

2017-04-06 Thread Klaus Eicheler
] em28xx: Unknown symbol __v4l2_clk_register_fixed (err 0) The DVB stick seems to be well recognized (-> em28xx). The only reference to v4l2_clk_unregister_fixed I could find was inside em28xx-camera.c. modprobe em28xx yields the same results. Do you have any hints how to solve the prob

Re: Problem: saa7113 (saa7115) vs. "conrad usb grabber usb-472"

2017-02-21 Thread Bodo Eggert
On Tue, 21 Feb 2017, Devin Heitmueller wrote: > > lsusb: > > Bus 003 Device 002: ID 0573:0400 Zoran Co. Personal Media Division > > (Nogatech) D-Link V100 > > The Zoran usbvision driver has been a mess for years, and it's not > going to get better anytime soon. It's a *really* old design and >

Re: Problem: saa7113 (saa7115) vs. "conrad usb grabber usb-472"

2017-02-21 Thread Devin Heitmueller
> lsusb: > Bus 003 Device 002: ID 0573:0400 Zoran Co. Personal Media Division (Nogatech) > D-Link V100 The Zoran usbvision driver has been a mess for years, and it's not going to get better anytime soon. It's a *really* old design and there hasn't been any interest from any of the developers to

Problem: saa7113 (saa7115) vs. "conrad usb grabber usb-472"

2017-02-21 Thread Bodo Eggert
System: Debian Jessie x64. (Using qv4l2). I've got a USB video grabber called "conrad usb grabber usb-472", essentially it's a no-name-branding. It's recognized as saa7113 by the saa7115 driver. The device has one video input (chinch, yellow) and a stereo input (red and white). The driver does

Re: Problem with Hauppauge WinTV-HVR-1250

2017-01-14 Thread Justin Husted
know who is? > > Justin, > > Better to email the linux-media mailing list on kernel.org with this > type of question (cc added) Ok, thanks! > What is the problem that you're having in the 4.4.0 kernel? There are two fundamental problems. Note that I'm just attempting

Re: Problem with Hauppauge WinTV-HVR-1250

2017-01-14 Thread Michael Ira Krufky
g with this type of question (cc added) What is the problem that you're having in the 4.4.0 kernel? Which is the most recent kernel that works for you correctly? Do you have logs that illustrate your problem? Best regards, Mike -- To unsubscribe from this list: send the line &qu

Re: Problem with uvcvideo timestamps

2016-12-30 Thread Laurent Pinchart
Hi Niels, On Monday 31 Oct 2016 14:42:54 Niels Möller wrote: > Hi, > > I'm tracking down a problem in Chrome, where video streams captured > from a Logitech c930e camera get bogus timestamps. Chrome started > using camera timestamps on linux a few months ago. I've no

Problem: "transfer buffer not dma capable"

2016-12-26 Thread bill murphy
On Dec 17th Piotr Chmura reported an oops when trying to watch tv with his siano device, which uses smsusb, in Kaffeine. I was recently seeing a very similar oops with Linux 4.9.0-rc6+, but upon plugging in a Geniatech SU3 device (vid,pid / 0x1f4d,0x3000) which uses dw2102. Compiling the

PROBLEM: siano "transfer buffer not dma capable" when trying to capture video in 4.9.0

2016-12-17 Thread Piotr Chmura
siano "transfer buffer not dma capable" when trying to capture video On kernel 4.9.0 when trying to watch TV (in Kaffeine 1.0.5, libVLC) i get Oops instead of audio/video stream. Kernel 4.8.X series works fine (currently using 4.8.13). [ 60.268359] [ cut here ] [ 60

Re: Problem with uvcvideo timestamps

2016-12-16 Thread Guennadi Liakhovetski
Hi Niels, Sorry for a late reply. On Mon, 31 Oct 2016, Niels Möller wrote: > Hi, > > I'm tracking down a problem in Chrome, where video streams captured > from a Logitech c930e camera get bogus timestamps. Chrome started > using camera timestamps on linux a few months ag

Re: Problem with media_build install

2016-11-25 Thread Mauro Carvalho Chehab
Em Fri, 25 Nov 2016 20:02:57 +1100 Vincent McIntyre escreveu: > Hi list, > > I sent a patch for this issue, could someone take a look? > > http://www.mail-archive.com/linux-media@vger.kernel.org/msg105340.html Patch applied. Next time, please add your Signed-off-by: Thanks, Mauro -- To unsub

Re: Problem with media_build install

2016-11-25 Thread Vincent McIntyre
Hi list, I sent a patch for this issue, could someone take a look? http://www.mail-archive.com/linux-media@vger.kernel.org/msg105340.html -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://

Problem with media_build install

2016-11-24 Thread Jose Alberto Reguero
#make install make -C /usr/src/media_build/v4l install make[1]: Entering directory '/usr/src/media_build/v4l' make[1]: *** No rule to make target 'mm-install' needed by 'install'. Alto. make[1]: Leaving directory '/usr/src/media_build/v4l' Makefile:15: recipe for target 'install' failed make: *** [

Problem retrieving zl10353 information: Resource temporarily unavailable (but signal =71% ?)

2016-11-08 Thread mjs
g 2.6 kernel) I got to this point: femon -H: FE: Zarlink ZL10353 DVB-T (DVBT) Problem retrieving frontend information: Resource temporarily unavailable status C| signal 71% | snr 74% | ber -1080313980 | unc -1218616323 | Using next (G)PIO settings, enable more di

Problem with uvcvideo timestamps

2016-10-31 Thread Niels Möller
Hi, I'm tracking down a problem in Chrome, where video streams captured from a Logitech c930e camera get bogus timestamps. Chrome started using camera timestamps on linux a few months ago. I've noted commit https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/

Re: Problem with VMAP_STACK=y

2016-10-07 Thread Mauro Carvalho Chehab
s to the > > driver and see what's happening. > > Mauro, also please don't forget that there are many more places in > drivers/media that still perform DMA on stack, and so have to be fixed for > 4.9 (as VMAP_STACK makes that to be immediately visible problem even on >

Re: Problem with VMAP_STACK=y

2016-10-07 Thread Jiri Kosina
rget that there are many more places in drivers/media that still perform DMA on stack, and so have to be fixed for 4.9 (as VMAP_STACK makes that to be immediately visible problem even on x86_64, which it wasn't the case before). Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from thi

Re: Problem with VMAP_STACK=y

2016-10-06 Thread Mauro Carvalho Chehab
Em Thu, 6 Oct 2016 10:30:15 +0200 Jörg Otte escreveu: > 2016-10-05 20:55 GMT+02:00 Mauro Carvalho Chehab : > > Hi Johannes, > > > > Em Wed, 5 Oct 2016 20:29:45 +0200 > > Johannes Stezenbach escreveu: > > > >> On Wed, Oct 05, 2016 at 06:04:50AM -0300, Mauro Carvalho Chehab wrote: > >> > stat

Re: Problem with VMAP_STACK=y

2016-10-06 Thread Jörg Otte
2016-10-05 20:55 GMT+02:00 Mauro Carvalho Chehab : > Hi Johannes, > > Em Wed, 5 Oct 2016 20:29:45 +0200 > Johannes Stezenbach escreveu: > >> On Wed, Oct 05, 2016 at 06:04:50AM -0300, Mauro Carvalho Chehab wrote: >> > static int cinergyt2_frontend_attach(struct dvb_usb_adapter *adap) >> > { >> >

Re: Problem with VMAP_STACK=y

2016-10-05 Thread Mauro Carvalho Chehab
Hi Johannes, Em Wed, 5 Oct 2016 20:29:45 +0200 Johannes Stezenbach escreveu: > On Wed, Oct 05, 2016 at 06:04:50AM -0300, Mauro Carvalho Chehab wrote: > > static int cinergyt2_frontend_attach(struct dvb_usb_adapter *adap) > > { > > - char query[] = { CINERGYT2_EP1_GET_FIRMWARE_VERSION }; > >

Re: Problem with VMAP_STACK=y

2016-10-05 Thread Johannes Stezenbach
On Wed, Oct 05, 2016 at 06:04:50AM -0300, Mauro Carvalho Chehab wrote: > static int cinergyt2_frontend_attach(struct dvb_usb_adapter *adap) > { > - char query[] = { CINERGYT2_EP1_GET_FIRMWARE_VERSION }; > - char state[3]; > + struct dvb_usb_device *d = adap->dev; > + struct cinerg

Re: Problem with VMAP_STACK=y

2016-10-05 Thread Andy Lutomirski
t;> driver. >>>> >>>> Thanks, >>>> Mauro >>>> >>>> [PATCH] cinergyT2-core: don't do DMA on stack >>>> >>> >>> Tried the cinergyT2 patch. No success. When I select a TV channel >>> just nothing happens.

Re: Problem with VMAP_STACK=y

2016-10-05 Thread Jörg Otte
2016-10-05 17:53 GMT+02:00 Andy Lutomirski : > On Wed, Oct 5, 2016 at 8:21 AM, Jörg Otte wrote: >> 2016-10-05 11:04 GMT+02:00 Mauro Carvalho Chehab : >>> Em Wed, 5 Oct 2016 09:50:42 +0200 (CEST) >>> Jiri Kosina escreveu: >>> On Wed, 5 Oct 2016, Patrick Boettcher wrote: > > > Thanks

Re: Problem with VMAP_STACK=y

2016-10-05 Thread Andy Lutomirski
On Wed, Oct 5, 2016 at 8:21 AM, Jörg Otte wrote: > 2016-10-05 11:04 GMT+02:00 Mauro Carvalho Chehab : >> Em Wed, 5 Oct 2016 09:50:42 +0200 (CEST) >> Jiri Kosina escreveu: >> >>> On Wed, 5 Oct 2016, Patrick Boettcher wrote: >>> >>> > > > Thanks for the quick response. >>> > > > Drivers are: >>> >

Re: Problem with VMAP_STACK=y

2016-10-05 Thread Jörg Otte
2016-10-05 11:04 GMT+02:00 Mauro Carvalho Chehab : > Em Wed, 5 Oct 2016 09:50:42 +0200 (CEST) > Jiri Kosina escreveu: > >> On Wed, 5 Oct 2016, Patrick Boettcher wrote: >> >> > > > Thanks for the quick response. >> > > > Drivers are: >> > > > dvb_core, dvb_usb, dbv_usb_cynergyT2 >> > > >> > > This

Re: Problem with VMAP_STACK=y

2016-10-05 Thread Mauro Carvalho Chehab
Em Wed, 5 Oct 2016 06:04:50 -0300 Mauro Carvalho Chehab escreveu: > Em Wed, 5 Oct 2016 09:50:42 +0200 (CEST) > Jiri Kosina escreveu: > > > On Wed, 5 Oct 2016, Patrick Boettcher wrote: > > > > > > > Thanks for the quick response. > > > > > Drivers are: > > > > > dvb_core, dvb_usb, dbv_usb_cyner

Re: Problem with VMAP_STACK=y

2016-10-05 Thread Mauro Carvalho Chehab
Em Wed, 5 Oct 2016 09:50:42 +0200 (CEST) Jiri Kosina escreveu: > On Wed, 5 Oct 2016, Patrick Boettcher wrote: > > > > > Thanks for the quick response. > > > > Drivers are: > > > > dvb_core, dvb_usb, dbv_usb_cynergyT2 > > > > > > This dbv_usb_cynergyT2 is not from Linus' tree, is it? I don't

Re: Problem with VMAP_STACK=y

2016-10-05 Thread Jiri Kosina
On Wed, 5 Oct 2016, Patrick Boettcher wrote: > > > Thanks for the quick response. > > > Drivers are: > > > dvb_core, dvb_usb, dbv_usb_cynergyT2 > > > > This dbv_usb_cynergyT2 is not from Linus' tree, is it? I don't seem > > to be able to find it, and the only google hit I am getting is your > >

dvb-usb stack-memory used for URB-buffers (was: Re: Problem with VMAP_STACK=y)

2016-10-05 Thread Patrick Boettcher
Hi, On Tue, 4 Oct 2016 15:26:28 +0200 (CEST) Jiri Kosina wrote: > On Tue, 4 Oct 2016, Jörg Otte wrote: > > > With kernel 4.8.0-01558-g21f54dd I get thousands of > > "dvb-usb: bulk message failed: -11 (1/0)" > > messages in the logs and the DVB adapter is not working. > > > > It tourned out the

Re: Problem with VMAP_STACK=y

2016-10-05 Thread Patrick Boettcher
On Wed, 5 Oct 2016 09:26:29 +0200 (CEST) Jiri Kosina wrote: > On Tue, 4 Oct 2016, Jörg Otte wrote: > > > Thanks for the quick response. > > Drivers are: > > dvb_core, dvb_usb, dbv_usb_cynergyT2 > > This dbv_usb_cynergyT2 is not from Linus' tree, is it? I don't seem > to be able to find it, an

Re: Problem with VMAP_STACK=y

2016-10-05 Thread Jiri Kosina
On Tue, 4 Oct 2016, Jörg Otte wrote: > Thanks for the quick response. > Drivers are: > dvb_core, dvb_usb, dbv_usb_cynergyT2 This dbv_usb_cynergyT2 is not from Linus' tree, is it? I don't seem to be able to find it, and the only google hit I am getting is your very mail to LKML :) -- Jiri Kosi

Re: Problem with VMAP_STACK=y

2016-10-04 Thread Jörg Otte
2016-10-04 15:26 GMT+02:00 Jiri Kosina : > On Tue, 4 Oct 2016, Jörg Otte wrote: > >> With kernel 4.8.0-01558-g21f54dd I get thousands of >> "dvb-usb: bulk message failed: -11 (1/0)" >> messages in the logs and the DVB adapter is not working. >> >> It tourned out the new config option VMAP_STACK=y (

Re: Problem with VMAP_STACK=y

2016-10-04 Thread Jiri Kosina
On Tue, 4 Oct 2016, Jörg Otte wrote: > With kernel 4.8.0-01558-g21f54dd I get thousands of > "dvb-usb: bulk message failed: -11 (1/0)" > messages in the logs and the DVB adapter is not working. > > It tourned out the new config option VMAP_STACK=y (which is the default) > is the culprit. > No pro

BTTV problem: Terratec TV+ BT848 card: No composite input

2016-09-17 Thread Bodo Eggert
ou changed something recently so I didn't try a git kernel. Problem: No picture recognized on composite input. The composite input did work previously (IIRC V4L 1). The video sources do work, I get a black & white picture when connecting the same source to the SVHS input (using an adapt

Tuning problem with Pinnacle PCTV 2000e

2016-06-28 Thread Guillaume Membré
Hi, I asked this question on the mythtv mailling but without success :'( I know that my question may not be appropriate, forgive me if I'm at the wrong place. I had a working mythtv 0.27.5 installation with a Pinnacle PCTV 2000e (dual dvb-t usb card) and I recently replaced my motherboard. I had

Re: Digital Devices CI adapter problem

2016-06-08 Thread Devin Heitmueller
On Wed, Jun 8, 2016 at 4:10 PM, Marcin Kałuża wrote: > Hello! > I'm looking for someone who was able to successfully use Octopus Dual > CI bridge by Digital Devices under Linux. We got it _almost_ working - > we have a strange problem of the module dropping TS packets in sets o

Digital Devices CI adapter problem

2016-06-08 Thread Marcin Kałuża
Hello! I'm looking for someone who was able to successfully use Octopus Dual CI bridge by Digital Devices under Linux. We got it _almost_ working - we have a strange problem of the module dropping TS packets in sets of 30-33 packets rather randomly and this corrupts the whole stream.

RE: netup_unidvb CI problem

2016-05-28 Thread Saso Slavicic
Another bug in the driver. According to Netup 2014 drivers, the attributes should be read from _config not _io --- drivers/media/pci/netup_unidvb/netup_unidvb_ci.c.orig 2016-05-28 17:16:07.073608043 +0200 +++ drivers/media/pci/netup_unidvb/netup_unidvb_ci.c2016-05-28 17:16:33.970418997 +

netup_unidvb CI problem

2016-05-28 Thread Saso Slavicic
Hi, I have a problem with CI slots on NetUP Dual DVB Universal CI card. Running kernel-ml 4.4 on Centos 7 produces the following error: [765846.415719] netup_unidvb :11:00.0: DVB init done, num=1 [765846.415721] dvb_ca_en50221_init [765846.415804] DVB: register adapter0/ca0 @ minor: 24

Re: Problem since commit c73bbaa4ec3e [rc-core: don't lock device at rc_register_device()]

2016-03-02 Thread Mauro Carvalho Chehab
; > >>> } > >>> > >> Looking at the source code of the functions in the call chain I see no > >> special > >> handling of ERESTARTSYS. It's treated like any other error, therefore I > >> don't > >> think this hel

Re: Sabrent (stk1160) / Easycap driver problem

2015-12-21 Thread Ezequiel Garcia
Hi Philippe, On 20 December 2015 at 20:32, Philippe Desrochers wrote: > Hello Ezequiel, > > I tested with saa7115.c and the problem is in the "saa711x_detect_chip" > function. > In fact, the CJC7113 chip seems to returns all '1' when reading register 0.

Re: problem with coda when running qt-gstreamer and video reaches its end (resending in plain text)

2015-12-18 Thread Piotr Lewicki
a resolution of this problem with missing end-of-stream detection? 3. When playing h264 videos in HD resolution (tested with big_buck_bunny_1080p_h264.mov) the problem with "CODA PIC_RUN timeout" still occurs with small difference - when I press STOP "CODA PIC_RUN timeout" m

Re: problem with coda when running qt-gstreamer and video reaches its end (resending in plain text)

2015-12-16 Thread Nicolas Dufresne
Le mercredi 16 décembre 2015 à 15:49 +0100, Philipp Zabel a écrit : > > # [ 1382.828875] coda 204.vpu: CODA PIC_RUN timeout > > # [ 1383.938704] coda 204.vpu: CODA PIC_RUN timeout > >  > > The video is stopped but I can see last frame on the screen although in  > > qt application it should

Re: problem with coda when running qt-gstreamer and video reaches its end (resending in plain text)

2015-12-16 Thread Philipp Zabel
e went into 1.5.2. > When I built a sample from this qt-gstreamer package called qmlplayer2 > and used it to play video I came across following problem: > > 1. When video reaches it's end I start receiving kernel ringbuffer message: > # [ 1371.618854] coda 204.vpu: CODA PI

problem with coda when running qt-gstreamer and video reaches its end (resending in plain text)

2015-12-16 Thread Piotr Lewicki
deo I came across following problem: 1. When video reaches it's end I start receiving kernel ringbuffer message: # [ 1371.618854] coda 204.vpu: CODA PIC_RUN timeout # [ 1372.618713] coda 204.vpu: CODA PIC_RUN timeout # [ 1373.618653] coda 204.vpu: CODA PIC_RUN timeout # [ 1374.61

[Fwd: Problem with avermedia Volar Black HD (af9015) : recognised but not scanning]

2015-12-09 Thread Olivier Devaux
Hello, Any ideas on my problem ? Am I on the right mailing-list ? Any help would be appreciated ! Thanks, OD Message transféré > De: oddebian > À: linux-media@vger.kernel.org > Objet: Problem with avermedia Volar Black HD (af9015) : recognised but > not scanning

Re: Sabrent (stk1160) / Easycap driver problem

2015-12-07 Thread Ezequiel Garcia
(shoot, we dropped the ML somewhere along the conversation) >> On 7 December 2015 at 12:32, Philippe Desrochers >> wrote: >> > Hello again, >> > >> > I open the device and I saw the following chips: >> > >> > SYNTEK: >> > STK1160DLQG >> > D7A155G-1513 >> > >> > VIDEO DECODER: >> > CJC7113 >> > >>

Re: Sabrent (stk1160) / Easycap driver problem

2015-12-04 Thread Ezequiel Garcia
rs/media/i2c/saa7115.c:saa711x_detect_chip for details on how the decoder chip is identified. > Also, it seems the Sabrent USB-AVCPT is using the AC'97 Audio chip. > Could it be the problem ? > Shouldn't affect. > Do you know if there a firmware in the Syntek 1160 chip ? > Th

Problem with avermedia Volar Black HD (af9015) : recognised but not scanning

2015-12-03 Thread oddebian
signal-- tune to: QAM_AUTO f = 482166 kHz I999B8C999D999T999G999Y999 (no signal) (time: 12:17) --no signal-- ERROR: Sorry - i couldn't get any working frequency/transponder Nothing to scan!! The problem is the same on my destop pc (debian 8, kernel 3.16.0-4-amd64) and

Re: PROBLEM: UVC ioctl() freeze after device disconnection

2015-12-03 Thread Laurent Pinchart
Hi Matteo, On Wednesday 02 December 2015 15:24:44 Matteo Foppiano wrote: > Hi, > working with raspberry and UVC I've found this issue: > https://github.com/raspberrypi/linux/issues/1211 > > As you can see in the post, the problem seems to be upstream, so I'm

Re: Sabrent (stk1160) / Easycap driver problem

2015-12-02 Thread Ezequiel Garcia
On 2 December 2015 at 14:43, Philippe Desrochers wrote: > I'm sending the email again (in plain text) since it seems it was blocked by > the server. > > EASYCAP CHINA CLONE (OK): > [ 8630.596236] usb 2-1: new high-speed USB device number 6 using ehci-pci > [ 8630.729074] usb 2-1: New USB device fo

Re: Sabrent (stk1160) / Easycap driver problem

2015-12-02 Thread Ezequiel Garcia
Hi Philippe, Ccing the linux-media ML. Please don't reply dropping the Cc! 2015-12-02 11:58 GMT-03:00 Philippe Desrochers : > Hello Ezequiel, > > I'm using your stk1160 driver with some EasyCap (china) clone and it is > working fine. > > However, a few days ago, I bought two Sabrent USB-AVCPT and

Re: Mt9v024 gettting image problem

2015-11-27 Thread Guennadi Liakhovetski
Hi, The reason for a lower framerate must not necessarily be in the program, it can be the hardware - either the clock frequency, your camera is driven by, or the slow CPU, or the camera host driver, or your frame processing. Thanks Guennadi On Thu, 26 Nov 2015, Ayhan KÃ~\Ã~GÃ~\KMANÄ°SA wrote:

Re: [DVBT USB dongle] problem with Zolid Mini DVB-T Stick on linux mint 17.2

2015-11-25 Thread Antti Palosaari
On 11/26/2015 12:57 AM, Antti Palosaari wrote: On 11/26/2015 12:53 AM, Mark Croft wrote: hi hope this is the correct list about trying to get linux to talk to dvb-t usb stick? check out all the logs etc here http://pastebin.com/V3RQ17hz and antenna is plugged and it is good antenna with stro

Re: [DVBT USB dongle] problem with Zolid Mini DVB-T Stick on linux mint 17.2

2015-11-25 Thread Antti Palosaari
On 11/26/2015 12:53 AM, Mark Croft wrote: hi hope this is the correct list about trying to get linux to talk to dvb-t usb stick? check out all the logs etc here http://pastebin.com/V3RQ17hz and antenna is plugged and it is good antenna with strong signal? Test it first using windows. Logs sa

[DVBT USB dongle] problem with Zolid Mini DVB-T Stick on linux mint 17.2

2015-11-25 Thread Mark Croft
hi hope this is the correct list about trying to get linux to talk to dvb-t usb stick? check out all the logs etc here http://pastebin.com/V3RQ17hz thx -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo i

Re: [BUG] TechniSat SkyStar S2 - problem tuning DVB-S2 channels

2015-11-19 Thread Jemma Denson
Hi Robert, On 18/11/15 19:08, Robert wrote: Normally i'm using kaffeine, but i have tried dvbv5-scan now. Unfortunately it segfaults. I have attached the full output including the backtrace [1] I can't help with the segfault I'm afraid, but looking at that log it is definitely not managing t

Re: [BUG] TechniSat SkyStar S2 - problem tuning DVB-S2 channels

2015-11-18 Thread David Jedelsky
Robert, I'm not sure whether it helps, but if your card is based on az6027, as is my USB TechniSat SkyStar 2 HD CI, then attached patch could be helpful. I had to create it to get DVB-S2 working on my device. http://djed.cz/az6027-i2c.patch Regards, David PS: trying to send once more with link i

Re: [BUG] TechniSat SkyStar S2 - problem tuning DVB-S2 channels

2015-11-18 Thread Robert
Hi Jemma, On 18.11.2015 17:18, Jemma Denson wrote: > What program are you using to try and tune? Is it trying to tune in > using DVB-S2? The "other" driver was done quite some while ago, and > included some clunky code to fallback to S2 if DVB-S tuning failed as it > was developed before the DVB A

Re: [BUG] TechniSat SkyStar S2 - problem tuning DVB-S2 channels

2015-11-18 Thread Jemma Denson
Hi Robert, On 18/11/15 15:03, Robert wrote: Hello, I am using a "TechniSat SkyStar S2" DVB-S2 card. Drivers for this card are included in the kernel tree since 4.2. Unfortunately, i can't tune to ANY DVB-S2 channels with this new in-tree driver. DVB-S channels are working fine. Id[1] of the com

[BUG] TechniSat SkyStar S2 - problem tuning DVB-S2 channels

2015-11-18 Thread Robert
Hello, I am using a "TechniSat SkyStar S2" DVB-S2 card. Drivers for this card are included in the kernel tree since 4.2. Unfortunately, i can't tune to ANY DVB-S2 channels with this new in-tree driver. DVB-S channels are working fine. Id[1] of the commit which introduced support for this card. Be

[FWD] PROBLEM: there exists a wrong return value of function mantis_dma_init()

2015-08-10 Thread Linus Torvalds
It does seem like the error handling for mantis_dma_init() is insane.. Linus On Sun, Aug 9, 2015 at 5:12 PM, RUC_Soft_Sec wrote: > Summary: > there exists a wrong return value of function mantis_dma_init().It's a > theoretical problem. we use static anal

DMX_ADD_PID ioctl problem

2015-07-27 Thread Marcin Kałuża
Hi I'm trying to use demuxX device for reading multiple PIDs and I have a problem. I do f->fd = dvb_dmx_open(inp->adapter, inp->demux); unsigned short int pid; res = dvb_set_pesfilter(f->fd, pid, DMX_PES_OTHER, DMX_OUT_TSDEMUX_TAP, 128*1024); //that works pid = another_pid

Re: www.kernellabs.com Contact: Hauppauge hvr1275 TV Tuner card linux problem

2015-07-16 Thread Steven Toth
> Dear : Steven Toth > Thanks for your professional answer > Thanks a lot > Best Regards You are welcome! >> It looks like Hauppauge have released an updated HVR-1275 card, as >> indicated by the updated PCI-SubDevice ID 2A38. The hardware has >> changed and the driver needs to be modified to sup

RE: www.kernellabs.com Contact: Hauppauge hvr1275 TV Tuner card linux problem

2015-07-14 Thread Tony Chang(Wincomm)
Tuner card linux problem >> sorry I don't know how can I do .. can you help me to fix the >> problem? > > Please ensure that all communication include the linux media mailing list. > > It looks like Hauppauge have released an updated HVR-1275 card, as > indicated

Re: www.kernellabs.com Contact: Hauppauge hvr1275 TV Tuner card linux problem

2015-07-14 Thread Steven Toth
>> sorry I don’t know how can I do .. can you help me to fix the >> problem? > > Please ensure that all communication include the linux media mailing list. > > It looks like Hauppauge have released an updated HVR-1275 card, as > indicated by the updated PCI-SubDevic

Re: www.kernellabs.com Contact: Hauppauge hvr1275 TV Tuner card linux problem

2015-07-14 Thread Steven Toth
Adding in the linux-media mailing list > Subject: > Hauppauge hvr1275 TV Tuner card linux problem > > Message: > I had one trouble about Hauppauge hvr1275 TV Tuner card > > Because of I want use tvtime app to play this TV Tuner card with ATI > V4900 VGA Card under centos

Re: em28xx problem with 3.10-4.0

2015-06-17 Thread Mauro Carvalho Chehab
Em Wed, 17 Jun 2015 08:32:26 +0200 "Gabor Z. Papp" escreveu: > * Mauro Carvalho Chehab : > > | Nothing. You just ran out of continuous memory. This driver > | requires long chunks of continuous memory for USB data transfer. > > And there is no way to preset some mem? > Or do something to get th

Re: em28xx problem with 3.10-4.0

2015-06-16 Thread Gabor Z. Papp
* Mauro Carvalho Chehab : | Nothing. You just ran out of continuous memory. This driver | requires long chunks of continuous memory for USB data transfer. And there is no way to preset some mem? Or do something to get the driver work again? I don't think I'm using too much memory. $ free

Re: em28xx problem with 3.10-4.0

2015-06-16 Thread Andy Furniss
Mauro Carvalho Chehab wrote: Em Tue, 16 Jun 2015 08:54:58 +0200 "Gabor Z. Papp" escreveu: * "Gabor Z. Papp" : | I would like to use my Pinnacle Dazzle DVC usb encoder with kernels | 3.10-4.0, but I'm getting the same error all the time. | Latest working kernel is the 3.4 line. | What happen

Re: em28xx problem with 3.10-4.0

2015-06-16 Thread Mauro Carvalho Chehab
Em Tue, 16 Jun 2015 08:54:58 +0200 "Gabor Z. Papp" escreveu: > * "Gabor Z. Papp" : > > | I would like to use my Pinnacle Dazzle DVC usb encoder with kernels > | 3.10-4.0, but I'm getting the same error all the time. > > | Latest working kernel is the 3.4 line. > > | What happend with the drive

Re: em28xx problem with 3.10-4.0

2015-06-15 Thread Gabor Z. Papp
* "Gabor Z. Papp" : | I would like to use my Pinnacle Dazzle DVC usb encoder with kernels | 3.10-4.0, but I'm getting the same error all the time. | Latest working kernel is the 3.4 line. | What happend with the driver? Should I provide more details than the dmesg output? Linux video capture i

em28xx problem with 3.10-4.0

2015-06-11 Thread Gabor Z. Papp
lo lo, I would like to use my Pinnacle Dazzle DVC usb encoder with kernels 3.10-4.0, but I'm getting the same error all the time. Latest working kernel is the 3.4 line. What happend with the driver? dmesg Description: Binary data

[PATCH] rc/Kconfig: fix indentation problem

2015-06-09 Thread Hans Verkuil
The RC_ST and IR_SUNXI entries have weird indentation, and the RC_ST entry is actually malformed. Fix it. Signed-off-by: Hans Verkuil diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig index ddfab25..b6e1311 100644 --- a/drivers/media/rc/Kconfig +++ b/drivers/media/rc/Kconfig @@ -3

Problem with "SaTiX-S2 Sky V2 USB"

2015-04-26 Thread Steve
I recently upgraded to Ubuntu 15.04 to get a 3.19 kernel because the Linux TV Wiki suggests that, from kernel version 3.18 onwards, my "Mystique SaTiX-S2 Sky V2 USB (DVBSKY S960 clone)" would work 'out of the box'. I followed the MythTV instructions by installing dvb-apps and mplayer. Unfortu

Problem

2015-02-19 Thread Jeffrey O'Hara
I am trying to get my Hauppauge USB-Live2 to capture VHS recordings using VLC Player. My computer will recognize the USB-Live2 but nothing shows on the screen when using VLC Player. Any suggestions? Thank You jeffrey@jeffrey-HP-2000-Notebook-PC:~$ git clone git://linuxtv.org/media_build.git

Re: [BUG, workaround] HVR-2200/saa7164 problem with C7 power state

2015-02-19 Thread David Harty
On 02/19/2015 05:22 AM, Steven Toth wrote: I'll post a notice to this list once the driver is ready for download That sounds great. Let me know if/how I can help in any way. David -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vg

Re: [BUG, workaround] HVR-2200/saa7164 problem with C7 power state

2015-02-19 Thread Steven Toth
On Wed, Feb 18, 2015 at 11:04 PM, David Harty wrote: > On 02/17/2015 04:47 AM, dCrypt wrote: >> >> So the PCI Express change hasn't seemed to help either. Any other ideas? >> David -- > > > My system stops working at least once a day. Does anyone have any > suggestions to try? latest module build

Re: [BUG, workaround] HVR-2200/saa7164 problem with C7 power state

2015-02-18 Thread David Harty
On 02/17/2015 04:47 AM, dCrypt wrote: So the PCI Express change hasn't seemed to help either. Any other ideas? David -- My system stops working at least once a day. Does anyone have any suggestions to try? latest module builds? other firmwares? I notice there are several up on the http://ww

RE: [BUG, workaround] HVR-2200/saa7164 problem with C7 power state

2015-02-17 Thread dCrypt
xt C-state bios option, C1, in order to check if the problem is related to the C-states or not. Tested in Ubuntu 14.04 with 3.13.0-45-generic kernel, Asrock Q1900-M board. BR > -Mensaje original- > De: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kerne

Re: [BUG, workaround] HVR-2200/saa7164 problem with C7 power state

2015-02-16 Thread catchall
On 02/12/2015 03:38 PM, David Harty wrote: I hadn't changed the PCI Express Configuration to Gen1 because per the http://whirlpool.net.au/wiki/n54l_all_in_one page it didn't appear to help reliably. I've made that change now. I'll report to see if that improves anything, perhaps both changes h

  1   2   3   4   5   6   7   8   9   >