ljalves / linux_media

TBS linux open source drivers
https://github.com/ljalves/linux_media/wiki
Other
88 stars 151 forks source link

TBS 6982 - Ubuntu Mate 15.10, Lubuntu 15.10, Xubuntu 15.10 - problem with make command #114

Closed grzechu84 closed 8 years ago

grzechu84 commented 8 years ago

Hello

I have a problem with the installation drivers for TBS-6982 in Ubuntu Mate 15.10.

After the make command error is returned:

Created default (all yes) .config file ./scripts/make_myconfig.pl perl scripts/make_config_compat.pl /lib/modules/4.2.0-16-generic/build ./.myconfig ./config-compat.h creating symbolic links... ln: missing file operand Try 'ln --help' for more information. Makefile:258: polecenia dla obiektu 'links' nie powiodły się make[1]: * [links] Błąd 123 make[1]: Opuszczenie katalogu '/home/grzegorz/media_build/v4l' Makefile:26: polecenia dla obiektu 'all' nie powiodły się make: * [all] Błąd 2

I would add that on Xubuntu 15.10 there is the same problem.

Only on Ubuntu 15.10 everything is OK.

Someone has an idea how to solve the problem?

Regards

grzechu84 commented 8 years ago

Everything is okay. On the website https://www.linuxtv.org/wiki/index.php/TBS_driver_installation in the manual driver installation is an error. There is an error in the first row. It's: git clone git://linuxtv.org/media_build.git and it should be: git clone https://github.com/ljalves/media_build.git

After completing the installation instructions from the https://github.com/ljalves/linux_media/wiki/Installating drivers compiles without problem.

Regards.