krmanik / Manjaro-Linux-on-Android

Install Manjaro on Android
74 stars 5 forks source link

Network #3

Closed StArrayJaN closed 2 years ago

StArrayJaN commented 3 years ago

haven't network Screenshot_20210628_231643

krmanik commented 3 years ago

Hi, Try latest version. I have updated it the script will add nameserver to resolv.conf

For previous version the following can be done. In manjaro/etc/resolv.conf the namserver should be 8.8.8.8 and 8.8.4.4

Run cat manjaro/etc/resolv.conf command in termux. Change nameserver to like this.

nameserver 8.8.8.8
nameserver 8.8.4.4

Steps

  1. At desktop environment selection menu, start NEW SESSION
  2. Goto manjaro/etc/ folder
  3. Edit using command
    nano manjaro/etc/resolv.conf
  4. Add following to resolv.conf
    nameserver 8.8.8.8
    nameserver 8.8.4.4
  5. Use command ctrl+o to write and ctrl+x to exit
  6. Go to previous desktop environment selection menu and select DE.
  7. Now, it will install successfully

Demo

https://user-images.githubusercontent.com/12841290/126087689-2d840d35-ed3f-44a4-b593-3508ed2a610b.mp4