Hi Halim,
I also have a CT2-4400, but I get different messages:
si2168 0-0064: Silicon Labs Si2168-B40 successfully identified
si2168 0-0064: firmware version: B 4.0.2
si2157 1-0060: Silicon Labs Si2147/2148/2157/2158 successfully attached
usb 1-1: DVB: registering adapter 0 frontend 0 (Silicon L
Hello,
I don't want to hijack your thread, but just as a reference here is my solution
with acpid to achieve nearly the same:
/etc/acpid/power:
event=button/power*
action=/sbin/acpishutdown.sh
/sbin/acpishutdown.sh:
#!/bin/sh
if [ -e /tmp/acpibutton ]; then
if [ `/bin/ls /tmp/acpibutton
>@@ -1609,6 +1610,12 @@
>cDevice::PrimaryDevice()->SetVolume(-VOLUMEDELTA);
>else if (strcasecmp(Option, "MUTE") == 0)
>cDevice::PrimaryDevice()->ToggleMute();
>+ else if ((strcasecmp(Option, "MUTEON") == 0)
>+ if (!cDevice::PrimaryDevice()->IsMute()))
((strcasecmp(Option, "MUTEON") == 0)
+if (!cDevice::PrimaryDevice()->IsMute()))
+ cDevice::PrimaryDevice()->ToggleMute();
+ else if ((strcasecmp(Option, "MUTEOFF") == 0)
+if (cDevice::PrimaryDevice()->IsMute()))
+ cDevice::PrimaryDevice()->ToggleMute()
Hi all,
I made a tiny patch to extend the SVDRP VOLU command.
Up until now VDR only had an option to _toggle_ the current audio muted status,
but no options to force the audio muted status on or off. I want to mute the
audio via SVDRP and unmute it again later.
My usecase: I'm running mpd on the
Hello,
I vote with NO. For me there are important features missing and I fear a
slowdown of developement pace once vdr-1.6.0 is out.
Also the current situation with vdr-1.5.14 puts some kind of pressure on the
driver devs to get a working solution into the kernel.
S.
__
Am Dienstag, 15. Mai 2007 10:33:21 schrieb Sebastian Frei:
> Am Dienstag, 15. Mai 2007 09:47:27 schrieb alexw:
> > Hi,
> >
> > I am using VDR 1.5.2 in a streamdev only environment. With the vanilla
> > CVS version of streamdev I am receiving a channel picture after ever
>
> I would like to do one of theses schemes :
>
> Line 1 : Channel n° XXX
> Line 2 : Channel name
>
> or
>
> Line 1 : date --- time
> Line 2 : Channel number --- channel name
>
> I should be great if theses profiles could be choosen by a setup option.
>
>
Hello,
maybe I could do this, but not i
Am Mittwoch, 23. Mai 2007 00:19:10 schrieb kafifi:
> >> Hello,
> >>
> >> I am using vdr-1.4.7, and vdr-lcdproc-0.0.10-jw2, to drive a 16x2
> >> characters imon VFD module.
> >>
> >> The display is really nice, but 16x2 isn't enough to display all
> >> datas. I would customize lcdproc to remove all
ngStatus")) LcdSetup.RecordingStatus = atoi(Value);
+ else if (!strcasecmp(Name, "ShowTime")) LcdSetup.ShowTime = atoi(Value);
else
return false;
return true;
diff -ur lcdproc-0.0.10-jw2.org/README lcdproc-0.0.10-jw2/README
--- lcdproc-0.0.10-jw2.org/README 2006-11-12 19:59:31.00
Am Dienstag, 15. Mai 2007 09:47:27 schrieb alexw:
> Hi,
>
> I am using VDR 1.5.2 in a streamdev only environment. With the vanilla CVS
> version of streamdev I am receiving a channel picture after every 2 channel
> switches. I did a bug report and schmirl did post a quick fix.
> Unfortunately it is
11 matches
Mail list logo