个人工具

“UbuntuHelp:BluetoothPrinterSetup”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的3个中间版本)
第25行: 第25行:
 
== Setting up your printer to *Surprise* *Surprise* print ==
 
== Setting up your printer to *Surprise* *Surprise* print ==
 
1. Navigate to System>Administration>Printing.
 
1. Navigate to System>Administration>Printing.
 +
2. Once there, click "New".
 +
3. On the New Printer/Select Device screen, click "Other" and put in the box labeled "URI:" "bluetooth://" and the same string of letters and
  
2.Once there, click "New Printer".
+
numbers '''but without the semicolons''' that you put on the end of "hci --connect". It should look like this:
3. Click "Network Printer" and put in the box labeled "URI:" "bluetooth://" and the same string of letters and
+
 
+
numbers and semicolons you put on the end of "hci --connect". It should look like this:
+
 
<pre><nowiki>
 
<pre><nowiki>
 
bluetooth://001638C26B79/
 
bluetooth://001638C26B79/
第38行: 第37行:
 
6.Right click on your newly made printer and click "Properties".
 
6.Right click on your newly made printer and click "Properties".
 
7.Click on "Print Test Page".
 
7.Click on "Print Test Page".
If it prints, your done!  
+
If it prints, you're done!  
 
Actually not quite. To make your printer connect on start-up see:BluetoothSetup.
 
Actually not quite. To make your printer connect on start-up see:BluetoothSetup.
 
----
 
----
[[category:CategoryDocumentation]]
+
[[category:CategoryBluetooth]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 21:45的最新版本

Intro

This page will discribe how to set-up your printer to work with Bluetooth in Ubuntu.

Finding Your Bluetooth printers address and connecting it

1. Open a terminal from Applications>Accessories>Terminal and type in it:

hcitool scan

You should see an output like this:

 Scanning ...
        00:16:38:C2:6B:79       Canon MP600-1

If you don't see something like that than either your printer is not configured correctly or your Bluetooth adapter isn't recognized. Seek help for both problems in the Ubuntu Forums or the Ubuntu Users mailing list. If you do see the correct output than progress to the next step. 2. OK,now take the string of numbers and semicolons and put it, with a space, at the end of this string:

hidd --connect "string of numbers and semicolons" 

Yours should be without quotes.

Setting up your printer to *Surprise* *Surprise* print

1. Navigate to System>Administration>Printing. 2. Once there, click "New". 3. On the New Printer/Select Device screen, click "Other" and put in the box labeled "URI:" "bluetooth://" and the same string of letters and

numbers but without the semicolons that you put on the end of "hci --connect". It should look like this:

bluetooth://001638C26B79/

Than click "Forward" 4.Click the make and the model of your printer from the list. 5.Click "Apply". 6.Right click on your newly made printer and click "Properties". 7.Click on "Print Test Page". If it prints, you're done! Actually not quite. To make your printer connect on start-up see:BluetoothSetup.