diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-01-03 14:47:00 -0800 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-01-03 14:47:00 -0800 |
commit | ef16683b421c9142f1a7ba514674e8a9c071d983 (patch) | |
tree | 3e4e1a5d2e57c8276ed19b859ef483c148245b0a | |
parent | ccbba9bfe5d05677e134c6e1257e9c2baf754a67 (diff) | |
parent | 6e0baf434221f76ab3faab226128c3ccf3007bf9 (diff) | |
download | lufa-ef16683b421c9142f1a7ba514674e8a9c071d983.tar.gz lufa-ef16683b421c9142f1a7ba514674e8a9c071d983.tar.bz2 lufa-ef16683b421c9142f1a7ba514674e8a9c071d983.zip |
Merge pull request #17 from mondalaci/further-generichid-modemmanager-instructions
Add further instructions regarding the modemmanager suckage.
-rw-r--r-- | Bootloaders/CDC/BootloaderCDC.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bootloaders/CDC/BootloaderCDC.txt b/Bootloaders/CDC/BootloaderCDC.txt index 337b6e4a5..5a3581d1b 100644 --- a/Bootloaders/CDC/BootloaderCDC.txt +++ b/Bootloaders/CDC/BootloaderCDC.txt @@ -171,6 +171,7 @@ * this module to try to take control over inserted CDC devices, corrupting the * datastream. A UDEV rule is required to prevent this. * See <a href=https://groups.google.com/d/msg/lufa-support/CP9cy2bc8yo/kBqsOu-RBeMJ>here</a> for resolution steps. + * If the issue still persists then uninstall modemmanager by executing \c sudo \c apt-get \c remove \c modemmanager * * \par On Linux machines, the CDC bootloader is inaccessible. * On many Linux systems, non-root users do not have automatic access to newly |