【树莓派/ubuntu】20.04server in raspiberry 记录坑

计划搞ros,手头只有一个64g的内存卡,就选了server。装好后第一件事就是网络问题,用了很多方法最后用下面的方法搞定了(吐槽一下有些教程方法用到的工具都不是自带的....) 

cd /etc/netplan/
sudo nano 50-cloud-init.yaml
(按以下去更改,注意冒号后要回车或空格)
# This file is generated from information provided by the datasource.  Changes
# to it will not persist across an instance reboot.  To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
    ethernets:
        eth0:
            dhcp4: true
            optional: true
    version: 2
    wifis:
      wlan0:
        dhcp4: true  #冒号后空格
        optional: true
        access-points:
              "你的无线网络名称": 
               password: "相应密码"
        nameserver:                      #切记不要不用tab缩进,用空格就好
          addresses :[114.114.114.114,8.8.8.8]

然后就是换了几个源都update不了,但是是能ping通的,后来突然想到用的树莓派是arm64,其实默认的源也提示了,

网上给的都是 deb ......./ubuntu ..... 

但arm64得是 deb ....../ubuntu-ports ......

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值