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

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-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-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 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 > >

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 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 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 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 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
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 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 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-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-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-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-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 >

Possible problem with stk1160 driver

2013-07-16 Thread Sergey 'Jin' Bostandzhyan
Hi, I am not quite sure if the problem is in the driver or if the user space applications are doing something in a weird or wrong way, I hope you can help me. I have one of those easycap 4x-input devices with a Syntek chip: Bus 001 Device 002: ID 05e1:0408 Syntek Semiconductor Co., Ltd STK1160

Re: omap3isp: iommu register problem.

2013-03-11 Thread javier Martin
I've just found the following thread where te problem is explained: http://lists.infradead.org/pipermail/linux-arm-kernel/2012-February/086364.html The problem is related with the order iommu and omap3isp are probed when both are built-in. If I load omap3isp as a module the problem is

Re: omap3isp: iommu register problem.

2013-03-11 Thread Laurent Pinchart
Hi Javier, On Monday 11 March 2013 13:18:12 javier Martin wrote: > I've just found the following thread where te problem is explained: > http://lists.infradead.org/pipermail/linux-arm-kernel/2012-February/086364.h > tml > > The problem is related with the order iommu and

Re: omap3isp: iommu register problem.

2013-03-11 Thread javier Martin
Hi Laurent, thank you for your answer. On 11 March 2013 16:01, Laurent Pinchart wrote: > Hi Javier, > > On Monday 11 March 2013 13:18:12 javier Martin wrote: >> I've just found the following thread where te problem is explained: >> http://lists.infradead.org/piper

Re: omap3isp: iommu register problem.

2013-03-11 Thread Laurent Pinchart
Hi Javier, On Monday 11 March 2013 16:28:58 javier Martin wrote: > On 11 March 2013 16:01, Laurent Pinchart wrote: > > On Monday 11 March 2013 13:18:12 javier Martin wrote: > >> I've just found the following thread where te problem is explained: > >> http://lists.i

Re: omap3isp: iommu register problem.

2013-03-12 Thread javier Martin
Hi Laurent, Guennadi, On 11 March 2013 21:51, Laurent Pinchart wrote: > Hi Javier, >> [2.706939] omap3isp omap3isp: Revision 15.0 found >> [2.712402] omap_iommu_attach: 1 >> [2.715942] omap_iommu_attach: 2 >> [2.719329] omap_iommu_attach: 3 >> [2.722778] omap_iommu_attach: 4 >

Re: omap3isp: iommu register problem.

2013-03-12 Thread Laurent Pinchart
Hi Javier, On Tuesday 12 March 2013 08:52:39 javier Martin wrote: > On 11 March 2013 21:51, Laurent Pinchart wrote: > > Hi Javier, > > > >> [2.706939] omap3isp omap3isp: Revision 15.0 found > >> [2.712402] omap_iommu_attach: 1 > >> [2.715942] omap_iommu_attach: 2 > >> [2.719329] o

Re: v4l-utils build problem

2013-04-19 Thread Antti Palosaari
On 04/20/2013 05:51 AM, Mauro Carvalho Chehab wrote: Em Sat, 20 Apr 2013 05:46:14 +0300 Antti Palosaari escreveu: I am unable to build that. It is Fedora 17 box. Any idea what is missing? Here is the error: [crope@localhost v4l-utils]$ autoreconf -vfi autoreconf: Entering directory `.' autor

cx231xx: DMA problem on ARM

2011-09-21 Thread Thomas Petazzoni
) || !virt_addr_valid(kaddr + size - 1)); This problem looks similar to the problem fixed on the gspca driver by: commit 882787ff8fdeb0be790547ee9b22b281095e95da Author: Jason Wang Date: Fri Sep 3 06:57:19 2010 -0300 V4L/DVB: gspca - main: Fix a crash of some webcams on ARM arch When plugging some

Problem with TeVii S-470

2011-10-24 Thread Mike Mironov
me effects. It's problem in drivers or in card? That addition information need to resolve this problem? -- 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://vger.kernel.org/majordomo-info.html

Genius webcam problem on ARM

2011-04-12 Thread Zdeněk Materna
Hello, I have problem with UVC webcam. It's Genius Facecam 1000. I would like to use it with mjpg-streamer. Before this model, I had Facecam 1320, but it wasn't mjpeg capable, so mjpg-streamer had to do jpeg compresion and it was quite slow. Facecam 1000 can provide mjpg stream by its

Terratec T5 remote control problem

2011-05-28 Thread Alexander Härtig
Hello, I have a Terratec T5 USB DVB-T stick (similiar to TerraTec Cinergy DT USB XS Diversity). Receiving TV works like a charm on my OpenSUSE 11.4 (64 bit) machine. But I can't get the remote control to work. When I plug in the stick dmesg writes the following messages: [ 8870.704120] usb 2-1

dib0700 Nova-TD-Stick problem

2009-04-21 Thread Soeren . Moch
For a few weeks I use a Nova-TD-Stick and was annoyed with dvb stream errors, although the demod bit-error-rate (BER/UNC) was zero. I could track down this problem to dib0700_streaming_ctrl: When one channel is streaming and the other channel is switched on, the stream of the already running

tvaudio.c: possible problem with V4L2_TUNER_MODE_MONO

2009-05-02 Thread Julia Lawall
he only possible value of V4L2_TUNER_MODE_MONO, however, seems to be 0, as defined in include/linux/videodev2.h, and thus the first test in each case is never true. Is this what is intended, or should the tests be expressed in another way? julia This problem was found using the following

Problem with SCM/Viaccess CAM

2009-05-25 Thread Tomer Barletz
Hi, When inserting a SCM/Viaccess CAM, I get the following message: dvb_ca adapter 0: DVB CAM did not respond :( According to this: http://linuxtv.org/hg/v4l-dvb/file/142fd6020df3/linux/Documentation/dvb/ci.txt this CAM should work. I'm using kernel 2.6.10. Any help would be greatly appreciated,

DVB-S2 8PSK tuning problem

2009-05-28 Thread Chris
Hello to all, i'm using two DVB-S2 Cards (TT-3200 and KNC TV Station DVB-S2) under openSUSE 11.1 (and the latest sources from linuxtv.org). With the DVB-S and the DVB-S2 (QPSK) all works fine. This mean i can tune the Transponders with szap-s2. But I have problems with DVB-S2 8PSK Transponders. S

Re: Problem building gspca module

2011-07-14 Thread Jean-Francois Moine
On Fri, 15 Jul 2011 00:06:54 -0400 Dave Fine wrote: > I'm trying to build the gspca module and insmod into my current > running system. I can compile the module, but can't insmod it. > > steps I take to build: > > $ cd /usr/src/linux-source-2.6.38 > $ sudo cp /boot/config-2.6.38-8-generic .conf

Hauppauge Aero-M Driver Problem

2011-08-13 Thread Trip Ericson
Hello, all: Since my previous e-mail, I was able to get a Linux driver for the tuner from Hauppauge. It came in the form of a v4l tree with the driver included. I adjusted the v4l/.config file to only build the necessary driver. Once it built and I invoked depmod -a, I hooked in my tuner, i

saa7134-empress output format problem

2009-10-20 Thread Gordon Smith
he data from the output device appears to be uncompressed data. Also, the video standard has been disconnected from the input device. The input device /dev/video1 is NTSC, and the encoded output device /dev/video3 is PAL. They should both be NTSC. H.Verkuil had initially fixed this problem last Apr

HVR-950Q problem under MythTV

2009-10-28 Thread Bob Cunningham
I just completed a fresh install of MythTV 0.22 RC1 on my fully-updated Fedora 11 system. My tuner is an HVR-950Q, connected to cable. The tuner works fine under tvtime (SD) and xine (HD). All MythTV functions work, except LiveTV. The problem is that mythfrontend times out waiting for the

Re: Problem compiling libv4l 0.6.3

2009-10-29 Thread Hans de Goede
Hi, On 10/28/2009 06:43 PM, Pierre wrote: # make make -C libv4lconvert V4L2_LIB_VERSION=0.6.3 all make[1]: Entering directory `/tmp/libv4l-0.6.3/libv4lconvert' gcc -Wp,-MMD,"libv4lconvert.d",-MQ,"libv4lconvert.o",-MP -c -I../include -I../../../include -fvisibility=hidden -fPIC -DLIBDIR=\"/usr/lo

Re: Problem compiling libv4l 0.6.3

2009-11-02 Thread Pierre
Hans de Goede wrote: Hi, On 10/28/2009 06:43 PM, Pierre wrote: # make make -C libv4lconvert V4L2_LIB_VERSION=0.6.3 all make[1]: Entering directory `/tmp/libv4l-0.6.3/libv4lconvert' gcc -Wp,-MMD,"libv4lconvert.d",-MQ,"libv4lconvert.o",-MP -c -I../include -I../../../include -fvisibility=hidden -f

Re: Problem compiling libv4l 0.6.3

2009-11-03 Thread Hans de Goede
Hi, On 11/02/2009 05:23 PM, Pierre wrote: Hans de Goede wrote: Hi, On 10/28/2009 06:43 PM, Pierre wrote: # make make -C libv4lconvert V4L2_LIB_VERSION=0.6.3 all make[1]: Entering directory `/tmp/libv4l-0.6.3/libv4lconvert' gcc -Wp,-MMD,"libv4lconvert.d",-MQ,"libv4lconvert.o",-MP -c -I../inclu

Re: saa7134 module load problem

2009-11-17 Thread Gordon Smith
On Mon, Nov 16, 2009 at 1:10 PM, Gordon Smith wrote: > Hello - > > I'm unable to find a working environment for saa7134 based RTD > Technologies VFG7350 (two channel, no tuner) using vanilla kernel. > Please disregard, apparently this is a problem with busybox modprobe. --

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-19 Thread Patrick Boettcher
On Sat, 7 Nov 2009, Mario Bachmann wrote: Hi there, I tried linux-2.6.31.5 and tuning still does not work: tuning to 73800 Hz video pid 0x0131, audio pid 0x0132 status 00 | signal | snr | ber 001f | unc | status 00 | signal | snr | ber 001f | unc fff

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-21 Thread grafgrimm77
Am Thu, 19 Nov 2009 16:37:18 +0100 (CET) schrieb Patrick Boettcher : > On Sat, 7 Nov 2009, Mario Bachmann wrote: > > > Hi there, > > > > I tried linux-2.6.31.5 and tuning still does not work: > > tuning to 73800 Hz > > video pid 0x0131, audio pid 0x0132 > > status 00 | signal | snr

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread Patrick Boettcher
Hi Mario, On Sat, 21 Nov 2009, grafgrim...@gmx.de wrote: Am Thu, 19 Nov 2009 16:37:18 +0100 (CET) schrieb Patrick Boettcher : On Sat, 7 Nov 2009, Mario Bachmann wrote: Hi there, I tried linux-2.6.31.5 and tuning still does not work: tuning to 73800 Hz video pid 0x0131, audio pid 0x0132

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread Mario Bachmann
Am Mon, 23 Nov 2009 10:01:36 +0100 (CET) schrieb Patrick Boettcher : > Hi Mario, > > On Sat, 21 Nov 2009, grafgrim...@gmx.de wrote: > > > Am Thu, 19 Nov 2009 16:37:18 +0100 (CET) > > schrieb Patrick Boettcher : > > > >> On Sat, 7 Nov 2009, Mario Bachmann wrote: > >> > >>> Hi there, > >>> > >>> I

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread Patrick Boettcher
On Mon, 23 Nov 2009, Mario Bachmann wrote: sequence in dibusb_i2c_xfer instead of break, please add something like printk(KERN_ERR "- hello stupid I2C access \n"); recompile and load the new module, then check whether the line is appearing in /var/log/messages or /var/log/syslog when y

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread grafgrimm77
Am Mon, 23 Nov 2009 12:11:40 +0100 (CET) schrieb Patrick Boettcher : > On Mon, 23 Nov 2009, Mario Bachmann wrote: > >> sequence in dibusb_i2c_xfer > >> > >> instead of break, please add something like > >> > >> printk(KERN_ERR "- hello stupid I2C access \n"); > >> > >> recompile and load t

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread Patrick Boettcher
On Mon, 23 Nov 2009, grafgrim...@gmx.de wrote: [..] - hello stupid I2C access Pid: 255, comm: khubd Tainted: P A 2.6.31.6 #1 Call Trace: [] ? dibusb_i2c_xfer+0xe2/0x130 [dvb_usb_dibusb_common] [] ? i2c_transfer+0x91/0xe0 [] ? dib3000_write_reg+0x51/0x70 [dib3000mb] [] ? dvb_pll_a

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread Patrick Boettcher
On Mon, 23 Nov 2009, Patrick Boettcher wrote: On Mon, 23 Nov 2009, grafgrim...@gmx.de wrote: [..] - hello stupid I2C access Pid: 255, comm: khubd Tainted: P A 2.6.31.6 #1 Call Trace: [] ? dibusb_i2c_xfer+0xe2/0x130 [dvb_usb_dibusb_common] [] ? i2c_transfer+0x91/0xe0 [] ? dib300

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-23 Thread grafgrimm77
Am Mon, 23 Nov 2009 14:19:10 +0100 (CET) schrieb Patrick Boettcher : > On Mon, 23 Nov 2009, Patrick Boettcher wrote: > > > On Mon, 23 Nov 2009, grafgrim...@gmx.de wrote: > >> [..] > >> - hello stupid I2C access > >> Pid: 255, comm: khubd Tainted: P A 2.6.31.6 #1 > >> Call Trace:

Re: VFlip problem in gspca_pac7311

2009-11-23 Thread Németh Márton
Hi, Gustavo Chaín Dumit wrote: > Hi > > I'm testing a Pixart Imaging device (0x93a:0x2622) > Everything works fine, but vertical orientation. Image looks rotated. > So I wrote a little hack to prevent it. > [...] > Any one has the same problem ? You might want to ha

Re: VFlip problem in gspca_pac7311

2009-11-23 Thread Gustavo Chaín Dumit
tle hack to prevent it. > > [...] > > Any one has the same problem ? > > You might want to have a look to libv4l > ( http://freshmeat.net/projects/libv4l ) and the v4lcontrol_flags[] in > http://linuxtv.org/hg/v4l-dvb/file/2f87f537fb2b/v4l2-apps/libv4l/libv4lconvert/con

Re: VFlip problem in gspca_pac7311

2009-11-24 Thread Jean-Francois Moine
pca_dev); > setexposure(gspca_dev); > - sethvflip(gspca_dev); > + if (gspca_dev->dev->descriptor.idProduct != 0x2622) > + sethvflip(gspca_dev); > > Any one has the same problem ? Yes, other people have the same problem with this webcam. I

Problem with gspca and zc3xx

2010-01-08 Thread Jose Alberto Reguero
When capturing with mplayer I have this erros and the bottom of the image is black. [mjpeg @ 0xd2f300]error y=29 x=0 [mjpeg @ 0xd2f300]mjpeg_decode_dc: bad vlc: 0:0 (0x2c565b0) [mjpeg @ 0xd2f300]error dc [mjpeg @ 0xd2f300]error y=29 x=0

Re: problem webcam gspca 2.6.32

2010-01-09 Thread Sean
What kind of errors or problems are you getting? Can you turn on debugging and give us some output? Sean --Original Message-- From: sacarde Sender: linux-media-ow...@vger.kernel.org To: linux-media@vger.kernel.org Subject: problem webcam gspca 2.6.32 Sent: Jan 9, 2010 12:32 AM hi, on

Re: problem webcam gspca 2.6.32

2010-01-09 Thread leandro Costantino
; Sender: linux-media-ow...@vger.kernel.org > To: linux-media@vger.kernel.org > Subject: problem webcam gspca 2.6.32 > Sent: Jan 9, 2010 12:32 AM > > hi, >  on my archlinux-64 I have a webcam: 0471:0322 Philips DMVC1300K PC Camera > >  until one mounth ago this works OK with driver: gsp

Re: problem webcam gspca 2.6.32

2010-01-09 Thread Jean-Francois Moine
On Sat, 9 Jan 2010 09:32:39 +0100 sacarde wrote: > on my archlinux-64 I have a webcam: 0471:0322 Philips DMVC1300K PC > Camera > until one mounth ago this works OK with driver: gspca_sunplus > > now with kernel 2.6.32 not works Hi, Oops, I introduced a bug in the sunplus driver of th

FM radio problem with HVR1120

