Jump to content

dragonlost

Members
  • Posts

    89
  • Joined

  • Last visited

Everything posted by dragonlost

  1. I just tested the latest version of the kernel for Tinkerboard ( 4.14.81-rockchip #488). Mate's installation is worry-free and conflict free. I have no problem connecting ethernet networks but without IP at startup. But I still have the problem of HDMI port which prevents the boot with some screen (HP EliteDisplay E242)
  2. I do not want to delete it. It's just that if I keep it I can not install Mate because there is conflict: Preparing to unpack .../39-ubuntu-mate-default-settings_18.04.17_armhf.deb ... Unpacking ubuntu-mate-default-settings (18.04.17) ... dpkg: error processing archive /tmp/apt-dpkg-install-E9v1ON/39-ubuntu-mate-default-settings_18.04.17_armhf.deb (--unpack): trying to overwrite '/usr/lib/chromium-browser/master_preferences', which is also in package linux-bionic-root-next-tinkerboard 5.60 he uses all 2 the same directory : /usr/lib/chromium-browser/master_preferences
  3. # purge xfce sudo apt-get -y purge xfce* # purge next tinkerboard sudo dpkg --purge linux-bionic-root-next-tinkerboard # install lightdm sudo apt-get -y install lightdm sudo apt-get -y install xserver-xorg sudo apt-get -y install lightdm-greeter # select NoDm for test # install Mate sudo apt-get -y install mate sudo apt-get -y install ubuntu-mate-core ubuntu-mate-desktop sudo apt-get -y install ubuntu-mate-default-settings ubuntu-mate-icon-themes sudo apt-get -y install ubuntu-mate-live-settings ubuntu-mate-guide sudo apt-get -y install mate-desktop-environment-extras mate-indicator-applet sudo apt-get -y install synaptic sudo apt-get -y install engrapa sudo apt-get -y install caja-actions sudo apt-get -y install caja-wallpaper sudo apt-get -y install caja-open-terminal sudo apt-get -y install mozo sudo apt-get -y install pluma sudo apt-get -y install mate-tweak sudo apt-get -y install mate-themes sudo apt-get -y install mate-applets gnome-media sudo apt-get -y install mate-panel sudo apt-get -y install mate-system-monitor sudo apt-get -y install blueman sudo apt-get -y install firefox sudo apt-get -y install ubuntu-mate-themes sudo apt-get -y install pulseaudio indicator-sound indicator-sound-gtk2 libcanberra-pulse paprefs sudo apt-get -y install pulseaudio-module-bluetooth pulse-audio-module-gconf pulseaudio-module-zeroconf sudo alsa force-reload it's not optimized. probably too many packages
  4. I tested to intaller Mate desktop on next armbian ubuntu desktop 4.14.76. For that I had to purge the package "linux-bionic-root-next-tinkerboard". The installation is pass without much problem and I now have an armbian version on Mate. So I would like to know what this package consists of: linux-bionic-root-next-tinkerboard ? Thanks
  5. Hello. I have the problem of hdmi that prevents me from booting with a screen that serves me for my tests. I am currently on the kernel 4.14.76. How to upgrade to this 4.14.80 kernel to test it?
  6. Hello. I have exactly the same problem on an HP EliteDisplay E242 display. If I plug in the screen just after booting, the image is displayed correctly.
  7. hello. I have a problem for quite some time on my tinkerboard. I do not know if it's a software or hardware problem. It appeared after connecting a special Raspberry USB Hub http://www.uugear.com/product/7-port-usb-hub-for-raspberry-pi/ I used this HUB on a raspberry 3b but he grilled the wifi chip (disappeared totally). I thought I had to grill the wifi chip of the tinkerbard like the raspberry but I can see the chip turn on from time to time. Today she has reappeared but "wlan0 not ready" in the network manager. sudo ip link show wlan0 wlan0: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 sudo ip link set wlan0 up RTNETLINK answers: Operation not permitted how do you think I can activate it and how to know if the wifi acrte is well detect if it does not appear at all in the network manager?
  8. Hello. I have exactly the same problem on an HP EliteDisplay E242 display. If I plug in the screen just after booting, the image is displayed correctly.
  9. This feature is available on the command line? What is the simplest technique in shell to be sure to be on armbian?
  10. I tried to install the Mate interface on armbian bionic but I had a problem: Preparing to unpack .../39-ubuntu-mate-default-settings_18.04.17_armhf.deb ... Unpacking ubuntu-mate-default-settings (18.04.17) ... dpkg: error processing archive /tmp/apt-dpkg-install-E9v1ON/39-ubuntu-mate-default-settings_18.04.17_armhf.deb (--unpack): trying to overwrite '/usr/lib/chromium-browser/master_preferences', which is also in package linux-bionic-root-next-tinkerboard 5.60 This error only happens on the tinkerboard because on an x86_64 system I do not expect this error on this package from an xubuntu or lubuntu
  11. Merci pour la réponse rapide. je vais devoir du coup adapter mes script d'installation à Bionic. Thank you for the quick reply. I will have to adapt my installation script to Bionic. https://github.com/Patrick-81/NAFABox/tree/gui_zenity
  12. Hello. I download last xenial desktop image for tinkerboard. I update with "sudo apt update / upgrade". I reboot. When returning from Reboot, as soon as I launch anything, I lose the display. If I install X11VNC, I still have access to the desktop on VNC even if the display in HDMI is lost. Where would the bug come from? Thank you
  13. For this problem you need to add polkit file in this location : /etc/polkit-1/localauthority/50-local.d/ Name of file is : org.freedesktop.NetworkManager.pkla the contents of file : [nm-applet] Identity=unix-group:netdev;unix-group:sudo Action=org.freedesktop.NetworkManager.* ResultAny=yes ResultInactive=no ResultActive=yes Need to verify your user account is in the "sudo" and "netdev" group.
  14. Hello. In Armbian 5.34 (default, next and nightly (26/10/2017) no have permission for create, edit and delet conection on network manager. To be able to modify a connection it is necessary to open the network manager in root. It's really very exciting. Looking on the internet it turns out that it will be a problem of "policy". I had already reported this bug on the post "tinkerboard". He had been tuned to a nightly version but he came back. my account is in the group netdev and sudo like ask in the polkit Would it be possible to have a "next" version fix this bug or have the procedure to fix the error? thank
  15. Hello. Like badrobit. On the RC5 and RC4 version of the nightIy no longer have the right to edit or add to the conection on network-manager with the account created at startup. Yet it seems to me that this problem had been solved in the RC3 nightly by correcting the location of the policies. (the stable and next version have the same problem).
  16. Hello, I usually use the Next version of the image for the tinkerboard. I would like to use the nightly version. But the nightly version does not automatically log on to the user I created at the beginning in contradiction to the other version. How do I reactivate automatic login in nightly build ? Thanks
  17. it's my fault. I made a mistake in the hwclock rules. It's alright It works ! thanks
  18. hwclock: Cannot access the Hardware Clock via any known method
  19. for systz nothing append for hctosys the tim system is update at the good time
  20. I made the changes you gave me but it does not work. The rtc1 is detected but does not update the system clock at startup. On the other hand, the rtc0 does not do it either. The rtc1 is on time. The rtc0 is in 2013. The system clock is staying at the time it was before extinction. to test I disconnected the networks and I left off for 20min. Then I rode without networks.
  21. I do not understand why it is necessary to comment his lines?
  22. I can not find the file in which to check this line
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines