avafinger

Results 251 comments of avafinger

Start with this Image: https://github.com/avafinger/bananapi-zero-ubuntu-base-minimal/releases/tag/v2.4 Regarding your issue, use the TV remote control to fix up: * Wrong setting ![IMG_20191023_183841](https://user-images.githubusercontent.com/16623039/67436869-db698980-f5c5-11e9-9aef-502b130828a7.jpg) * Correct setting ![IMG_20191023_183854](https://user-images.githubusercontent.com/16623039/67436888-eb816900-f5c5-11e9-89a2-42fc50267fd1.jpg)

> I noticed, that it needs several minutes to present the prompt. This usually indicates you have a poor or bad (quality) sd card, and you might have trouble in...

> EDIT: Update: The SSH server is running. After a couple of restarts it worked. Change the file /etc/network/interfaces: **allow-hotplug** wlan0 ``` iface wlan0 inet dhcp wpa-ssid "your SID" wpa-psk...

Sd card is clean, could be your PS. Try one with 5v and 2.5A. To enable SPI you need to decompile the **dtb** , change the SPI node to "okay"...

Adding **2097148k** swap on /var/swap. Priority:-2 extents:9 across:256409 I think you are running out of memory. Don't use **swap**, use **zram** It took **53** seconds to get wlan0 up. You...

> 1 .) Is there a way to auto-login the ubuntu user ? Yes, there is. Please look at these instructions here, you may need some twist: https://github.com/avafinger/nanopi-m4-ubuntu-base-minimal#libreelec-or-not-libreelec > 2.)...

So, you removed eth0 interface from the files and you still get the eth0 up?

try: ``` #auto eth0 iface eth0 inet dhcp allow-hotplug eth0 ```

Please try: * edit /etc/dhcp/dhclient.conf * change timeout 300; to timeout 5; and ``` allow-hotplug eth0 iface eth0 inet dhcp ``` not sure if the order of lines are important.

and you might need: ``` sudo apt-get update sudo apt-get install ifupdown-extra ``` Please, change the subject to something like: "Board takes 01:30 min to display login prompt" , or...