2010-01-11 Thread ftape-jlc
Hello, I am user of Huappuage HVR1120, and I have problem with radio FM use in linux mode. Distribution OpenSuse11.2 Kernel 2.6.31.8-0.1-desktop Firmware dvb-fe-tda10048-1.0.fw loaded Analog and Digital Television are OK in both Windows and Linux. Windows is using Hauppauge WinTV7 v7.027313

Re: Problem with linux-3.1.3

2011-11-28 Thread Laurent Pinchart
Hi Hendrik, On Sunday 27 November 2011 14:04:02 Hendrik Sattler wrote: > Hi, > > I just updated by self-built kernel-from v3.1 to v3.1.3. > With the new version, my built-in webcam[1] does not work anymore but it > did with v3.1. > $ luvcview > luvcview 0.2.6 > > SDL information: > Video drive

Re: Problem with linux-3.1.3

2011-11-28 Thread Hendrik Sattler
Hi Laurent, Am Montag, 28. November 2011, 11:37:52 schrieb Laurent Pinchart: > > uvcvideo: Failed to submit URB 0 (-28). > > > > > > Same for using e.g. Google+ Hangouts which worked fine using v3.1. > > > > Any ideas what might be wrong? > > I'm tempted to blame > http://git.kernel.org/?p=lin

Re: Problem with linux-3.1.3

2011-11-28 Thread Laurent Pinchart
> > please try reverting that patch and see if it fixes your issue ? > > That's it :-D > I reverted f0cc710a6dec5b808a6f13f1f8853c094fce5f12 on-top of v3.1.3 and > now the webcam is working again. > Should this go to v3.1.4 and 3.2? The problem has just been reported to the li

Irdeto Cam Problem, any help

2011-12-06 Thread JULIAN GARDNER
Been trying now to get my IrdetoCam and card working, im using mumudvb for this. Turning on debug i get the folowing in the output nfo:  Autoconf:  Channel number :   0, name : "ERT World"  service id 0 Info:  Autoconf:      Multicast4 ip : 227.25.0.1:1234 Deb0:  Autoconf:  pids : 5001 (

[dvb] Problem registering demux0 device

2011-12-07 Thread Hamad Kadmany
Hi, I'm implementing new adapter for DVB, I built a module to register the adapter and demux/net devices. From the kernel log I see all actions are performed fine and dvb_register_device (called by dvb_dmxdev_init) is called successfully for net0/demux0/dvr0, however, demux0/dvr0 devices do not sh

Problem with WinTV HVR-930C

2012-01-12 Thread Daniel Rindt
Hello, i am running Fedora 16 64bit and have no luck to get working the WinTV HVR-930C. Invoked command lsusb told me: Bus 001 Device 002: ID 2040:1605 Hauppauge. Installed from update-testing-repository is the most recent kernel version kernel-3.1.8-2.fc16.x86_64. Loaded the em28xx by hand and s

Re: Strange problem, help needed

2012-01-16 Thread Andy Walls
at were painful to watch. > > I eventually narrowed the problem down to when both tuners on the 2250 > are active at the same time. In this case, both recordings have > corruption (CRC errors, etc.). The InfiniTV4 does not appear to be > affected by anything going on on the 225

Re: Strange problem, help needed

2012-01-16 Thread David Engel
> PCIe). Over the weekend, I started intermittently seeing corrupt > > recordings that were painful to watch. > > > > I eventually narrowed the problem down to when both tuners on the 2250 > > are active at the same time. In this case, both recordings have > > c

Re: terratec grabby sound problem

2010-04-18 Thread moebius
ut no progress with mencoder. There's really a problem...noone else own a terratec grabby device ? It's really boring, I have a job to do since a long time nowq, and I can't do it .. cordialement, Le 17/02/2010 10:33, moebius a écrit : Bonjour, I've bought a terrat

Volar X remote control problem

2009-01-24 Thread Felipe Morales
Hello all, I've successfully managed to use the remote RM-KS using the patch below in a Acer Aspire 5020 laptop. I can evtest the input device and get the correct keycodes. The lsusb of that machine is: 00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 01) 00:02.0 PCI bridge: ATI T

TwinHan PCI-Sat Card Problem

