View: 5092|Reply: 2

Access Pi Lite 2 after install

[Copy link]

2

threads

2

posts

16

credits

Novice

Rank: 1

credits
16
Published in 2018-3-29 04:37:50 | Show all floors |Read mode
So I installed Ubuntu server

According to the readme:

一.系统账号和密码:
1. 账号:root                密码:orangepi
2. 账号:orangepi         密码:orangepi

二.WIFI 使用方法:
1. 在/etc/network/interface中配置:
        auto wlan0
        iface wlan0 inet dhcp
        wpa-ssid orangepi //此处填入WIFI账号(现在是orangepi)
        wpa-psk orangepi  //此处填入WIFI密码(现在是orangepi)
2. 重启系统


It looks like there should be a wifi network on the SSID 'orangepi'

However I do not see this network.

How can I SSH to the device?

0

threads

8

posts

42

credits

Novice

Rank: 1

credits
42
Published in 2018-4-4 19:21:38 | Show all floors
This is not "your router/AP wifi config", this is normal wifi client access configuration.

Edit with vi  and change SSID to your wifi network SSID
Also change password.
Reboot (normal Ubuntu network restart does not work, it has some issues with servicectl arguments & etc).
After reboot should be OK, also 5Ghz is working.

But You can setup your addition home wifi/AP router with this SSID and pasword if You do not want to change anything inside image/shell

62

threads

653

posts

5212

credits

Administrator

Rank: 9Rank: 9Rank: 9

credits
5212
Published in 2018-4-8 17:19:53 | Show all floors
I am not sure whether this could help you:
Login via serial port and install ssh
apt-get install ssh
Modify ssh configuration file /etc/ssh/sshd_config
Check the IP with ifconfig, login via ssh of root user
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list