Re: Unable to compile v4l-dvb in ubuntu 14.04

2015-06-09 Thread Olli Salonen
Hi Michal,

That mercurial repo is updated last time in 2011 as far as I can see.

Really, if you're looking forward to just build the latest media
drivers, run the 4 commands listed here (you may need to install some
depedencies first, like git and run the make install with sudo):
http://git.linuxtv.org/cgit.cgi/media_build.git/about/

Cheers,
-olli


On 9 June 2015 at 12:56, CIJOML CIJOMLovic  wrote:
> Hello Olli,
>
> I think tar.bz2 generated fromhttp://linuxtv.org/hg/v4l-dvb are
> current snaphots from git. Or Am I wrong?
> But back to my problem YES I have kernel 3.16.0-38 and also headers
> 3.16.0-38. I also realized that compiler claims 3.6.0, but it is
> wrong. I don't have such kernel.
>
> Thank you for fix
>
> Michal
>
> 2015-06-09 12:08 GMT+02:00 Olli Salonen :
>> Hi,
>>
>> Do you have a specific reason for not using the media_build? You're
>> getting the following warning:
>>
>> WARNING: You're using an obsolete driver! You shouldn't be using it!
>>  If you want anything new, you can use:
>> http://git.linuxtv.org/media_build.git.
>>  The tree is still here just to preserve the development history.
>>  You've been warned.
>>
>> Also, check the kernel and linux-header versions you have installed.
>> Is it 3.16 or 3.6?
>>
>> Cheers,
>> -olli
>>
>> On 8 June 2015 at 18:06, CIJOML CIJOMLovic  wrote:
>>> Hello,
>>>
>>> I am trying to compile v4l git with no success. I have kernel and
>>> headers installed.
>>> Is problem at my side or in source?
>>>
>>> Thank you for help or solving the problem:
>>>
>>> root@Latitude-E5550:/usr/src/v4l-dvb-3724e93f7af5# make
>>> make -C /usr/src/v4l-dvb-3724e93f7af5/v4l
>>> make[1]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
>>> No version yet, using 3.16.0-38-generic
>>> make[1]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
>>> make[1]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
>>> scripts/make_makefile.pl
>>> Updating/Creating .config
>>> Preparing to compile for kernel version 3.6.0
>>>
>>> ***WARNING:*** You do not have the full kernel sources installed.
>>> This does not prevent you from building the v4l-dvb tree if you have the
>>> kernel headers, but the full kernel source may be required in order to use
>>> make menuconfig / xconfig / qconfig.
>>>
>>> If you are experiencing problems building the v4l-dvb tree, please try
>>> building against a vanilla kernel before reporting a bug.
>>>
>>> Vanilla kernels are available at http://kernel.org.
>>> On most distros, this will compile a newly downloaded kernel:
>>>
>>> cp /boot/config-`uname -r` /.config
>>> cd 
>>> make all modules_install install
>>>
>>> Please see your distro's web site for instructions to build a new kernel.
>>>
>>> WARNING: You're using an obsolete driver! You shouldn't be using it!
>>>  If you want anything new, you can use:
>>> http://git.linuxtv.org/media_build.git.
>>>  The tree is still here just to preserve the development history.
>>>  You've been warned.
>>> Created default (all yes) .config file
>>> ./scripts/make_myconfig.pl
>>> make[1]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
>>> make[1]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
>>> perl scripts/make_config_compat.pl /lib/modules/3.6.0-38-generic/build
>>> ./.myconfig ./config-compat.h
>>> creating symbolic links...
>>> ln -sf . oss
>>> make -C firmware prep
>>> make[2]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
>>> make[2]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
>>> make -C firmware
>>> make[2]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
>>>   CC  ihex2fw
>>> Generating vicam/firmware.fw
>>> Generating dabusb/firmware.fw
>>> Generating dabusb/bitstream.bin
>>> Generating ttusb-budget/dspbootcode.bin
>>> Generating cpia2/stv0672_vp4.bin
>>> Generating av7110/bootcode.bin
>>> make[2]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
>>> Kernel build directory is /lib/modules/3.6.0-38-generic/build
>>> make -C /lib/modules/3.6.0-38-generic/build
>>> SUBDIRS=/usr/src/v4l-dvb-3724e93f7af5/v4l CFLAGS="-I../linux/include
>>> -D__KERNEL__ -I/include -DEXPORT_SYMTAB" modules
>>> make[2]: Entering directory `/usr/src/linux-headers-3.16.0-38-generic'
>>>   CC [M]  /usr/src/v4l-dvb-3724e93f7af5/v4l/tuner-xc2028.o
>>> In file included from :0:0:
>>> /usr/src/v4l-dvb-3724e93f7af5/v4l/config-compat.h:1235:1: fatal error:
>>> include/linux/version.h: No such file or directory
>>>  #endif
>>>  ^
>>> compilation terminated.
>>> make[3]: *** [/usr/src/v4l-dvb-3724e93f7af5/v4l/tuner-xc2028.o] Error 1
>>> make[2]: *** [_module_/usr/src/v4l-dvb-3724e93f7af5/v4l] Error 2
>>> make[2]: Leaving directory `/usr/src/linux-headers-3.16.0-38-generic'
>>> make[1]: *** [default] Error 2
>>> make[1]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
>>> make: *** [all] Error 2
>>>
>>>
>>> Best regards
>>>
>>> Michal
>>> --
>>> To unsubscribe from this list: send the line "unsubsc

