Beiträge von l0pan

    iface eth0 inet6 static
    address fe880:: [irgendwas]
    mask 64


    Here is example for static config for ipv6

    Code
    iface eth0 inet6 static
    address 2001:5c0::::3
    netmask 64 
    gateway 2001:5c0::::1

    Does anyone know how to find dma address for the 2nd video decoder on DM8000 for screen-grabbing PiP?
    I found this address 0x10c02000 for the first decoder in AiO stb screengrabber.
    I tried 0x10c01000 ,0x10c03000, 0x10c04000 but without success. Is it dangerous just to test nearest addresses?
    Is there datasheet for BRCM7400 chipset or source codes for its driver?


    Thank you