近日不慎将自己的一加6T刷砖,尝试使用9008救砖。
无奈在打好驱动的情况下,连接电脑总是提示”未知USB设备 (设备描述符请求失败)”,同时救砖工具内也没有任何设备显示。
一番搜索后得知可能是数据线的问题,更换原装数据线后解决。
Time Flies
近日不慎将自己的一加6T刷砖,尝试使用9008救砖。
无奈在打好驱动的情况下,连接电脑总是提示”未知USB设备 (设备描述符请求失败)”,同时救砖工具内也没有任何设备显示。
一番搜索后得知可能是数据线的问题,更换原装数据线后解决。
获取源码:https://github.com/linuxdeepin/deepin-graphics-driver-manager
安装依赖:
sudo apt install cmake qttools5-dev-tools qtbase5-dev freeglut3-dev libdtkwidget-dev libpci-dev 编译:
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. # Install to /usr
make # Add -jx for parallel安装:
sudo make install
sudo systemctl daemon-reload # refresh systemd
sudo systemctl enable driver-installer.service # enable installer service
sudo systemctl start driver-installer.service # start installer service
使用:
sudo deepin-graphics-driver-manager今天尝试给小米路由器mini(MT7620a)上的自编译openwrt刷入原版镜像,后台升级出现上述错误。
遂尝试sysupgrade,依然无法刷入:
Device xiaomi,miwifi-mini not supported by this image
Supported devices: miwifi-mini
Image check ‘fwtool_check_image’ failed.
解决方案也很简单。编辑/lib/upgrade/fwtool.sh
将46行的device="$(cat /tmp/sysinfo/board_name)"修改为device="miwifi-mini"即可。
System.setProperty("file.encoding", "UTF-8");一行搞定
最近在WSL编译L大的固件时遇到该问题,解决如下:
修改 package/feeds/packages/node/Makefile 中的 DEPENDS:=+node 为 DEPENDS:=+node +libcares 即可。
编辑 /etc/resolvconf/resolv.conf.d/base
写入希望修改的DNS服务器:
nameserver 8.8.8.8应用更改:
sudo resolvconf -u在配置Unbound时遇到如下错误:
/etc/unbound/unbound.conf:16: error: unknown keyword 'tls-service-key'
/etc/unbound/unbound.conf:16: error: stray ':'
/etc/unbound/unbound.conf:16: error: stray '"'
/etc/unbound/unbound.conf:16: error: unknown keyword 'key.pem'
/etc/unbound/unbound.conf:16: error: stray '"'
/etc/unbound/unbound.conf:17: error: unknown keyword 'tls-service-pem'
/etc/unbound/unbound.conf:17: error: stray ':'
/etc/unbound/unbound.conf:17: error: stray '"'
/etc/unbound/unbound.conf:17: error: unknown keyword 'fullchain.pem'
/etc/unbound/unbound.conf:17: error: stray '"'
/etc/unbound/unbound.conf:18: error: unknown keyword 'tls-port'
/etc/unbound/unbound.conf:18: error: stray ':'
/etc/unbound/unbound.conf:18: error: unknown keyword '853'
read /etc/unbound/unbound.conf failed: 13 errors in configuration file [1579421749] unbound[17698:0] fatal error: Could not read config file: /etc/unbound/unbound.conf搜寻后得知是官方文档有变更,将tls全部改为ssl即可。
管理员运行以下指令:
DISM.exe /Online /Get-TargetEditions
DISM /online /Set-Edition:ServerStandard /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula(指令中的密钥为Standard版密钥)
重启系统。如果先前已设置好激活服务器,系统即自动激活。
按F2开启控制台shell,启用后返回。按Alt+F1打开终端。
esxcfg-vmknic -a -i 192.168.1.10 -n 255.255.255.0 "Management Network"*192.168.1.10为esxi控制面板IP。