Linux Liplianin installation
#1
I tried to install the latest liplianin drivers from bitbucket.
When I type "sudo make menuconfig" I get this error

Code:
make -C /home/drake/lip/v4l menuconfig
make[1]: Entering directory `/home/drake/lip/v4l'
make -C /lib/modules/3.13.0-37-generic/build -f /home/drake/lip/v4l/Makefile.kernel config-targets=1 mixed-targets=0 dot-config=0 SRCDIR=/lib/modules/3.13.0-37-generic/build v4l-mconf
make[2]: Entering directory `/usr/src/linux-headers-3.13.0-37-generic'
make -f /lib/modules/3.13.0-37-generic/build/scripts/Makefile.build obj=scripts/kconfig hostprogs-y=mconf scripts/kconfig/mconf
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
  HOSTCC  scripts/kconfig/lxdialog/inputbox.o
  HOSTCC  scripts/kconfig/lxdialog/menubox.o
  HOSTCC  scripts/kconfig/lxdialog/textbox.o
  HOSTCC  scripts/kconfig/lxdialog/util.o
  HOSTCC  scripts/kconfig/lxdialog/yesno.o
  HOSTCC  scripts/kconfig/mconf.o
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/mconf
make[2]: Leaving directory `/usr/src/linux-headers-3.13.0-37-generic'
make[2]: Entering directory `/home/drake/lip/linux'
/bin/sh: 1: ./patches_for_kernel.pl: Permission denied
Version 3.13.0-37-generic not supported
/bin/sh: 7: exit: Illegal number: -1
make[2]: *** [apply_patches] Error 2
make[2]: Leaving directory `/home/drake/lip/linux'
make[1]: *** [Kconfig] Error 2
make[1]: Leaving directory `/home/drake/lip/v4l'
make: *** [menuconfig] Error 2

"sudo make" gives me this
Code:
make -C /home/drake/lip/v4l
make[1]: Entering directory `/home/drake/lip/v4l'
scripts/make_makefile.pl
make[1]: execvp: scripts/make_makefile.pl: Permission denied
Updating/Creating .config
make[2]: Entering directory `/home/drake/lip/linux'
/bin/sh: 1: ./patches_for_kernel.pl: Permission denied
Version 3.13.0-37-generic not supported
/bin/sh: 7: exit: Illegal number: -1
make[2]: *** [apply_patches] Error 2
make[2]: Leaving directory `/home/drake/lip/linux'
/bin/sh: 3: ./scripts/make_kconfig.pl: Permission denied
make[1]: *** No rule to make target `.myconfig', needed by `config-compat.h'.  Stop.
make[1]: Leaving directory `/home/drake/lip/v4l'
make: *** [all] Error 2

and sudo make install gives me this
Code:
make -C /home/drake/lip/v4l install
make[1]: Entering directory `/home/drake/lip/v4l'
scripts/make_makefile.pl
make[1]: execvp: scripts/make_makefile.pl: Permission denied
make[1]: *** No rule to make target `media-install', needed by `install'.  Stop.
make[1]: Leaving directory `/home/drake/lip/v4l'
make: *** [install] Error 2

I downloaded the file from bitbucket directly and put the unrared file via winscp on the xbmcbuntu machine and gave the 777 permission.

Anyone knows how to install this, without getting the "permission denied"?
Reply
#2
Hmm, you don't need that to get your tuner working. Any kernel version from 3.0 onwards should include support for it automatically, as negge pointed out here http://forum.kodi.tv/showthread.php?tid=...id=1823143

What you do need however, is firmware for it.

There is a guide here http://www.vdr-portal.de/board16-video-d...e-english/ that explains where to download from. Once you have downloaded the file, extract it. You need to copy the *.fw files into /lib/firmware and then create a link from the actual firmware to the name the kernel is looking for (according to what I have read, dvb-usb-s660.fw). You could of course just rename it also.

You can create the link with
Code:
cd /lib/firmware
sudo ln -s dvb-usb-teviis660.fw dvb-usb-s660.fw

Then reboot. Check dmesg with
Code:
dmesg | grep dvb

to make sure the firmware is loaded.
Learning Linux the hard way !!
Reply
#3
Thanks you.

The S660 that I have is somewhat broken. I get all Transponders from Astra 19.2 and nearly all from 28.2 perfect without errors. But the one that is needed the most is the one with BBC1 and 2 HD. That is the one on 10847, 23000.

My old Receiver can receive them perfect without flaws. The S660 however makes just on this Transponder alot of errors so that watching it via PC isn't possible at all. I'll get a Technotrend 3650 CI USB Device later the next week so that I try it out with that device and as far as I read these Technotrends are a bit picky
Reply
#4
You do know those devices are not well supported under linux ?
Learning Linux the hard way !!
Reply

Logout Mark Read Team Forum Stats Members Help
Liplianin installation0