All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Hoogenraad <jan-conceptronic@hoogenraad.net>
To: Mauro Carvalho Chehab <maurochehab@gmail.com>,
	Douglas Schilling Landgraf <dougsland@gmail.com>
Cc: "Ole W. Saastad" <olewsaa@online.no>, linux-media@vger.kernel.org
Subject: updated make_kconfig.pl for Ubuntu
Date: Mon, 27 Sep 2010 20:41:24 +0200	[thread overview]
Message-ID: <4CA0E554.40406@hoogenraad.net> (raw)
In-Reply-To: <4CA018C4.9000507@gmail.com>

I have updated launchpad bug

https://bugs.launchpad.net/ubuntu/+source/linux-kernel-headers/+bug/134222

I also created an updated make_kconfig.pl

http://linuxtv.org/hg/~jhoogenraad/rtl2831-r2/file/cb34ee1c29fc/v4l/scripts/make_kconfig.pl

Unfortunately, I forgot to commit changes to the main archive the first 
time. I do not know how to make a patch file for this one file, without 
have all other changes in the two commits as well.
I cannot find a hg export command to make a patch for this one file 
between versions spanning two commits.

Douglas: can you help ?

Mauro Carvalho Chehab wrote:
> Em 26-09-2010 13:18, Jan Hoogenraad escreveu:
>> On
>> Linux 2.6.28-19-generic
>> the problem is tackled already:
>> DVB_FIREDTV_IEEE1394: Requires at least kernel 2.6.30
>>
>> On newer linux versions (I have tried Linux 2.6.32-24-generic) the problem is NOT that the modules dma is not present, it is just that the required header files are not present in
>> /usr/include
>>
>> Another location mighte have been:
>> ls -l /usr/src/linux-headers-2.6.28-19-generic/include/config/ieee1394
>
> This is the right place is whatever pointed on your kernel source alias, like:
>
> $ ls -la /lib/modules/2.6.35+/source
> lrwxrwxrwx. 1 root root 23 Set 26 21:51 /lib/modules/2.6.35+/source ->  /home/v4l/v4l/patchwork
>
>
>>
>> but that only contains:
>> -rw-r--r-- 1 root root    0 2010-09-16 18:25 dv1394.h
>> drwxr-xr-x 3 root root 4096 2010-06-15 20:12 eth1394
>> -rw-r--r-- 1 root root    0 2010-09-16 18:25 eth1394.h
>> -rw-r--r-- 1 root root    0 2010-09-16 18:25 ohci1394.h
>> -rw-r--r-- 1 root root    0 2010-09-16 18:25 pcilynx.h
>> -rw-r--r-- 1 root root    0 2010-09-16 18:25 rawio.h
>> -rw-r--r-- 1 root root    0 2010-09-16 18:25 sbp2.h
>> -rw-r--r-- 1 root root    0 2010-09-16 18:25 video1394.h
>>
>> Can you indicate where following files  should be located ?
>> dma.h
>> csr1212.h
>> highlevel.h
>
> All of them are at the same place:
>
> /lib/modules/2.6.35+/source/drivers/ieee1394/dma.h
> /lib/modules/2.6.35+/source/drivers/ieee1394/csr1212.h
> /lib/modules/2.6.35+/source/drivers/ieee1394/highlevel.h
>
>>
>> In that case checking if the dma.h file is present might be the best way forward.
>>
>> I'll also file an ubuntu bug once I know what is missing where.
>> I could not find an entry in launchpad on this issue yet.
>
> This is probably the best thing. A check for dma.h may also work. If you want,
> do a patch for it and submit to Douglas.
>
> Cheers,
> Mauro
>


-- 
Jan Hoogenraad
Hoogenraad Interface Services
Postbus 2717
3500 GS Utrecht

  reply	other threads:[~2010-09-27 18:41 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-14 19:38 Trouble building v4l-dvb Ole W. Saastad
2010-09-16 17:07 ` Jan Hoogenraad
2010-09-17  9:35   ` Jan Hoogenraad
2010-09-17 10:50     ` Mauro Carvalho Chehab
2010-09-17 11:08       ` Jan Hoogenraad
2010-09-17 14:49         ` Mauro Carvalho Chehab
2010-09-17 15:00           ` Devin Heitmueller
2010-09-17 15:08             ` Mauro Carvalho Chehab
2010-09-17 15:27           ` Jan Hoogenraad
2010-09-26 16:18           ` Jan Hoogenraad
2010-09-27  4:08             ` Mauro Carvalho Chehab
2010-09-27 18:41               ` Jan Hoogenraad [this message]
2010-09-27 19:12                 ` updated make_kconfig.pl for Ubuntu Mauro Carvalho Chehab
2010-09-27 20:45                   ` Jan Hoogenraad
2010-09-27 22:43                     ` Mauro Carvalho Chehab
2010-09-28 17:48                       ` Jan Hoogenraad
2010-09-28 18:21                         ` Mauro Carvalho Chehab
2010-09-28 19:58                           ` Jan Hoogenraad
2010-09-29 21:49                           ` patches for the Realtek rtl2831 Jan Hoogenraad
2010-09-17 17:33     ` Trouble building v4l-dvb Ole W. Saastad
2010-09-17 17:58       ` rtl2832 chip driver Jan Hoogenraad

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CA0E554.40406@hoogenraad.net \
    --to=jan-conceptronic@hoogenraad.net \
    --cc=dougsland@gmail.com \
    --cc=linux-media@vger.kernel.org \
    --cc=maurochehab@gmail.com \
    --cc=olewsaa@online.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.