|
TuxMobil
|
site map · index a-z · search |
|
Debian/GNU Linux Lenny 64bit on the IBM/Lenovo ThinkPad T61 NC216GE UMTS Laptop
This is a short HOWTO about getting the UMTS modem to work
which is build into certain ThinkPad T61 models (e.g. the NC216GE).
The lsusb: Bus 004 Device 002: ID 1199:6813 Sierra Wireless, Inc.
You have to change the sources of the file
{ USB_DEVICE(0x1199, 0x6812) }, /* Sierra Wireless MC8775 */
{ USB_DEVICE(0x1199, 0x6813) }, /* Sierra Wireless T61 NC216GE */
Compile the module, copy it to into the kernel modules directory
and do a make modules cd /lib/modules/`uname -r`/kernel/drivers/usb/serial cp sierra.ko sierra.ko.old cp /usr/src/linux-`uname -r`/drivers/usb/serial/sierra.ko . depmod -ae Check the loading of the module: modprobe usbserial vendor=3D0x1199 product=3D0x6813 modprobe sierra Now you see three new devices.
ls -l /dev/ttyUSB{0,1,2}
Now you can make this configuration permanent.
Just create a new file in echo 'options usbserial vendor=3D0x1199 product=3D0x6813' >/etc/modprobe.d/ibm_t61_sierra.modprobe
and add the module "sierra" to echo 'sierra' >> /etc/modules
You can use
Tip: If you don't get a modprobe -r thinkpad_acpi modprobe thinkpad_acpi experimental=1 echo disable > /proc/acpi/ibm/wan echo enable > /proc/acpi/ibm/wan Other Resources
CreditsThis guide is done with pleasure for TuxMobil by Lutz Willek <lutz.willek_at_belug.de>. Remarks are welcome- |
||
|
print · i-mode · WAP · PDA contact · imprint · privacy (P3P) · sponsors · RSS © Werner Heuser 1997-2013 · http://tuxmobil.org/ibm_lenovo_thinkpad_t61_nc216ge_umts_linux.html · last change Mon Jan 7 2008 |
|||