see
UeagleAtmDoc as well
Untar driver packet with
$ tar -xzf ueagle-atm-1.0d1.tar.gz
enter in the created directory, compile the driver and install it
$ cd ueagle-atm-1.0d1
$ make
$ make install
You should not use usbatm module from kernel, because mix external and kernel version can
crush machine. If you have already compiled usbatm and ueagle-atm as modules, simply remove them.
$ cd /lib/modules/`uname -r`/kernel/drivers/usb/atm
$ rm usbatm.ko
$ rm ueagle-atm.ko
If they are build in the kernel you need to rebuild it.