Jump to content

Giorgio Climb

Members
  • Posts

    27
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Debian work well, but Ubunto don't work, remain red screen only.
  2. I have an orange pi light I loaded two sd, one 16GB and one 32GB with "Armbian_5.35_Orangepilite_Ubuntu_xenial_default_3.4.113_desktop.img" I can not see any mistakes in the console: https://pastebin.com/HXyeQkjr I tried various resolutions. Still, the screen remains red and nothing appears.
  3. Made this, but no automount is there, the folder / mnt remains empty. On armbian-config found nothing about automount Installed this, but all folders in / media / remain empty. /dev/sda and /dev/sda1 appear when I put the memory stick.
  4. automount are not present on the repository apt-get automount
  5. I'm writing the story of my change. How do I do USB stick automounting ? There is no more on armbian-config and on debian-config
  6. It is unstable, it hangs and needs to be rebooted sometimes. Now of does not start anymore and these are the errors.
  7. Found ethernet interface on /etc/network/interfaces and wifi interface on /etc/network/interfaces.d/armbian.ap.nat
  8. This solution work correctly: sudo apt-get -y install git dd ~ git clone https://github.com/armbian/config cd config bash debian-config But now this is problem for me. /etc/network/interfaces # This file intentionally left blank # # All interfaces are handled by network-manager, use nmtui or nmcli on # server/headless images or the "Network Manager" GUI on desktop images I need two IP, DHCP and static IP: auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto wlan0 iface wlan0 inet static address 192.168.8.1 netmask 255.255.255.0 How should I do it now ?
  9. Orange PI zero ARMBIAN 5.30 Ubuntu server – legacy kernel from zero download On armbian-config If I choose hotspot I receive error: No compatible hostapd driver found
  10. Ok, work. But i Need Two class of ip, one on eth0 and one on wlan0 On eth0 on DCP, on wlan on static ip. I don't have necessity that the wifi go on internet, it doesn't serve me of it bridge, of it nat. Me enough that the CPU reaches internet and the objects in the wifi I have written so, but I have lost the board, it doesn't take ip from the DHCP anymore server. auto eth0 iface eth0 inet dhcp auto wlan0 iface wlan0 inet static address 192.168.8.1 netmask 255.255.255.0 broadcast 192.168.8.255 gateway 192.168.8.1
  11. I received Orange Pi Zero Loaded its own firmware. Armbian_5.30_Orangepizero_Ubuntu_xenial_default_3.4.113 When I launch armbian-config, and i enable hotspot WiFi, I receive tis error message: Warning Wireless adapter: wlan0 No compatible hostapd driver found.
  12. No, no, sorry, there is no DHCP server. I had forgotten static ip for yesterday's tests.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines