diff options
author | John Klug <john.klug@multitech.com> | 2022-03-02 13:49:13 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-03-02 14:18:20 -0600 |
commit | 1e3ad41a155b4172fcd67f77b62d92efceac49b7 (patch) | |
tree | 3e63626393f2bc2704af7e255898c6c2f84df35e /README | |
parent | 7bee6fc54da5dffa6802002720209cfc31a3202f (diff) | |
download | mtac-e4d645fb3505fdc14d6270b84e10807b74e8c815.tar.gz mtac-e4d645fb3505fdc14d6270b84e10807b74e8c815.tar.bz2 mtac-e4d645fb3505fdc14d6270b84e10807b74e8c815.zip |
Reduce default messages and use dynamic debug4.1.4
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -6,4 +6,12 @@ MTAC modules. This module has a dependency on the at24 driver's Multitech EEPROM patch, and the EEPROM data array it creates called -"mts_ap_eeprom".
\ No newline at end of file +"mts_ap_eeprom". + +To turn on debug add the following lines to +the end of /etc/modprobe.d/mts-io.conf: + +options mts-io dyndbg=+p +options mtac dyndbg=+p +options mtac-xdot dyndbg=+p +options mtac-lora dyndbg=+p |