Re: Unable to compile v4l-dvb in ubuntu 14.04

2015-06-09 Thread CIJOML CIJOMLovic
Hello Olli,

I think tar.bz2 generated fromhttp://linuxtv.org/hg/v4l-dvb are
current snaphots from git. Or Am I wrong?
But back to my problem YES I have kernel 3.16.0-38 and also headers
3.16.0-38. I also realized that compiler claims 3.6.0, but it is
wrong. I don't have such kernel.

Thank you for fix

Michal

2015-06-09 12:08 GMT+02:00 Olli Salonen :
> Hi,
>
> Do you have a specific reason for not using the media_build? You're
> getting the following warning:
>
> WARNING: You're using an obsolete driver! You shouldn't be using it!
>  If you want anything new, you can use:
> http://git.linuxtv.org/media_build.git.
>  The tree is still here just to preserve the development history.
>  You've been warned.
>
> Also, check the kernel and linux-header versions you have installed.
> Is it 3.16 or 3.6?
>
> Cheers,
> -olli
>
> On 8 June 2015 at 18:06, CIJOML CIJOMLovic  wrote:
>> Hello,
>>
>> I am trying to compile v4l git with no success. I have kernel and
>> headers installed.
>> Is problem at my side or in source?
>>
>> Thank you for help or solving the problem:
>>
>> root@Latitude-E5550:/usr/src/v4l-dvb-3724e93f7af5# make
>> make -C /usr/src/v4l-dvb-3724e93f7af5/v4l
>> make[1]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
>> No version yet, using 3.16.0-38-generic
>> make[1]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
>> make[1]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
>> scripts/make_makefile.pl
>> Updating/Creating .config
>> Preparing to compile for kernel version 3.6.0
>>
>> ***WARNING:*** You do not have the full kernel sources installed.
>> This does not prevent you from building the v4l-dvb tree if you have the
>> kernel headers, but the full kernel source may be required in order to use
>> make menuconfig / xconfig / qconfig.
>>
>> If you are experiencing problems building the v4l-dvb tree, please try
>> building against a vanilla kernel before reporting a bug.
>>
>> Vanilla kernels are available at http://kernel.org.
>> On most distros, this will compile a newly downloaded kernel:
>>
>> cp /boot/config-`uname -r` /.config
>> cd 
>> make all modules_install install
>>
>> Please see your distro's web site for instructions to build a new kernel.
>>
>> WARNING: You're using an obsolete driver! You shouldn't be using it!
>>  If you want anything new, you can use:
>> http://git.linuxtv.org/media_build.git.
>>  The tree is still here just to preserve the development history.
>>  You've been warned.
>> Created default (all yes) .config file
>> ./scripts/make_myconfig.pl
>> make[1]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
>> make[1]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
>> perl scripts/make_config_compat.pl /lib/modules/3.6.0-38-generic/build
>> ./.myconfig ./config-compat.h
>> creating symbolic links...
>> ln -sf . oss
>> make -C firmware prep
>> make[2]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
>> make[2]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
>> make -C firmware
>> make[2]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
>>   CC  ihex2fw
>> Generating vicam/firmware.fw
>> Generating dabusb/firmware.fw
>> Generating dabusb/bitstream.bin
>> Generating ttusb-budget/dspbootcode.bin
>> Generating cpia2/stv0672_vp4.bin
>> Generating av7110/bootcode.bin
>> make[2]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
>> Kernel build directory is /lib/modules/3.6.0-38-generic/build
>> make -C /lib/modules/3.6.0-38-generic/build
>> SUBDIRS=/usr/src/v4l-dvb-3724e93f7af5/v4l CFLAGS="-I../linux/include
>> -D__KERNEL__ -I/include -DEXPORT_SYMTAB" modules
>> make[2]: Entering directory `/usr/src/linux-headers-3.16.0-38-generic'
>>   CC [M]  /usr/src/v4l-dvb-3724e93f7af5/v4l/tuner-xc2028.o
>> In file included from :0:0:
>> /usr/src/v4l-dvb-3724e93f7af5/v4l/config-compat.h:1235:1: fatal error:
>> include/linux/version.h: No such file or directory
>>  #endif
>>  ^
>> compilation terminated.
>> make[3]: *** [/usr/src/v4l-dvb-3724e93f7af5/v4l/tuner-xc2028.o] Error 1
>> make[2]: *** [_module_/usr/src/v4l-dvb-3724e93f7af5/v4l] Error 2
>> make[2]: Leaving directory `/usr/src/linux-headers-3.16.0-38-generic'
>> make[1]: *** [default] Error 2
>> make[1]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
>> make: *** [all] Error 2
>>
>>
>> Best regards
>>
>> Michal
>> --
>> 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
--
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


