meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:bluetooth:kernel [2018/09/18 13:08] niziaklinux:bluetooth:kernel [2018/09/19 11:18] (current) niziak
Line 1: Line 1:
 <code bash> <code bash>
 mount -t debugfs none /sys/kernel/debug mount -t debugfs none /sys/kernel/debug
 +</code>
 +
 +<code bash>
 +echo "file net/bluetooth/* +pfl" > /sys/kernel/debug/dynamic_debug/control
 </code> </code>
  
Line 28: Line 32:
 ... ...
  
-modprobe bluetooth +sudo modprobe bluetooth
  
 </code> </code>