This commit is contained in:
coelner 2023-03-11 14:17:21 +01:00
parent e3f63b355a
commit dd57dfea9b
3 changed files with 30 additions and 4 deletions

View File

@ -137,3 +137,10 @@ V2
Mo Mo
Backup Backup
``` ```
#### MateView
`Bus 001 Device 018: ID 12d1:10b5 Huawei Technologies Co., Ltd. MateView`
1. Connect the Windows host to the monitor using a USB-C to USB-C cable or an HDMI/DP+ USB-A to USB-C cable (with the USB-C end connected to the monitor and the USB-A end connected to the host). After the screen is cast normally, right-click the icon in the lower right corner of the desktop, select Open Sound settings to enter the sound settings screen, and then select Microphone (MateView GT) under Choose your input device.
2. Download the MateView GT HwMateViewGT-CAA Audio Firmware 1.0.zip at https://consumer.huawei.com/my/support/monitors/mateview-gt/
3. To download the firmware update tool, may visit https://drive.google.com/drive/folders/1j5reoECesfaabvKl_GtARPwlVXf6fLoB
4. Place the decompressed HwMateViewGT-CAA Audio Firmware 1.0.fwu and the update tool SophiaFwUpd.exe in the same folder. Double-click MateViewGT_Update.bat in the folder to start updating the firmware. Alternatively, press Shift while right-clicking the folder to open the Powershell window. In the displayed Powershell window, run .\SophiaFwUpd.exe -i .\HwMateViewGT-CAA Audio Firmware 1.0.fwu -v 0x12d1 p 0x10b6 and press Enter to start updating the firmware. During the update, do not remove the power cable or signal cable and keep the monitor in projection mode.
5. The message "Firmware update SUCC." will be displayed after the execution is complete. The message "Please restart monitor." indicates that the audio firmware update is successful. Restart the monitor and try again.

View File

@ -2,3 +2,7 @@
### git file permission ignore ### git file permission ignore
`git config core.fileMode false` `git config core.fileMode false`
### cheat sheet
find and clean up repositories recursvely
`find . -type d -name '.git' -prune -execdir bash -c "pwd; git reflog expire --all --expire=now; git gc --aggressive --prune=now" \;`

View File

@ -95,8 +95,23 @@ UUID=8d65854a-6be3-45de-81dd-cadbd9f49892 /mnt/slowStorage btrfs defaults,rw 0 1
10. mysql 10. mysql
11. file synchronisation syncthing + history storage 11. file synchronisation syncthing + history storage
12. backup target borg 12. backup target borg
13. 13. docker host
* portainer
15.
#### maybe #### maybe
4. armbian build 4. armbian build
5. openwrt build 5. openwrt build
#### postgresql
- use lxc
- add second mount point for database
- install postggresql and start service, register service for auto start
- change postgres password
- login as postgres user and alter database password
- `psql -c "ALTER USER postgres WITH PASSWORD 'your-password';"`
##### nextcloud
`sed -i 's/\$vEvent->add(\$alarm)/\#\$vEvent->add(\$alarm)/g' apps/dav/lib/CalDAV/BirthdayService.php`