本帖最后由 eevee 于 2017-5-17 12:31 编辑
刚开始用 Firefly-RK3399 ,像我一样天天背个笔记本的,如果想不用外接设备(鼠标、键盘、显示器),可以这样配置:
OS:官方固件 Xubuntu 16.04
1)屏幕共享 Screen Share
- Connect the Wi-Fi
- Enable SSH server
- Detect SSH server,
ps aux | grep sshd- Otherwise,
sudo apt-get install openssh-serverandsudo /etc/init.d/ssh start
- Otherwise,
- Get ip address,
ifconfig | grep "inet " - SSH from remote pc,
ssh firefly@<ip>
- Detect SSH server,
- Screen Sharing from Firefly
- Install,
sudo apt-get install vino - Config,
vino-preferences
- Start,
/usr/lib/vino/vino-server --sm-disable - Autostart, open “Session and Startup” and check “Desktop Sharing”,
- Install,
- Remote access from Ubuntu
- Open “Remmina Remote Desktop Client” and add connection,
- Or, remote access from Mac, plz see here.
- Open “Remmina Remote Desktop Client” and add connection,
2)文件共享 File Share
- Install Samba on Firefly,
# samba sudo apt-get install samba samba-common-bin # config samba sudo vi /etc/samba/smb.conf [homes] read only = no # restart sudo /etc/init.d/samba restart # add user sudo smbpasswd -a firefly - Open “Finder” on Mac,
- “Go > Connect to Server”
- Then, select “firefly” volume
- “Go > Connect to Server”
3)WiFi 配置 WiFi Configuration
- Add a WiFi connection,
- Run
nmtui, then “Edit a connection > Add > Wi-Fi”
- Field “Device” is “wlan0 mac address”, run
ip addrto get - Enter “OK”, done
- Run
- Connection file is created here,
$ ll /etc/NetworkManager/system-connections/ - Connect a WiFi with SSID found nearby,
$ nmcli device wifi con "ssid" password "password"





