Attached is a patch that will update the airprime driver to recognize the Dell 5510 card. The airprime driver is an improved driver over the standard usbserial driver, which will limit the speeds available for downloading over a high speed wireless WAN network such as Cingular's HSPDA network. This is not my work (although I fixed the patch to the correct device id for the Dell 5510 Cingular 3G data card). The original patch was downloaded from Andy Gay’s airprime improvement patches. This patch is good for the current kernel I'm running, which is 2.6.17-11-generic. Instructions for this patch are as follows:
sudo apt-get install build-essential linux-headers linux-source
cd /usr/src
sudo tar xvjf linux-source-2.6.17.tar.bz2
cd /usr/src/linux-source-2.6.17/drivers/usb/serial
sudo patch -p0 < airprime-patch.txt
sudo make -C /lib/modules/`uname -r`/build M=`pwd`
sudo cp airprime.ko /lib/modules/`uname -r`/kernel/drivers/usb/serial/airprime.ko
sudo depmod -a
| Attachment | Size |
|---|---|
| airprime.patch | 8.2 KB |