On Tuesday 17 February 2009 16:53:29 David Engel wrote:
> On Fri, Feb 13, 2009 at 02:28:11PM -0600, David Engel wrote:
> > On Fri, Feb 13, 2009 at 09:28:45AM -0200, Mauro Carvalho Chehab wrote:
> > > Ok, I found the bug. It is inside tuner-simple code. It is caused due
> > > to a hack for TUV1236.
On Wednesday 18 February 2009 03:08:15 Mauro Carvalho Chehab wrote:
> On Wed, 18 Feb 2009 01:18:37 +0100
>
> Hans Verkuil wrote:
> > On Wednesday 18 February 2009 01:08:23 Mauro Carvalho Chehab wrote:
> > > On Tue, 17 Feb 2009 14:23:27 +0100
> > >
> > > Jean Delvare wrote:
> > > > Hi Mauro,
> > >
panagiotis takis_rs wrote:
> Hey!!
Hi,
> I have a problem with my tv card(pinnacle pctv 310i)
> I can see image but i have no sound.
> I have tried both tvtime and kdetv.
>
> I have found this http://ubuntuforums.org/showthread.php?t=568528 . Is it
> related with my problem?
You probably ne
>> > My server have Ubuntu 8.10 amd64 with a custom kernel and drivers and
>> tools
>> > compiled from these sources.
>> > http://mercurial.intuxication.org/hg/szap-s2
>> > http://mercurial.intuxication.org/hg/s2-liplianin/
>> >
>> > The scan-s2 utility only find channels from latest used transpond
>
> Windows softwares are like that with new cards but they usually get
> supported when the card becomes
> popular. My dish is even farther that yours, i live in six floor
> apartment building with over 100 apartments we all
> share four dishes so every apartment is satellite ready.
>
> One thing
On Tue, Feb 17, 2009 at 03:29:13PM -0500, Steven Toth wrote:
> David Engel wrote:
>> On Tue, Feb 17, 2009 at 11:05:40AM -0500, Steven Toth wrote:
Does anyone know what might be going on? These very same tuner cards
worked fine in the old system (Intel P4 3.0GHz CPU and Abit IC7
moth
On Wed, 18 Feb 2009, Oliver Endriss wrote:
> [1] If you want to lock a process against an interrupt handler,
> - the process must use spin_lock_irq()
> - the interrupt can use spin_lock()
>
> A routine has to use spin_lock_irqsave if (and only if) process and irq
> call the routine concurrently. I
On Tue, 17 Feb 2009, Steven Toth wrote:
> Trent Piepho wrote:
> > On Mon, 16 Feb 2009, Steven Toth wrote:
> >>> Hartmut, Oliver and Trent: Thanks for helping with this issue. I've just
> >>> reverted the changeset. We still need a fix at dm1105, au0828-dvb and
> >>> maybe
> >>> other drivers that
Hello Adam,
I've been thinking exactly the same issue not usb but SoC based camera.
I have no idea about how usb cameras work but I am quite curious about
is it really possible to make proper orientation with only querying
camera driver.
Because in case of SoC based camera device, many of camera I
On Wed, 18 Feb 2009 01:18:37 +0100
Hans Verkuil wrote:
> On Wednesday 18 February 2009 01:08:23 Mauro Carvalho Chehab wrote:
> > On Tue, 17 Feb 2009 14:23:27 +0100
> >
> > Jean Delvare wrote:
> > > Hi Mauro,
> > >
> > > These days I am helping Hans Verkuil convert the last users of the
> > > leg
Andreas Oberritter wrote:
> Oliver Endriss wrote:
> > ...
> > @Andreas:
> > Could you please explain in more detail what bad things might happen?
>
> To quote myself from the changelog: This fixes a deadlock discovered
> by lockdep.
I re-read the commit message, but it still does not ring any bel
On Tuesday 17 February 2009 13:09:28 Jean-Francois Moine wrote:
> Hi Kyle,
>
> Looking at the v4l library from Hans de Goede, I did not find the
> decoding of the MR97310A images. May you send him a patch for that?
>
Yes, I sent this to him some time ago. Take a look here:
http://linuxtv.org/hg/~
(linux-omap included in distribution as lots of omap systems include cameras
so this could be relevant there.)
Background
A number of the webcams now supported by v4l have sensors that are mounted
upside down. Up to now this has been handled by having a table in libv4l of
the USB IDs of affect
H Fernando,
Am Dienstag, den 17.02.2009, 21:36 +0100 schrieb Fernando Jimenez:
> Hi!
> I have problems to get my Asustek P1731 Dual working. I have install
> v4l-dvb and the firmware dvb-fe-tda10046.fw.
> The module saa7134-dvb loads fine, but dmesg shows:
> tda827xo_set_params: could not write to
On Wednesday 18 February 2009 01:08:23 Mauro Carvalho Chehab wrote:
> On Tue, 17 Feb 2009 14:23:27 +0100
>
> Jean Delvare wrote:
> > Hi Mauro,
> >
> > These days I am helping Hans Verkuil convert the last users of the
> > legacy i2c device driver binding model to the new, standard binding
> > mode
On Tue, 17 Feb 2009 14:23:27 +0100
Jean Delvare wrote:
> Hi Mauro,
>
> These days I am helping Hans Verkuil convert the last users of the
> legacy i2c device driver binding model to the new, standard binding
> model. It turns out to be a very complex task because the v4l-dvb
> repository is supp
From: Guennadi Liakhovetski
Multiple fixes:
1. allow register update by setting the Output Control register to 2 and not 3
2. fix scaling factor calculations
3. recover lost HFLIP control
4. fix Global Gain calculation
Signed-off-by: Guennadi Liakhovetski
---
This one might need an update.
d
From: Guennadi Liakhovetski
The driver has been tested on a pcm037 test-board from Phycore. The driver
uses a coherent memory buffer, because although i.MX31 supports video to
scatter-gather lists, it can only pack an integer number of rows in an
sg-buffer, which makes it useless with fixed size
From: Guennadi Liakhovetski
Tested with 8 bit Bayer and 8 bit monochrome video.
Signed-off-by: Guennadi Liakhovetski
---
This is how I expect this driver to appear in my pull request. So, please,
review, test heavily:-)
arch/arm/plat-mxc/include/mach/mx3_camera.h | 52 ++
drivers/media/vi
From: Guennadi Liakhovetski
General code clean-up: remove superfluous semicolons, update comments.
Robustness improvements: add DMA error handling to the ISR, move common code
fragments to functions, fix scatter-gather element queuing in the ISR, survive
channel freeing and re-allocation in a qui
Having answered to Agustin's and Val's emails, I realised, that I actually
can (and should) post my current patches for review / test. Of these 4
patches the first is just FYI / for testing. It will be sumbitted later to
the dmaengine queue. The second one is the actual camera host driver,
upda
On Tuesday 17 February 2009 23:24:03 Laurent Pinchart wrote:
> Hi Jean,
>
> On Tuesday 17 February 2009 14:23:27 Jean Delvare wrote:
> > Hi Mauro,
> >
> > These days I am helping Hans Verkuil convert the last users of the
> > legacy i2c device driver binding model to the new, standard binding
> > m
On Tue, Feb 17, 2009 at 5:29 PM, Steven Toth wrote:
> The driver is probably buggy. Either its really reporting pre-viterbi errors
> OR it's reporting real post-viterbi errors - but in which case why aren't we
> also measuring uncorrected blocks?
>
> Regardless of Davids actual current problem, th
Devin Heitmueller wrote:
On Tue, Feb 17, 2009 at 3:56 PM, David Engel wrote:
I have anohter system, with only an ATSC 115 and a video card. It has
nearly identical numbers from femon as the system with the PVRs.
Didn't the PVR-250/350 have some sort of PCI DMA issues? (I thought I
remember
On Tuesday 17 February 2009, Hans Verkuil wrote:
> The tentative conclusion was that putting it in the v4l2_input
> struct was a good idea.
I'm not sure I'd go as far as to call it even a tentative conclusion.
I think the biggest stumbling block for now is how to handle Olivier Lorin's
bi-direc
Hi Jean,
On Tuesday 17 February 2009 14:23:27 Jean Delvare wrote:
> Hi Mauro,
>
> These days I am helping Hans Verkuil convert the last users of the
> legacy i2c device driver binding model to the new, standard binding
> model. It turns out to be a very complex task because the v4l-dvb
> repositor
(moving to the new video4linux list)
On Tue, 17 Feb 2009, Valentin Longchamp wrote:
> > I am trying to integrate your "mx3_camera" (soc-camera) driver into latest
> > MXC kernel tree in order to be able to use it along with other drivers I
> > need (specially USB and SDHC storage).
I am currentl
On Tue, 17 Feb 2009 19:01:11 +0100
Nicola Soranzo wrote:
> Uniform capitals, add trailing slash to some URLs and other typo corrections.
>
> -lists or via the Kernel's bugzilla, available at:
> +lists or via the kernel's bugzilla, available at:
In this case (and other occurrences of Kernel), th
On Tue, Feb 17, 2009 at 3:56 PM, David Engel wrote:
> I have anohter system, with only an ATSC 115 and a video card. It has
> nearly identical numbers from femon as the system with the PVRs.
Didn't the PVR-250/350 have some sort of PCI DMA issues? (I thought I
remember reading that couple of y
On Tue, 17 Feb 2009 21:36:33 +0100
wk wrote:
> Mauro Carvalho Chehab wrote:
> > On Mon, 16 Feb 2009 23:50:50 +0100
> > Hans Verkuil wrote:
> >
> >
> >> Hi all,
> >>
> >> I've made a v4l-dvb tree containing the old DVB API sources as found here:
> >> http://www.linuxtv.org/cgi-bin/viewcvs.cgi
On Tue, Feb 17, 2009 at 03:29:13PM -0500, Steven Toth wrote:
> David Engel wrote:
>> On Tue, Feb 17, 2009 at 11:05:40AM -0500, Steven Toth wrote:
Does anyone know what might be going on? These very same tuner cards
worked fine in the old system (Intel P4 3.0GHz CPU and Abit IC7
moth
2009/2/17 Thomas Nicolai :
>
> I will try those suggestions this evening. did he feel this should be done
> in addition to the modprobe tunerxc-2028 no_poweroff=1 debug=1 ?
Please do both commands. That way we will get both sets of debugging
messages and you only have to do the capture once.
On Tue, Feb 17, 2009 at 3:43 PM, Juhana Sadeharju wrote:
>
> Hello.
> Ubuntu has Klear DVB viewer/recorder. I like the GUI:
> Video image appears at one GUI drawing area, making
> switches between 4:3 and 16:9 modes transparent.
> Non-fullscreen and arbitrarily resizeable window is
> very practica
I will try those suggestions this evening. did he feel this should be done in
addition to the modprobe tunerxc-2028 no_poweroff=1 debug=1 ?
> Date: Tue, 17 Feb 2009 15:45:53 -0500
> Subject: Re: HVR-1500 tuner seems to be recognized, but wont turn on.
2009/2/17 Thomas Nicolai :
>
> I didn't post it last night, but I don't remember seeing anything different
> in it after I looked at it. I haven't seen much on the mailing lists about
> it not working. I found a few threads on Kubuntu and Ubuntu forums about
> people having problems a few mont
Mauro Carvalho Chehab wrote:
On Mon, 16 Feb 2009 23:50:50 +0100
Hans Verkuil wrote:
Hi all,
I've made a v4l-dvb tree containing the old DVB API sources as found here:
http://www.linuxtv.org/cgi-bin/viewcvs.cgi/DVB/doc/dvbapi/.
This tree is here: http://www.linuxtv.org/hg/~hverkuil/v4l-d
David Engel wrote:
On Tue, Feb 17, 2009 at 11:05:40AM -0500, Steven Toth wrote:
Does anyone know what might be going on? These very same tuner cards
worked fine in the old system (Intel P4 3.0GHz CPU and Abit IC7
motherboard) for close to two years.
Determine whether this is an RF issue, or a
On Tue, Feb 17, 2009 at 11:05:40AM -0500, Steven Toth wrote:
>> Does anyone know what might be going on? These very same tuner cards
>> worked fine in the old system (Intel P4 3.0GHz CPU and Abit IC7
>> motherboard) for close to two years.
>
> Determine whether this is an RF issue, or a DMA corrup
> > My server have Ubuntu 8.10 amd64 with a custom kernel and drivers and tools
> > compiled from these sources.
> > http://mercurial.intuxication.org/hg/szap-s2
> > http://mercurial.intuxication.org/hg/s2-liplianin/
> >
> > The scan-s2 utility only find channels from latest used transponder in VDR
Jean-Francois Moine wrote:
Hi Kyle,
Looking at the v4l library from Hans de Goede, I did not find the
decoding of the MR97310A images. May you send him a patch for that?
BTW, I am coding the subdriver of a new webcam, and I could not find
how to decompress the images. It tried many decompressio
Jean-Francois Moine wrote:
Hi Kyle,
Looking at the v4l library from Hans de Goede, I did not find the
decoding of the MR97310A images. May you send him a patch for that?
BTW, I am coding the subdriver of a new webcam, and I could not find
how to decompress the images. It tried many decompressio
(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:Tue Feb 17 19:00:08 CET 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 10634:b6a05e457df3
gcc version: gcc
Hi Kyle,
Looking at the v4l library from Hans de Goede, I did not find the
decoding of the MR97310A images. May you send him a patch for that?
BTW, I am coding the subdriver of a new webcam, and I could not find
how to decompress the images. It tried many decompression functions,
those from the v
2009/2/17 Thomas Nicolai :
>
> I didn't post it last night, but I don't remember seeing anything different
> in it after I looked at it. I haven't seen much on the mailing lists about
> it not working. I found a few threads on Kubuntu and Ubuntu forums about
> people having problems a few mont
I didn't post it last night, but I don't remember seeing anything different in
it after I looked at it. I haven't seen much on the mailing lists about it not
working. I found a few threads on Kubuntu and Ubuntu forums about people
having problems a few months ago, but they were all able to ge
2009/2/17 Thomas Nicolai :
> After trying your fix a few times last night I gave up. I was really hoping
> that would do it. I think this evening I will try reinstalling the drivers
> and see if maybe something got corrupted or maybe a change has been made in
> my favor. Otherwise I may try rein
On Tue, 17 Feb 2009, Robert Jarzmik wrote:
> Antonio Ospite writes:
>
> > Call icl->reset() on mt9m111_reset().
> >
> > Signed-off-by: Antonio Ospite
> >
> > diff --git a/drivers/media/video/mt9m111.c b/drivers/media/video/mt9m111.c
> > index c043f62..92dd7f3 100644
> > --- a/drivers/media/vide
After trying your fix a few times last night I gave up. I was really hoping
that would do it. I think this evening I will try reinstalling the drivers and
see if maybe something got corrupted or maybe a change has been made in my
favor. Otherwise I may try reinstalling the i2c core.
tha
Uniform capitals, add trailing slash to some URLs and other typo corrections.
Priority: low
Signed-off-by: Nicola Soranzo
---
diff -r b7d4dc653623 -r 7e62edc7fd3e README.patches
--- a/README.patchesThu Feb 12 08:17:46 2009 -0200
+++ b/README.patchesThu Feb 12 15:08:02 2009 +0100
@@ -7,13
On Tue, Feb 17, 2009 at 7:58 AM, wrote:
>>Hi!
>>
>>I don't have any diseqc problem with this card.
>>Tested with vdr 1.7.0, scan-s2, szap-s2 (myTeVii and ProgDVB)
>>ArchLinux 32-bit, kernel26 2.6.28.4
>
> Thank you for the answer Frank!
>
> Can you please provide an example when you use scan-s2?
Antonio Ospite writes:
> Call icl->reset() on mt9m111_reset().
>
> Signed-off-by: Antonio Ospite
>
> diff --git a/drivers/media/video/mt9m111.c b/drivers/media/video/mt9m111.c
> index c043f62..92dd7f3 100644
> --- a/drivers/media/video/mt9m111.c
> +++ b/drivers/media/video/mt9m111.c
> @@ -393,6
Steven Toth wrote:
> A general question to the group: Who wants to volunteer to retro fit
> videobuf_dvb into the current drivers so we can avoid calls to
> sw_filter_...n()
> directly?
Can videobuf_dvb be used by hardware with MPEG decoders, too? My
(probably not up-to-date) impression was tha
Does anyone know what might be going on? These very same tuner cards
worked fine in the old system (Intel P4 3.0GHz CPU and Abit IC7
motherboard) for close to two years.
Determine whether this is an RF issue, or a DMA corruption issue:
1. Check the RF SNR of the digital cards using femon, anyt
Hi,
My old, MythTV, master backend finally gave up the ghost this past
weekend. The power supply or motherboard got bad enough there wa no
stability. No big deal. I was planning to replace that system soon
and had all of the parts ready anyway.
I moved the disks and tuner cards (2 Kworld ATSC
On Fri, Feb 13, 2009 at 02:28:11PM -0600, David Engel wrote:
> On Fri, Feb 13, 2009 at 09:28:45AM -0200, Mauro Carvalho Chehab wrote:
> > Ok, I found the bug. It is inside tuner-simple code. It is caused due to a
> > hack for TUV1236.
> >
> > I've just committed a fix for it:
> > http://linux
Trent Piepho wrote:
On Mon, 16 Feb 2009, Steven Toth wrote:
Hartmut, Oliver and Trent: Thanks for helping with this issue. I've just
reverted the changeset. We still need a fix at dm1105, au0828-dvb and maybe
other drivers that call the filtering routines inside IRQ's.
Fix the demux, add a work
Linus,
Please pull from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
for_linus
For the following fixes:
- dvb core: Revert a broken commit (dda06a8e4610757de) - This fixes
a regression since kernel 2.6.27;
- zoran: Update MAINTAINERS entr
- Original Nachricht
Matthias Schwarzott wrote:
> Yes this ebuild is there. But it is in some respect outdated, due to lack of
>
> maintaining. This ebuild fetches the original files get_dvb_firmware also
> fetches and the runs get_firmware to unpack them. (All this due to
> licens
The v4l-dvb repository supports kernel versions 2.6.16 and later only,
so no need to test for kernel version 2.6.15.
Signed-off-by: Jean Delvare
---
linux/drivers/media/dvb/dvb-usb/af9015.c |3 ---
1 file changed, 3 deletions(-)
--- v4l-dvb-zoran.orig/linux/drivers/media/dvb/dvb-usb/af9015.
On Mon, 16 Feb 2009 20:33:17 +0100 (CET)
Stefan Richter wrote:
> firedtv is a driver for FireWire-attached DVB receivers from Digital
> Everywhere GmbH. The devices are known as FireDTV (external boxes) and
> FloppyDTV (internal cards, also connected through FireWire). The driver
> supports
>
Hi Mauro,
These days I am helping Hans Verkuil convert the last users of the
legacy i2c device driver binding model to the new, standard binding
model. It turns out to be a very complex task because the v4l-dvb
repository is supposed to still support kernels as old as 2.6.16, while
the initial sup
On Tue, 17 Feb 2009 12:21:53 +0100 (CET)
Jiri Kosina wrote:
> On Tue, 17 Feb 2009, Mauro Carvalho Chehab wrote:
>
> > > > From: Márton Németh
> > > >
> > > > Fix typo in "DAB adapters" section in Kconfig.
> > > >
> > > > Signed-off-by: Márton Németh
> > > > ---
> > > > --- linux-2.6.29-rc3/d
Am Mon, 16 Feb 2009 21:54:40 -0600 (CST)
schrieb kilg...@banach.math.auburn.edu:
>
>
> On Tue, 17 Feb 2009, Andreas Witte wrote:
>
> > Hello List,
> >
> > after changing my system to newer hardware (and use the latest
> > driver for af9015), it
> > seems the device didnt get a lock sometimes (m
On Tue, 17 Feb 2009, Mauro Carvalho Chehab wrote:
> > > From: Márton Németh
> > >
> > > Fix typo in "DAB adapters" section in Kconfig.
> > >
> > > Signed-off-by: Márton Németh
> > > ---
> > > --- linux-2.6.29-rc3/drivers/media/Kconfig.orig 2008-12-25
> > > 00:26:37.0 +0100
> > > +++
On Wed, 11 Feb 2009 14:01:15 +0100 (CET)
Jiri Kosina wrote:
> On Sun, 1 Feb 2009, Németh Márton wrote:
>
> > From: Márton Németh
> >
> > Fix typo in "DAB adapters" section in Kconfig.
> >
> > Signed-off-by: Márton Németh
> > ---
> > --- linux-2.6.29-rc3/drivers/media/Kconfig.orig 2008-12
Hi Guennadi,
Valentin Longchamp wrote:
> Hi Guennadi,
>
> Guennadi Liakhovetski wrote:
>> I uploaded my current patch-stack for the i.MX31 Camera Sensor Interface
>> to http://gross-embedded.homelinux.org/~lyakh/i.MX31-20090124/ (to be
>> submitted later, hopefully for 2.6.30). As stated in 000
Call icl->reset() on mt9m111_reset().
Signed-off-by: Antonio Ospite
diff --git a/drivers/media/video/mt9m111.c b/drivers/media/video/mt9m111.c
index c043f62..92dd7f3 100644
--- a/drivers/media/video/mt9m111.c
+++ b/drivers/media/video/mt9m111.c
@@ -393,6 +393,8 @@ static int mt9m111_disable(stru
Hi Mauro,
On Tuesday 17 February 2009 03:54:48 Mauro Carvalho Chehab wrote:
> On Mon, 16 Feb 2009 21:44:58 +0100
>
> Laurent Pinchart wrote:
> > Mauro,
> >
> > Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/
> >
> > for the following 3 changesets:
> >
> > uvcvideo: Initialize streamin
On Thu, 5 Feb 2009 17:07:53 +0100
Arnd Bergmann wrote:
> A number of standard posix types are used in exported headers, which
> is not allowed if __STRICT_KERNEL_NAMES is defined. Change them all
> to use the safe __kernel variant so that we can make __STRICT_KERNEL_NAMES
> the default.
>
> Sign
Hi Mauro,
Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/
for:
changeset: 10625:48feb6e86407
gspca - sonixj: No vertical flip control for mt9v111.
changeset: 10626:9429a4ea96c5
gspca - sonixj: Add autogain for ov7630/48 and vflip for ov7648.
changeset: 10627:c768bfa6d3ff
gspca
On Montag, 16. Februar 2009, Jonathan Isom wrote:
>
> ASUS m3a78 mothorboard
> AMD Athlon64 X2 Dual Core Processor 6000+ 3.1Ghz
> Gigabyte NVidia 9400gt Graphics adapter
> Kworld ATSC 110 TV Capture Card
> Kworld ATSC 115 TV Capt
71 matches
Mail list logo