Jump to content

trip

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by trip

  1. I installed Armbian Bionic Desktop 4.4 on the emmc module and I also have an SD card in.

     

    When I get to the desktop the card looks like it has been mounted by the current user (I'm new to Linux) - it was listed under /media/myuser with myuser as user and group -,  so I changed /etc/fstab to have it mounted during system boot, by adding:

     

        /dev/mmcblk0p1 /mnt/sdcard

     

    This is what lsblk says:

     

        mmcblk1      179:0    0 14.7G  0 disk
        └─mmcblk1p1  179:1    0 14.5G  0 part /
        mmcblk1boot0 179:16   0    4M  1 disk
        mmcblk1boot1 179:32   0    4M  1 disk
        mmcblk1rpmb  179:48   0    4M  0 disk
        mmcblk0      179:64   0   29G  0 disk
        └─mmcblk0p1  179:65   0   29G  0 part /mnt/sdcard

     

    I noticed that the following gives an error:

    $ ls -l /mnt/sdcard/
    drwxr-xr-x 5 root root 32768 Apr 12 20:22 kubernetes
    
    
    $ sudo mkdir /mnt/sdcard/test-dir
    
    
    drwxr-xr-x 5 root root 32768 Apr 12 20:22 kubernetes
    drwxr-xr-x 2 root root 32768 Apr 13 17:29 test-dir
    
    $ sudo chown myuser:myuser /mnt/sdcard/test-dir
    chown: changing ownership of '/mnt/sdcard/test-dir': Operation not permitted

    Is it expected? Or do I have to do anything else?

     

    I did this because I'm trying to deploy a PostgreSQL image in a Kubernetes cluster and I'm continuosly getting this same error, and after every configuration I found online didn't work, I wanted to try the command explicitly.

     

     

     

  2. I have a TinkerBoard S.

     

    In Bionic Desktop (kernel 4.4), the wireless icon menu lists two devices: wlan0 (which is the expected interface) and p2p0: I don't know this one, but it is always chosen for auto-connecting to the local wireless lan, receiving a random IP and not the one I configured on the router.

    I can then manually connect to the network with the wlan0 interface the IP is correct.

     

    How do I disable / remove / anyway stop that p2p0 interface to "steal" the network connection?

     

     

  3. 1 hour ago, Igor said:


    This is not exactly a problem of Armbian but our common problem. Features are not developed ... If you want to have the same level of hw support as on TinkerOS, you need to use Armbian with the same 4.4.y kernel found in TinkerOS.

    Hi Igor, thanks. I'm all new to Linux, ARM, Tinker Board, etc. I just tought higher version number means more features :D

     

    I've currently flashed back the latest TinkerOS, but I'll give a try with the Bionic legacy desktop with 4.4 kernel when I can.

     

     

  4. Hello, I own a Tinker Board S (bought one or two years ago) attached to a Sony Bravia KDL 22EX320 TV by HDMI, which has a native resolution of 1388x768 pixels.

    Bionic desktop with kernel 5.4 (got from https://dl.armbian.com/tinkerboard/Bionic_current_desktop) didn't properly recognize the TV resolution, but set it to 1920x1024.

     

    If I run

    xrandr --props

    the resolution is not listed.

     

    I'm posting because I'm almost sure that the old TinkerOS 2.0.8 (that I installed with the board) recognized the TV resolution correctly - it anyway boots to desktop without requiring interaction, so not being able to read the text at the edges of the console is not a big issue - and I just tested that the current 2.1.11 does too: they both start in 1920x1024, but the Monitor settings windows lists 1360x768.

     

    Back to Armbian, I however managed to create the default user and to get to the Bionic desktop; I'd like to add that the display settings window should have a "Test" function that reverts to the previous settings if the new aren't confirmed, because if the chosen resolution isn't supported, the screen stays black.

     

     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines