android-x86.github.io icon indicating copy to clipboard operation
android-x86.github.io copied to clipboard

android-x86_64-6.0-r3.iso: Can't connect to network

Open mcmurchy1917 opened this issue 5 years ago • 1 comments

I've successfully installed and connected to my network using android-x86_64-6.0-r2.iso. Unable to do the same with android-x86_64-6.0-r3.iso. I'm attempting to run android-x86 (64bit) on a machine hosted by Virtualbox 5.0.40 on Slackware 14.2.

My VirtualBox settings are -

Adapter 1: Attached to host only Adapter with host name vboxnet0 Adapter 2: Attached to Bridged Adapter with name eth0

In both cases I've enabled the Network Adapters.

Any suggestions? I'm a complete novice with Android-86

mcmurchy1917 avatar Aug 23 '19 14:08 mcmurchy1917

With android-x86_64-6.0-r2.iso, where I have network access, using ifconfig I see -

eth1 Link encap:Ethernet HWaddr 08:00:27:1c:e0:a0 Driver e1000 inet addr:192.168.1.107 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::8744:b744:6864:3960/64 Scope: Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:73749 errors:0 dropped:3 overruns:0 frame:0 TX packets:35740 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:104409459 TX bytes:3395910

wlan0 Link encap:Ethernet HWaddr 08:00:27:91:2b:2a UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 TX bytes:0

wifi_eth Link encap:Ethernet HWaddr 08:00:27:91:2b:2a Driver e1000 inet6 addr: fe80::a00:27ff:fe91:2b2a/64 Scope: Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:102 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 TX bytes:23209

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope: Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:18 errors:0 dropped:0 overruns:0 frame:0 TX packets:18 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2039 TX bytes:2039

whereas on android-x86_64-6.0-r3.iso which fails to connect to my network I see

eth1 Link encap:Ethernet HWaddr 08:00:27:1c:e0:a0 inet6 addr: fe80::a00:27ff:fe1c:e0a0/64 Scope: Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:71 errors:0 dropped:36 overruns:0 frame:0 TX packets:9 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:4645 TX bytes:718

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope: Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:24 errors:0 dropped:12 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1440 TX bytes:648

At one stage it was given an ip address of 192.168.56.1. From my host I could ping that address successfully but I couldn't ping out from android-86

mcmurchy1917 avatar Aug 23 '19 22:08 mcmurchy1917