Keywords: Sierra MC8755, HSDPA, UMTS, 3G, Lenovo, European T61p, high speed, wireless WAN, WWAN, Ubuntu 8.04, Hardy Heron Version: 1.00 (28 Jul 2008) Introduction
This document gives a short description on how to get the Lenovo T61p wireless WAN card working on Ubuntu (8.0.4). To ensure that we're talking about the same device, ensure that the output of
The problem, the solution
The problem with this device is that the
The solution to the problem is to ensure that the
Luckily, this is simplicity itself to fix, especially with the help of Google and the hard labour of Other People's Work(tm), as summarised below.
The steps to success! 1) Ensure that you have installed the Linux source tree for your version of the kernel; you can do this any way you want, but the simplest way of doing this in Ubuntu or any other Debian derivative is probably:
2) Patch /usr/src/linux-source-2.6.24/drivers/usb/serial/option.c and add the correct vendor (e.g. stick it under the #define for QUALCOMM_VENDOR_ID or something):
Next, add the correct identifier for the USB_DEVICE (look for the line that contains { USB_DEVICE(QUALCOMM_VENDOR_ID, 0x6613)}, /* Onda H600/ZTE MF330 */ or similar, and add the following entry:
Now you need to recompile the option module and replace the old one:
To use the driver right away, you need to remove the usbserial module and Sierra driver (if your system says that usbserial is still in use after this, you may have other devices requiring usbserial , so you need to remove the drivers for these first):
Now you should be ready to use the option driver:
Add the option module to the list of modules in /etc/modules , and the Sierra card should be recognised next time the system is booted.
Configure the ppp driver to use |