meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:bluetooth:kernel [2018/09/18 12:54] – niziak | linux:bluetooth:kernel [2018/09/19 11:18] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| <code bash> | <code bash> | ||
| mount -t debugfs none / | mount -t debugfs none / | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | echo "file net/ | ||
| </ | </ | ||
| Line 20: | Line 24: | ||
| sudo cp net/ | sudo cp net/ | ||
| + | |||
| + | depmod -a | ||
| + | sudo rmmod btusb btrtl btintel btbcm bnep btusb bluetooth | ||
| + | |||
| + | modinfo bluetooth | ||
| + | filename: | ||
| + | ... | ||
| + | |||
| + | sudo modprobe bluetooth | ||
| </ | </ | ||