Comment 33 for bug 1411193

Revision history for this message
Jeremy (wa113y3s) wrote :

So lets load ath3k with
sudo modprobe ath3k

And find out if ath3k is in a conf file preventing it from loading
for f in /etc/modprobe.d/*; do echo $f; cat $f | grep ath3k; done