2009-02-17, 17:05
Respekt !!!
./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. *
****************************************************************
[email protected]:~/src/xine-lib-1.2$
========================= Installation results ===========================
make: *** No rule to make target `install'. Stop.
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.
[email protected]:~/src/xine-lib-1.2$
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]
[email protected]:~/src/v4l-dvb$ sudo make install
[sudo] password for vdr:
Sorry, try again.
[sudo] password for vdr:
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
sudo passwd vdr
hug0 Wrote:Yep, you canYou didn't do that in the first place, that's why you didn't "know" the password ...
should do the trick ...Code:sudo passwd vdr
mwfv Wrote: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:[email protected]:~/src/v4l-dvb$ sudo make install
[sudo] password for vdr:
Sorry, try again.
[sudo] password for vdr:
VDRPRG="/usr/local/bin/vdr"
VDRCMD="$VDRPRG -c /etc/vdr -E /var/vdr -l 3 \
-P streamdev-server \
-P'xineliboutput -l none -r 37890 -p' \
-u root \
$*"
KILL="/usr/bin/killall -q -TERM"
DRIVERS="rmmod cx88xx
rmmod dvb_ttpci
rmmod budget_ci
modprobe dvb_ttpci
modprobe cx88xx
modprobe budget_ci"
while (true) do
eval "$VDRCMD"
if test $? -eq 0 -o $? -eq 2; then exit; fi
echo "`date` reloading DVB driver"
$KILL $VDRPRG
sleep 10
$DRIVERS
echo "`date` restarting VDR"
done
[6305] [input_vdr] TCP: Buffer too small (8192 ; incoming frame 1936287613 bytes)
[6305] [input_vdr] TCP: Buffer too small (8192 ; incoming frame 1935894657 bytes)
[6305] [input_vdr] TCP: Buffer too small (8192 ; incoming frame 65560 bytes)
[6305] [input_vdr] TCP: Buffer too small (8192 ; incoming frame 1041500224 bytes)
[6305] [input_vdr] TCP: Buffer too small (8192 ; incoming frame 1914727809 bytes)
[6305] [input_vdr] TCP: Buffer too small (8192 ; incoming frame 65560 bytes)
[6305] [input_vdr] TCP: Buffer too small (8192 ; incoming frame 1550911768 bytes)
[6305] [input_vdr] TCP: Buffer too small (8192 ; incoming frame 1684109965 bytes)
[6305] [input_vdr] TCP: Buffer too small (8192 ; incoming frame 1041500224 bytes)
[6305] [input_vdr] TCP: Buffer too small (8192 ; incoming frame 419430424 bytes)
[6305] [input_vdr] TCP: Buffer too small (8192 ; incoming frame 134217752 bytes)
[6304] [input_vdr] vdr_flush_engine: 28726816 < current position, flush skipped
[6305] [input_vdr] TCP: Warning: long delay (>500ms) !
[6305] [input_vdr] TCP: Warning: long delay (>500ms) !
[6305] [input_vdr] TCP: Warning: long delay (>500ms) !
[6305] [input_vdr] TCP: Warning: long delay (>500ms) !
[6305] [input_vdr] TCP: Warning: long delay (>500ms) !
[6305] [input_vdr] TCP: Warning: long delay (>500ms) !
[6305] [input_vdr] TCP: Warning: long delay (>500ms) !
[6305] [input_vdr] TCP: Warning: long delay (>500ms) !
[6305] [input_vdr] TCP: Warning: long delay (>500ms) !
[6305] [input_vdr] TCP: Delay too long, disconnecting
[6306] [input_vdr] read_block: no data source, returning NULL
[6296] [vdr-fe] xine_event_cb: XINE_EVENT_UI_PLAYBACK_FINISHED
[6303] [input_vdr] XINE_EVENT_UI_PLAYBACK_FINISHED
[6287] [input_vdr] write_control aborted
[6287] [input_vdr] (ERROR (xine_input_vdr.c,1014): Resource temporarily unavailable)
[6287] [input_vdr] Connections closed.
ads_german Wrote:lx01, are you aware of the mythbox python script for mythtv integration? Long term I understand the plan is to integrate via the unified-pvr branch, but for now, the mythbox script offers a fair bit of functionality...Yeah, i tried that too, but for some reason it takes several minutes to start up, and then after choosing livetv or guide, it takes another 5 to 10 minutes just to load my channels.