Re: Unable to compile v4l-dvb in ubuntu 14.04

2015-06-09 Thread Olli Salonen
Hi,

Do you have a specific reason for not using the media_build? You're
getting the following warning:

WARNING: You're using an obsolete driver! You shouldn't be using it!
 If you want anything new, you can use:
http://git.linuxtv.org/media_build.git.
 The tree is still here just to preserve the development history.
 You've been warned.

Also, check the kernel and linux-header versions you have installed.
Is it 3.16 or 3.6?

Cheers,
-olli

On 8 June 2015 at 18:06, CIJOML CIJOMLovic  wrote:
> Hello,
>
> I am trying to compile v4l git with no success. I have kernel and
> headers installed.
> Is problem at my side or in source?
>
> Thank you for help or solving the problem:
>
> root@Latitude-E5550:/usr/src/v4l-dvb-3724e93f7af5# make
> make -C /usr/src/v4l-dvb-3724e93f7af5/v4l
> make[1]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
> No version yet, using 3.16.0-38-generic
> make[1]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
> make[1]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
> scripts/make_makefile.pl
> Updating/Creating .config
> Preparing to compile for kernel version 3.6.0
>
> ***WARNING:*** You do not have the full kernel sources installed.
> This does not prevent you from building the v4l-dvb tree if you have the
> kernel headers, but the full kernel source may be required in order to use
> make menuconfig / xconfig / qconfig.
>
> If you are experiencing problems building the v4l-dvb tree, please try
> building against a vanilla kernel before reporting a bug.
>
> Vanilla kernels are available at http://kernel.org.
> On most distros, this will compile a newly downloaded kernel:
>
> cp /boot/config-`uname -r` /.config
> cd 
> make all modules_install install
>
> Please see your distro's web site for instructions to build a new kernel.
>
> WARNING: You're using an obsolete driver! You shouldn't be using it!
>  If you want anything new, you can use:
> http://git.linuxtv.org/media_build.git.
>  The tree is still here just to preserve the development history.
>  You've been warned.
> Created default (all yes) .config file
> ./scripts/make_myconfig.pl
> make[1]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
> make[1]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
> perl scripts/make_config_compat.pl /lib/modules/3.6.0-38-generic/build
> ./.myconfig ./config-compat.h
> creating symbolic links...
> ln -sf . oss
> make -C firmware prep
> make[2]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
> make[2]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
> make -C firmware
> make[2]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
>   CC  ihex2fw
> Generating vicam/firmware.fw
> Generating dabusb/firmware.fw
> Generating dabusb/bitstream.bin
> Generating ttusb-budget/dspbootcode.bin
> Generating cpia2/stv0672_vp4.bin
> Generating av7110/bootcode.bin
> make[2]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
> Kernel build directory is /lib/modules/3.6.0-38-generic/build
> make -C /lib/modules/3.6.0-38-generic/build
> SUBDIRS=/usr/src/v4l-dvb-3724e93f7af5/v4l CFLAGS="-I../linux/include
> -D__KERNEL__ -I/include -DEXPORT_SYMTAB" modules
> make[2]: Entering directory `/usr/src/linux-headers-3.16.0-38-generic'
>   CC [M]  /usr/src/v4l-dvb-3724e93f7af5/v4l/tuner-xc2028.o
> In file included from :0:0:
> /usr/src/v4l-dvb-3724e93f7af5/v4l/config-compat.h:1235:1: fatal error:
> include/linux/version.h: No such file or directory
>  #endif
>  ^
> compilation terminated.
> make[3]: *** [/usr/src/v4l-dvb-3724e93f7af5/v4l/tuner-xc2028.o] Error 1
> make[2]: *** [_module_/usr/src/v4l-dvb-3724e93f7af5/v4l] Error 2
> make[2]: Leaving directory `/usr/src/linux-headers-3.16.0-38-generic'
> make[1]: *** [default] Error 2
> make[1]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
> make: *** [all] Error 2
>
>
> Best regards
>
> Michal
> --
> 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
--
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


