![]() |
|
[LINUX] HOW-TO get Live TV with VDR working in XBMC for Linux - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: Tips, tricks, and step by step guides (/forumdisplay.php?fid=110) +--- Thread: [LINUX] HOW-TO get Live TV with VDR working in XBMC for Linux (/showthread.php?tid=45314) |
- yanardag - 2009-02-17 17:05 Respekt !!! - divingmule - 2009-02-17 18:41 I got ffmpeg to make finally but I'm having trouble with xine.Code: ./configure: line 13573: AM_ICONV: command not found- divingmule - 2009-02-17 19:14 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 ===========================Password ? - mwfv - 2009-02-17 19:45 What ist the Password? Code: sudo useradd vdr -g video -d /home/vdr -s /bin/bash -mCode: vdr@vdrwohnen:~/src/v4l-dvb$ sudo make install- hug0 - 2009-02-17 19:49 mwfv Wrote:What ist the Password? Who added that user? - mwfv - 2009-02-17 19:50 root user - hug0 - 2009-02-17 19:51 mwfv Wrote:root user can you ask him for that password? - mwfv - 2009-02-17 19:54 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 - hug0 - 2009-02-17 19:56 mwfv Wrote:can i set an new password with the root user for the vdr user. Yep, you can You didn't do that in the first place, that's why you didn't "know" the password ...Code: sudo passwd vdr- mwfv - 2009-02-17 19:58 hug0 Wrote:Yep, you can Yep that's it Thank you
|