MansOS FAQ

From DiLab
Revision as of 23:05, 27 March 2008 by Samofals (talk | contribs) (New page: '''Q: Ubuntu vidē mote pēc laika atslēdzas no /dev/ttyUSB0 , un palaižot motelist mēs redzam, ka CommPort ir none''' $ motelist Reference CommPort Description ---------...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Q: Ubuntu vidē mote pēc laika atslēdzas no /dev/ttyUSB0 , un palaižot motelist mēs redzam, ka CommPort ir none

   $ motelist
   Reference  CommPort   Description
   ---------- ---------- ----------------------------------------
   UCC89MXV   (none)       Telos (Rev B 2004-09-27)

A: Jānoņem(jāatinstalē) brltty

  sudo apt-get remove brltty

Informācija ņemta no šejienes: http://mail.millennium.berkeley.edu/pipermail/tinyos-devel/2007-June/001669.html

  Thought that folks might find this useful.
   
  Some may have noticed that Ubuntu Feisty Fawn has problems talking to
  TMote Sky nodes. The problem is that the Braille TTY driver wants to
  claim any device with the FTDI USB chipset. The fix is to run:
  
  sudo apt-get remove brltty
  
  Which clears this out and removes the dependencies.
  
  Matt