Re: [vdr] Unable to compile media_build_experimental drivers on Debian stable

2015-10-19 Thread Matthias Lötzke
Hello Helmut,

Helmut Auer wrote:
> To track this down go to the v4l directory and execute:
> 
> make -n links
> 
> which will show:
> echo creating symbolic links...
> find ../linux/drivers/media -name '*.[ch]' -type f -print0 | xargs -0n 255 ln 
> -sf --target-directory=.
> find ../linux/sound -name '*.[ch]' -type f -print0 | xargs -0n 255 ln -sf 
> --target-directory=.
> find ../linux/drivers/staging -name '*.[ch]' -type f -print0 | xargs -0n 255 
> ln -sf --target-directory=.
> find ../linux/drivers/misc -name '*.[ch]' -type f -print0 | xargs -0n 255 ln 
> -sf --target-directory=.
> 
> execute the find commands to see which one fails for further information use: 
> ln -sfv

All of them fail. Unfortunately adding -v does not provide any
additional information.


find ../linux/drivers/media -name '*.[ch]' -type f -print0 | xargs -0n
255 ln -sfv --target-directory=.
xargs: ln: Zu viele Ebenen aus symbolischen Links


But I found a curious solution.
It works when I echo the xargs output and pipe it into sh.
So this patch resolves my problem:


--- media_build_experimental/v4l/Makefile  2015-10-19
21:59:34.0 +0200
+++ media_build_experimental-ml/v4l/Makefile   2015-10-19
22:11:20.0 +0200
@@ -262,10 +262,10 @@

 links::
@echo creating symbolic links...
-   @find ../linux/drivers/media -name '*.[ch]' -type f -print0 |
xargs -0n 255 ln -sf --target-directory=.
-   @find ../linux/sound -name '*.[ch]' -type f -print0 | xargs -0n
255 ln -sf --target-directory=.
-   @find ../linux/drivers/staging -name '*.[ch]' -type f -print0 |
xargs -0n 255 ln -sf --target-directory=.
-   @find ../linux/drivers/misc -name '*.[ch]' -type f -print0 |
xargs -0n 255 ln -sf --target-directory=.
+   @find ../linux/drivers/media -name '*.[ch]' -type f -print0 |
xargs -0n 255 echo ln -sf --target-directory=. | sh
+   @find ../linux/sound -name '*.[ch]' -type f -print0 | xargs -0n
255 echo ln -sf --target-directory=. | sh
+   @find ../linux/drivers/staging -name '*.[ch]' -type f -print0 |
xargs -0n 255 echo ln -sf --target-directory=. | sh
+   @find ../linux/drivers/misc -name '*.[ch]' -type f -print0 |
xargs -0n 255 echo ln -sf --target-directory=. | sh

 config-compat.h:: $(obj)/.version .myconfig scripts/make_config_compat.pl
perl scripts/make_config_compat.pl $(SRCDIR) $(obj)/.myconfig
$(obj)/config-compat.h


This is strange. Anyhow my VDR is up and running again.
Thanks for providing me a starting point to look at.


Best regards

Matthias

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Unable to compile media_build_experimental drivers on Debian stable

2015-10-18 Thread Matthias Lötzke
Hello All,

I has been using http://linuxtv.org/hg/~endriss/media_build_experimental
for quite some time now. Until recently I never encountered a problem.
Now I can't build any more:

> make -C /home/matthias/tmp/media_build_experimental/v4l 
> make[1]: Entering directory '/home/matthias/tmp/media_build_experimental/v4l'
> scripts/make_makefile.pl
> ./scripts/make_myconfig.pl
> perl scripts/make_config_compat.pl /lib/modules/3.16.0-4-amd64/source 
> ./.myconfig ./config-compat.h
> creating symbolic links...
> xargs: ln: Too many levels of symbolic links
^^
> Makefile:264: recipe for target 'links' failed
> make[1]: *** [links] Error 126
> make[1]: Leaving directory '/home/matthias/tmp/media_build_experimental/v4l'
> Makefile:28: recipe for target 'all' failed
> make: *** [all] Error 2
> build failed at ./build line 491.

I am using Debian stable with Kernel 3.16.0-4-amd64. Some hundreds maybe
thousands of symlinks are being created where the build fails.

Any solution or hint would be highly appreciated.


Best regards

Matthias

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] No sound using radio plug-in after update to VDR 2.2

2015-05-06 Thread Matthias Lötzke

Hello All,

I updated from VDR 1.42 with radio plug-in 0.9.1 running on Debian 
Wheezy to VDR 2.2 with radio plug-in 1.0.0 on Debian Jessie. For output 
I am using the TT S2-6400 dvbhddevice with drivers from 
http://linuxtv.org/hg/~endriss/media_build_experimental


Using VDR 1.42 the radio plug-in worked fine. With VDR 2.2 and radio 
plug-in activated the sound stops whenever I switch to a radio channel.

If the plug-in is deactivated everything works as expected.

Has anyone else observed this problem? Is there a known solution?


Best regards

Matthias

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [Announce] LNB-sharing patch for VDR 1.4.0-3

2006-10-23 Thread Matthias Lötzke
Hello!

A new release of the configurable LNB-sharing patch for VDR 1.4 is
available at:
http://xn--ltzke-jua.de/dvb/VDR_LNB_sharing_patch/configurableLNBshare-VDR_1.4.3.patch


Changes:
- added a missing break statement which froze vdr after pressing
  channel up/down buttons when the main menu was displayed.
  Thanks to Christian Jacobsen, Horchi and Anssi Hannula for reporting
  and analysing.
- adapted to VDR 1.4.3

For general information about the LNB-sharing patch have a look at:
http://xn--ltzke-jua.de/dvb/VDR_LNB_sharing_patch/Description.txt
http://www.vdr-wiki.de/wiki/index.php/Lnbsharing-patch (german)


Matthias.










___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr