PTT評價

[硬體] CalDigit TS3+ Firmware 44.1

看板MAC標題[硬體] CalDigit TS3+ Firmware 44.1作者
concord
(iAir Pro)
時間推噓 推:0 噓:0 →:1

https://www.caldigit.com/updating-the-ts3-plus-firmware-via-macos-10-15/

Firmware 44.1 Release Notes:

The new TS3 Plus firmware 44.1 provides support for charging a laptop
up to 87W
It also improves compatibility and interoperability with some USB-C
monitors when connecting to the TS3 Plus’s downstream Thunderbolt 3 port

===
從 85W 變成 87W 是小事,希望可以根治串一堆東西的時候一些怪症頭...

===
文件裡面說 uninstall updater 需要 root account ,實際看過並不需要,
只要是管理員權限就可以處理。

===
CalDigit-Thunderbolt-Firmware-Updater-Uninstaller.command
===
#!/bin/sh

echo "CalDigit-Thunderbolt-Firmware-Updater-Uninstaller"

if [ -e '/Library/ThunderboltAccessoryFirmwareUpdates/CalDigit' ]; then
sudo rm -rf /Library/ThunderboltAccessoryFirmwareUpdates/CalDigit
fi

pkgutil --pkgs| grep 'com.CalDigit.TS3PlusFirmwareUpdater.pkg' &> /dev/null
if [ $? == 0 ]; then
sudo pkgutil --forget com.CalDigit.TS3PlusFirmwareUpdater.pkg
fi

sudo touch /Library/ThunderboltAccessoryFirmwareUpdates/

--

( ̄_ ̄) 賈霸修眼

--

※ PTT 留言評論
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 60.248.186.243 (臺灣)
PTT 網址

ttamura04/16 21:47頭一次遇到hub還可以更新韌體的@@