Jump to content

Saurabh

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Saurabh

  1. Yeah I did, I downloaded the latest image(5.4 Kernel) and it worked. Still, I do not know why it didn't work in 4.19 Kernel.
  2. Hi, can anyone let me know if we can enable a UART port from a DTB file? Means like compile DTB to DTS, make changes and then again recompile it to a DTB like we do in the script.bin file of legacy kernel. Earlier I have used to mention "overlays=uart1 uart2" in the armbianEnv.txt file but, this didn't work for me .
  3. 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.
  4. 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.
  5. Hi , can anyone provide me the link to download Armbian bionic image with kernel 3.14. I have seen that image earlier at the ydisk link which @balbes150 provided but seems he has removed it now .
  6. Hi, I was trying armbian images with 4.18 and 4.19 kernel on my s905w 2G/16 board. It's working fine but I facing 2 issues: 1. The board has wifi chip of sv6051p chip and doing modprobe “dhd” or “wifi_dummy” or "ssv6051" or "wlan" doesn't work. Always says module not found. 2. The default sound output is HDMI , so is there anyway by which we can change it to Av output ?
  7. Sorry It was 242, I checked that via console and it showed 242. But will double check again since you said it doesn't exist.
  8. I did that, I gxl_212 and gxl230 and gxl 231 but 241 isn't there
  9. Hi , can anyone tell me from where I can get the dtb: gxl_p242_2g.dtb file for my s905x board?
  10. Hi , one question , does anyone know how to enable sound during remote sessions on pulse audio?
  11. I'm using Armbian 5.41 image which you can find in mali 7 folder. It's working fine for me without any dtb. Since you don't have a hdmi monitor you can choosing 720p option in the hdmi.sh file (comment the 1080p one ) and it will work on normal monitors too.
  12. It is working fine in 1080p but I was trying to run it in 720p because my other monitor doesn't support 1080p.
  13. 720p, normal mate is working fine but when I go in kodi, it goes half screen.
  14. Hi balbes , I'm using your Armbian_5.41.1_S9xxx_Ubuntu_xenial_3.14.29_mate_20180421.img.xz of mali7 , I'm facing one issue with kodi 18. I changed the repositories and installed the newest lib6 . But when I started kodi , screen goes half . Can see the top portion of kodi only. I don't know what is wrong here so can you help me in this ?
  15. Hi, I just changed the user password from command line using sudo passwd and I also tried sudo passwd user (as user is the username I put it there ). when I rebooted it , I entered the new password , system accepted it but it loop back again to the login screen asking for password. Any help in that ???
  16. You can use modprobe wifi_dummy to insert modules too. And what else you can do is follow the arkimede comment related to making a ssv6051.conf file . Anter that reboot ,again do modprobe wifi_dummy and see dmesg. In my board the system was trying to find a ssv6051.bin file (something like that) in wrong path(/usr/lib/firmware). But it was actually in lib/firmware folder. So what you can do is to change the path or copy the ssv6051 folder from /lib/firmware to /usr/lib/firmware and it will start detecting networks . It worked for me though.
  17. 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.
  18. I dont know about p281 board and I goggled it for it too but saw a mxq pro box only. The new images have more new dtbs other than the image which you were using . So maybe one of them work .
  19. There are new images, for mainline kernel you can look into the folder Test and for stable kernel you can look in mali 6 and mail 7 folder. https://yadi.sk/d/pHxaRAs-tZiei I'm using 3.14 kernel version ( ubuntu mate) which you can find in mali 6 folder. It has the ssv6051 module there.
  20. Try downloading the latest image of armbian(5.41) from the site. It has the ssv6051 module in it .
  21. Try adding 720 in script like this . It worked for me . #!/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'
  22. 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 .
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines