Penguin

Differences between version 8 and previous revision of BlueTooth.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 8 Last edited on Saturday, May 20, 2006 5:57:02 pm by PerryLorier Revert
Older page: version 7 Last edited on Saturday, May 20, 2006 5:45:35 pm by PerryLorier Revert
@@ -28,4 +28,8 @@
 <pre> 
  $ ussp-push ''mac-of-device''@ ''localfile'' 'remotefile'' 
 </pre> 
 Note that the @ is important, without it ussp-push thinks ''mac-of-device'' is a path to a tty file. 
+  
+!!Errors  
+!!!<tt>Can't create RFCOMM TTY: Address already in use</tt>  
+This error from rfcomm means that something is already using that <tt>/dev/rfcomm0</tt>, use another one, or use "<tt>rfcomm release /dev/rfcomm0</tt>" to make it available.