download and copy to /home/’username’ folder
then;
——————————————————
Start Ubuntu and plug your modem.
#
Let’s say you saved the file, mentioned above, on your “home” folder
(/home/username). Open a Terminal(console) and enter this:
$ tar -xvzf ueagle-data-1.1.tar.gz
$ sudo mkdir /lib/firmware/ueagle-atm
$ cd ueagle-data-1.1/
$ sudo cp -a * /lib/firmware/ueagle-atm
This extracts the firmware files and copies them to the appropriate location.
#
Now it’s time to disable the eagle-usb module and remove it. Enter this in the
console:
$ sudo rmmod eagle-usb
$ sudo rm /lib/modules/`uname -r`/kernel/drivers/usb/net/eagle/eagle-usb.ko
Note: Each time you update your kernel you have to do only the above step.
#
Read the rest of this entry »