Skip to content

Instantly share code, notes, and snippets.

@helen-fornazier
Created July 5, 2015 15:21
Show Gist options
  • Save helen-fornazier/2d1101b8c5a279729cab to your computer and use it in GitHub Desktop.
Save helen-fornazier/2d1101b8c5a279729cab to your computer and use it in GitHub Desktop.
$ sudo sh -c "echo -n 'module media +p' > /sys/kernel/debug/dynamic_debug/control"
$ sudo cat /sys/kernel/debug/dynamic_debug/control | grep "\[media\]"
drivers/media/media-entity.c:301 [media]media_entity_pipeline_start =p "\042%s\042:%u must be connected by an enabled link\012"
drivers/media/media-entity.c:287 [media]media_entity_pipeline_start =p "link validation failed for \042%s\042:%u -> \042%s\042:%u, error %d\012"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment