bringing up bionic .44, no network
#16
(06-06-2018, 07:07 AM)evilbunny Wrote:
(06-06-2018, 06:55 AM)gene83 Wrote: That I have done, but haven't yet put it on the u-sd.  That isn't made easier by this forums sw though, as it throws away quite a few characters in the middle of a copy/pasted url. The one thing I don't care for is the total lack of a gui in the debian images, and it doesn't want to reboot clean due to a timeout in the login process. If it times out, it takes a full powerdown reboot to re-enable the login. Sometimes more than once.

If you want a gui on debian try the mate image... I don't think there is any reboot issues...

I've downloaded the stretch-minimal and installed it, then found a clue about all the debugging racket being echoed to the screen, and have attempted to get networking working.

I first made /etc/hosts like the rest of my local machines as the local net is 100% hosts file based for lookups.

Then I nuked the link for /etc/resolv.conf and made a real file which contains:
ock64@rock64:~$ cat /etc/resolv.conf
##
nameserver 192.168.xx.1
search hosts,dns
domain coyote.den
##

And edited /etc/network/interfaces/d/eth0 like this:
##
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.xx.2
netmask 255.255.255.0
gateway 192.168.xx.1
dns-nameserver 192.168.xx.1
##


And my local net works well, but a route -n reports:

root@rock64:~# route -n
##
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         0.0.0.0         0.0.0.0         U     202    0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     202    0        0 eth0
192.168.xx.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
##

And as can be seen, the gateway settings aren't 'taking'. So I am not 'getting off the property', can't ping yahoo.com although it does resolve.

root@rock64:~# ping yahoo.com
PING yahoo.com (98.137.246.7) 56(84) bytes of data.
From rock64.coyote.den (192.168.71.2) icmp_seq=1 Destination Host Unreachable

I had a heck of a time on this point with the previous stretch image too, but I've forgotten what fixed it now.

Does anyone see whats wrong above?

Thanks & Cheers, gene83
  Reply


Messages In This Thread
bringing up bionic .44, no network - by gene83 - 06-04-2018, 08:40 PM
RE: bringing up bionic .44, no network - by gene83 - 06-07-2018, 12:34 PM
RE: bringing up bionic .44, no network - by t4_4t - 06-06-2018, 01:41 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Armbian 5.4.43: Network is unreachable; Red LED blinking; RNG failure? aves 1 2,947 07-27-2020, 02:04 PM
Last Post: aves
  armbian / bionic - hdmi to vga not functioning on newer5.4 kapqa 1 3,048 03-31-2020, 07:19 PM
Last Post: tllim
Bug mpph264enc output doesn't work on bionic rompelstompel 11 16,798 11-15-2019, 10:00 AM
Last Post: gounthar
  Owncloud installation on Ubuntu Bionic Count Omega 9 11,041 07-19-2019, 03:54 AM
Last Post: stuartiannaylor
  Screen lock fail Bionic-lxde-rock64-0.7.8-1061-arm64 electrique 0 2,123 12-28-2018, 11:00 PM
Last Post: electrique
  bionic lxde 0.6.xx was not getting audio/sound jose_s_c 2 4,166 11-13-2018, 11:18 AM
Last Post: UnicornFarts
  Spontaneous Reboot during scp with Ubuntu bionic 0.7.8-1061 perniciouscaffeine 0 1,895 10-16-2018, 05:34 PM
Last Post: perniciouscaffeine
  Flaky USB3 on Bionic ayufan image hackish 7 7,697 06-15-2018, 08:32 AM
Last Post: fire219
  bionic 4.4.120-rockchip-aynfan-209 scp problem on large file edwinbmiller 0 1,614 04-05-2018, 01:00 PM
Last Post: edwinbmiller
  bionic upgrade errors 6.25 193 noob 0 2,062 03-17-2018, 01:35 PM
Last Post: noob

Forum Jump:


Users browsing this thread: 1 Guest(s)