Information in this page is no longer valid. Please see WikiStart

The NDAS interim beta driver for Ubuntu

Download

Please check

Install

Download the NDAS beta driver file then execute,

$ /bin/sh ./ndas-kernel-1.0.3-2.4.27_2_686.ubuntu.5.i686.rpm.bin
...
...
# rpm -ivh ndas-kernel-1.0.3-2.4.27_2_686.5.i686.rpm
# rpm -ivh ndas-admin-1.0.3-125.i686.rpm

With this rpm, you can install into Debian if the package 'alien' is installed. You can install the package 'alien' by

# apt-get install alien rpm

You can install rpm directly or convert the rpm files into deb files to use 'dpkg'

# alien -k -c ndas-kernel-1.0.3-2.4.27_2_686.5.i686.rpm
# dpkg -i ndas-kernel_1.0.3-2.4.27_2_686.5_i386.deb
# alien -k -c ndas-admin-1.0.3-5.i686.rpm
# dpkg -i ndas-admin_1.0.3-5_i386.deb

Note: the command that has '#' as the prompt means that it should be executed with the root privilege, '$' that not necessarily executed with the root privilege.