Jump to content

sathish

Members
  • Content Count

    16
  • Joined

  • Last visited

Posts posted by sathish


  1. Hi, I am facing issue while rebooting device takes, it takes more than 1.50-2.50min while using sudo reboot command & through GUI reboot also. Does anyone face this issue are anyone have idea about this issue. Please suggest any solutions.


  2. 2 hours ago, tooz said:

    hello @sathish

    if you'd like to change it permantly, you can use systemd-timesync only and remove ntp

    enable systemd-service first:

    
    sudo systemctl enable systemd-timesyncd.service

    remove disable-with-time-daemon.conf as it's causing dependency conflict:

    
    rm /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf

    disable/ stop ntp:

    
    sudo systemctl stop ntp
    sudo systemctl disable ntp

    you can check the result with

    
    timedatectl

     

    reference: https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1800695.html

     

    HI Tooz thanks for your suggestion, But I am not planning for permanent time change.

    I want to  change the time/date whenever I want or whenever time/date wrong.


  3. Hi, I tried to change time using (sudo date -set='2020-01-22 19:57:00' ) command after active/inactive the ntp through (timedatectl set-ntp no). But after reboot given time/date not reflected, it will be on current time automatically. In raspberry pi first I will set ntp inactivate after that I will use date command to change time. But in asus tinker board its not reflecting.


  4. Hi, Everyone is there any possible way to change the IP address of tinker board using python script. I tried to change it using script, changes reflecting in network file properly (/etc/NetworkManager/system-connections/Wired Ethernet1.nmconnection). But It's creating new connection eth0  and taking auto IP. Not taking my IP, anyone have any idea about this my guess is because of edit maybe format change will happens because of that its not changing I think.  File also attached . 

    Eg.

    [connection]
    id=Ethernet connection 1
    uuid=940351fd-af24-4694-ab43-65f8560e76d7
    type=ethernet
    permissions=

    [ethernet]
    mac-address-blacklist=

    [ipv4]
    address1= 192.168.1.220/24,192.168.1.10
    dns8.8.8.8 4.2.2.2
    dns-search=
    method=manual

    [ipv6]
    addr-gen-mode=stable-privacy
    dns-search=
    ip6-privacy=0
    method=auto

    Wired1.nmconnection


  5. Hi, you can simply try that on .bashrc

    1. open sudo nano /home/linaro/.bashrc 

    2. Just go down and add your executable r python file like this 

    3. Press ctrl+o to write and exit using ctrl+x 

    4.Now click new terminal it will run.

    Eg. 

    ./filename (for exe) &

    python3 script.py &


  6. Now above format is working fine for me. The only thing is I'm trying to copy this file through ftp(filezilla) & scp (through python script) but I cant copy files its showing access denied. Copy only working on home directory. 

    On 4/24/2023 at 11:20 AM, sathish said:

    Hi tooz, Thanks for your information as per instruction dhcpcd.conf file appeared in /etc after installing through the above command. 

    But I am trying to change IP through dhcpcd.conf like raspberry Pi 

    Eg.

    interface eth0
    inform 192.168.1.240
    static routers=192.168.1.1
    static domain_name_servers=8.8.8.8 4.2.2.2
    noipv6

    But above method not reflecting on asus tinker board r2.0. 

     


  7. On 4/24/2023 at 3:57 PM, tooz said:

    hello @sathish

    please make sure to set your mass storage/ disk access if it's on fat filesystem, or run your file manager as root

    
    sudo cp /disk/directory/rtc.json /home/linaro/Desktop/

     

    Through this cp command files copying. But its not copying through ftp &  mouse right click copy. I need to copy files through ftp and scp but its not working except home directory.


  8. On 4/21/2023 at 6:05 PM, tooz said:
    
     --volume=VOLUME
                   Set initial playback volume to VOLUME, where 0.0=silent and 1.0=unchanged

     

    Hi tooz, above volume parameter is working fine. Thank you . 


  9. On 4/21/2023 at 6:41 PM, tooz said:

    hello @sathish

    it is not built in the tinker os, if you'd like to use dhcpcd:

    
    sudo apt-get install dhcpcd5

    the dhcpcd.con will be locaed in /etc/

    alternatively, you can use 

    
    nmcli con mod

    to configure the ip network

    Hi tooz, Thanks for your information as per instruction dhcpcd.conf file appeared in /etc after installing through the above command. 

    But I am trying to change IP through dhcpcd.conf like raspberry Pi 

    Eg.

    interface eth0
    inform 192.168.1.240
    static routers=192.168.1.1
    static domain_name_servers=8.8.8.8 4.2.2.2
    noipv6

    But above method not reflecting on asus tinker board r2.0. 


  10. Hi, where should I find the dhcpcd.conf file on tinker board r2.0.

    I saw /etc/dhcp/dhclient.conf this is different from below.

    In raspberry pi it is available on /etc/dhcpcd.conf we can use this file to change IP on raspberry pi easily.


  11. Hi, Everyone does anyone used omxplayer on tinker board r2.0. Are suggest me any player that need to be control based on command prompt like omxplayer.

    (omxplayer comes inbuild in raspberrypi )

×
×
  • Create New...