Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 10/08/2023, à 20:22

GPA92

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

J'ai un peu laissé passé de l'eau sous les ponts.

Voici le résultat des commandes proposées en #25
Nota: j'ai un tâtonné pour arriver à monter la partition Windows 11 avec l'équivalent de 

sudo mount /dev/sdb1 /mnt
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~$ lsblk -f
NAME        FSTYPE   FSVER LABEL       UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0       squashfs 4.0                                                          0   100% /snap/bare/5
loop1       squashfs 4.0                                                          0   100% /snap/core/15419
loop2       squashfs 4.0                                                          0   100% /snap/core/15511
loop3       squashfs 4.0                                                          0   100% /snap/core20/1950
loop4       squashfs 4.0                                                          0   100% /snap/core20/1974
loop5       squashfs 4.0                                                          0   100% /snap/core22/817
loop6       squashfs 4.0                                                          0   100% /snap/core22/858
loop7       squashfs 4.0                                                          0   100% /snap/firefox/2800
loop8       squashfs 4.0                                                          0   100% /snap/gnome-3-38-2004/140
loop9       squashfs 4.0                                                          0   100% /snap/firefox/2908
loop10      squashfs 4.0                                                          0   100% /snap/gnome-3-38-2004/143
loop11      squashfs 4.0                                                          0   100% /snap/gnome-42-2204/120
loop12      squashfs 4.0                                                          0   100% /snap/gnome-42-2204/126
loop13      squashfs 4.0                                                          0   100% /snap/gtk-common-themes/1535
loop14      squashfs 4.0                                                          0   100% /snap/hunspell-dictionaries-1-7-2004/2
loop15      squashfs 4.0                                                          0   100% /snap/kde-frameworks-5-99-qt-5-15-7-core20/7
loop16      squashfs 4.0                                                          0   100% /snap/hw-probe/1400
loop17      squashfs 4.0                                                          0   100% /snap/kf5-5-106-qt-5-15-9-core22/23
loop18      squashfs 4.0                                                          0   100% /snap/kolourpaint/91
loop19      squashfs 4.0                                                          0   100% /snap/kolourpaint/93
loop20      squashfs 4.0                                                          0   100% /snap/snap-store/959
loop21      squashfs 4.0                                                          0   100% /snap/snapd/19457
loop22      squashfs 4.0                                                          0   100% /snap/snapd-desktop-integration/83
sda                                                                                        
└─sda1      ext4     1.0   KingstonSAV 795a468a-c0ca-460e-818c-6fb2ed7d98d6  170,1M    57% /media/gilles/KingstonSAV
nvme0n1                                                                                    
├─nvme0n1p1 vfat     FAT32 SYSTEM      7E19-7060                               202M    21% /boot/efi
├─nvme0n1p2                                                                                
├─nvme0n1p3 ntfs           OS          32EE1B59EE1B14A7                                    
├─nvme0n1p4 ntfs           RECOVERY    1EB44234B4420F29                                    
├─nvme0n1p5 ext4     1.0               79591dfd-e894-4209-be31-dcb4c8260da5   10,1G    63% /var/snap/firefox/common/host-hunspell
│                                                                                          /
└─nvme0n1p6 ext4     1.0               61db5c63-5fcd-419e-92f8-0a95b4e9dfc1  286,3G     5% /home
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~$ sudo mount /nvme0n1/nvme0n1p3 /mnt
[sudo] Mot de passe de gilles : 
mount: /mnt: le périphérique spécial /nvme0n1/nvme0n1p3 n'existe pas.
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~$ sudo mount /nvme0n1/nvme0n1p3
mount: /nvme0n1/nvme0n1p3: impossible à trouver dans /etc/fstab.
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~$ sudo mount /dev/nvme0n1p3 /mnt
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~$ cd
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~$ mkdir test_bt
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~$ cd test_bt
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~/test_bt$ wget https://gist.githubusercontent.com/Mygod/f390aabf53cf1406fc71166a47236ebf/raw/8514b2bd949c1f56a8d922ac284345b489dee871/export-ble-infos.py
--2023-08-10 21:11:31--  https://gist.githubusercontent.com/Mygod/f390aabf53cf1406fc71166a47236ebf/raw/8514b2bd949c1f56a8d922ac284345b489dee871/export-ble-infos.py
Résolution de gist.githubusercontent.com (gist.githubusercontent.com)… 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connexion à gist.githubusercontent.com (gist.githubusercontent.com)|185.199.111.133|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 6177 (6,0K) [text/plain]
Enregistre : ‘export-ble-infos.py’

export-ble-infos.py                 100%[===================================================================>]   6,03K  --.-KB/s    ds 0s      

2023-08-10 21:11:31 (16,9 MB/s) - ‘export-ble-infos.py’ enregistré [6177/6177]

gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~/test_bt$ chmod a+x ./export-ble-infos.py
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~/test_bt$ ./export-ble-infos.py
reged version 0.1 140201, (c) Petter N Hagen
Exporting to file '/tmp/tmpxgekjj73.reg'...
Exporting key 'Keys' with 1 subkeys and 0 values...
Exporting key 'd8c0a69035f4' with 2 subkeys and 3 values...
Exporting key 'd10990a89e80' with 0 subkeys and 9 values...
Exporting key 'eb2402f25cfd' with 0 subkeys and 9 values...
Dumping D8:C0:A6:90:35:F4/D1:09:90:A8:9E:80...
Dumping D8:C0:A6:90:35:F4/EB:24:02:F2:5C:FD...
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~/test_bt$ sudo bash -c 'cp -r ./bluetooth /var/lib && systemctl restart bluetooth'
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~/test_bt$ rm -r bluetooth
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~/test_bt$ sudo umount /mnt
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~/test_bt$ 

Hors ligne

#27 Le 10/08/2023, à 20:37

Nuliel

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Et du coup ça marche? Tu peux tester sous windows d'abord et retester sur linux

Hors ligne

