Jump to content

Saurabh

Members
  • Posts

    29
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Saurabh got a reaction from deviantstudio in ARMBIAN for Amlogic S905 and S905X (ver 5.44 =<)   
    Hi,
     
    Can anyone provide me Armbian_5.41.1_S9xxx_Ubuntu_xenial_3.14.29_mate_20180421.img version image? Or any other image which has ssv6051 Wifi module.
  2. Like
    Saurabh got a reaction from TRS-80 in ARMBIAN for Amlogic S905 and S905X (ver 5.44 =<)   
    I do know know which image you are using as the link mentioned by you doesn't open for me. There is an another thread where you can ask for help.
     
    You can ask others which image has the WiFi driver for that chip. In addition to that, the main author , balbes is kind of more active there as compared to current thread ( It is kind of outdated one). So, he might help you.
    Other than that, you can check dmesg or logs to see if there are some issues with loading of WiFi driver.
  3. Like
    Saurabh got a reaction from OrangePee in ARMBIAN for Amlogic S905 and S905X (ver 5.44 =<)   
    Hi,
     
    Can anyone provide me Armbian_5.41.1_S9xxx_Ubuntu_xenial_3.14.29_mate_20180421.img version image? Or any other image which has ssv6051 Wifi module.
  4. Like
    Saurabh reacted to zogu in ARMBIAN for Amlogic S905 and S905X (ver 5.44 =<)   
    You have to compile wifi driver by yourself, mainstream kernel  has very bad support for wifi chips.
    For sound output use alsa mixer to configure. Or make dtb file for exactly your model.
     
    Also there is separate topic for Armbian build with mainstream kernel:
     
  5. Like
    Saurabh reacted to balbes150 in ARMBIAN for Amlogic S905 and S905X (ver 5.44 =<)   
    Update images version 5.44_20180515.
     
    Please note that the content of MATE\Xfce has changed. Now there is no KODI in the composition of these images. KODI packages with dependencies are in separate directories on the site. To install them, you need to download all the files from the desired directory and install manually (with the appropriate commands "dpkg -i" and "apt install -f").
  6. Like
    Saurabh got a reaction from manuti in Armbian on S905W TVBOX (COOLEME / W95T )   
    You can find that ssv6051 module in 5.41.1 images(I don't know about 5.41 ) . And mali 7 one I downloaded yesterday , it has ssv 6051 module too.
  7. Like
    Saurabh reacted to balbes150 in ARMBIAN for Amlogic S905 and S905X (ver 5.44 =<)   
    Test image Debian + KODI-18.
     
    https://yadi.sk/d/goZiDfto3UV8UU
     
    To run KODI-18 , you need to perform additional configuration of the system.
    1. you need to remove the package “pulseaudio”
    2. Switch to the test repository (disable all other repositories and enable "test" in the sourceslist file). Then install a new version of libc6-2.27 from the test repository).
    After these steps, you can use KODI-18 as usual.
  8. Like
    Saurabh reacted to balbes150 in ARMBIAN for Amlogic S905 and S905X (ver 5.44 =<)   
    When started from the eMMC , the system uses the value "hdmimode" from the variable ENV (u-boot). You can change this variable using the "fw_setenv" utility (you can use the "fw_printenv" utility to read the variable), or you can use the UART console.
  9. Like
    Saurabh got a reaction from manuti in ARMBIAN for Amlogic S905 and S905X (ver 5.44 =<)   
    Hi , can anyone tell me which module will be good for wifi chip sv6051p? I have s905w board (x96 mini ). I tried wifi_dummy and modprobe dhd but nothing worked .
  10. Like
    Saurabh reacted to jjekaa79 in ARMBIAN for Amlogic S905 and S905X (ver 5.44 =<)   
    hi there in the file - hdmi.sh error for changing to 720 need to take my
     
    #!/bin/sh
    bpp=32
    #bpp=24
    #mode=1080p60hz
    mode=720p60hz
    case $mode in
        1080*)
        fbset -fb /dev/fb0 -g 1920 1080 1920 2160 $bpp
        fbset -fb /dev/fb1 -g 32 32 32 32 32
        echo $mode > /sys/class/display/mode
        echo 0 > /sys/class/graphics/fb0/free_scale
        echo 1 > /sys/class/graphics/fb0/freescale_mode
        echo 0 0 1919 1079 > /sys/class/graphics/fb0/free_scale_axis
        echo 0 0 1919 1079 > /sys/class/graphics/fb0/window_axis
        echo 0 > /sys/class/graphics/fb1/free_scale
        ;;
        720*)
        fbset -fb /dev/fb0 -g 1280 720 1280 1440 $bpp
        fbset -fb /dev/fb1 -g 32 32 32 32 32
        echo $mode > /sys/class/display/mode
        echo 0 > /sys/class/graphics/fb0/free_scale
        echo 1 > /sys/class/graphics/fb0/freescale_mode
        echo 0 0 1279 719 > /sys/class/graphics/fb0/free_scale_axis
        echo 0 0 1279 719 > /sys/class/graphics/fb0/window_axis
        echo 0 > /sys/class/graphics/fb1/free_scale
        ;;
    esac
    # Enable framebuffer device
    echo 0 > /sys/class/graphics/fb0/blank
    # Blank fb1 to prevent static noise
    echo 1 > /sys/class/graphics/fb1/blank
    echo 0 > /sys/devices/virtual/graphics/fbcon/cursor_blink
    #/etc/webmin/start &
    #su -c 'hciattach /dev/ttyS1 any'
     
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines