The NDAS interim beta driver for Debian
Download
Please check
- http://code.ximeta.com/dev/current/debian/ for the kernel module - this link does'nt work :-(
- http://code.ximeta.com/dev/current/linux/ for the admin utility
Install
Download the NDAS beta driver file then execute,
$ /bin/sh ./ndas-kernel-1.0.3-2.4.27_2_686.debian.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 or convert the rpm into deb file to install deb file
# 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.
