Information in this page is no longer valid. Please see WikiStart
The NDAS interim beta driver for Ubuntu
Download
Please check
- http://code.ximeta.com/dev/current/ubuntu5.10/ for the most recent build of NDAS kernel module for 5.10
- http://code.ximeta.com/dev/current/ubuntu6.10/ for the most recent build of NDAS kernel module for 6.10
- http://code.ximeta.com/dev/current/ubuntu7.04/ for the most recent build of NDAS kernel module for 7.04
- http://code.ximeta.com/dev/current/linux/ for the most recent build of NDAS admin utility
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.
