下载链接:http://ftp.uma.es/Clientes×××/?C=M;O=A
- Download .
wget http://projects.tuxx-home.at/cisco***/clients/linux/4.8.02/***client-linux-x86_64-4.8.02.0030-k9.tar.gz
- Unpack it
tar zxf ***client-linux-x86_64-4.8.02.0030-k9.tar.gz
- Download
wget http://projects.tuxx-home.at/cisco***/patches/***client-linux-4.8.02-64bit.patch
- Download
wget http://painfullscratch.nl/code/***/***client-linux-4.8.02-64bit.ge.2.6.31.patch
- Change directory
cd ***client
- Patch with existing patch
patch < ../***client-linux-4.8.02-64bit.patch
- Patch with greater or equal (ge) 2.6.31 patch
patch < ../***client-linux-4.8.02-64bit.ge.2.6.31.patch
- Update netdevice.h and change 'const struct net_device_ops *netdev_ops;' to 'struct net_device_ops *netdev_ops;' as described at
sudo vi -c ':944' /usr/src/kernels/`uname -r`/include/linux/netdevice.h
- Install *** client
./***_install