Hi all,
I've been working on converting the zoran driver to video_ioctl2 and v4l2
for the communication between the driver and i2c modules. It's a
prerequisite for converting it to the latest i2c API.
Capturing is working (both raw video and mjpeg), and it looks like mjpeg
output is working to
On Monday 16 February 2009 20:01:22 Mauro Carvalho Chehab wrote:
> Michael/Hans,
>
> As nobody complained, and this seems to be required by some webcams, I'm
> committing this changeset. Please update V4L2 API to reflect this change.
I will do that this week (and also add this control to v4l2-comm
On Tuesday 17 February 2009 03:00:34 kilg...@banach.math.auburn.edu wrote:
> On Mon, 16 Feb 2009, Adam Baker wrote:
> > Lots of snipping below so I hope I get the attributions correct.
> >
> > On Monday 16 February 2009, Hans Verkuil wrote:
> >> We are talking about a core change, so some careful t
>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? I have a dual boot
for Windows and as far as I rememb
Dear Felix Kaechele
I'm usinf SkyStar2 Revisions 2.3, 2.6 and 2.8 all togheter on SuSE
11.1 and no problem found. please send me your kernel mesages. (kernel
messages can be obtained using dmesg command)
2009/2/17 Felix Kaechele
>
> Hi there!
>
> I've recently installed Fedora 11 (Rawhide) on my
2009/2/17 Thomas Nicolai :
>
> I have tried this a couple times, but when I unplug the card, the computer
> freezes. Any solutions to that? Will it work to do the modprobe you listed
> after turning the computer on and leaving the card out, then putting it in
> and then doing the modprobe?
Ar
Unplugging the card makes the computer freeze. I tried putting the line about
tuner-xc2038 in /etc/modules, but that didn't make a difference. Would it help
to reinstall i2c and how do I go about doing so?
Thanks,
Tom
> Date: Tue, 17 Feb 2009 00:14:56
I have tried this a couple times, but when I unplug the card, the computer
freezes. Any solutions to that? Will it work to do the modprobe you listed
after turning the computer on and leaving the card out, then putting it in and
then doing the modprobe?
-
2009/2/17 Thomas Nicolai :
>
> Here is the pertinent part of the dmesg I got tonight:
>
> dmesg
>
> 407.155095] firmware: requesting xc3028-v27.fw
> [ 407.248329] xc2028 1-0061: Loading 80 firmware images from xc3028-v27.fw,
> type: xc2028 firmware, ver 2.7
> [ 407.447731] xc2028 1-0061: Loadin
Here is the pertinent part of the dmesg I got tonight:
dmesg
407.155095] firmware: requesting xc3028-v27.fw
[ 407.248329] xc2028 1-0061: Loading 80 firmware images from xc3028-v27.fw,
type: xc2028 firmware, ver 2.7
[ 407.447731] xc2028 1-0061: Loading firmware for type=BASE (1), id
Oliver Endriss wrote:
> Trent Piepho wrote:
>> On Sun, 15 Feb 2009, Oliver Endriss wrote:
>>> e9hack wrote:
this change set is wrong. The affected functions cannot be called from an
interrupt
context, because they may process large buffers. In this case, interrupts
are disable
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 (mostly in the case the system
is started up).
I use the stick together with mythtv. If i get the partial loc
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 streaming parameters with the probe control value
Hmm... I suspect that this is not part of this ch
Hello again,
Am Montag, den 16.02.2009, 14:19 + schrieb Kevin:
> Hi Hermann,
> thanks for the clarification. I was afraid of such a reply however I wanted
> a confirm from the experts. Will keep monitoring the fora just in case
> someday a solution is found.
>
Kevin, sorry for the bad ne
On Mon, 16 Feb 2009, CityK wrote:
> >> [inline patch]
> > This doesn't seem to be picked by anyone for current -next/-mmotm, I have
> > applied it to trivial tree. Thanks,
> Will this create any complication? As it is indeed queued in our
> patchwork: http://patchwork.kernel.org/project/
On Mon, 16 Feb 2009, Adam Baker wrote:
Lots of snipping below so I hope I get the attributions correct.
On Monday 16 February 2009, Hans Verkuil wrote:
We are talking about a core change, so some careful thought should go into
this.
Agreed, a few days or even weeks spent getting the right
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-dvb-api
It seems that we
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 (mostly in the case the system
is started up).
I use the stick together with mythtv. If i get the partial lock, i restart
mythbackend or
switch channel - t
On Mon, 16 Feb 2009 23:01:47 +0100
Hans Verkuil wrote:
> On Monday 16 February 2009 22:39:44 wk wrote:
> > Devin Heitmueller wrote:
> > > As always we continue to welcome patches, including for the
> > > documentation. Instead of bitching and moaning, how about you roll up
> > > your sleeves and
Trent Piepho wrote:
> On Sun, 15 Feb 2009, Oliver Endriss wrote:
> > e9hack wrote:
> > > this change set is wrong. The affected functions cannot be called from an
> > > interrupt
> > > context, because they may process large buffers. In this case, interrupts
> > > are disabled for
> > > a long ti
On Mon, 2009-02-16 at 16:03 -0800, VDR User wrote:
> On Mon, Feb 16, 2009 at 1:39 PM, wk wrote:
> > Devin,
> >
> > can you please explain, how others should contribute to an dvb api if
> > - the only DVB API file to be found is a pdf file, and therefore not
> > editable. Which files exactly to be
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 worker threa
On Mon, Feb 16, 2009 at 1:39 PM, wk wrote:
> Devin,
>
> can you please explain, how others should contribute to an dvb api if
> - the only DVB API file to be found is a pdf file, and therefore not
> editable. Which files exactly to be edited you are writing of?
> - one doesn't know which ioctls ex
On Mon, Feb 16, 2009 at 10:46 PM, wrote:
> Hello!
>
> I just bought a Tevii S650 DVB-S2 card and I have a few questions.
>
> 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
On Mon, 2009-02-16 at 14:15 -0500, Steven Toth wrote:
> 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
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-dvb-api
Run 'make spec' to build both the v4l2-spec and the dvb-spec, or
run 'make -C dvb-sp
On Mon Feb 16 22:51 , "sonof...@iinet.net.au" sent:
>
>>
>>Hi All
>>
>>In december I posted a message regarding some issues with the dvico driver.
>>
>>http://www.linuxtv.org/pipermail/linux-dvb/2008-December/031137.html
>>
>>The kernel is reporting incorrect callback of the firmware. Also, if
Lots of snipping below so I hope I get the attributions correct.
On Monday 16 February 2009, Hans Verkuil wrote:
>
> We are talking about a core change, so some careful thought should go into
> this.
Agreed, a few days or even weeks spent getting the right solution is far
better than having to u
Hello!
I just bought a Tevii S650 DVB-S2 card and I have a few questions.
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 o
I have sound yes! I also tried cx88_blackbird, but have no sound untill
cx88_alsa is loaded ... Maby I set something wrong in MythTV ?
I have PAL also. And it seems u don't load the cx88_alsa module, try it
out, and get sound normally :)
wk schreef:
Hello,
I'm running Ubuntu 8.10, and 2.6
On Monday 16 February 2009 22:39:44 wk wrote:
> Devin Heitmueller wrote:
> > As always we continue to welcome patches, including for the
> > documentation. Instead of bitching and moaning, how about you roll up
> > your sleeves and actually help out?
> >
> > Let's try to remember that pretty much
Hello!
I just bought a Tevii S650 DVB-S2 card and I have a few questions.
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
Devin Heitmueller wrote:
As always we continue to welcome patches, including for the
documentation. Instead of bitching and moaning, how about you roll up
your sleeves and actually help out?
Let's try to remember that pretty much all the developers here are
volunteers, so berating them for not
Hi everybody,
I've just realized that my latest announcement to the linux-uvc-devel mailing
list is awfully old. I had to do something about it, and I'm pleased to
announce that the Linux UVC driver now supports the Minoru3D stereo camera.
The Minoru3D (http://www.minoru3d.com) is a cute, anthr
On Mon, Feb 16, 2009 at 11:33 AM, Devin Heitmueller
wrote:
> As always we continue to welcome patches, including for the
> documentation. Instead of bitching and moaning, how about you roll up
> your sleeves and actually help out?
Interesting you would suggest people who did not develop s2api be
Mauro,
Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/
for the following 3 changesets:
uvcvideo: Initialize streaming parameters with the probe control value
uvcvideo: Ignore empty bulk URBs
uvcvideo: Add quirk to override wrong bandwidth value for Vimicro devices
Kconfig |
There is a bug report in bugzilla about this one, but I'm wondering if
anyone else is seeing problems with this (USB) device. I see the
following timeout in kernel versions beyond 2.6.26
[ 3086.636035] usb 3-10: new high speed USB device using ehci_hcd and
address 7
[ 3086.769507] usb 3-10: config
Devin, anyone else see anythingin my last message that jumps out at you? What
tests can I do to check this?
Thanks,
Thomas Nicolai
> From: nicko...@hotmail.com
> To: devin.heitmuel...@gmail.com
> CC: linux-media@vger.kernel.org
> Subject: RE: HVR-1500 tuner seems to be recognized, but wont tu
The subject of was meant to
become [review patch 1/1]...
--
Stefan Richter
-=-==--= --=- =
http://arcgraph.de/sr/
--
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
On Mon, Feb 16, 2009 at 1:37 PM, VDR User wrote:
> I couldn't agree more with the last sentence in the above quote. It's
> ridiculous at best that after months now there is _still_ no proper
> documentation, yet there was plenty of time when the task-at-hand was
> making up s2api and pushing it i
The patch in the follow-up mail contains the firedtv driver for
FireWire-attached DVB boxes from Digital Everywhere GmbH. The driver
supports standard definition video reception (MPEG2-TS) of the DVB-C,
DVB-S/S2, and DVB-T boxes known as FireDTV (external devices) and
FloppyDTV (internal devices),
(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:Mon Feb 16 19:00:03 CET 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 10571:12a10f808bfd
gcc version: gcc
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 worker thread and allow drivers to call it
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 worker thread and allow drivers to call it directly.
I'm not a b
Michael/Hans,
As nobody complained, and this seems to be required by some webcams, I'm
committing this changeset. Please update V4L2 API to reflect this change.
Cheers,
Mauro.
Forwarded message:
Date: Tue, 20 Jan 2009 16:29:26 -0600
From: "Aguirre Rodriguez, Sergio Alberto"
To: "linux-media@vg
On Mon, Feb 16, 2009 at 10:08 AM, Hans Verkuil wrote:
> On Monday 16 February 2009 18:48:13 wk wrote:
>> The last week two guys were kindly asking here on the list where to find
>> a written DVB-API v5 documentation,
>> but nobody of the dvb driver community was answering.
>>
>> http://www.mail-ar
On Mon, 16 Feb 2009 08:19:06 -0800 (PST)
Trent Piepho wrote:
> On Sun, 15 Feb 2009, Oliver Endriss wrote:
> > e9hack wrote:
> > > this change set is wrong. The affected functions cannot be called from an
> > > interrupt
> > > context, because they may process large buffers. In this case, interru
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 Capture Card
-
Chris Wilson wrote:
> Howdy, thanks for all the info! :) its greatly appreciated. Thanks for all
> the background information as well.
>
>
> This is the output from lspci -s 01:05.0 -vnn for my BT878 Card:
>
> 01:05.0 0400: 109e:036c (rev 11)
> Flags: medium devsel, IRQ 10
> Memory
On Monday 16 February 2009 18:48:13 wk wrote:
> The last week two guys were kindly asking here on the list where to find
> a written DVB-API v5 documentation,
> but nobody of the dvb driver community was answering.
>
> http://www.mail-archive.com/linux-media@vger.kernel.org/msg01350.html
> http://w
Jiri Kosina wrote:
> On Mon, 9 Feb 2009, Tobias Klauser wrote:
>
>> [inline patch]
>>
>
> This doesn't seem to be picked by anyone for current -next/-mmotm, I have
> applied it to trivial tree. Thanks,
Will this create any complication? As it is indeed queued in our
patchwork: ht
Matthias Schwarzott wrote:
> I don't get you.
I was having a little fun. My remarks contained references to Lewis
Carroll's "Alice's Adventures in Wonderland".
Nowadays, the expression "follow the rabbit" (which, stemming from
Alice's Adventures, is actually abbreviated from the act of follow
The last week two guys were kindly asking here on the list where to find
a written DVB-API v5 documentation,
but nobody of the dvb driver community was answering.
http://www.mail-archive.com/linux-media@vger.kernel.org/msg01350.html
http://www.mail-archive.com/linux-media@vger.kernel.org/msg0130
Hello,
I'm running Ubuntu 8.10, and 2.6.27-11-generic kernel. I also tried
compiling the newest modules from linuxtv.
The first problem:
The sound from my HVR1300 is really bad, it like a robotic sound, with
high tones in it!
2nd problem:
cx88-alsa module is not loading automaticly when b
Why was this even committed in the first place being that it has such
a horrible result??
--
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
On Sun, 15 Feb 2009, Oliver Endriss wrote:
> e9hack wrote:
> > this change set is wrong. The affected functions cannot be called from an
> > interrupt
> > context, because they may process large buffers. In this case, interrupts
> > are disabled for
> > a long time. Functions, like dvb_dmx_swfilt
On Mon, 16 Feb 2009, Hans Verkuil wrote:
> >> If you want to add two bits with
> >> mount information, feel free. But don't abuse them for pivot
> >> information.
> >> If you want that, then add another two bits for the rotation:
> >
> > Ok, this seems good. But if we want to distinguish between st
Mauro Carvalho Chehab wrote:
On Mon, 16 Feb 2009 13:19:47 +0100
Hans de Goede wrote:
Hans,
Mauro Carvalho Chehab wrote:
On Mon, 16 Feb 2009 10:44:03 +0100
Hans de Goede wrote:
I've discussed this with Laurent Pinchart (and other webcam driver authors) and
the conclusion was that having
On Mon, 16 Feb 2009 13:19:47 +0100
Hans de Goede wrote:
Hans,
> Mauro Carvalho Chehab wrote:
> > On Mon, 16 Feb 2009 10:44:03 +0100
> > Hans de Goede wrote:
> >
> >> I've discussed this with Laurent Pinchart (and other webcam driver
> >> authors) and
> >> the conclusion was that having a tab
On Mon, 16 Feb 2009 13:19:47 +0100
Hans de Goede wrote:
Hans,
> Mauro Carvalho Chehab wrote:
> > On Mon, 16 Feb 2009 10:44:03 +0100
> > Hans de Goede wrote:
> >
> >> I've discussed this with Laurent Pinchart (and other webcam driver
> >> authors) and
> >> the conclusion was that having a tab
Levente Novák wrote:
2009. 02. 15, vasárnap keltezéssel 17.54-kor CityK ezt írta:
Tim Lucas wrote:
My cable system was recently updated to time warner so I thought I
would try to get the mythbuntu box working again.
I have the DViCO FusionHDTV7 Dual Express card which seems to be
recognized
Hans Verkuil wrote:
If you want to add two bits with
mount information, feel free. But don't abuse them for pivot
information.
If you want that, then add another two bits for the rotation:
#define V4L2_BUF_FLAG_VFLIP 0x0400
#define V4L2_BUF_FLAG_HFLIP 0x0800
#define V4L2_BUF_FLAG_PIVO
>> If you want to add two bits with
>> mount information, feel free. But don't abuse them for pivot
>> information.
>> If you want that, then add another two bits for the rotation:
>>
>> #define V4L2_BUF_FLAG_VFLIP 0x0400
>> #define V4L2_BUF_FLAG_HFLIP 0x0800
>>
>> #define V4L2_BUF_FLAG_PIV
On Mon, 9 Feb 2009, Tobias Klauser wrote:
> The C99 specification states in section 6.11.5:
>
> The placement of a storage-class specifier other than at the beginning
> of the declaration specifiers in a declaration is an obsolescent
> feature.
>
> Signed-off-by: Tobias Klauser
> ---
> drivers
Mauro Carvalho Chehab wrote:
On Mon, 16 Feb 2009 10:44:03 +0100
Hans de Goede wrote:
I've discussed this with Laurent Pinchart (and other webcam driver authors) and
the conclusion was that having a table of USB-ID's + DMI strings in the driver,
and design an API to tell userspace to sensor
Hi Hans,
Hans Verkuil wrote:
Hi Hans,
Case 3 *is* pivoting. That's a separate piece of information from the
mount position. All I want is that that is administrated in separate bits.
And if we do this, do it right and support the reporting of 0, 90, 180 and
270 degrees. No one expects libv
> On Mon, 16 Feb 2009 12:01:14 +0100 (CET)
> "Hans Verkuil" wrote:
>
>> Anyone can add an API in 5 seconds. It's modifying or removing a bad
>> API that worries me as that can take years. If you want to add two
>> bits with mount information, feel free. But don't abuse them for
>> pivot informati
>
>Hi All
>
>In december I posted a message regarding some issues with the dvico driver.
>
>http://www.linuxtv.org/pipermail/linux-dvb/2008-December/031137.html
>
>The kernel is reporting incorrect callback of the firmware. Also, if the tuner
>isn't being used for a few hours, I then get errors f
On Mon, 16 Feb 2009 12:01:14 +0100 (CET)
"Hans Verkuil" wrote:
> Anyone can add an API in 5 seconds. It's modifying or removing a bad
> API that worries me as that can take years. If you want to add two
> bits with mount information, feel free. But don't abuse them for
> pivot information. If you
On Mon, 16 Feb 2009 10:44:03 +0100
Hans de Goede wrote:
> I've discussed this with Laurent Pinchart (and other webcam driver authors)
> and
> the conclusion was that having a table of USB-ID's + DMI strings in the
> driver,
> and design an API to tell userspace to sensor is upside down and ha
Hi Hans,
> Agreed, and that is not what we are doing, we are only talking mount
> information here.
>
> Lets please keep pivot out of the discussion entirely. Esp the whole
> handheld
> case, notice that the handheld case will have to be handled at the
> application
> level anyways, as the portrai
Hans Verkuil wrote:
Hans Verkuil wrote:
On Monday 16 February 2009 05:04:40 Trent Piepho wrote:
On Sun, 15 Feb 2009, Mauro Carvalho Chehab wrote:
On Sun, 15 Feb 2009 10:29:03 +0100
Hans de Goede wrote:
I think we should also be able to detect 90 and 270 degree
rotations. Or at the very l
On Sunday 15 February 2009 23:13, CityK wrote:
> Devin Heitmueller wrote:
> >
> > CityK,
> > That actually wasn't a very helpful link you sent ... The user would
> > have to know he has a Xceive 3028L tuner, and even if he had been able
> > to figure that out,
>
> I would hope that someone using Ge
>
>>
>>
>> Hans Verkuil wrote:
>>> On Monday 16 February 2009 05:04:40 Trent Piepho wrote:
On Sun, 15 Feb 2009, Mauro Carvalho Chehab wrote:
> On Sun, 15 Feb 2009 10:29:03 +0100
>
> Hans de Goede wrote:
>>> I think we should also be able to detect 90 and 270 degree
>>> ro
>
>
> Hans Verkuil wrote:
>> On Monday 16 February 2009 05:04:40 Trent Piepho wrote:
>>> On Sun, 15 Feb 2009, Mauro Carvalho Chehab wrote:
On Sun, 15 Feb 2009 10:29:03 +0100
Hans de Goede wrote:
>> I think we should also be able to detect 90 and 270 degree
>> rotations. Or
2009. 02. 15, vasárnap keltezéssel 17.54-kor CityK ezt írta:
> Tim Lucas wrote:
> > My cable system was recently updated to time warner so I thought I
> > would try to get the mythbuntu box working again.
> > I have the DViCO FusionHDTV7 Dual Express card which seems to be
> > recognized by my sy
>
>
> kilg...@banach.math.auburn.edu wrote:
>>
>
>
>
>> Therefore,
>>
>> 1. Everyone seems to agree that the kernel module itself is not going to
>> do things like rotate or flip data even if a given supported device
>> always needs that done.
>>
>> However, this decision has a consequence:
>>
>>
Hans Verkuil wrote:
On Monday 16 February 2009 05:04:40 Trent Piepho wrote:
On Sun, 15 Feb 2009, Mauro Carvalho Chehab wrote:
On Sun, 15 Feb 2009 10:29:03 +0100
Hans de Goede wrote:
I think we should also be able to detect 90 and 270 degree
rotations. Or at the very least prepare for it. I
kilg...@banach.math.auburn.edu wrote:
Therefore,
1. Everyone seems to agree that the kernel module itself is not going to
do things like rotate or flip data even if a given supported device
always needs that done.
However, this decision has a consequence:
2. Therefore, the module mu
79 matches
Mail list logo