All of lore.kernel.org
 help / color / mirror / Atom feed
* More adapters on v4l
@ 2012-01-03 16:09 Josu Lazkano
  2012-01-03 16:20 ` Gianluca Gennari
  0 siblings, 1 reply; 3+ messages in thread
From: Josu Lazkano @ 2012-01-03 16:09 UTC (permalink / raw)
  To: linux-media

Hello, I am trying to compile the v4l drivers, I make this way:

mkdir /usr/local/src/dvb
cd /usr/local/src/dvb
git clone git://linuxtv.org/media_build.git
cd media_build
./build

I got this message on the end:

**********************************************************
* Compilation finished. Use 'make install' to install them
**********************************************************

But before the "make" I want to add more adapters changing the
"v4l/scripts/make_kconfig.pl" file to this:

.config:CONFIG_DVB_MAX_ADAPTERS=16

When I execute the "./build" it compile and I can not change the source.

On the s2-liplianin branch I had no problem because I change it before
the "make" this way:

mkdir /usr/local/src/dvb
cd /usr/local/src/dvb
wget http://mercurial.intuxication.org/hg/s2-liplianin/archive/tip.zip
unzip s2-liplianin-0b7d3cc65161.zip
cd s2-liplianin-0b7d3cc65161
##change the adapter number###
make
make install

Is possible to do the same with the v4l source?

Thanks and best regards.

-- 
Josu Lazkano

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: More adapters on v4l
  2012-01-03 16:09 More adapters on v4l Josu Lazkano
@ 2012-01-03 16:20 ` Gianluca Gennari
  2012-01-04  9:55   ` Josu Lazkano
  0 siblings, 1 reply; 3+ messages in thread
From: Gianluca Gennari @ 2012-01-03 16:20 UTC (permalink / raw)
  To: Josu Lazkano; +Cc: linux-media

Il 03/01/2012 17:09, Josu Lazkano ha scritto:
> Hello, I am trying to compile the v4l drivers, I make this way:
> 
> mkdir /usr/local/src/dvb
> cd /usr/local/src/dvb
> git clone git://linuxtv.org/media_build.git
> cd media_build
> ./build
> 
> I got this message on the end:
> 
> **********************************************************
> * Compilation finished. Use 'make install' to install them
> **********************************************************
> 
> But before the "make" I want to add more adapters changing the
> "v4l/scripts/make_kconfig.pl" file to this:
> 
> .config:CONFIG_DVB_MAX_ADAPTERS=16
> 
> When I execute the "./build" it compile and I can not change the source.
> 
> On the s2-liplianin branch I had no problem because I change it before
> the "make" this way:
> 
> mkdir /usr/local/src/dvb
> cd /usr/local/src/dvb
> wget http://mercurial.intuxication.org/hg/s2-liplianin/archive/tip.zip
> unzip s2-liplianin-0b7d3cc65161.zip
> cd s2-liplianin-0b7d3cc65161
> ##change the adapter number###
> make
> make install
> 
> Is possible to do the same with the v4l source?
> 
> Thanks and best regards.
> 

Hi Josu,
you can do this way:

git clone git://linuxtv.org/media_build.git
cd media_build
./build
## you can ctrl-C as soon as it starts compiling the drivers, or wait
until the end ##
make menuconfig
## change all the options you like and save ##
cd linux
make
cd ..
make install

Best regards,
Gianluca Gennari

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: More adapters on v4l
  2012-01-03 16:20 ` Gianluca Gennari
@ 2012-01-04  9:55   ` Josu Lazkano
  0 siblings, 0 replies; 3+ messages in thread
From: Josu Lazkano @ 2012-01-04  9:55 UTC (permalink / raw)
  To: gennarone; +Cc: linux-media

2012/1/3 Gianluca Gennari <gennarone@gmail.com>:
> Il 03/01/2012 17:09, Josu Lazkano ha scritto:
>> Hello, I am trying to compile the v4l drivers, I make this way:
>>
>> mkdir /usr/local/src/dvb
>> cd /usr/local/src/dvb
>> git clone git://linuxtv.org/media_build.git
>> cd media_build
>> ./build
>>
>> I got this message on the end:
>>
>> **********************************************************
>> * Compilation finished. Use 'make install' to install them
>> **********************************************************
>>
>> But before the "make" I want to add more adapters changing the
>> "v4l/scripts/make_kconfig.pl" file to this:
>>
>> .config:CONFIG_DVB_MAX_ADAPTERS=16
>>
>> When I execute the "./build" it compile and I can not change the source.
>>
>> On the s2-liplianin branch I had no problem because I change it before
>> the "make" this way:
>>
>> mkdir /usr/local/src/dvb
>> cd /usr/local/src/dvb
>> wget http://mercurial.intuxication.org/hg/s2-liplianin/archive/tip.zip
>> unzip s2-liplianin-0b7d3cc65161.zip
>> cd s2-liplianin-0b7d3cc65161
>> ##change the adapter number###
>> make
>> make install
>>
>> Is possible to do the same with the v4l source?
>>
>> Thanks and best regards.
>>
>
> Hi Josu,
> you can do this way:
>
> git clone git://linuxtv.org/media_build.git
> cd media_build
> ./build
> ## you can ctrl-C as soon as it starts compiling the drivers, or wait
> until the end ##
> make menuconfig
> ## change all the options you like and save ##
> cd linux
> make
> cd ..
> make install
>
> Best regards,
> Gianluca Gennari

Thanks!

I comment the "make" line on the "build" script.

Best regards.

-- 
Josu Lazkano

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-04  9:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-03 16:09 More adapters on v4l Josu Lazkano
2012-01-03 16:20 ` Gianluca Gennari
2012-01-04  9:55   ` Josu Lazkano

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.