Created
July 30, 2013 07:56
-
-
Save timabell/6111095 to your computer and use it in GitHub Desktop.
blacklist the kernel module that's spamming my logs on my samsung
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # cat /etc/modprobe.d/blacklist_5139 | |
| # usb card reader, spamming dmesg with | |
| # "xhci_queue_intr_tx: 76 callbacks suppressed" | |
| # ref https://www.linuxquestions.org/questions/slackware-14/hci_queue_intr_tx-callbacks-suppressed-4175467718/#post4980647 | |
| blacklist rts5139 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment