文章摘要
一位用户发现闲置四年的reMarkable 2平板出现云同步失败和无法更新软件的问题,通过SSH连接设备手动校正系统时间后,成功下载了软件更新,解决了故障。
文章总结
我找到了一台2021年购买的reMarkable 2平板电脑,它闲置了大约四年,状态不佳:云同步失败,显示错误代码"error 0",软件也无法更新。本文介绍了如何修复这类问题。
首先,通过SSH登录设备(USB连接地址为10.11.99.1,密码可在设备设置中查看),检查并校正系统时间。使用timedatectl命令关闭自动时间同步,手动设置正确时间后再重新开启。时间校准后,设备就能下载软件更新了。
第一次更新后,云同步出现HTTP 400错误。通过journalctl查看日志发现,系统版本过旧(3.11.2.5)被云服务拒绝。重启swupdate.service和update-engine.service服务后,设备成功检测到3.27.3.0版本并完成第二次更新。注意:从3.22版本开始,WiFi SSH会被自动禁用,需要通过USB连接后使用rm-ssh-over-wlan on命令重新启用。
如果云同步仍然无法正常工作,可以启用设备的Web服务器功能。在xochitl.conf配置文件中添加WebInterfaceEnabled=true,然后重启xochitl服务。之后就能通过curl命令查看文档列表并上传PDF文件了。我个人认为通过SSH上传文件比云同步更方便,所以没有继续修复云同步问题。
评论总结
根据评论内容,总结如下:
主要观点与论据:
设备老化与支持问题:部分用户认为4年设备被视为“过时”不合理(评论4:“My kids still using thinkpad 430 from 2013”),并批评现代技术寿命短(评论8:“Long shell life is a taboo in the tech world where 5 years is a long time”)。但也有用户表示长期满意(评论10:“I'm still using my remarkable from 2020... Happy customer”)。
软件与功能缺陷:多位用户抱怨官方软件问题,如笔记丢失(评论3:“notes missing”)、云服务不可靠(评论9:“Several of my notes got lost in the ReMarkable cloud”)、文件上传限制(评论14:“hard limit on the file size you can upload... 100MB”)。但也有用户赞赏其Linux基础和可破解性(评论7:“'Its just linux'... seems to ship with SSH/root terminal enabled”)。
社区与替代方案:用户推荐第三方工具解决更新问题(评论1:“codexctl can help you run an offline update”),以及ReManager等工具改善体验(评论14:“ReManager... just worked out of the box”)。同时,部分用户回归传统纸笔(评论3:“Now just use good ole paper and pen”;评论5:“Why not use paper and pencil?”)。
平衡性总结: - 正面评价:硬件优秀(评论11:“best-in-class hardware”)、开发者友好(评论7:“developer-friendly platform”)、社区活跃(评论11:“active developer community”)。 - 负面评价:官方软件体验差(评论14:“steaming pile of poo”)、更新困难(评论2:“Is part of the article missing?”)、设备寿命短(评论13:“dismal idea that a four-year-old device is non-functional”)。