Beiträge von Ge0rG


    Ich hatte häufig die Situation, dass ich nur zwei-drei Sats scannen wollte (die anderen schaut man ja eh nicht regelmäßig), und da wäre es eine enorme Erleichterung, umschalten zu können... z.B. so:


    [Rot] = Alle Aus
    [Grün] = Alle An
    [Blau] = Auswahl umkehren


    Eigentlich würde auch nur die "Auswahl umkehren" Taste reichen :smiling_face:

    Die meisten externen 2.5"-Platten ziehen mehr Strom über USB als sie dürfen. Meine Platte läuft an der DM800 zumindest nicht an, bei anderen Geräten mag das anders ausfallen. Eine generelle Aussage dazu ist schwer zu machen.
    Die 3.5"-Platten ziehen ihren Strom dagegen generell nicht über USB sondern vom Netzteil.

    There is a DVI related change in drivers + e2, which was posted today. I do not know if this new version will help, have you tried it?


    You could also do the following via telnet/ssh on the box, when the Display shows "Unsupported":

    Code
    echo 1366x768 > /proc/stb/video/videomode
    echo 1366x768_50 > /proc/stb/video/videomode_50hz
    echo 1366x768 > /proc/stb/video/videomode_60hz


    1366x768 is the highest "PC" resolution supported by the DM800 and the DV3750, so you can stick to it until a fix for the "home video" resolutions (1080i, 720p, ...) is published. There was already a workaround for this problem, but it tweaked the video signal in some way makinig it incompatible to the standard; probably that is why it was not included into the official drivers yet.

    Hi Kopernikus,


    would you mind posting your BenQ's firmware version? You can find it out by entering the top-secret maintenance menu ([Menu] [3] [7] [5] [0] [Menu]) and then by going to Factory -> Firmware version.
    To return back the regular menu, you go to Factory -> Return User OSD.


    If you change anything in that menu, don't blame me!


    My BenQ is EU RM102 0.11 and seems to have problems with many HDMI/DVI devices...

    Für alle, deren DM800 bis zum Ende bootet und die gern eine NTFS-Platte über USB anschließen wollen, habe ich da mal was gebastelt:


    Code
    uname -r # das muss 2.6.12-5.1-brcmstb-dm800 zurückliefern
    ipkg install http://op-co.de/dm800/fuse-module_2.7.3-r1_dm800.ipk
    ipkg install http://op-co.de/dm800/ntfs-3g_1.2506-r0_mipsel.ipk
    modprobe fuse
    modprobe usb-storage
    modpobe sd_mod
    ntfs-3g /dev/scsi/host0/bus0/target0/lun0/part1 /media/hdd
    mkdir /media/hdd/movie


    Leider gibts im Zusammenspiel von fuse und Kernel noch einen Bug, und mein bisheriger Workaround ist sehr Performance-lastig.


    time dd meldet jedoch ca. 1MByte/s schreiben und 4.6MByte/s lesen (bei voller CPU-Last!). Zum Aufnehmen und Abspielen von SDTV könnte das reichen, wenn genug für e2 übrig bleibt. Experimentierwillige mit HD-Aufnahmen vor!