Am 19.11.2012 05:27, schrieb Richard Scobie:
> I have just upgraded from vdr-1.7.31 to vdr-1.7.32 with S2-6400 and
> on
> making plugins, I receive the following error:
>
> make[2]: Entering directory
> `/home/rs/vdr-1.7.32/PLUGINS/src/dvbhddevice/libhdffcmd'
> gcc -O3 -Wall -fPIC -shared -o libhdffcmd-0.1.0.so bitbuffer.o
> hdffcmd_av.o hdffcmd_base.o hdffcmd_generic.o hdffcmd_hdmi.o
> hdffcmd_mux.o hdffcmd_osd.o hdffcmd_remote.o
> /usr/bin/ld: bitbuffer.o: …
[View More]relocation R_X86_64_PC32 against undefined
> symbol `memset@@GLIBC_2.2.5' can not be used when making a shared
> object; recompile with -fPIC
> /usr/bin/ld: final link failed: Bad value
> collect2: ld returned 1 exit status
> make[2]: *** [libhdffcmd-0.1.0.so] Error 1
>
> As "-fPIC" is being used, I am not sure how to handle the comment,
> "recompile with -fPIC"
The error message asks for compile with -fPIC, but the command you show
is the link, not the compile command.
Gerald
[View Less]
hello
i install vdr with softhdevice in ubuntu 12.4 .
now when i change aspect rate 4:3 to 16:9 in setting video not change
. How i solve this problem ?
Hi All,
My PC wakes up one hour too late. In everything.log I see the PC wants to
wake up 03:15, but wakes up 4:15 instead.
"
Nov 2 00:37:03 TV vdr-shutdown: executing /usr/share/vdr/shutdown-hooks/S90.acpiwakeup
Nov 2 00:37:03 TV vdr-addon-acpiwakeup: Setting ACPI alarm time to: 2012-11-02
03:15:00
..
Nov 2 04:15:40 TV kernel: [ 0.000000] Initializing cgroup subsys cpuset
"
$ cat /proc/driver/rtc
rtc_time : 18:26:10
rtc_date : 2012-11-02
alrm_time : 03:15:00
alrm_date : 2012-11-03
…
[View More]alarm_IRQ : no
alrm_pending : no
update IRQ enabled : no
periodic IRQ enabled : no
periodic IRQ frequency : 1024
max user IRQ frequency : 64
24hr : yes
periodic_IRQ : no
update_IRQ : no
HPET_emulated : no
BCD : yes
DST_enable : no
periodic_freq : 1024
batt_status : okay
$ date
Fri Nov 2 18:26:34 CET 2012
$ uname -a
Linux TV 3.6.2-1-ARCH #1 SMP PREEMPT Fri Oct 12 23:58:58 CEST 2012 x86_64
GNU/Linux
The following does not wake up my PC within 5 minutes:
# echo 0 > /sys/class/rtc/rtc0/wakealarm
# echo `date '+%s' -d '+ 5 minutes'` > /sys/class/rtc/rtc0/wakealarm
# cat /proc/driver/rtc
rtc_time : 18:31:01
rtc_date : 2012-11-02
alrm_time : 18:35:34
alrm_date : 2012-11-02
alarm_IRQ : no
alrm_pending : no
update IRQ enabled : no
periodic IRQ enabled : no
periodic IRQ frequency : 1024
max user IRQ frequency : 64
24hr : yes
periodic_IRQ : no
update_IRQ : no
HPET_emulated : no
BCD : yes
DST_enable : no
periodic_freq : 1024
batt_status : okay
[View Less]
Hi All,
I have an usb dvb-t receiver. When something goes wrong, (for instance when
I unplug, and then re-plug the receiver) I see in my syslog something along
the lines of "video data stream broken" or "error stopping stream". Then
vdr restarts itself.
The problem is that the kernel does not reinitialize the receiver until nobody
is using the device. reinitialize takes a few seconds, but vdr does not release
the device long enough for that to happen. The result is that vdr restarts
many …
[View More]times.
When I stop vdr, wait a few seconds, and then start it again, the USB receivers
work fine again.
Is there a way to let vdr wait for 10 seconds during the emergency restart?
Best regards,
Cedric
[View Less]