Jump to content

fossxplorer

Members
  • Posts

    76
  • Joined

  • Last visited

Posts posted by fossxplorer

  1. Thank a lot for your reply. And i apologize for not providing enough details.

    I figured out by now that the issue was completely on my side. One of the switch port wasn't working hence not forwarding Ethernet packets to the gateway :(

    Now i have one of the boxes, an MX Plus with S905, working with 1Gbit network.

     

    @SteeMan thanks again!

     

     

     

  2. I got couple of Amlogic S905 and S905x boxes.  And i think i've used at least a 7-8 hours to see if i can get these to work again. 

    I tried to use the lastest images with S905 boxes, and it is has been a real hassle to get it working. Some times i had to hook up an USB disk in addition to get it to boot the rootfs.  And when i finally get into the OS, the network won't work. Both the built in Ethernet port and an USB Ethernet adapter. Both can detect a link, but unable to to receive IP from DHCP nor is it possible when manually assigned to get it to ping the GW.

     

    Is support for such devices by @balbes150still something that he still does?

     

     

     

     

  3. Thanks for your advises @NicoD

    I have several use cases, which i've bought a couple of HP thin clients to see if they can cover my needs. This because i really got fed up with the I/O options of the boxes i've played with.

     

    Anyway, my uses cases are different, one of them being NAS, and i've seen a 4 port SATA NAS HAT by @mindee somewhere here i look forward to being tested/reviewed. Will that HAT work with this board?

    And based on your video review, i really like this board as i probably don't need to deal with heat dissipation due to the nice heatsink.  Being able to feed it with current from power bank is a plus for me as i'm gonne bring this "computer" to south asia where power comes and goes :)

     

     

     

     

     

     

     

  4. It's actually specified in the item ad: Power supply interface (5.5*2.5 standard interface) 12V 4A, which makes sense to be able to deliver 2A at max for 3.5" HDD startup power.

     

  5. 18 minutes ago, tkaiser said:

     

    Such a SATA controller like this doesn't handle powering at all. I would most probably choose a 12V PSU to be combined with a buck converter (or plain 5V if it's about 2.5" HDDs).

    Sorry i quoted the wrong link. The link is from your post at OMV site: https://www.ebay.ca/itm/HD622-PCBA-Board-USB-3-0-to-Dual-SATA-Adapter-Card-for-2-5-or-3-5inch-HDD-SSD/122211050288

    I was thinking about the barrel DC in on this board and what kind of PSU i'd need. I really like these adapter as it saves me a lot of other adapters i've been buying lately to build a NAS from ARM SBC boards.

     

  6. I have been happy user of Vscission V88 Piano board for some months running Armbian and ZFS, but yesterday after some trouble rebooting like 20x after the box hang during an attempt to clone a Corsair 32GB USB drive, i can't get it to boot Armbian any longer! :(

    I've verified i'ts' not the SDcard nor the content in it (correct dtb.img etc) and i even downloaded another image from dl.armbian.com and tested a new SD card with no luck.

    It boots Android just fine when SD card is not inserted, but when inserted i see a red light and nothing on the screen.

    Sad since this one has enough RAM to run a lot of stuff.

     

    What could this be? :unsure:

  7. I have 2 RK3288 devices, is it possible to test this off an SD-card before overwriting the eMMC?

     

    Edit: Never mind. README.txt gave me some more info and this script can only be installed once you have a running system.

     

    Now i need to find an image for my RK3288 TV-box!

  8. @balbes150 i'm trying to run Kubernetes using your kernel, but it seems to lack some cgroup support such as freeer, and other kernel support for ip_nf and netfilter_xt. + some other missing kernel support too, please see below marked in bold.

    Possible to get these into the next version?

     

    root@amlogic:~# kubeadm join --token 82e7a9.543a20d2e1b46566 192.168.1.105:6443 --discovery-token-ca-cert-hash sha256:030150ccecdfd2139bd3f532b92153870ea01f9cf319b1fb8954dab76357fb45[preflight] Running pre-flight checks.
    [preflight] The system verification failed. Printing the output from the verification:
    KERNEL_VERSION: 4.14.0-rc2-next-20170929-amlogics905x
    CONFIG_NAMESPACES: enabled
    CONFIG_NET_NS: enabled
    CONFIG_PID_NS: enabled
    CONFIG_IPC_NS: enabled
    CONFIG_UTS_NS: enabled
    CONFIG_CGROUPS: enabled
    CONFIG_CGROUP_CPUACCT: enabled
    CONFIG_CGROUP_DEVICE: enabled
    CONFIG_CGROUP_FREEZER: not set
    CONFIG_CGROUP_SCHED: enabled
    CONFIG_CPUSETS: enabled
    CONFIG_MEMCG: enabled
    CONFIG_INET: enabled
    CONFIG_EXT4_FS: enabled
    CONFIG_PROC_FS: enabled
    CONFIG_IP_NF_TARGET_REDIRECT: not set
    CONFIG_NETFILTER_XT_MATCH_COMMENT: not set
    CONFIG_OVERLAY_FS: enabled
    CONFIG_AUFS_FS: not set - Required for aufs.
    CONFIG_BLK_DEV_DM: not set - Required for devicemapper.
    DOCKER_VERSION: 17.12.1-ce
    OS: Linux
    CGROUPS_CPU: enabled
    CGROUPS_CPUACCT: enabled
    CGROUPS_CPUSET: enabled
    CGROUPS_DEVICES: enabled
    CGROUPS_FREEZER: missing
    CGROUPS_MEMORY: enabled
        [WARNING SystemVerification]: docker version is greater than the most recently validated version. Docker version: 17.12.1-ce. Max validated version: 17.03
        [WARNING FileExisting-crictl]: crictl not found in system path
    [preflight] Some fatal errors occurred:
        [ERROR SystemVerification]: unexpected kernel config: CONFIG_CGROUP_FREEZER CONFIG_IP_NF_TARGET_REDIRECT CONFIG_NETFILTER_XT_MATCH_COMMENT
        [ERROR SystemVerification]: missing cgroups: freezer
    [preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`
    root@amlogic:~#

  9. Thanks for that info!

    root@rock64:~/tmp/spl-spl-0.7.6# find /usr/src/linux-headers-4.4.115-rk3328/ -iname 'gcc-wrapper*'
    /usr/src/linux-headers-4.4.115-rk3328/scripts/gcc-wrapper.py
    root@rock64:~/tmp/spl-spl-0.7.6# mv /usr/src/linux-headers-4.4.115-rk3328/scripts/gcc-wrapper.py /tmp/
    root@rock64:~/tmp/spl-spl-0.7.6# ./autogen.sh

    ..

    # went fine

    root@rock64:~/tmp/spl-spl-0.7.6# ./configure

    ..

    checking whether dpkg-buildpackage is available... yes (1.18.4.)
    checking whether alien is available... yes (8.95)
    checking spl config... all
    checking kernel source directory... /usr/src/linux-headers-4.4.115-rk3328
    checking kernel build directory... /usr/src/linux-headers-4.4.115-rk3328
    checking kernel source version... 4.4.115
    checking kernel file name for module symbols... Module.symvers
    checking whether debugging is enabled... no
    checking whether basic kmem accounting is enabled... no
    checking whether detailed kmem tracking is enabled... no
    checking whether modules can be built... no
    configure: error: *** Unable to build an empty module.

     

    Any more hints would be welcome :)

     

  10. Has anyone been able to build ZFS/SPL?:

    checking linux distribution... ubuntu
    checking default package type... deb
    checking whether rpm is available... yes (4.12.0.1)
    checking whether rpmbuild is available... yes (4.12.0.1)
    checking whether spec files are available... yes (rpm/generic/*.spec.in)
    checking whether dpkg is available... yes (1.18.4)
    checking whether dpkg-buildpackage is available... yes (1.18.4.)
    checking whether alien is available... yes (8.95)
    checking spl config... all
    checking kernel source directory... /usr/src/linux-headers-4.4.115-rk3328
    checking kernel build directory... /usr/src/linux-headers-4.4.115-rk3328
    checking kernel source version... 4.4.115-rk3328
    checking kernel file name for module symbols... Module.symvers
    checking whether debugging is enabled... no
    checking whether basic kmem accounting is enabled... no
    checking whether detailed kmem tracking is enabled... no
    checking whether modules can be built... no
    configure: error: *** Unable to build an empty module.
    root@rock64:~/tmp/spl-spl-0.7.6#

    root@rock64:~/tmp/spl-spl-0.7.6# uname -a
    Linux rock64 4.4.115-rk3328 #3 SMP Sun Mar 18 11:31:44 CET 2018 aarch64 aarch64 aarch64 GNU/Linux

     

     

    I've tried numerous times, without any luck on my Android box running armbian Rock64 image. Although the kernel devel/headers are there, it fails!

     

     

     

     

  11. I'm using Rock64 image with my V88 Piano RK3328 box and when trying to build ZFS (SPL), it gives me an error. It's probably due to the maching kernel headers for running kernel is missing.

    When i run apt-get install kernel-headers-generic it installs 4.4.116 headers and not 4.4.77 kernel i'm running.

     

    How can i get the correct kernel headers?

    Thanks.

     

  12. On 2/7/2018 at 10:56 PM, segv said:

    Very good observation. I bought 4 of these and i can confirm all of them having only 100Mb/s link (booted in Android) when connected to a 1GbE switch.

    So Gearbest & co have LIED to us about the spec. I've now claimed full refund from Paypal.

     

     

     

    On 2/7/2018 at 10:56 PM, segv said:

    In several places, including this topic, it is claimed that the Scishion V88 Piano has Gigabit Ethernet (1000 Mbps).

    I am pretty sure that mine only has Fast Ethernet (100 Mbps).

    Does anyone have one with confirmed GbE?

    (Maybe there are two versions.)

     

    I have not opened the box but several things indicate that it doesn't have GbE:

    - it connects to my GbE switch at only 100 Mbps

    - photos of the PCB on FreakTab show a TRC1102NL which is a 10/100 Mbps transformer

    - AIUI GbE requires an external chip (e.g. RTL8211F) and I can see no sign of one in the boot logs

    - internal Ethernet doesn't work with DTB's for boards with GbE.

     

    Sorry, strictly this post is again OT as it also concerns the Scishion V88 Piano (another RK3328 TV box).

    However there are already many posts concerning this box and others not included in the topic's title.

    While this post is specific to this box, I think much of my previous post is relevant to the Z28 as well.

    Should I start a new topic dedicated to this box?

    Alternatively can the title of this topic be enlarged to cover all RK3328 TV boxes?

     

  13. Tried with ioBroker image and it booted up on my first attempt, WOW! This is the first box to boot on my first attempt.

    USB mouse and keyboard work, but there are error messages related to the GbE i think:

    stmmac_open hw setup failed + some DMA setup failures

    'ip a' shows an interface named eth0, but 'ethtool eth0' gives some errors as well.

    Kernel version is 4.4.77-rk3328.

     

    Now if we can get the ethernet to work and USB3 (not yet tested), this is gonna rock! :beer:

     

    Edit1: Some images of the issues for debugging purposes:

    https://my.owndrive.com/index.php/s/ycA9lCC1yQSFIH2

     

    Edit2: USB3 seems to be working as i get ~90MB/s for reads with a USB memory drive. :D

     

    Now only the ethernet is not working so i hope we can find a pay to patch it.

    Still waiting early to get started with my Ceph home lab with these!

  14. On 12/12/2017 at 8:40 PM, Blackie said:

    Thank you very much Rob for reporting. It's still not bad result for a start, booting from SD card seems to be a problem on many other boxes.

    I hope some developers could help to resolve the ethernet issues in the future.

    Can you test whether USB 3 port is working full speed?

     

    Would appreciate insight into ^^ questions. I've also ordered SCISHION V88 to test out.  

    Maybe Rob could also test GbE in Android? I was testing another box recently (S905), where the "supposed to be GbE" port doesn't work at all inside Android nor Linux. Link established, IP received from DHCP, but nothing more works. 

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines