diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-06-11 16:32:50 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-06-11 16:32:50 -0400 |
commit | c3da84ce10e329ef6031e65ed6931eff6427118e (patch) | |
tree | 22d577e1d12d7422682f6782e5035a404fce150e | |
parent | 148514674cac78c87623a379bf77bbb9d8774edb (diff) | |
download | knowledge-c3da84ce10e329ef6031e65ed6931eff6427118e.tar.gz knowledge-c3da84ce10e329ef6031e65ed6931eff6427118e.zip |
software/debian: USB-serial notes
-rw-r--r-- | software/debian.page | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/software/debian.page b/software/debian.page index 61226bb..554ab40 100644 --- a/software/debian.page +++ b/software/debian.page @@ -54,6 +54,12 @@ Some gotchas from installing debian a few times: * Might want oss-comapt for, eg, baudline? + * If you're having trouble accessing USB-serial devices, try removing the + `modemmanager` package. Also might need to `sudo insmod pl2303` for certain + Prolific adapters because it's included as a module (not compiled in to + kernel) + + Debian Package Tools ------------------------------ ``dkpg -S somefile`` shows what packages a given file were installed by. ``dpkg |