<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>Fonera2nWithHuaweiK3765</title><revhistory><revision><revnumber>2</revnumber><date>2010-03-20 16:38:39</date><authorinitials>ClauzClauz</authorinitials><revremark>Rinominata da &quot;Fonera2nConK3765&quot;.</revremark></revision><revision><revnumber>1</revnumber><date>2010-03-20 16:36:25</date><authorinitials>ClauzClauz</authorinitials></revision></revhistory></articleinfo><section><title>How to make the Vodafone Internet Key Huawei K3765 work on a fonera2n</title><itemizedlist><listitem><para>install the new version of kernel 2.3.5 (dev version) </para></listitem><listitem><para>install usb_modeswitch, lsusb and libutils packets </para></listitem><listitem><para>put in /etc/usb_mdoeswitch.conf the following istructions: </para><screen><![CDATA[# Huawei K3765
DefaultVendor= 0x12d1
DefaultProduct= 0x1520
TargetVendor= 0x12d1
TargetProduct=0x1465
MessageContent="55534243123456780000000000000011060000000000000000000000000000"]]></screen></listitem><listitem><para>go in the directory /dev/ and execute: </para><screen><![CDATA[mknod /dev/ttyUSB0 c 188 0
mknod /dev/ttyUSB1 c 188 1
mknod /dev/ttyUSB2 c 188 2
mknod /dev/ttyUSB3 c 188 3]]></screen><para>(I'm not sure, if 188 isn't the good, try with 189, this is the entry point of the usb)</para></listitem><listitem><para>reboot </para></listitem><listitem><para>execute: <code>usb_modeswitch</code> </para></listitem><listitem><para>execute: <code> echo &quot;0x12d1 0x1465&quot; &gt;/sys/bus/usb-serial/drivers/option1/new_id </code> </para></listitem><listitem><para>At this point the fonera will properly recognize the /dev/ttyUSB* and the 3G modem. Add in the /etc/init.d the script which will execute usb_modeswitch and echo... on boot and link it to /etc/rc.d </para></listitem></itemizedlist><para>Hope this will help you. </para></section></article>