Драйвер Bluetooth для Linux для Lenovo ThinkPad T470s

Sí, rsynces una buena solución, pero mejor use (tenga en cuenta las barras inclinadas finales):

rsync -a --delete  /path/to/source/dir/  /path/to/dest/dir/

Para citarman rsync:

A trailing slash on the source changes this behavior to avoid creating an additional directory level at the destination. You can think of a trailing / on a source as meaning "copy the contents of this directory" as opposed to "copy the directory by name"[...]

Con --deleteobtiene la duplicación (exactamente de los mismos archivos ), sin ella obtiene una copia de seguridad adicional (los archivos eliminados en el origen se mantienen en la copia ).

El peligro de --deletees que si selecciona el directorio incorrecto, muchos archivos pueden eliminarse, por lo que es mejor restringir su uso a scripts bien -probados, o usar -n/ --dry-runpara verificar primero qué podría pasar.

3
16.05.2017, 16:40
1 ответ

Это должно решить вашу проблему:

sudo apt-get install linux-generic-hwe-16.04-edge xserver-xorg-input-libinput-hwe-16.04
wget https://mirrors.kernel.org/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.161.1_all.deb
sudo dpkg -i linux-firmware_1.161.1_all.deb

Сделайте это и перезагрузитесь.

Источник? Здесь люди, столкнувшиеся с той же проблемой с Intel 8265 Bluetooth на Ubuntu 16.04 LTS и других моделях ноутбуков, таких как Lenovo Y520 и Dell Precision 5520m.

Эта командная строка означает, что вам потребуется версия HWE libinput+kernel и версия пакета linux-firmware выше 1.161.1.

Получил точный номер модели Bluetooth, просмотрев пакет SCCM для Windows Lenovo t470s.

По сообщениям других пользователей, это решение работает с вариантами Thinkpad t470 и t470s

.
6
27.01.2020, 21:15

Теги

Похожие вопросы