[LINUX] HOW-TO get Live TV with VDR working in XBMC for Linux

  Thread Rating:
  • 14 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
yanardag Offline
Junior Member
Posts: 6
Joined: Feb 2009
Reputation: 0
Post: #61
Respekt !!!
find quote
divingmule Offline
Posting Freak
Posts: 1,269
Joined: Oct 2008
Reputation: 54
Post: #62
I got ffmpeg to make finallySmile but I'm having trouble with xine.
Code:
./configure: line 13573: AM_ICONV: command not found
configure: error:
****************************************************************
* iconv library not found. It's necessary for proper           *
* manipulation with texts so xine requires it as default.      *
*                                                              *
* You need to install iconv library or to specify prefix       *
* by option --with-libiconv-prefix.                            *
*                                                              *
* If you don't want iconv support use the option               *
* --disable-iconvtest.                                         *
****************************************************************

vdr@ubun:~/src/xine-lib-1.2$
should I use the --disable-iconvtest option?
(This post was last modified: 2009-02-17 18:43 by divingmule.)
find quote
divingmule Offline
Posting Freak
Posts: 1,269
Joined: Oct 2008
Reputation: 54
Post: #63
I found libiconv-1.12 compiled and installed it. Had the same results as above. I decided to add the --disable-iconvtest option and it seemed to finish, but check install failed.
Code:
========================= Installation results ===========================
make: *** No rule to make target `install'.  Stop.

****  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

vdr@ubun:~/src/xine-lib-1.2$
find quote
mwfv Offline
Junior Member
Posts: 21
Joined: Oct 2007
Reputation: 0
Question  Password ? Post: #64
What ist the Password?

Code:
sudo useradd vdr -g video -d /home/vdr -s /bin/bash -m
sudo echo "vdr ALL=(ALL) ALL" >> /etc/sudoers
su - vdr
mkdir src
cd src
hg clone http://linuxtv.org/hg/v4l-dvb
cd v4l-dvb
make
[i][b]sudo make install[/b][/i]

Code:
vdr@vdrwohnen:~/src/v4l-dvb$ sudo make install
[sudo] password for vdr:
Sorry, try again.
[sudo] password for vdr:
find quote
hug0 Offline
Junior Member
Posts: 46
Joined: Oct 2008
Reputation: 0
Post: #65
mwfv Wrote:What ist the Password?

Who added that user?
find quote
mwfv Offline
Junior Member
Posts: 21
Joined: Oct 2007
Reputation: 0
Post: #66
root user
find quote
hug0 Offline
Junior Member
Posts: 46
Joined: Oct 2008
Reputation: 0
Post: #67
mwfv Wrote:root user

can you ask him for that password?
find quote
mwfv Offline
Junior Member
Posts: 21
Joined: Oct 2007
Reputation: 0
Post: #68
can i set an new password with the root user for the vdr user.
when i make passwd i cant seting a new password.

I am stupid
find quote
hug0 Offline
Junior Member
Posts: 46
Joined: Oct 2008
Reputation: 0
Post: #69
mwfv Wrote:can i set an new password with the root user for the vdr user.
when i make passwd i cant seting a new password.

I am stupid

Yep, you can Smile You didn't do that in the first place, that's why you didn't "know" the password ...

Code:
sudo passwd vdr
should do the trick ...
(This post was last modified: 2009-02-17 19:58 by hug0.)
find quote
mwfv Offline
Junior Member
Posts: 21
Joined: Oct 2007
Reputation: 0
Wink    Post: #70
hug0 Wrote:Yep, you can Smile You didn't do that in the first place, that's why you didn't "know" the password ...

Code:
sudo passwd vdr
should do the trick ...

Yep that's it Thank you Big Grin
find quote
Post Reply