个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Nomadii}} {{Languages|UbuntuHelp:Nomadii}} #title How to make your Nomad II work on Ubuntu === Ubuntu 7.04 === Instructions for Ubuntu 7.04 Feis...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:Nomadii}}
 
{{Languages|UbuntuHelp:Nomadii}}
 
#title How to make your Nomad II work on Ubuntu
 
#title How to make your Nomad II work on Ubuntu
 
 
=== Ubuntu 7.04 ===
 
=== Ubuntu 7.04 ===
 
 
Instructions for Ubuntu 7.04 Feisty Fawn
 
Instructions for Ubuntu 7.04 Feisty Fawn
 
 
==== Steps ====
 
==== Steps ====
 
 
0. Download nomadII-utils from: [http://prdownloads.sourceforge.net/nomadii/nomadII-utils-0.8-2.i386.rpm]
 
0. Download nomadII-utils from: [http://prdownloads.sourceforge.net/nomadii/nomadII-utils-0.8-2.i386.rpm]
 
0. You will need ''alien'' to convert the .rpm package into a .deb one
 
0. You will need ''alien'' to convert the .rpm package into a .deb one
第36行: 第32行:
 
</nowiki></pre>
 
</nowiki></pre>
 
0. Type ''help'' at the nomad prompt to get a list of useful commands.  
 
0. Type ''help'' at the nomad prompt to get a list of useful commands.  
 
 
==== Kubuntu users ====
 
==== Kubuntu users ====
 
Check this out: [http://www.kde-apps.org/content/show.php?content=17624 Nomad II KDE Transfer Service Menu]
 
Check this out: [http://www.kde-apps.org/content/show.php?content=17624 Nomad II KDE Transfer Service Menu]
 
 
----
 
----
 
References:
 
References:
 
* [http://nomadii.sourceforge.net/ Nomad II Linux Driver]
 
* [http://nomadii.sourceforge.net/ Nomad II Linux Driver]
 
* [http://ubuntuforums.org/archive/index.php/t-44886.html Ubuntu Forums]
 
* [http://ubuntuforums.org/archive/index.php/t-44886.html Ubuntu Forums]
 
 
----
 
----
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 20:51的版本

  1. title How to make your Nomad II work on Ubuntu

Ubuntu 7.04

Instructions for Ubuntu 7.04 Feisty Fawn

Steps

0. Download nomadII-utils from: [1] 0. You will need alien to convert the .rpm package into a .deb one

sudo apt-get install alien
sudo alien nomadII-utils-0.8-2.i386.rpm

0. Install nomadII-utils:

sudo dpkg -i nomadii-utils_0.8-3_i386.deb

0. You must create a symbolic link in order to help nomadii-utils find the libreadline library:

sudo ln -s /lib/libreadline.so.5 /lib/libreadline.so.4

0. Nomadii-utils needs termcap compatibility. Download the following packages and place them in the same folder: termcap-compat libc5 ldso 0. Install termcap-compat:

sudo dpkg -i ldso_1.9.11-15_i386.deb 
sudo dpkg -i libc5_5.4.46-15_i386.deb 
sudo dpkg -i termcap-compat_1.2.3_i386.deb

0. Connect your Nomad II device. 0. Run nomadii-utils executable (not as root):

nomadii

0. Type help at the nomad prompt to get a list of useful commands.

Kubuntu users

Check this out: Nomad II KDE Transfer Service Menu


References: