个人工具

“UbuntuHelp:BinaryDriverHowto/KeyspanDriver”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第15行: 第15行:
 
The module is included in the kernel so the keyspan USB to Serial Adapter should work right out of the box.
 
The module is included in the kernel so the keyspan USB to Serial Adapter should work right out of the box.
 
----
 
----
[[UbuntuHelp:BinaryDriverHowto/KeyspanDriver/PageDiscussion|Discuss this page.|PageDiscussion|Discuss this page.]]
+
[[UbuntuHelp:BinaryDriverHowto/KeyspanDriver/PageDiscussion|Discuss this page.]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年5月14日 (四) 15:28的版本

How to install the non-free firmware for Keyspan USB <-> serial converters

Ubuntu 7.10

To install the firmware in Ubuntu 7.10 you need to first download the keyspan module. Next you need to copy the keyspan module to /lib/modules/2.6.22-16-generic/kernel/drivers/usb/serial

sudo cp /lib/modules/2.6.22-16-generic/kernel/drivers/usb/serial

then

sudo depmod -a && modprobe keyspan

Ubuntu 8.04 and newer

The module is included in the kernel so the keyspan USB to Serial Adapter should work right out of the box.


Discuss this page.