个人工具

“UbuntuHelp:NetworkManager/UsbModem”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/NetworkManager/UsbModem}} {{Languages|UbuntuHelp:NetworkManager/UsbModem}} <<Include(Tag/NeedsExpansion)>> You could see three devices for the USB...)
 
 
第8行: 第8行:
 
/dev/ttyUSB2
 
/dev/ttyUSB2
 
</nowiki></pre>
 
</nowiki></pre>
This is caused by missing bits in the hal-info package. To detect the problems, type in a [[UbuntuHelp:terminal]] the output of :
+
This is caused by missing bits in the hal-info package. To detect the problems, type in a [[UbuntuHelp:terminal|terminal]] the output of :
 
<pre><nowiki>
 
<pre><nowiki>
 
lshal
 
lshal
第18行: 第18行:
 
should be used by [[UbuntuHelp:NetworkManager|NetworkManager]].
 
should be used by [[UbuntuHelp:NetworkManager|NetworkManager]].
 
=== See also ===
 
=== See also ===
* [[UbuntuHelp:Hardware]].
+
* [[UbuntuHelp:Hardware|Hardware]].
* [[UbuntuHelp:HuaweiE220]].
+
* [[UbuntuHelp:HuaweiE220|HuaweiE220]].
 
----
 
----
 
[[category:CategoryUsb]] [[category:CategoryNetworking]]
 
[[category:CategoryUsb]] [[category:CategoryNetworking]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月20日 (一) 00:10的最新版本

<<Include(Tag/NeedsExpansion)>> You could see three devices for the USB modem or card, for example :

/dev/ttyUSB0
/dev/ttyUSB1
/dev/ttyUSB2

This is caused by missing bits in the hal-info package. To detect the problems, type in a terminal the output of :

lshal

Technically, only the device with

 usb.interface.number = 0

should be used by NetworkManager.

See also