2009-02-14 Thread Guenther Sohler
Hallo, my configuration is * Fujitsu Siemens HTPC * MythDora 5.0(FC 8) * TwinHan PCI-Sat * Technisat Multytenne(4 Satelite positions 13.0 19.2,23.5, 28) dual This mulitytenne is once connected to a technisat receiver and once to the HTPC. I can watch on the receiver, but I did not success with m

TwinHan PCI-Sat Card Problem

2009-02-26 Thread Guenther Sohler
Hallo, my configuration is * Fujitsu Siemens HTPC * MythDora 5.0(FC 8) * TwinHan PCI-Sat * Technisat Multytenne(4 Satelite positions 13.0 19.2,23.5, 28) dual This mulitytenne is once connected to a technisat receiver and once to the HTPC. I can watch on the receiver, but I did not success with m

DViCO FusionHDTV driver/firmware problem

2009-02-27 Thread Serg Gulko
/modprobe I can perform new try. Maybe someone here has same problem in the past(and more important successfully solved it:))? Thansk, Serg Gulko -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordo

Problem with My Tuner card

2009-07-23 Thread unni krishnan
Hi All, I have some problem in getting my tuner card working in Linux. The dmesg look like ### saa7130/34: v4l2 driver version 0.2.15 loaded saa7130[0]: found at :01:07.0, rev: 1, irq: 18, latency: 64, mmio: 0xd800 saa7130[0]: subsystem: 1131:

Problem with Hauppauge Nova-500

2009-08-19 Thread Lou Otway
Hi there, I have a Hauppauge Nova-T 500 that is displaying some odd behaviour. Often the device fails to tune after rebooting the host machine, due to a failure to load firmware. when the firmware fails to load, dmesg shows: dib0700: loaded with support for 9 different device-types dvb-usb:

gspca_sunplus: problem with brightness control

2009-08-29 Thread Németh Márton
Hi, I am using a "Trust 610 LCD pow...@m Zoom" device in webcam mode (USB ID=06d6:0031). I am running Linux 2.6.31-rc7 updated with the http://linuxtv.org/hg/v4l-dvb repository at version 12564:6f58a5d8c7c6. When I start watching to the webcam picture and change the brightness value then I get th

dib0700 i2c problem / mt2266 patch

2009-09-16 Thread Soeren Moch
the dib0700 firmware when accessing both tuner i2c buses "simultaneously". Since I only need UHF channels, I use the attached patch to decrease the number of i2c transactions and tuner registers, which are involved in the channel switch. This solved the tuning problems. Besides the i

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:

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

Re: problem webcam gspca 2.6.32

2010-01-13 Thread sacarde
Alle sabato 09 gennaio 2010, hai scritto: > On Sat, 9 Jan 2010 15:06:14 +0100 ... Jean-Francois Moine write: > I got the source of sunplus.c in the last kernel 2.6.32 and I build the > attached patch. May you test it? ok, I build with your patch diff-2.6.32 - now "mplayer tv:// " works OK !!

Re: git problem with uvcvideo

2010-01-25 Thread Laurent Pinchart
Hi Márton, On Sunday 24 January 2010 22:31:29 Németh Márton wrote: > Hi, > > I'm trying to fetch the uvcvideo from > http://linuxtv.org/git/?p=pinchartl/uvcvideo.git;a=summary . > > I tryied to follow the instructions but at the third step I get fatal error > messages: [snip] The http:// URL

Re: git problem with uvcvideo

2010-01-25 Thread Mauro Carvalho Chehab
Laurent Pinchart wrote: > Hi Márton, > > On Sunday 24 January 2010 22:31:29 Németh Márton wrote: >> Hi, >> >> I'm trying to fetch the uvcvideo from >> http://linuxtv.org/git/?p=pinchartl/uvcvideo.git;a=summary . >> >> I tryied to follow the instructions but at the third step I get fatal error >>

Re: git problem with uvcvideo

2010-01-25 Thread Németh Márton
Laurent Pinchart wrote: > Hi Márton, > > On Sunday 24 January 2010 22:31:29 Németh Márton wrote: >> Hi, >> >> I'm trying to fetch the uvcvideo from >> http://linuxtv.org/git/?p=pinchartl/uvcvideo.git;a=summary . >> >> I tryied to follow the instructions but at the third step I get fatal error >>

