Sada je: 15 svi 2024, 06:17.
Audio, video, codeci...

Moderator/ica: Moderatori/ce

Ako si radio po onim uputama, jesi napravio prvi korak? :)
Kod: Označi sve
git clone git://linuxtv.org/media_build.git
cd media_build
./build


Kaffeine ti neće pomoći ako nisi instalirao v4l

Kao što ti kaže greška, fali ti libjpeg.
Instaliraj ga s:
Kod: Označi sve
sudo apt-get install libjpeg62-dev


I onda probaj opet ./build :thumbs
Avatar
Postovi: 1245
Postovi: 1245
Pridružen/a: 22 vel 2012, 12:24
Lokacija: Split
Podijelio/la zahvalu: 84 puta
Primio/la zahvalu: 41 puta
Spol: M
OS: Arch bspwm/KDE
make allyesconfig

Kod: Označi sve
make: *** No rule to make target `allyesconfig'.  Stop.


make install

Kod: Označi sve
.
.
.
make[4]: Entering directory `/home/bruka/Downloads/v4l-utils-0.9.3/lib/libv4l2'
/bin/mkdir -p //usr/local/lib
(cd //usr/local/lib && ln -s libv4l/v4l2convert.so v4l2convert.so)
ln: creating symbolic link `v4l2convert.so': File exists
make[4]: *** [install-exec-hook] Error 1
make[4]: Leaving directory `/home/bruka/Downloads/v4l-utils-0.9.3/lib/libv4l2'
make[3]: *** [install-exec-am] Error 2
make[3]: Leaving directory `/home/bruka/Downloads/v4l-utils-0.9.3/lib/libv4l2'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/bruka/Downloads/v4l-utils-0.9.3/lib/libv4l2'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/bruka/Downloads/v4l-utils-0.9.3/lib'
make: *** [install-recursive] Error 1


Bar je ./configre prošo nako instalacije libjpeg62-dev, ali je problem što nigdje nisam dobio retke s "CC", ovo je otuput od ./configure:

Kod: Označi sve
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether ln -s works... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for mode_t... yes
checking for promoted mode_t type... mode_t
checking for simple visibility declarations... yes
checking sys/klog.h usability... yes
checking sys/klog.h presence... yes
checking for sys/klog.h... yes
checking for klogctl... yes
checking for X11... no
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... yes
checking for QT... no
configure: WARNING: Qt4 is not available
checking for library containing dlopen... -ldl
checking argp.h usability... yes
checking argp.h presence... yes
checking for argp.h... yes
checking for library containing argp_parse... none required
checking linux/i2c-dev.h usability... yes
checking linux/i2c-dev.h presence... yes
checking for linux/i2c-dev.h... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/libv4lconvert/Makefile
config.status: creating lib/libv4l2/Makefile
config.status: creating lib/libv4l1/Makefile
config.status: creating lib/libdvbv5/Makefile
config.status: creating lib/libv4l2rds/Makefile
config.status: creating lib/libv4l-mplane/Makefile
config.status: creating utils/Makefile
config.status: creating utils/libv4l2util/Makefile
config.status: creating utils/libmedia_dev/Makefile
config.status: creating utils/decode_tm6000/Makefile
config.status: creating utils/dvb/Makefile
config.status: creating utils/keytable/Makefile
config.status: creating utils/rds/Makefile
config.status: creating utils/v4l2-compliance/Makefile
config.status: creating utils/v4l2-ctl/Makefile
config.status: creating utils/v4l2-dbg/Makefile
config.status: creating utils/v4l2-sysfs-path/Makefile
config.status: creating utils/xc3028-firmware/Makefile
config.status: creating utils/qv4l2/Makefile
config.status: creating utils/rds-ctl/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/freebsd/Makefile
config.status: creating contrib/test/Makefile
config.status: creating v4l-utils.spec
config.status: creating lib/libv4lconvert/libv4lconvert.pc
config.status: creating lib/libv4l1/libv4l1.pc
config.status: creating lib/libv4l2/libv4l2.pc
config.status: creating lib/libdvbv5/libdvbv5.pc
config.status: creating lib/libv4l2rds/libv4l2rds.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
Avatar
Postovi: 48
Postovi: 48
Pridružen/a: 10 sij 2013, 23:13
Podijelio/la zahvalu: 2 puta
Primio/la zahvalu: 1 puta
Spol: M
OS: Debian GNU/Linux; XFCE
Ne trebaš ./configure niti make install , nego ./build i tu ti se pojavi "CC" :)
Nakon toga:
Kod: Označi sve
make clean
make allyesconfig
sudo make
Avatar
Postovi: 1245
Postovi: 1245
Pridružen/a: 22 vel 2012, 12:24
Lokacija: Split
Podijelio/la zahvalu: 84 puta
Primio/la zahvalu: 41 puta
Spol: M
OS: Arch bspwm/KDE
Odlično, instalirao sam stvar, hvala!

Problem je što mi kada pokrenem mythtv piše NoUPnP, ne znam što je to, ne mogu se spojiti na na nešto, odaberem zemlju (hrvatska) i jezik (eng)?

A navodno sam se i spojio na taj server, ali moram pokrenut mythve-setup, ne znam kako ubacit Volar kao capture card :oops
Avatar
Postovi: 48
Postovi: 48
Pridružen/a: 10 sij 2013, 23:13
Podijelio/la zahvalu: 2 puta
Primio/la zahvalu: 1 puta
Spol: M
OS: Debian GNU/Linux; XFCE
Probaj Kaffeine ;)
Ja npr. koristim w_scan za skeniranje kanala i onda gledam pomoću VLC-a.
Avatar
Postovi: 1245
Postovi: 1245
Pridružen/a: 22 vel 2012, 12:24
Lokacija: Split
Podijelio/la zahvalu: 84 puta
Primio/la zahvalu: 41 puta
Spol: M
OS: Arch bspwm/KDE
blacx je napisao/la:Ja npr. koristim w_scan za skeniranje kanala i onda gledam pomoću VLC-a.



Uspio sam ga natjerat da prepozna karticu :D Stvar je sljedeća, nisam smio prekitad retke s "CC" pustio sam da to napravi i zatim sudo make install - tek je onda proradilo. Možda specifičnost na Debianu...

Nego, probao sam s w_scanom - w_scan -c HR i izbaci mi kanale, ali nisam siguran kako popunit kućice u vlc-u. Znam da sam već lagano bezobrazan :mrgreen:

Update: ništa, hvala, našao sam: http://wiki.open.hr/wiki/W_scan
Avatar
Postovi: 48
Postovi: 48
Pridružen/a: 10 sij 2013, 23:13
Podijelio/la zahvalu: 2 puta
Primio/la zahvalu: 1 puta
Spol: M
OS: Debian GNU/Linux; XFCE
trebate ostavit da odradi do kraja :D
Avatar
Postovi: 8902
Postovi: 8902
Pridružen/a: 28 lip 2009, 22:49
Podijelio/la zahvalu: 209 puta
Primio/la zahvalu: 245 puta
Spol: M
OS: Slackware
Shicy je napisao/la:trebate ostavit da odradi do kraja :D


Nije bilo tako u uputama. :)
Avatar
Postovi: 48
Postovi: 48
Pridružen/a: 10 sij 2013, 23:13
Podijelio/la zahvalu: 2 puta
Primio/la zahvalu: 1 puta
Spol: M
OS: Debian GNU/Linux; XFCE
Glavno da sad radi :mrgreen: Čestitam :thumbs
Avatar
Postovi: 1245
Postovi: 1245
Pridružen/a: 22 vel 2012, 12:24
Lokacija: Split
Podijelio/la zahvalu: 84 puta
Primio/la zahvalu: 41 puta
Spol: M
OS: Arch bspwm/KDE
Cestike! Lijepo je ovo kad se nakon puno muke uspije natjerati neki komad hardvera da proradi.
To je najsladje na Linuxu! ;-)
Avatar
Site Admin
Postovi: 16079
Site Admin
Postovi: 16079
Pridružen/a: 03 tra 2008, 18:09
Lokacija: Svugdi me ima. Slavonija uglavnom.
Podijelio/la zahvalu: 503 puta
Primio/la zahvalu: 531 puta
Spol: M
OS: Mint 17 Cinnamon

Na mreži
Trenutno korisnika/ca: / i 6 gostiju.