个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/BluetoothPrinterSetup}} {{Languages|UbuntuHelp:BluetoothPrinterSetup}} == Intro == This page will discribe how to set-up your printer to work ...)
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/BluetoothPrinterSetup}}
 
{{From|https://help.ubuntu.com/community/BluetoothPrinterSetup}}
 
{{Languages|UbuntuHelp:BluetoothPrinterSetup}}
 
{{Languages|UbuntuHelp:BluetoothPrinterSetup}}
 
 
 
 
== Intro ==
 
== Intro ==
 
 
This page will discribe how to set-up your printer to work with Bluetooth in Ubuntu.
 
This page will discribe how to set-up your printer to work with Bluetooth in Ubuntu.
 
 
== Finding Your Bluetooth printers address and connecting it ==
 
== Finding Your Bluetooth printers address and connecting it ==
 
 
1.  
 
1.  
 
Open a terminal from Applications>Accessories>Terminal and type in it:
 
Open a terminal from Applications>Accessories>Terminal and type in it:
第15行: 第9行:
 
hcitool scan
 
hcitool scan
 
</nowiki></pre>
 
</nowiki></pre>
 
 
You should see an output like this:
 
You should see an output like this:
 
<pre><nowiki>
 
<pre><nowiki>
第21行: 第14行:
 
00:16:38:C2:6B:79      Canon MP600-1
 
00:16:38:C2:6B:79      Canon MP600-1
 
</nowiki></pre>
 
</nowiki></pre>
 
 
If you don't see something like that than either your printer is not configured correctly or your Bluetooth
 
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.
 
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.
 
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:
 
2. OK,now take the string of numbers and semicolons and put it, with a space, at the end of this string:
 
<pre><nowiki>
 
<pre><nowiki>
 
hidd --connect "string of numbers and semicolons"  
 
hidd --connect "string of numbers and semicolons"  
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Yours should be without quotes.
 
Yours should be without quotes.
 
 
== 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 Printer".
 
2.Once there, click "New Printer".
 
 
3. Click "Network Printer" and put in the box labeled "URI:" "bluetooth://" and the same string of letters and
 
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:
 
numbers and semicolons you put on the end of "hci --connect". It should look like this:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
bluetooth://001638C26B79/
 
bluetooth://001638C26B79/
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Than click "Forward"
 
Than click "Forward"
 
 
4.Click the make and the model of your printer from the list.
 
4.Click the make and the model of your printer from the list.
 
 
5.Click "Apply".
 
5.Click "Apply".
 
 
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, your 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:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 16:19的版本

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 Printer". 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:

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, your done! Actually not quite. To make your printer connect on start-up see:BluetoothSetup.