Unable to compile v4l-dvb in ubuntu 14.04

2015-06-08 Thread CIJOML CIJOMLovic
Hello,

I am trying to compile v4l git with no success. I have kernel and
headers installed.
Is problem at my side or in source?

Thank you for help or solving the problem:

root@Latitude-E5550:/usr/src/v4l-dvb-3724e93f7af5# make
make -C /usr/src/v4l-dvb-3724e93f7af5/v4l
make[1]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
No version yet, using 3.16.0-38-generic
make[1]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
make[1]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
scripts/make_makefile.pl
Updating/Creating .config
Preparing to compile for kernel version 3.6.0

***WARNING:*** You do not have the full kernel sources installed.
This does not prevent you from building the v4l-dvb tree if you have the
kernel headers, but the full kernel source may be required in order to use
make menuconfig / xconfig / qconfig.

If you are experiencing problems building the v4l-dvb tree, please try
building against a vanilla kernel before reporting a bug.

Vanilla kernels are available at http://kernel.org.
On most distros, this will compile a newly downloaded kernel:

cp /boot/config-`uname -r` /.config
cd 
make all modules_install install

Please see your distro's web site for instructions to build a new kernel.

WARNING: You're using an obsolete driver! You shouldn't be using it!
 If you want anything new, you can use:
http://git.linuxtv.org/media_build.git.
 The tree is still here just to preserve the development history.
 You've been warned.
Created default (all yes) .config file
./scripts/make_myconfig.pl
make[1]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
make[1]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
perl scripts/make_config_compat.pl /lib/modules/3.6.0-38-generic/build
./.myconfig ./config-compat.h
creating symbolic links...
ln -sf . oss
make -C firmware prep
make[2]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
make[2]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
make -C firmware
make[2]: Entering directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
  CC  ihex2fw
Generating vicam/firmware.fw
Generating dabusb/firmware.fw
Generating dabusb/bitstream.bin
Generating ttusb-budget/dspbootcode.bin
Generating cpia2/stv0672_vp4.bin
Generating av7110/bootcode.bin
make[2]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l/firmware'
Kernel build directory is /lib/modules/3.6.0-38-generic/build
make -C /lib/modules/3.6.0-38-generic/build
SUBDIRS=/usr/src/v4l-dvb-3724e93f7af5/v4l CFLAGS="-I../linux/include
-D__KERNEL__ -I/include -DEXPORT_SYMTAB" modules
make[2]: Entering directory `/usr/src/linux-headers-3.16.0-38-generic'
  CC [M]  /usr/src/v4l-dvb-3724e93f7af5/v4l/tuner-xc2028.o
In file included from :0:0:
/usr/src/v4l-dvb-3724e93f7af5/v4l/config-compat.h:1235:1: fatal error:
include/linux/version.h: No such file or directory
 #endif
 ^
compilation terminated.
make[3]: *** [/usr/src/v4l-dvb-3724e93f7af5/v4l/tuner-xc2028.o] Error 1
make[2]: *** [_module_/usr/src/v4l-dvb-3724e93f7af5/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.16.0-38-generic'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/usr/src/v4l-dvb-3724e93f7af5/v4l'
make: *** [all] Error 2


Best regards

Michal
--
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