#28 Le 14/08/2023, à 21:15

GPA92

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

1) Super : le bluetooth fonctionne à la fois sur Windows 11 et sur Ubuntu 22.04 pour mon clavier et ma souris de type Low Energy suite à:
# 23 / point 3 / copie des 2 clés  LTK et IRK pour chaque appareil
mais avec besoin d'ajouter également les commandes en #26.

La seule restriction dans les 2 cas est d'utiliser le clavier intégré du PC pour choisir de booter sur l'un des 2 OS (ou d'attendre quelques secondes pour le choix par défaut sur Ubuntu).

2) Je m'apprêtai à tester l'une des 2 méthodes proposées par les 2 liens suivants spécifiques au Bluetooth "Low Energy":

https://unix.stackexchange.com/questions/402488/dual-boot-bluetooth-le-low-energy-device-pairing

ou

https://console.systems/2014/09/how-to-pair-low-energy-le-bluetooth.html

Je n'ai pas eu besoin d'effectuer les opérations qui proposent de copier plus de données de Windows (en complément des 2 clés  LTK et IRK).
Je suppose que #26 permet de s'affranchir la copie de ces données supplémentaires (KeyLength, ERand, ...).
=> dans l'attente de ta confirmation avant de clore ce sujet.

Hors ligne

#29 Le 14/08/2023, à 21:33

Nuliel

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

A mon avis, seules les commandes du #26 ont fonctionné. Normalement, le script en question a tout fait tout seul (et correctement, car il doit y avoir une erreur dans ce que je t'ai proposé au #23)
Je remets ici le lien utile: https://konfekt.github.io/blog/2023/05/ … x-dualboot

Pour le bootloader, je pense qu'il n'y a malheureusement pas de solution hmm (la doc de grub ne mentionne pas de bluetooth)

Dernière modification par Nuliel (Le 14/08/2023, à 21:34)

Hors ligne

#30 Le 14/08/2023, à 22:18

GPA92

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

J'avais oublié de tester la sortie de veille.

