Firefly开源社区

打印 上一主题 下一主题

方便携带你的 Firefly-RK3399 :屏幕共享、文件共享、WiFi 配置

115

积分

3

威望

0

贡献

技术小白

积分
115

方便携带你的 Firefly-RK3399 :屏幕共享、文件共享、WiFi 配置

发表于 2017-5-17 12:30:06      浏览:9424 | 回复:3        打印      只看该作者   [复制链接] 楼主
本帖最后由 eevee 于 2017-5-17 12:31 编辑

刚开始用 Firefly-RK3399 ,像我一样天天背个笔记本的,如果想不用外接设备(鼠标、键盘、显示器),可以这样配置:

OS:官方固件 Xubuntu 16.04

1)屏幕共享 Screen Share

1. Connect the Wi-Fi
2. Enable SSH server
    - Detect SSH server, `ps aux | grep sshd`
        - Otherwise, `sudo apt-get install openssh-server` and `sudo /etc/init.d/ssh start`
    - Get ip address, `ifconfig | grep "inet "`
    - SSH from remote pc, `ssh firefly@<ip>`
3. 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",
        
4. Remote access from Ubuntu
    - Open "Remmina Remote Desktop Client" and add connection,
        
    - Or, remote access from Mac, plz see here.


2)文件共享 File Share

1. 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
    ```
2. Open "Finder" on Mac,
    - "Go > Connect to Server"
        
    - Then, select "firefly" volume
        


3)WiFi 配置 WiFi Configuration

1. Add a WiFi connection,
    - Run `nmtui`, then "Edit a connection > Add > Wi-Fi"
        
    - Field "Device" is "wlan0 mac address", run `ip addr` to get
    - Enter "OK", done
2. Connection file is created here,
    ```
    $ ll /etc/NetworkManager/system-connections/
    ```
3. Connect a WiFi with SSID found nearby,
    ```
    $ nmcli device wifi con "ssid" password "password"
    ```


参考:Headless Firefly-RK3399 Setup

回复

使用道具 举报

950

积分

95

威望

72

贡献

超级版主

Rank: 8Rank: 8

积分
950
发表于 2017-5-17 15:44:39        只看该作者  沙发
很好,感谢分享。
回复

使用道具 举报

15

积分

0

威望

0

贡献

技术小白

积分
15
发表于 2022-8-2 17:33:30        只看该作者  板凳
不错
回复

使用道具 举报

7

积分

0

威望

0

贡献

吃瓜的群众

积分
7
发表于 2022-8-17 19:25:46        只看该作者  地板
天线怎安装
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表