Re: problem webcam gspca 2.6.32

2010-01-28 Thread sacarde
ok solved in 2.6.32-6 thanks saca...@tiscali.it -- 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://vger.kernel.org/majordomo-info.html

Re: git problem with uvcvideo

2010-02-03 Thread Mauro Carvalho Chehab
Mauro Carvalho Chehab wrote: > However, the html URL is currently broken: > > $ rm -rf uvcvideo/ && git clone -l --bare /git/linux-2.6.git/ uvcvideo && cd > uvcvideo && git remote add uvcvideo > http://linuxtv.org/git/pinchartl/uvcvideo.git && git remote update > Initialized empty Git reposito

Fwd: problem with my webcam

2010-02-12 Thread Erik Andrén
This is an uvcvideo issue and possible libv4l. Let's ask the list instead. Regards, Erik -- Forwarded message -- From: Jörg Schleede Date: 2010/2/12 Subject: problem with my webcam To: "erik.and...@gmail.com" Hallo erik, i have an notebook from asus k51v

problem with previous pull request

2010-03-02 Thread Jean-Francois Moine
Hi Douglas, Updating my test repository, I found a problem with my previous pull request and a backport you did last sunday. In the pull request that I sent the 18 february, there were three changesets, sspecially this one: 3/03: gspca - main: Fix a compile error when CONFIG_INPUT is not set

problem with logitech quickcam zoom

2010-03-03 Thread Jozef Riha
hello, the problem i have with my logitech quickcam zoom webcam is that it is working randomly. sometimes it works after reboot and stops working after some time, sometimes replugging works, sometimes not. if the camera is not working i get v4l2: oops: select timeout in xawtv output. camera

webcam problem after suspend/hibernate

2010-03-30 Thread Mohamed Ikbel Boulabiar
active     Driver Activation Cmd: "modprobe uvcvideo"   Config Status: cfg=no, avail=yes, need=no, active=unknown   Attached to: #4 (Hub) If there is a scenario you propose me to do to detect from where comes the problem, I can apply it. Thanks, ik. -- To unsubscribe from this list

Re: terratec grabby sound problem

2010-04-01 Thread moebius
Bonjour, No progress at all I've tried to download last version from mercurial repository (compilation problem with firedtv module -> I've disabled it) succeded and installed it but with no change dmesg : [ 42.660031] usb 1-3: new high speed USB device using ehci_hcd a

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

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-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

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

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.

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: 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

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: ir-core: nec protocol problem

2010-12-27 Thread Mauro Carvalho Chehab
Em 26-12-2010 15:54, Mariusz Białończyk escreveu: > Hello, > Maybe you could give me some tip for issue i found with ir-core. > I am using cx88 chipset for ir-decoding. > The problem is that sometimes the key is wrong handled (especially > when the remote is long from the receiver

A problem with http://git.linuxtv.org/media_tree.git

2010-08-11 Thread Matti J. Aaltonen
Hi. I cloned your tree at http://linuxtv.org/git/media_tree.git and checked out the origin/staging/v2.6.37 branch and the Documentation/video4linux/v4l2-controls.txt just isn't there. I asked one of my colleagues to do the same and the result was also the same. The latest commit in this branch

Problem with V4L2 IOCTLs since 2.6.39

2012-02-10 Thread Sebastian Kricner
Hello, there must be made some changes to the V4L2 IOCTLs, also the V4L2 API since 2.6.39. Upon starting xawtv, i get following errors: ioctl: VIDIOC_S_CTRL(id=9963785;value=0): Unpassender IOCTL (I/O-Control) für das Gerät ioctl: VIDIOC_S_CTRL(id=9963785;value=1): Unpassender IOCTL (I/O-Control

Problem with V4L2 IOCTLs since 2.6.39

2012-02-11 Thread Sebastian Kricner
Hello, there must be made some changes to the V4L2 IOCTLs, also the V4L2 API since 2.6.39. Upon starting xawtv, i get following errors: ioctl: VIDIOC_S_CTRL(id=9963785;value=0): Unpassender IOCTL (I/O-Control) für das Gerät ioctl: VIDIOC_S_CTRL(id=9963785;value=1): Unpassender IOCTL (I/O-Control

<    1   2   3   4   5   6   7   8   9   >