Outils pour utilisateurs

Outils du site


carte_d_acquisition_vhs

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
carte_d_acquisition_vhs [2021/04/04 13:31] – créée gbdcarte_d_acquisition_vhs [2021/04/04 17:21] (Version actuelle) gbd
Ligne 286: Ligne 286:
 </code> </code>
  
 +De ce que je comprend les tests à réaliser sont les suivants:
 +
 +On décharge le module usb du Kernel ainsi
 +
 +<code> sudo modprobe -r em28xx</code>
 +
 +Normalement il n'y a aucun retour. Si cette erreur apparait:
 +<code> 
 +alex@Cochardiere:~$ sudo modprobe -r em28xx
 +modprobe: FATAL: Module em28xx is in use.
 + </code>
 +
 +Faire
 +
 +<code>
 +alex@Cochardiere:~$ lsmod | grep em28
 +em28xx_rc              20480  0
 +rc_core                53248  1 em28xx_rc
 +em28xx_v4l             49152  0
 +videobuf2_vmalloc      20480  1 em28xx_v4l
 +videobuf2_v4l2         24576  1 em28xx_v4l
 +videobuf2_common       53248  2 videobuf2_v4l2,em28xx_v4l
 +em28xx                 90112  2 em28xx_rc,em28xx_v4l
 +tveeprom               28672  1 em28xx
 +videodev              225280  6 videobuf2_v4l2,em28xx_v4l,videobuf2_common,saa7115,em28xx,tuner
 +mc                     53248  8 videodev,snd_usb_audio,videobuf2_v4l2,em28xx_v4l,videobuf2_common,saa7115,em28xx,tuner
 +</code>
 +
 +Et jarter les modules commancant par em28
 +<code>
 +sudo modprobe -r em28xx_rc em28xx_dvb dvb_core em28xx_v4l
 +</code>
 +
 +Tenter des associations de carte puis débrancher rebrancher la clé avec journactl -f pour voir s'il y a des erreurs.
 +
 +<code>
 +sudo modprobe -i em28xx card=19
 +</code>
 +
 +pour l'instant j'ai testé les 0 / 1 / 8 / 12 / 19 / 22 / 55 
 +
 +
 +Source:
 +[[https://olivier.hoarau.org/?p=1892|https://olivier.hoarau.org/?p=1892]]
 +[[https://ubuntuforums.org/archive/index.php/t-1739483.html|https://ubuntuforums.org/archive/index.php/t-1739483.html]]
 +[[https://bbs.archlinux.org/viewtopic.php?id=46619|https://bbs.archlinux.org/viewtopic.php?id=46619]]
 +[[https://forum.ubuntu-fr.org/viewtopic.php?id=42434&p=26|https://forum.ubuntu-fr.org/viewtopic.php?id=42434&p=26]]
carte_d_acquisition_vhs.1617543076.txt.gz · Dernière modification : 2021/04/04 13:31 de gbd