On Sun, Jan 18, 2009 at 09:08:24AM +0530, Jaswinder Singh Rajput wrote:
> If this file is _ONLY_ for userspace and kernel cannot use it then what
> is the point of keeping this file in kernel headers.
>
There is effectively no point, especially when they reference a variable
that may or may not e
On Sat, 2009-01-17 at 22:33 -0500, Kyle McMartin wrote:
> On Sun, Jan 18, 2009 at 08:35:01AM +0530, Jaswinder Singh Rajput wrote:
> > Hello Sam, David,
> >
> > /home/jaswinder/jaswinder-git/linux-2.6-tip/usr/include/mtd/jffs2-user.h:20:
> > extern's make no sense in userspace
> >
>
> This file
On Sun, Jan 18, 2009 at 08:35:01AM +0530, Jaswinder Singh Rajput wrote:
> Hello Sam, David,
>
> /home/jaswinder/jaswinder-git/linux-2.6-tip/usr/include/mtd/jffs2-user.h:20:
> extern's make no sense in userspace
>
This file is for userspace only, and it makes sense where it's used
(mtd-utils.)
Hello Sam, David,
On Sat, 2009-01-17 at 23:19 +0100, Sam Ravnborg wrote:
> On Sun, Jan 18, 2009 at 08:37:41AM +1100, David Woodhouse wrote:
> > On Sun, 2009-01-18 at 01:47 +0530, Jaswinder Singh Rajput wrote:
> > > --- a/include/linux/dvb/audio.h
> > > +++ b/include/linux/dvb/audio.h
> > > @@ -24,
Hello David,
On Sun, 2009-01-18 at 09:23 +1100, David Woodhouse wrote:
> On Sat, 2009-01-17 at 23:19 +0100, Sam Ravnborg wrote:
> > Nope - include/linux/dvb/audio.h failed to include linux/types.h
> > despite the fact that is uses __u32 etc.
>
> Er, good point. I saw the and assumed it was using
Mauro,
Please pull from http://linuxtv.org/hg/~ajacquet/v4l-dvb/
for the following changeset:
01/01: zr364xx: add support for Aiptek DV T300
http://linuxtv.org/hg/~ajacquet/v4l-dvb/?cmd=changeset;node=be8e42c9b9f7
Documentation/video4linux/zr364xx.txt |1 +
drivers/media/video/zr364xx.c
Hello,
I have a problem with module cx23885, it doesn't create the /dev/video0 device.
My config:
Leadtek PxDVR 3200 H Analog/DVB card
Linux - Fedora 10 (2.6.27.9-159.fc10.x86_64)
V4L/DVB repository from http://linuxtv.org/hg/v4l-dvb as the TV card is not
supported by the distro kernel drivers.
Detlef Rohde wrote:
>
> Hi All,
> I have to apologize being a stupid newbie not able to put Antti's latest
> source (mc44s803-71b0ef33303a) into my kernel (2.6.27-11-generic).
> Have performed successfully a "make", but running "install" failed
> because of missed option settings for this operatio
Hi All,
I have to apologize being a stupid newbie not able to put Antti's latest
source (mc44s803-71b0ef33303a) into my kernel (2.6.27-11-generic).
Have performed successfully a "make", but running "install" failed
because of missed option settings for this operation. I am uncertain if
I must
Hello Mauro,
After using the mythtv setup for a few days now with kernel
2.6.27.9-159.fc10.i686 and v4l modules from 2009-01-06 as well as
2009-01-16 I have noticed some problems with sound . I use exclusively
optical spdiff passthrough from my motherboard asus 5b (intel chips for
audio) to t
Sam Ravnborg wrote:
>>>
>> That patch looks wrong, and unnecessary. It was fine before.
> Nope - include/linux/dvb/audio.h failed to include linux/types.h
> despite the fact that is uses __u32 etc.
>
> But why the _kernel_ should include a userspace header is
> much more questionable.
>
is on
On Sat, 2009-01-17 at 23:19 +0100, Sam Ravnborg wrote:
> Nope - include/linux/dvb/audio.h failed to include linux/types.h
> despite the fact that is uses __u32 etc.
Er, good point. I saw the and assumed it was using only
proper C types... but then it wouldn't have triggered the warning, would
it?
On Sun, Jan 18, 2009 at 08:37:41AM +1100, David Woodhouse wrote:
> On Sun, 2009-01-18 at 01:47 +0530, Jaswinder Singh Rajput wrote:
> > --- a/include/linux/dvb/audio.h
> > +++ b/include/linux/dvb/audio.h
> > @@ -24,9 +24,8 @@
> > #ifndef _DVBAUDIO_H_
> > #define _DVBAUDIO_H_
> >
> > -#ifdef __K
On Saturday 2009-01-17 22:37, David Woodhouse wrote:
>On Sun, 2009-01-18 at 01:47 +0530, Jaswinder Singh Rajput wrote:
>> --- a/include/linux/dvb/audio.h
>> +++ b/include/linux/dvb/audio.h
>> @@ -24,9 +24,8 @@
>> #ifndef _DVBAUDIO_H_
>> #define _DVBAUDIO_H_
>>
>> -#ifdef __KERNEL__
>> #includ
Please review, this patch was not tested.
The static function set_tvnorm is called in
drivers/media/video/bt8xx/bttv-driver.c:
1355: set_tvnorm(btv, norm);
1868: set_tvnorm(btv, i);
3273: set_tvnorm(btv,btv->tvnorm);
in the first two with an unsigned, but bttv->tvnorm is signed.
see vi dr
On Sun, 2009-01-18 at 01:47 +0530, Jaswinder Singh Rajput wrote:
> --- a/include/linux/dvb/audio.h
> +++ b/include/linux/dvb/audio.h
> @@ -24,9 +24,8 @@
> #ifndef _DVBAUDIO_H_
> #define _DVBAUDIO_H_
>
> -#ifdef __KERNEL__
> #include
> -#else
> +#ifndef __KERNEL__
> #include
> #endif
>
T
The following changes since commit 03b3e5ab1d1ac93bd45a6d3b38ab81785cda0d41:
Ingo Molnar (1):
Merge branch 'out-of-tree'
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6-tip.git
master
Jaswinder Singh Rajput (26):
can/bc
On Fri, 16 Jan 2009, Jean Delvare wrote:
> On Fri, 16 Jan 2009 05:34:59 -0800 (PST), Trent Piepho wrote:
> > On Fri, 16 Jan 2009, Jean Delvare wrote:
> > > Hi Mauro, Trent,
> > > On Fri, 16 Jan 2009 00:02:52 -0200, Mauro Carvalho Chehab wrote:
> > > > For now, we should finish the Hans approach, si
Am Samstag, den 17.01.2009, 13:44 -0500 schrieb Michael Krufky:
> hermann pitton wrote:
> > Hi,
> >
> > Am Samstag, den 17.01.2009, 17:20 +0100 schrieb Hans Verkuil:
> >
> >> On Friday 16 January 2009 04:20:02 CityK wrote:
> >>
> >>> CityK wrote:
> >>>
> If you had meant taking
On Fri, 16 Jan 2009, Olivier Lorin wrote:
Post gamma or white balance correction seemed to be more part of the webcam
capabilities than the image state so that the new API to get these features
is quite logical.
Hmmm.
While one is in the process of planning ahead, it it good to think of
(Feckin' Reply-To header makes it difficult to send a personal
reply as well as a followup to the desired place... Grrr...)
On Sat, 17 Jan 2009, Gregoire Favre wrote:
> Igor Liplianin just announced support for XpressVu PCIe Dual Tuner Card
> and I was wondering where I could buy one, preferably
(This message is generated daily by a cron job that builds v4l-dvb for
the kernels and architectures in the list below.)
Results of the daily build of v4l-dvb:
date:Sat Jan 17 19:00:04 CET 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 10241:7981bdd4e25a
gcc version: gcc
El Sat, 17 Jan 2009 09:29:29 +0100 (CET)
Patrick Boettcher escribió:
> I have to say, that the user which showed me the problem was using
> the rev2.8 and due to the lack of time I couldn't check with other
> versions than this card yet.
Well, I'm definitely seeing this with an old skystar 2 (I'
Hello Jochen,
I just reviewed this patch and here is my comments;
Jochen Friedrich wrote:
+ buf[0] = (val & 0xFF) >> 16;
I am not sure where it comes I have seen comments sometimes that we
should use lower case hex numbers.
+ return -EREMOTEIO;
[...]
+ u8 re
hermann pitton wrote:
Hi,
Am Samstag, den 17.01.2009, 17:20 +0100 schrieb Hans Verkuil:
On Friday 16 January 2009 04:20:02 CityK wrote:
CityK wrote:
If you had meant taking Hans' source and applying your "hack" patch
to them, building and then proceeding with the modprobe steps
Am Fri, 16 Jan 2009 02:47:50 -0200
schrieb Mauro Carvalho Chehab :
> For usb devices, usb_make_path() provide a canonical name for the
> device. For PCI ones, we have pci_name() for the same function. in
> the case of pci devices, I suspect that all use pci_name(). We just
> need to use usb_make_p
Hi,
Am Samstag, den 17.01.2009, 17:20 +0100 schrieb Hans Verkuil:
> On Friday 16 January 2009 04:20:02 CityK wrote:
> > CityK wrote:
> > > If you had meant taking Hans' source and applying your "hack" patch
> > > to them, building and then proceeding with the modprobe steps, the
> > > answer is th
Hi Jochen,
Jochen Friedrich wrote:
This version works OK for me :-). The old version also worked, but was very
insensitive (i only received one
transponder instead of 6, i guess this GPIO must switch on some RF-amplifyer or
so).
Yes, you are correct. I also ensured that from TerraTec provide
Mauro,
Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits
for the following 4 changesets:
01/04: Add support for TurboSight TBS6920 DVB-S2 PCI-e card.
http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=5f762cc14f76
02/04: Add support for TeVii S470 DVB-S2
Hello,
Am Donnerstag, den 15.01.2009, 20:08 -0500 schrieb CityK:
> hermann pitton wrote:
> > Am Sonntag, den 28.12.2008, 21:54 -0500 schrieb CityK:
> >
> >> hermann pitton wrote:
> >>> schrieb CityK:
> While the bttv gallery remains a very useful resource, I don't believe
> that Gunt
On Friday 16 January 2009 04:20:02 CityK wrote:
> CityK wrote:
> > If you had meant taking Hans' source and applying your "hack" patch
> > to them, building and then proceeding with the modprobe steps, the
> > answer is that I haven't tried yet. Will test -- might not be
> > tonight though, as I ha
Hello Dmitry, I am pleased that I was able to help you!
But there is one thing that caught my interest, so I am again
posting this question to the -dvb mailing list, and I guess
to linux-media too:
On Fri, 16 Jan 2009, vdp wrote:
> But when I add -tm8 (THANK YOU FOR AUDIT ):
> it start
Hi Mauro,
Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the
following:
- em28xx: fix compile warning
- v4l2: replace a few snprintfs with strlcpy
- v4l2: fix 2.6.29 build
- saa6752hs: convert to v4l2_subdev.
- saa7134: convert to the new v4l2 framework.
- v4l-dvb: fix a bunch
On Sat, 2009-01-17 at 07:34 -0500, Brandon Jenkins wrote:
> A pull from v4l-dvb today:
>
> Kernel build directory is /lib/modules/2.6.27-7-generic/build
> make -C /lib/modules/2.6.27-7-generic/build
> SUBDIRS=/root/drivers/v4l-dvb/v4l modules
> make[2]: Entering directory `/usr/src/linux-headers-
On Saturday 17 January 2009 13:34:05 Brandon Jenkins wrote:
> A pull from v4l-dvb today:
>
> Kernel build directory is /lib/modules/2.6.27-7-generic/build
> make -C /lib/modules/2.6.27-7-generic/build
> SUBDIRS=/root/drivers/v4l-dvb/v4l modules
> make[2]: Entering directory `/usr/src/linux-headers
Antti Palosaari wrote:
> Tahnks,
> I did some more changes, could you test again:
> http://linuxtv.org/hg/~anttip/mc44s803/
Tested here.
Works perfectly.
--
Roberto Ragusamail at robertoragusa.it
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a m
Hi,
it seems there is a bug in videobuf_reqbufs(). Depend on the spec
(http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/spec-single/v4l2.html#VIDIOC-REQBUFS),
it should be possible to deallocate all buffers. This doesn't work, because
videobuf_reqbufs() bails out with EINVAL, if the funct
Patrick,
Please ignore my comment prior in this thread about using
spin_lock_irq() vs. spin_lock_irqsave(). Between lack of sleep and
trying to install Fedora 10 and recover my data on what now appears to
be a failing motherboard/cpu, I made an error. I realized spinlock
functions should always
Following up to myself is a sign of a sick mind.
On Sat, 17 Jan 2009, BOUWSMA Barry wrote:
> > shell 1: $ tzap channel
> > shell 2: $ dvbtraffic
> > [lots of output that streaming is working]
> > shell 1: $
> > shell 1: $ tzap "channel2_which is on a different frequency"
> > shell 2: no output o
A pull from v4l-dvb today:
Kernel build directory is /lib/modules/2.6.27-7-generic/build
make -C /lib/modules/2.6.27-7-generic/build
SUBDIRS=/root/drivers/v4l-dvb/v4l modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic'
...
/opt/drivers/v4l-dvb/v4l/cx18-driver.c: In funct
On Sat, 17 Jan 2009, Patrick Boettcher wrote:
> > Same here -- never experienced this ever in some four-ish years
> > with one SkyStar2 of model long forgotten, with that card being
> Using VDR or a single application (like kaffeine), you most likely don't see
> the error anymore thanks to the wo
Hi Antti,
> I did some more changes, could you test again:
This version works OK for me :-). The old version also worked, but was very
insensitive (i only received one
transponder instead of 6, i guess this GPIO must switch on some RF-amplifyer or
so).
Thanks,
Jochen
--
To unsubscribe from thi
Detlef Rohde wrote:
Hi Antti,
thanks for your work. I unpacked mc44s803-b7ac1c462be3 and tried to run
"make install" as root since I wanted to update my kernel modules. This
did not work. On the other hand running only "make" finished with some
warnings but no errors. My kernel is 2.6.27-11-g
Hi Antti,
thanks for your work. I unpacked mc44s803-b7ac1c462be3 and tried to run
"make install" as root since I wanted to update my kernel modules. This
did not work. On the other hand running only "make" finished with some
warnings but no errors. My kernel is 2.6.27-11-generic from Ubuntu
8
On Sat, 17 Jan 2009, Mike Isely wrote:
> On Fri, 16 Jan 2009, user.vdr wrote:
> > I think it's a lame idea to clump all media related stuff into one
> > mailing list from separate ml's because 1) it's too general of a topic
> > and 2) those ml's already had a lot of activity on their own. The
> >
Hi Barry,
Hi Walter,
On Sat, 17 Jan 2009, BOUWSMA Barry wrote:
For years there has been the Video Data Stream Borken-error with VDR and
Technisat cards: The error occured randomly and unfrequently. A
In fact it turned out, that the problem is worse with setups not based
on VDR and the "VDSB-e
46 matches
Mail list logo