bingo !
mon fils a fait l'opération : il suffit d'appuyer sur FN-F10. La Webcam est donc désactivée par défaut, comme pour les cartes réseau Wifi embarquées. Il fallait y penser. C'est aussi dans le user's manual. Comme disent certains : RTFM.
Voici pour être complet les informations précieuses que je cherchais :
La webcam est une BISON NB Pro (5986:0315)
dmesg :
Code : Tout sélectionner
[ 2288.517587] usb 3-4: >new high-speed USB device number 2 using xhci_hcd
[ 2288.592981] usb 3-4: >New USB device found, idVendor=5986, idProduct=0315
[ 2288.592991] usb 3-4: >New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 2288.592997] usb 3-4: >Product: BisonCam, NB Pro
[ 2288.593002] usb 3-4: >Manufacturer: BISON Corporation
[ 2288.675082] Linux video capture interface: v2.00
[ 2288.682240] uvcvideo: Found UVC 1.00 device BisonCam, NB Pro (5986:0315)
[ 2288.721512] input: BisonCam, NB Pro as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input10
[ 2288.721716] usbcore: registered new interface driver uvcvideo
[ 2288.721721] USB Video Class driver (1.1.1)
marc@jarvis:~$ lsusb
Code : Tout sélectionner
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 002: ID 5986:0315 Acer, Inc (<- la Webcam est ici)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
on peut voir ci-dessous, que le driver est
uvcvideo
marc@jarvis:~$ lsmod | egrep -i 'video|i915'
Code : Tout sélectionner
uvcvideo 71277 0
videobuf2_core 32070 1 uvcvideo
videodev 95841 2 uvcvideo,videobuf2_core
videobuf2_vmalloc 12756 1 uvcvideo
videobuf2_memops 13184 1 videobuf2_vmalloc
i915 457161 3
drm_kms_helper 45271 1 i915
drm 230463 4 i915,drm_kms_helper
i2c_algo_bit 13197 1 i915
video 18847 1 i915