<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Nico Michael wrote:<br>
<br>
Hi there<br>
My ISP (iBurst) gave me an iBurst USB modem (iBurst Kyocera<br>
UTU03-178D-ZA-A) which I want to use to connect my laptop to the<br>
Internet when I am out of the office and at work or home to still be<br>
able to use wifi.<br>
<br>
Is there any one here who has done this successfully?<br>
<br>
I am afraid of untested solutions, as I know Ubuntu has become very<br>
brittle and can't afford to break my Ubuntu<br>
<br>
--<br>
Kind regards<br>
<br>
Nico Michael<br>
(Sent from <a href="http://ptaisp.co.za" target="_blank">ptaisp.co.za</a>)<br>
<br><br>
</blockquote></div><div><br></div><div>Nico,</div><div><br></div>I've done this a couple of times in previous versions of Ubuntu. It was stable after I actually got it right, though it doesn't integrate with your nice networking icons etc.<br>
My modem is UTU03-1785D-ZA-A (note the '5', perhaps you left it out?)<br clear="all"><div><br></div><div>You have to build the driver source, linux old school style :-) I think the build script loads the driver afterwards too.</div>
<div>/*</div><div>FYI: Like all linux drivers it is a 'kernel module' (once compiled) that get's loaded into the kernel. The module is associated with the vendor/product numbers of the device.</div><div>The kernel processes the "plug in" signal that it receives when you plug in your USB device. The kernel then reads the vendor/product code from the device, and hands off communication over that usb channel to the driver-module that matches the vendor/product. So if nothing matches, no driver gets loaded or is given control.</div>
<div>From that respect it's quite safe... worst case you load a driver that does nothing. Building the files also just compiles source code into a binary module - just files that otherwise lay there on the hard drive.</div>
<div>*/</div><div><br></div><div>Note that the ibdriver on sourceforge is for kernel 2.6.36. Ubuntu is currently on 3.2.0-24.</div><div>This did cause some problems with the build, and you have to change a line of code in one or two files. Basically copy-paste.</div>
<div><br></div><div>I also think you have to rebuild the driver every time the kernel is updated.</div><div><br></div><div>I don't have the details right now. You'll have to search the web, or wait for me to post back here, because I actually also have to do this setup on a netbook... wife's been asking me for over a month now. Guess now's a good time to finally do it.</div>
<div><br></div><div>Regards</div><div><br></div>-- <br>Péter Nel<br><br>