Beiträge von fairbird

    Really don't know what to say? !!!

    My question is very simple ... and it does not need this childish response ...


    From the etiquette of talking when a person has an answer for help. He should be to provides it, or else he remains silent ... Your answers are always mystres and a childish answers, and you want to monopolize everything for yourself ...


    Ok, you do not want to help, there is no problem .. Leave the topic to others and do not put useless response that only to reflects the state of your psyche ....


    :thinking_face:

    How can mount the internal flash from image on external flash by multiboot such as BarryAllen ?!

    Code
    root@dm920:~# cat /proc/cmdline | grep "root=" | awk -F "root=" '{print $2}' | cut -d " " -f1
    /dev/mmcblk0p2
    root@dm920:~# umount -l /dev/mmcblk0p2
    umount: can't unmount /dev/mmcblk0p2: Invalid argument
    root@dm920:~# mount -t ext4 -o rw /dev/mmcblk0p2 /mnt
    mount: mounting /dev/mmcblk0p2 on /mnt failed: Device or resource busy

    And Then .. Is this correct command to Flash new image by telnet command ?!!

    Code
    xz -d -c /media/hdd/backup/image.tar.xz > /mnt
    flash-kernel /mnt/boot/zImage*dm920
    
    sync
    umount -l /mnt
    
    reboot

    Thank you

    @dhwz

    Did you tried ?! and working with you ?!!


    @zombi

    hello friend ..

    This is Youtube not Mytube .. It is different way to extract video and play ..

    No need more packages such as python-youtube-dl, tubelib, python-google-api-client ...etc

    But the plugin works just fine on open source images without any problem on my DM920




    After Some friend asked me to edit Youtube plugin for DreamOS images OE2.5/2.6 and After taking the permit from my friend (Taapat)

    https://github.com/Taapat/enigma2-plugin-youtube


    I have edit the plugin and works without crashing ..

    But video won't open ..


    After trying to find a solution. We think the problem is in openssl need to be fix and update it.

    https://github.com/OpenPLi/ope…b2db94c9bcaebff37a816898f


    In attach log of gstreamer debug and plugin if any one want to test and help.

    Hello guys ?!!


    I'm working on some plugin to change ip ...

    Just I want to change this def to work on dreamos oe2.5/2.6 images ..

    This my def for oe2.0 and not compatible with OE2.5/2.6 ..

    Please any advices ?!

    the def just for restart Network after change ip ..


    Hi guys ..

    I have Dm920 and I built my privet images ..

    one depend on opendreambox and other one depend on open source ..


    My problem is with some skins on image built depend on enigma2 of open source I think I need some patches to correction code of gamma and pixmap to make enigma2 works well with those new skins include graphics with high depth color ..


    So please Any friends can help and send any patches or commits from gits to solve my issue ?!


    Thank you

    Yes, Exactly
    Thank you
    I have install from my feed (usbutils)
    and use (Fred Bogus)
    usb-devices


    All information show to me ..

    Code
    root@dm920:~# usb-devices
    -sh: usb-devices: command not found
    root@dm920:~# cat /sys/kernel/debug/usb/devices
    cat: can't open '/sys/kernel/debug/usb/devices': No such file or directory
    root@dm920:~#

    Same result
    No vid pid, no driver name, no company name ...

    What is the correct command to find wifi info on ARM (Dm920) kernel 3.14 ?!
    Because old one doesn't work ..
    And lsusb doesn't give full information

    Code
    root@dm920:~# cat /proc/bus/usb/devices
    cat: can't open '/proc/bus/usb/devices': No such file or directory
    root@dm920:~#