Sur Windows, pour rafraîchir l'écran et saisir mon mot de passe en sortie de veille, l'appui clavier ne fonctionne pas (alors qu'en mode sans fil avec un plug USB, le réveil clavier est opérationnel). A ce détail prêt, le clavier et la souris fonctionnent à nouveau par la suite => réveil OK sur Windows.

Par contre sur Ubuntu, il reste un problème. Après l'appui fugitif sur le bouton de mise sous tension, le clavier et la souris ne fonctionnent plus.
A l'aide d'une souris et d'un clavier filaire additionnel, une fois réveillé, dans la barre de menu en haut à droite sur l'icône Bluetooth:
   * le clavier est signalé déconnecté
   * la souris est toujours désignée comme étant connectée mais elle ne fonctionne pas pour autant
La solution consiste à faire un off/on sur l'interrupteur Bluetooth à l'aide de la souris filaire afin de reconnecter la souris et le clavier Bluetooth.
A demain, pour te lire suite à ce problème de réveil en Bluetooth sur Ubuntu.

Hors ligne

#31 Le 15/08/2023, à 08:39

Nuliel

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Je pense que c'est juste une question d'économie d'énergie: le pilote est déchargé pour faire des économies d'énergie, sauf que ça se passe mal quand il se réveille.
J'ai pas d'iso d'ubuntu 22.04 pour aller voir les paramètres, je vais peut-être faire la mise à niveau de mon côté.

Tu peux donner

dpkg -l | grep tlp

Hors ligne

#32 Le 15/08/2023, à 09:07

GPA92

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Résultat pour l'interrogation de TLP :

gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~$ dpkg -l | grep tlp
ii  tlp                                           1.5.0-1ubuntu3                             all          Optimize laptop battery life
ii  tlp-rdw                                       1.5.0-1ubuntu3                             all          Radio device wizard
ii  tlpui                                         1.5.0-5-1~jammy                            all          TLPUI
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~$ 

Dans le passé, j'avais installé TLP et TLP_UI.
J'ai activé TLP au démarrage et réglé des paramètres dans le fichier de configuration TLP à l'aide de la surcouche graphique TLP_UI (réglage du seuil de charge à 60% pour la batterie de mon PC Asus mais également des réglages pour le WIFI et le Bluetooth).

Pour information, ci-joint le contenu du fichier tlp.conf:
(remarque: en 1ère ligne, il est fait référence à Slimbook Battery que j'ai désinstallé dans le passé pour éviter des conflits avec TLP_UI et arriver à bloquer la charge batterie à 60% pour la préserver):

sudo gedit /etc/tlp.conf
#Slimbook ENERGY SAVING MODE ##
# ------------------------------------------------------------------------------
# /etc/tlp.conf - TLP user configuration
# See full explanation: https://linrunner.de/en/tlp/docs/tlp-configuration.html
#
# New configuration scheme (TLP 1.3). Settings are read in the following order:

# 1. Intrinsic defaults
# 2. /etc/tlp.d/*.conf - Drop-in customization snippets
# 3. /etc/tlp.conf     - User configuration (this file)
#
# Notes:
# - In case of identical parameters, the last occurence has precedence
# - This also means, parameters enabled here will override anything else
# - However you may append values to a parameter already defined as intrinsic
#   default or in a previously read file: use PARAMETER+="add values"
# - IMPORTANT: all parameters here are disabled, remove the leading '#'
#   to enable them; shown values may be suggestions rather than defaults
# - Default *: intrinsic default that is effective when the parameter is missing
#     or disabled by a leading '#'; use PARAM="" to disable an intrinsic default
# - Default <none>: do nothing or use kernel/hardware defaults

# ------------------------------------------------------------------------------
# tlp - Parameters for power saving

# Set to 0 to disable, 1 to enable TLP.
# Default: 1
# Slimbook App
TLP_ENABLE=1

# Operation mode when no power supply can be detected: AC, BAT.
# Concerns some desktop and embedded hardware only.
# Default: <none>
# Slimbook App
TLP_DEFAULT_MODE=BAT

# Operation mode select: 0=depend on power source, 1=always use TLP_DEFAULT_MODE
# Note: use in conjunction with TLP_DEFAULT_MODE=BAT for BAT settings on AC.
# Default: 0

TLP_PERSISTENT_DEFAULT=0

# Power supply class to ignore when determining operation mode: AC, BAT.
# Note: try on laptops where operation mode AC/BAT is incorrectly detected.
# Default: <none>

#TLP_PS_IGNORE=BAT

# Seconds laptop mode has to wait after the disk goes idle before doing a sync.
# Non-zero value enables, zero disables laptop mode.
# Default: 0 (AC), 2 (BAT)

#DISK_IDLE_SECS_ON_AC=0
#DISK_IDLE_SECS_ON_BAT=2

# Dirty page values (timeouts in secs).
# Default: 15 (AC), 60 (BAT)

#MAX_LOST_WORK_SECS_ON_AC=15
#MAX_LOST_WORK_SECS_ON_BAT=60

# Note: CPU parameters below are disabled by default, remove the leading #
# to enable them, otherwise kernel defaults will be used.
#
# Select a CPU frequency scaling governor.
# Intel Core i processor with intel_pstate driver:
#   powersave(*), performance.
# Other hardware with acpi-cpufreq driver:
#   ondemand(*), powersave, performance, conservative, schedutil.
# (*) is recommended.
# Use tlp-stat -p to show the active driver and available governors.
# Important:
#   powersave for intel_pstate and ondemand for acpi-cpufreq are power
#   efficient for *almost all* workloads and therefore kernel and most
#   distributions have chosen them as defaults. If you still want to change,
#   you should know what you're doing!
# Default: <none>
# Slimbook App Modos

CPU_SCALING_GOVERNOR_ON_AC=powersave
CPU_SCALING_GOVERNOR_ON_BAT=powersave

# For available frequencies see the output of tlp-stat -p.
# Notes:
# - Min/max frequencies must always be specified for both AC *and* BAT
# - Not recommended for use with the intel_pstate scaling driver, use
#   CPU_MIN/MAX_PERF_ON_AC/BAT below instead
# https://linrunner.de/tlp/settings/processor.html#cpu-scaling-min-max-freq-on-ac-bat
# Slimbook Modos Unchanged
CPU_SCALING_MIN_FREQ_ON_AC=0
CPU_SCALING_MAX_FREQ_ON_AC=1800000
CPU_SCALING_MIN_FREQ_ON_BAT=0
CPU_SCALING_MAX_FREQ_ON_BAT=1100000

# Set Intel CPU energy/performance policies HWP.EPP and EPB:
#   performance, balance_performance, default, balance_power, power.
# Values are given in order of increasing power saving.
# Notes:
# - HWP.EPP: requires kernel 4.10, intel_pstate scaling driver and Intel Core i
#   6th gen. or newer CPU
# - EPB: requires kernel 5.2 or module msr and x86_energy_perf_policy from
#   linux-tools, intel_pstate or intel_cpufreq scaling driver and Intel Core i
#   2nd gen. or newer CPU
# - When HWP.EPP is available, EPB is not set
# Default: balance_performance (AC), balance_power (BAT)
# Slimbook Modos Unchanged

CPU_ENERGY_PERF_POLICY_ON_AC=balance_performance
CPU_ENERGY_PERF_POLICY_ON_BAT=power

# Set Intel CPU P-state performance: 0..100 (%).
# Limit the max/min P-state to control the power dissipation of the CPU.
# Values are stated as a percentage of the available performance.
# Requires an Intel Core i processor with intel_pstate driver.
# Default: <none>
# Slimbook Modos Unchanged
CPU_MIN_PERF_ON_AC=0
CPU_MAX_PERF_ON_AC=100

CPU_MIN_PERF_ON_BAT=0
CPU_MAX_PERF_ON_BAT=33

# Set the CPU "turbo boost" feature: 0=disable, 1=allow
# Requires an Intel Core i processor.
# Important:
# - This may conflict with your distribution's governor settings
# - A value of 1 does *not* activate boosting, it just allows it
# Default: <none>
# Slimbook Modos Unchanged
CPU_BOOST_ON_AC=1
CPU_BOOST_ON_BAT=0

# Minimize number of used CPU cores/hyper-threads under light load conditions:
#   0=disable, 1=enable.
# Default: 0 (AC), 1 (BAT)
# Slimbook Modos Unchanged
SCHED_POWERSAVE_ON_AC=0
SCHED_POWERSAVE_ON_BAT=0

# Kernel NMI Watchdog 
# 0=disable (default, saves power), 1=enable (for kernel debugging only).
# Slimbook Unchanged
NMI_WATCHDOG=0

# Change CPU voltages aka "undervolting" - Kernel with PHC patch required.
# Frequency voltage pairs are written to:
#   /sys/devices/system/cpu/cpu0/cpufreq/phc_controls
# CAUTION: only use this, if you thoroughly understand what you are doing!
# Default: <none>.

#PHC_CONTROLS="F:V F:V F:V F:V"

# Disk devices; separate multiple devices with spaces.
# Devices can be specified by disk ID also (lookup with: tlp diskid).
# Note: DISK parameters below are effective only when this option is configured.
# Default: "nvme0n1 sda"

# DISK_DEVICES="nvme0n1 sda"

# Disk advanced power management level: 1..254, 255 (max saving, min, off).
# Levels 1..127 may spin down the disk; 255 allowable on most drives.
# Separate values for multiple disks with spaces. Use the special value 'keep'
# to keep the hardware default for the particular disk.
# Default: 254 (AC), 128 (BAT)

# DISK_APM_LEVEL_ON_AC="254 254"
# DISK_APM_LEVEL_ON_BAT="128 128"

# Hard disk spin down timeout:
#   0:        spin down disabled
#   1..240:   timeouts from 5s to 20min (in units of 5s)
#   241..251: timeouts from 30min to 5.5 hours (in units of 30min)
# See 'man hdparm' for details.
# Separate values for multiple disks with spaces. Use the special value 'keep'
# to keep the hardware default for the particular disk.
# Default: <none>

#DISK_SPINDOWN_TIMEOUT_ON_AC="0 0"
#DISK_SPINDOWN_TIMEOUT_ON_BAT="0 0"

# Select I/O scheduler for the disk devices.
# Multi queue (blk-mq) schedulers:
#   mq-deadline(*), none, kyber, bfq
# Single queue schedulers:
#   deadline(*), cfq, bfq, noop
# (*) recommended.
# Separate values for multiple disks with spaces. Use the special value 'keep'
# to keep the kernel default scheduler for the particular disk.
# Notes:
# - Multi queue (blk-mq) may need kernel boot option 'scsi_mod.use_blk_mq=1'
#   and 'modprobe mq-deadline-iosched|kyber|bfq' on kernels < 5.0
# - Single queue schedulers are legacy now and were removed together with
#   the old block layer in kernel 5.0
# Default: keep

#DISK_IOSCHED="mq-deadline mq-deadline"

# AHCI link power management (ALPM) for disk devices:
#   min_power, med_power_with_dipm(*), medium_power, max_performance.
# (*) Kernel >= 4.15 required, then recommended.
# Multiple values separated with spaces are tried sequentially until success.
# Default:
#  - "med_power_with_dipm max_performance" (AC)
#  - "med_power_with_dipm min_power" (BAT)

# SATA_LINKPWR_ON_AC="med_power_with_dipm max_performance"
# SATA_LINKPWR_ON_BAT="med_power_with_dipm min_power"

# Exclude host devices from AHCI link power management.
# Separate multiple hosts with spaces.
# Default: <none>

#SATA_LINKPWR_BLACKLIST="host1"

# Runtime Power Management for AHCI host and disks devices:
#   on=disable, auto=enable.
# EXPERIMENTAL ** WARNING: auto may cause system lockups/data loss.
# Default: <none>

#AHCI_RUNTIME_PM_ON_AC=on
#AHCI_RUNTIME_PM_ON_BAT=on

# Seconds of inactivity before disk is suspended.
# Note: effective only when AHCI_RUNTIME_PM_ON_AC/BAT is activated.
# Default: 15

# AHCI_RUNTIME_PM_TIMEOUT=15

# PCI Express Active State Power Management (PCIe ASPM):
#   default(*), performance, powersave, powersupersave.
# (*) keeps BIOS ASPM defaults (recommended)
# Default: <none>

#PCIE_ASPM_ON_AC=default
#PCIE_ASPM_ON_BAT=default

# Set the min/max/turbo frequency for the Intel GPU.
# Possible values depend on your hardware. For available frequencies see
# the output of tlp-stat -g.
# Default: <none>
# Slimbook App Modos
INTEL_GPU_MIN_FREQ_ON_AC=300
INTEL_GPU_MIN_FREQ_ON_BAT=300
INTEL_GPU_MAX_FREQ_ON_AC=1150
INTEL_GPU_MAX_FREQ_ON_BAT=600
INTEL_GPU_BOOST_FREQ_ON_AC=1150
INTEL_GPU_BOOST_FREQ_ON_BAT=900

# Radeon graphics clock speed (profile method): low, mid, high, auto, default;
# auto = mid on BAT, high on AC.
# Default: default
# Defaults
RADEON_POWER_PROFILE_ON_AC=default
RADEON_POWER_PROFILE_ON_BAT=default


# Radeon dynamic power management method (DPM): battery, performance.
# Default: <none>
# Slimbook 
RADEON_DPM_STATE_ON_AC=performance
RADEON_DPM_STATE_ON_BAT=battery

# Radeon DPM performance level: auto, low, high; auto is recommended.
# Note: effective only when RADEON_DPM_STATE_ON_AC/BAT is activated.
# Default: auto
# Defaults
RADEON_DPM_PERF_LEVEL_ON_AC=auto
RADEON_DPM_PERF_LEVEL_ON_BAT=auto

# WiFi power saving mode: on=enable, off=disable; not supported by all adapters.
# Default: off (AC), on (BAT)
# Slimbook App
WIFI_PWR_ON_AC=off
WIFI_PWR_ON_BAT=off

# Disable wake on LAN: Y/N.
# Default: Y
# Defaults
WOL_DISABLE=Y

# Enable audio power saving for Intel HDA, AC97 devices (timeout in secs).
# A value of 0 disables, >=1 enables power saving (recommended: 1).
# Default: 0 (AC), 1 (BAT)
# Slimbook App
SOUND_POWER_SAVE_ON_AC=0
SOUND_POWER_SAVE_ON_BAT=0

# Disable controller too (HDA only): Y/N.
# Note: effective only when SOUND_POWER_SAVE_ON_AC/BAT is activated.
# Default: Y

SOUND_POWER_SAVE_CONTROLLER=N

# Power off optical drive in UltraBay/MediaBay: 0=disable, 1=enable.
# Drive can be powered on again by releasing (and reinserting) the eject lever
# or by pressing the disc eject button on newer models.
# Note: an UltraBay/MediaBay hard disk is never powered off.
# Default: 0

# Slimbook Unchanged 
# Defaults
BAY_POWEROFF_ON_AC=0
BAY_POWEROFF_ON_BAT=0

# Optical drive device to power off
# Default: sr0

BAY_DEVICE="sr0"

# Runtime Power Management for PCI(e) bus devices: on=disable, auto=enable.
# Default: on (AC), auto (BAT)
# Slimbook Unchanged
# Defaults
RUNTIME_PM_ON_AC=on
RUNTIME_PM_ON_BAT=auto

# Exclude PCI(e) device adresses the following list from Runtime PM
# (separate with spaces). Use lspci to get the adresses (1st column).
# Default: <none>
# Slimbook Unchanged
RUNTIME_PM_BLACKLIST="bb:dd.f 11:22.3 44:55.6 02:00.0"

# Exclude PCI(e) devices assigned to the listed drivers from Runtime PM.
# Default when unconfigured is "amdgpu nouveau nvidia radeon" which
# prevents accidential power-on of dGPU in hybrid graphics setups.
# Separate multiple drivers with spaces.
# Default: "amdgpu mei_me nouveau nvidia pcieport radeon", use "" to disable
# completely.
# Slimbook Unchanged
RUNTIME_PM_DRIVER_BLACKLIST="nouveau nvidia"

# Set to 0 to disable, 1 to enable USB autosuspend feature.
# Default: 1
# Slimbook App
USB_AUTOSUSPEND=0

# Exclude listed devices from USB autosuspend (separate with spaces).
# Use lsusb to get the ids.
# Note: input devices (usbhid) are excluded automatically
# Default: <none>
# Slimbook App
USB_BLACKLIST=0bda:0411 0bda:8153
USB_DENYLIST=0bda:0411 0bda:8153

# Bluetooth devices are excluded from USB autosuspend:
#   0=do not exclude, 1=exclude.
# Default: 0
# Slimbook App
USB_BLACKLIST_BTUSB=1
USB_DENYLIST_BTUSB=1

# Phone devices are excluded from USB autosuspend:
#   0=do not exclude, 1=exclude (enable charging).
# Default: 0
# Slimbook Unchanged
USB_BLACKLIST_PHONE=1
USB_DENYLIST_PHONE=1

# Printers are excluded from USB autosuspend:
#   0=do not exclude, 1=exclude.
# Default: 1
# Slimbook App
USB_BLACKLIST_PRINTER=1
USB_DENYLIST_PRINTER=1

# WWAN devices are excluded from USB autosuspend:
#   0=do not exclude, 1=exclude.
# Default: 0
# Slimbook App
USB_BLACKLIST_WWAN=1
USB_DENYLIST_WWAN=1

# Include listed devices into USB autosuspend even if already excluded
# by the blacklists above (separate with spaces). Use lsusb to get the ids.
# Default: <none>

#USB_WHITELIST="1111:2222 3333:4444"

# Set to 1 to disable autosuspend before shutdown, 0 to do nothing
# Note: use as a workaround for USB devices that cause shutdown problems.
# Default: 0
# Slimbook App
USB_AUTOSUSPEND_DISABLE_ON_SHUTDOWN=1

# Restore radio device state (Bluetooth, WiFi, WWAN) from previous shutdown
# on system startup: 0=disable, 1=enable.
# Note: the parameters DEVICES_TO_DISABLE/ENABLE_ON_STARTUP/SHUTDOWN below
#   are ignored when this is enabled.
# Default: 0
# Slimbook App?

RESTORE_DEVICE_STATE_ON_STARTUP=1

# Radio devices to disable on startup: bluetooth, wifi, wwan.
# Separate multiple devices with spaces.
# Default: <none>

# Slimbook App
DEVICES_TO_DISABLE_ON_STARTUP=""

# Radio devices to enable on startup: bluetooth, wifi, wwan.
# Separate multiple devices with spaces.
# Default: <none>

DEVICES_TO_ENABLE_ON_STARTUP="bluetooth"

# Radio devices to disable on shutdown: bluetooth, wifi, wwan.
# Note: use as a workaround for devices that are blocking shutdown.
# Default: <none>

#DEVICES_TO_DISABLE_ON_SHUTDOWN="bluetooth wifi wwan"

# Radio devices to enable on shutdown: bluetooth, wifi, wwan.
# (to prevent other operating systems from missing radios).
# Default: <none>

DEVICES_TO_ENABLE_ON_SHUTDOWN="bluetooth wifi"

# Radio devices to enable on AC: bluetooth, wifi, wwan.
# Default: <none>

DEVICES_TO_ENABLE_ON_AC="bluetooth wifi"

# Radio devices to disable on battery: bluetooth, wifi, wwan.
# Default: <none>

DEVICES_TO_DISABLE_ON_BAT="bluetooth wifi"

# Radio devices to disable on battery when not in use (not connected):
#   bluetooth, wifi, wwan.
# Default: <none>
# Slimbook App
DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE=""

# Battery charge thresholds (ThinkPad only).
# May require external kernel module(s), refer to the output of tlp-stat -b.
# Charging starts when the remaining capacity falls below the
# START_CHARGE_THRESH value and stops when exceeding the STOP_CHARGE_THRESH
# value.

# Main / Internal battery (values in %)
# Default: <none>

START_CHARGE_THRESH_BAT0=0
STOP_CHARGE_THRESH_BAT0=60

# Ultrabay / Slice / Replaceable battery (values in %)
# Default: <none>

#START_CHARGE_THRESH_BAT1=75
#STOP_CHARGE_THRESH_BAT1=80

# Restore charge thresholds when AC is unplugged: 0=disable, 1=enable.
# Default: 0

#RESTORE_THRESHOLDS_ON_BAT=1

# Battery feature drivers: 0=disable, 1=enable
# Default: 1 (all)

#NATACPI_ENABLE=1
#TPACPI_ENABLE=1
#TPSMAPI_ENABLE=1

# ------------------------------------------------------------------------------
# tlp-rdw - Parameters for the radio device wizard

# Possible devices: bluetooth, wifi, wwan.
# Separate multiple radio devices with spaces.
# Default: <none> (for all parameters below)

# Radio devices to disable on connect.
# Slimbook App
DEVICES_TO_DISABLE_ON_LAN_CONNECT=

#DEVICES_TO_DISABLE_ON_WIFI_CONNECT="wwan"
#DEVICES_TO_DISABLE_ON_WWAN_CONNECT="wifi"

# Radio devices to enable on disconnect.

DEVICES_TO_ENABLE_ON_LAN_DISCONNECT="bluetooth wifi"

DEVICES_TO_ENABLE_ON_WIFI_DISCONNECT="bluetooth"
#DEVICES_TO_ENABLE_ON_WWAN_DISCONNECT=""

# Radio devices to enable/disable when docked.

DEVICES_TO_ENABLE_ON_DOCK="bluetooth wifi"
#DEVICES_TO_DISABLE_ON_DOCK=""

# Radio devices to enable/disable when undocked.

DEVICES_TO_ENABLE_ON_UNDOCK="bluetooth wifi"
#DEVICES_TO_DISABLE_ON_UNDOCK=""

Hors ligne

#33 Le 15/08/2023, à 09:41

Nuliel

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Pour info, évite de lancer des appli graphiques avec sudo parce que ça peut casser des droits (certains fichiers peuvent maintenant appartenir à root alors qu'ils devraient t'appartenir). Tu peux regarder https://doc.ubuntu-fr.org/sudo#lancer_u … tilisateur pour plus d'infos.
Et à mon avis tu n'avais pas besoin de sudo, perso j'ai les droits de lecture dessus

nuliel@nuliel-Latitude-E7270:~$ ls -l /etc/tlp.conf
-rw-r--r-- 1 root root 14936 févr. 18  2020 /etc/tlp.conf

Sinon un cat à la place de gedit aurait fonctionné aussi.

Pour en revenir à tlp, j'ai l'impression que tu as des règles assez strictes. Par contre le bluetooth je sais pas trop s'il est vu comme du PCI ou de l'USB, et s'il est vu comme de l'USB (ce qui a l'air d'être le cas), il a peut-être besoin de modules aussi utilisés par le wifi.

Tu peux donner

lsmod | sort

quand ça marche correctement, puis tu passes en veille, tu le réveilles sans chercher à réappairer (en utilisant le clavier intégré) et tu repasses la même commande pour voir si des modules importants ont été perdus en route.
A mon avis, tu perds un module important au bluetooth en passant en veille à cause de tlp

Hors ligne

#34 Le 15/08/2023, à 10:08

xubu1957

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Bonjour,

Merci de montrer, pour les permissions :

nany a écrit :
echo -e "\nNombre d'éléments de /home/moi ne m'appartenant pas : $(sudo find ~ \( ! -user $USER -o ! -group $USER \) | wc -l)"

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#35 Le 15/08/2023, à 20:48

GPA92

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Réponse à Nuliel ( #33 )

1) Merci pour le conseil afin d'éviter dorénavant d'utiliser sudo avec un logiciel graphique
pour info, voici mes droits sur le fichier tlp.conf:

gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~$ ls -l /etc/tlp.conf
-rw-r--r-- 1 root root 15970 juil. 23 17:17 /etc/tlp.conf

2) Réponse à ta question concernant la perte de fonctionnalité Bluetooth suite à l'endormissement

gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~$ lsmod | sort
8250_dw                16384  0
ac97_bus               16384  1 snd_soc_core
acpi_pad              184320  0
acpi_tad               20480  0
acpi_thermal_rel       16384  1 int3400_thermal
aesni_intel           376832  4
af_alg                 32768  6 algif_hash,algif_skcipher
ahci                   45056  0
algif_hash             16384  1
algif_skcipher         16384  1
asus_nb_wmi            28672  0
asus_wmi               45056  2 asus_nb_wmi,mfd_aaeon
autofs4                49152  2
binfmt_misc            24576  1
bluetooth             704512  37 btrtl,btintel,btbcm,bnep,btusb,rfcomm
bnep                   28672  2
btbcm                  24576  1 btusb
btintel                40960  1 btusb
btrtl                  24576  1 btusb
btusb                  61440  0
cdc_ether              24576  1 r8153_ecm
cec                    61440  2 drm_kms_helper,i915
cfg80211              974848  2 rtw88_core,mac80211
cmac                   16384  3
coretemp               24576  0
cqhci                  36864  1 sdhci_pci
crc32_pclmul           16384  0
crct10dif_pclmul       16384  1
cryptd                 24576  3 crypto_simd,ghash_clmulni_intel
crypto_simd            16384  1 aesni_intel
drm                   622592  13 drm_kms_helper,nvidia,nvidia_drm,i915,ttm
drm_kms_helper        311296  2 nvidia_drm,i915
dw_dmac                16384  0
dw_dmac_core           36864  1 dw_dmac
ecc                    36864  1 ecdh_generic
ecdh_generic           16384  2 bluetooth
efi_pstore             16384  0
fb_sys_fops            16384  1 drm_kms_helper
ghash_clmulni_intel    16384  0
hid                   151552  11 i2c_hid,usbhid,hid_multitouch,hid_generic,uhid,hid_logitech_dj,hid_logitech_hidpp
hid_generic            16384  0
hid_logitech_dj        28672  0
hid_logitech_hidpp     49152  0
hid_multitouch         32768  0
i2c_algo_bit           16384  1 i915
i2c_hid                36864  1 i2c_hid_acpi
i2c_hid_acpi           16384  0
i2c_i801               36864  0
i2c_smbus              20480  1 i2c_i801
i915                 3108864  4
idma64                 20480  0
input_leds             16384  0
int3400_thermal        20480  0
int3403_thermal        20480  0
int340x_thermal_zone    20480  2 int3403_thermal,processor_thermal_device
intel_cstate           20480  0
intel_lpss             16384  1 intel_lpss_pci
intel_lpss_pci         24576  2
intel_pch_thermal      20480  0
intel_powerclamp       24576  0
intel_rapl_common      40960  2 intel_rapl_msr,processor_thermal_rapl
intel_rapl_msr         20480  0
intel_soc_dts_iosf     20480  1 processor_thermal_device_pci_legacy
intel_tcc_cooling      16384  0
ip_tables              32768  0
joydev                 32768  0
ledtrig_audio          16384  2 snd_hda_codec_generic,snd_sof
libahci                45056  1 ahci
libarc4                16384  1 mac80211
lp                     28672  0
mac80211             1249280  2 rtw88_pci,rtw88_core
mac_hid                16384  0
mc                     65536  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
mei                   135168  3 mei_hdcp,mei_me
mei_hdcp               24576  0
mei_me                 40960  1
mfd_aaeon              16384  0
mii                    16384  2 usbnet,r8152
Module                  Size  Used by
msr                    16384  0
mxm_wmi                16384  0
nls_iso8859_1          16384  1
ntfs3                 274432  0
nvidia              56582144  504 nvidia_uvm,nvidia_modeset
nvidia_drm             77824  8
nvidia_modeset       1302528  6 nvidia_drm
nvidia_uvm           1507328  0
nvme                   49152  3
nvme_core             135168  4 nvme
parport                69632  3 parport_pc,lp,ppdev
parport_pc             49152  0
pinctrl_cannonlake     36864  2
platform_profile       16384  1 asus_wmi
ppdev                  24576  0
processor_thermal_device    20480  1 processor_thermal_device_pci_legacy
processor_thermal_device_pci_legacy    16384  0
processor_thermal_mbox    16384  2 processor_thermal_rfim,processor_thermal_device
processor_thermal_rapl    20480  1 processor_thermal_device
processor_thermal_rfim    24576  1 processor_thermal_device
pstore_blk             16384  0
pstore_zone            32768  1 pstore_blk
r8152                 114688  1 r8153_ecm
r8153_ecm              16384  0
ramoops                32768  0
rapl                   20480  0
rc_core                65536  1 cec
reed_solomon           28672  1 ramoops
rfcomm                 81920  4
rtw88_8821c            94208  1 rtw88_8821ce
rtw88_8821ce           16384  0
rtw88_core            258048  2 rtw88_pci,rtw88_8821c
rtw88_pci              32768  1 rtw88_8821ce
sch_fq_codel           20480  2
sdhci                  81920  1 sdhci_pci
sdhci_pci              69632  0
serio_raw              20480  0
snd                   106496  19 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
snd_compress           24576  1 snd_soc_core
snd_hda_codec         163840  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda
snd_hda_codec_generic   102400  1 snd_hda_codec_realtek
snd_hda_codec_hdmi     77824  1
snd_hda_codec_realtek   159744  1
snd_hda_core          110592  9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_ext_core       32768  3 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_intel          53248  3
snd_hwdep              16384  1 snd_hda_codec
snd_intel_dspcfg       28672  2 snd_hda_intel,snd_sof_intel_hda_common
snd_intel_sdw_acpi     20480  2 snd_sof_intel_hda_common,snd_intel_dspcfg
snd_pcm               139264  10 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_hda_core,snd_pcm_dmaengine
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_rawmidi            49152  1 snd_seq_midi
snd_seq                77824  2 snd_seq_midi,snd_seq_midi_event
snd_seq_device         16384  3 snd_seq,snd_seq_midi,snd_rawmidi
snd_seq_midi           20480  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
snd_soc_acpi_intel_match    61440  2 snd_sof_intel_hda_common,snd_sof_pci_intel_cnl
snd_soc_core          339968  4 soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda
snd_soc_hdac_hda       24576  1 snd_sof_intel_hda_common
snd_sof               147456  2 snd_sof_pci,snd_sof_intel_hda_common
snd_sof_intel_hda      20480  1 snd_sof_intel_hda_common
snd_sof_intel_hda_common   102400  1 snd_sof_pci_intel_cnl
snd_sof_pci            20480  2 snd_sof_intel_hda_common,snd_sof_pci_intel_cnl
snd_sof_pci_intel_cnl    16384  0
snd_sof_xtensa_dsp     16384  1 snd_sof_intel_hda_common
snd_timer              40960  2 snd_seq,snd_pcm
soundcore              16384  1 snd
soundwire_bus          94208  3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
soundwire_cadence      36864  1 soundwire_intel
soundwire_generic_allocation    16384  1 soundwire_intel
soundwire_intel        40960  1 snd_sof_intel_hda_common
sparse_keymap          16384  1 asus_wmi
spidev                 24576  0
spi_pxa2xx_platform    32768  0
syscopyarea            16384  1 drm_kms_helper
sysfillrect            20480  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
ttm                    86016  1 i915
uas                    28672  0
uhid                   20480  2
usbhid                 65536  1 hid_logitech_dj
usbnet                 53248  2 r8153_ecm,cdc_ether
usb_storage            77824  4 uas
uvcvideo              110592  0
video                  65536  2 asus_wmi,i915
videobuf2_common       77824  4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
videobuf2_memops       20480  1 videobuf2_vmalloc
videobuf2_v4l2         32768  1 uvcvideo
videobuf2_vmalloc      20480  1 uvcvideo
videodev              258048  3 videobuf2_v4l2,uvcvideo,videobuf2_common
wmi                    32768  4 asus_wmi,wmi_bmof,mfd_aaeon,mxm_wmi
wmi_bmof               16384  0
x86_pkg_temp_thermal    20480  0
xhci_pci               24576  0
xhci_pci_renesas       20480  1 xhci_pci
x_tables               53248  1 ip_tables
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:

Hors ligne

#36 Le 15/08/2023, à 20:51

GPA92

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Réponse à Xubu1957 ( #34 ):

11 fichiers ne m'appartiennent plus dans mon home => lesquels ? :

gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~$ echo -e "\nNombre d'éléments de /home/moi ne m'appartenant pas : $(sudo find ~ \( ! -user $USER -o ! -group $USER \) | wc -l)"
[sudo] Mot de passe de gilles : 

Nombre d'éléments de /home/moi ne m'appartenant pas : 11

Hors ligne

#37 Le 15/08/2023, à 21:23

ylag

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Bonsoir,

Cette commande devrait donner la liste des fichiers de ton répertoire personnel ne t'appartenant pas :

sudo find ~ \( ! -user $USER -o ! -group $USER \) -ls

A+

Hors ligne

#38 Le 16/08/2023, à 20:32

GPA92

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Réponse à ylag (  #37 ):

La commande proposée fonctionne et identifie les 11 éléments (qui sont sans rapport avec le problème en cours pour le Bluetooth en dual boot ). Il s'agit de 10 fichiers de config pour Microsoft-edge que j'ai désinstallé et d'un fichier Microsoft vide (qui ont tous une icône avec un cadena):

gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~$ sudo find ~ \( ! -user $USER -o ! -group $USER \) -ls
[sudo] Mot de passe de gilles : 
  7864736      0 -rw-r--r--   1 root     root            0 juin  9  2022 /home/gilles/.config/Microsoft/Microsoft
  7996489      0 -rw-r--r--   1 root     root            0 juin  9  2022 /home/gilles/.config/microsoft-edge/Default/Local
  7996486      0 -rw-r--r--   1 root     root            0 juin  9  2022 /home/gilles/.config/microsoft-edge/Default/Platform
  7996487      0 -rw-r--r--   1 root     root            0 juin  9  2022 /home/gilles/.config/microsoft-edge/Default/Site
  7996491      0 -rw-r--r--   1 root     root            0 juin  9  2022 /home/gilles/.config/microsoft-edge/Default/Session
  7996490      0 -rw-r--r--   1 root     root            0 juin  9  2022 /home/gilles/.config/microsoft-edge/Default/Sync
  7996485      0 -rw-r--r--   1 root     root            0 juin  9  2022 /home/gilles/.config/microsoft-edge/Default/Service
  7996488      0 -rw-r--r--   1 root     root            0 juin  9  2022 /home/gilles/.config/microsoft-edge/Default/Extension
  8126470      0 -rw-r--r--   1 root     root            0 juin  9  2022 /home/gilles/.config/microsoft-edge/Default/Storage/ext/ihmafllikibpmigkcoadcmckbfhibefp/def/Local
  8126469      0 -rw-r--r--   1 root     root            0 juin  9  2022 /home/gilles/.config/microsoft-edge/Default/Storage/ext/ihmafllikibpmigkcoadcmckbfhibefp/def/Platform
  8126471      0 -rw-r--r--   1 root     root            0 juin  9  2022 /home/gilles/.config/microsoft-edge/Default/Storage/ext/ihmafllikibpmigkcoadcmckbfhibefp/def/Session

De plus dans le répertoire  /home/gilles/.config    ,il y a quelques logiciels désinstallés dont les répertoires de config sont encore présents par exemple les fichiers de config de Slimbook Battery que j'ai désinstallé pour éviter un conflit avec TLP_UI ( mentionné en #31 à #33 ):

gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~/.config/Microsoft$ cd /home/gilles/.config
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~/.config$ ls slimbook*
slimbookbattery:
custom  default  slimbookbattery.conf

slimbookintelcontroller:
slimbookintelcontroller.conf
gilles@gilles-VivoBook-ASUSLaptop-X712FBC-P1701FB:~/.config$

Hors ligne

#39 Le 19/08/2023, à 08:56

Nuliel

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Je vois rien de spécial dans le résultat du #35 hmm

Hors ligne

#40 Le 20/08/2023, à 19:45

GPA92

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

A l'attention de Nuliel,

Je te remercie pour ta aide. Je propose de clore le sujet en l'état "Non résolu".

Dans les prochains mois, je réinstallerai complètement Ubuntu en passant à Kubuntu 22.04.A cette occasion, je ferai une nouvelle tentative Bluetooth en dual boot. Je regarderai également sur le forum si d'autres personnes ont eu des problèmes de réveil avec Ubuntu avec un clavier et souris Bluetooth.

Hors ligne

#41 Le 20/08/2023, à 19:54

Nuliel

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Pour ma part, je pense que le problème se situe au niveau de tlp, mais je ne vois pas ce qu'il faut faire pour que cela fonctionne. Peut-être repartir sur la conf par défaut.
Ok, tu devras normalement réutiliser le fameux script salvateur après l'install.
N'hésite pas à redemander sur ce fil.

Dans tous les cas, sache que ta demande devrait permettre à faire fonctionner facilement le partage de périphériques bluetooth entre windows et linux pour les prochains qui auront ce pb. Bref ce sera utile à d'autres

Dernière modification par Nuliel (Le 20/08/2023, à 19:56)

Hors ligne

#42 Le 20/08/2023, à 20:14

xubu1957

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Bonsoir,

Pour info, pour les permissions, une commande corrective, et des explications détaillées.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#43 Le 20/08/2023, à 20:31

lynn

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Bonjour,

À toutes fins utiles, si cela n'a pas déjà été consulté, voici une documentation pour, peut-être, aider dans la résolution du problème.


«C'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!»

Coluche

Hors ligne

#44 Le 21/08/2023, à 21:15

Nuliel

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

En fait le problème ce n'est pas l'appairage entre les deux OS (cela a été résolu), le problème restant, c'est la mise en veille avec le bluetooth

@lynn: sais tu si le projet bt-dualboot marche aussi pour du BLE?

Hors ligne

#45 Le 22/08/2023, à 04:49

lynn

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

Nuliel a écrit :

@lynn: sais tu si le projet bt-dualboot marche aussi pour du BLE?

N'ayant pas de low energy sous la main, je n'ai pas pu tester...


«C'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!»

Coluche

Hors ligne

#46 Le 22/08/2023, à 18:30

Nuliel

Re : [NON résolu] Bluetooth : Perte de connexion clavier et souris

J'ai pas de dual boot donc je peux pas tester non plus hmm (et pas non plus de périphérique BLE à ma connaissance)
Perso j'avais trouvé https://konfekt.github.io/blog/2023/05/ … x-dualboot mais ça me surprend qu'il y ait pas de warning sur le projet bt-dualboot disant que le BLE n'est pas pris en charge, d'où mon interrogation

Dernière modification par Nuliel (Le 22/08/2023, à 18:30)

Hors ligne