个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的4个中间版本)
第5行: 第5行:
 
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]
+
<ol><li>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
+
</li><li>You will need ''alien'' to convert the .rpm package into a .deb one<pre><nowiki>
<pre><nowiki>
+
 
sudo apt-get install alien
 
sudo apt-get install alien
 
sudo alien nomadII-utils-0.8-2.i386.rpm
 
sudo alien nomadII-utils-0.8-2.i386.rpm
 
</nowiki></pre>
 
</nowiki></pre>
0. Install nomadII-utils:  
+
</li><li>Install nomadII-utils: <pre><nowiki>
<pre><nowiki>
+
 
sudo dpkg -i nomadii-utils_0.8-3_i386.deb
 
sudo dpkg -i nomadii-utils_0.8-3_i386.deb
 
</nowiki></pre>
 
</nowiki></pre>
0. You must create a symbolic link in order to help nomadii-utils find the libreadline library:  
+
</li><li>You must create a symbolic link in order to help nomadii-utils find the libreadline library: <pre><nowiki>
<pre><nowiki>
+
 
sudo ln -s /lib/libreadline.so.5 /lib/libreadline.so.4
 
sudo ln -s /lib/libreadline.so.5 /lib/libreadline.so.4
 
</nowiki></pre>
 
</nowiki></pre>
0. Nomadii-utils needs termcap compatibility. Download the following packages and place them in the same folder: [http://old-releases.ubuntu.com/ubuntu/pool/universe/t/termcap-compat/termcap-compat_1.2.3_i386.deb termcap-compat]  [http://old-releases.ubuntu.com/ubuntu/pool/universe/libc/libc/libc5_5.4.46-15_i386.deb libc5] [http://old-releases.ubuntu.com/ubuntu/pool/universe/l/ld.so/ldso_1.9.11-15_i386.deb ldso]
+
</li><li>Nomadii-utils needs termcap compatibility. Download the following packages and place them in the same folder: [http://old-releases.ubuntu.com/ubuntu/pool/universe/t/termcap-compat/termcap-compat_1.2.3_i386.deb termcap-compat]  [http://old-releases.ubuntu.com/ubuntu/pool/universe/libc/libc/libc5_5.4.46-15_i386.deb libc5] [http://old-releases.ubuntu.com/ubuntu/pool/universe/l/ld.so/ldso_1.9.11-15_i386.deb ldso]
0. Install termcap-compat:  
+
</li><li>Install termcap-compat: <pre><nowiki>
<pre><nowiki>
+
 
sudo dpkg -i ldso_1.9.11-15_i386.deb  
 
sudo dpkg -i ldso_1.9.11-15_i386.deb  
 
sudo dpkg -i libc5_5.4.46-15_i386.deb  
 
sudo dpkg -i libc5_5.4.46-15_i386.deb  
 
sudo dpkg -i termcap-compat_1.2.3_i386.deb
 
sudo dpkg -i termcap-compat_1.2.3_i386.deb
 
</nowiki></pre>
 
</nowiki></pre>
0. Connect your Nomad II device.
+
</li><li>Connect your Nomad II device.
0. Run nomadii-utils executable ('''not''' as root):  
+
</li><li>Run nomadii-utils executable ('''not''' as root): <pre><nowiki>
<pre><nowiki>
+
 
nomadii
 
nomadii
 
</nowiki></pre>
 
</nowiki></pre>
0. Type ''help'' at the nomad prompt to get a list of useful commands.  
+
</li><li>Type ''help'' at the nomad prompt to get a list of useful commands.</li></ol>
 +
 
 +
=== Ubuntu 7.10 ===
 +
Instructions for Ubuntu 7.10 Gutsy Gibbon
 +
'''usbfs''' is not activated by default in Gutsy. After the instructions above, follow these extra steps:
 +
<pre><nowiki>
 +
sudo nano -w /etc/init.d/mountdevsubfs.sh
 +
</nowiki></pre>
 +
Find the following lines:
 +
<pre><nowiki>
 +
    #mkdir -p /dev/bus/usb/.usbfs
 +
    #domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
 +
    #ln -s .usbfs/devices /dev/bus/usb/devices
 +
    #mount --rbind /dev/bus/usb /proc/bus/usb
 +
</nowiki></pre>
 +
Uncomment them so that look like this:<pre><nowiki>
 +
    mkdir -p /dev/bus/usb/.usbfs
 +
    domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
 +
    ln -s .usbfs/devices /dev/bus/usb/devices
 +
    mount --rbind /dev/bus/usb /proc/bus/usb
 +
</nowiki></pre>
 +
Press ''Ctrl+X'' to exit and save the changes.
 +
Start mountdevsubfs:<pre><nowiki>
 +
sudo /etc/init.d/mountdevsubfs.sh start
 +
</nowiki></pre>
 +
Done. You can run ''nomadii'' now.
 
==== 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]
第38行: 第58行:
 
* [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]
 +
* [https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/151585 Bug #151585]
 
----
 
----
[[category:CategoryDocumentation]]
+
[[category:CategoryAudio]] [[category:CategoryHardware]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

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

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

Ubuntu 7.04

Instructions for Ubuntu 7.04 Feisty Fawn

Steps

  1. Download nomadII-utils from: [1]
  2. 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
    
  3. Install nomadII-utils:
    sudo dpkg -i nomadii-utils_0.8-3_i386.deb
    
  4. 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
    
  5. Nomadii-utils needs termcap compatibility. Download the following packages and place them in the same folder: termcap-compat libc5 ldso
  6. 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
    
  7. Connect your Nomad II device.
  8. Run nomadii-utils executable (not as root):
    nomadii
    
  9. Type help at the nomad prompt to get a list of useful commands.

Ubuntu 7.10

Instructions for Ubuntu 7.10 Gutsy Gibbon usbfs is not activated by default in Gutsy. After the instructions above, follow these extra steps:

sudo nano -w /etc/init.d/mountdevsubfs.sh

Find the following lines:

     #mkdir -p /dev/bus/usb/.usbfs
    #domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
    #ln -s .usbfs/devices /dev/bus/usb/devices
    #mount --rbind /dev/bus/usb /proc/bus/usb
Uncomment them so that look like this:
    mkdir -p /dev/bus/usb/.usbfs
    domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
    ln -s .usbfs/devices /dev/bus/usb/devices
    mount --rbind /dev/bus/usb /proc/bus/usb

Press Ctrl+X to exit and save the changes.

Start mountdevsubfs:
sudo /etc/init.d/mountdevsubfs.sh start

Done. You can run nomadii now.

Kubuntu users

Check this out: Nomad II KDE Transfer Service Menu


References: