Diff for "Iburst"


Differences between revisions 7 and 8
Revision 7 as of 2006-04-12 22:28:58
Size: 6891
Editor: d83-179-163-182
Comment:
Revision 8 as of 2006-04-12 23:11:31
Size: 7987
Editor: 125-253-16-252
Comment: Added 'problems' section and TOC
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:

||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents]]||
Line 199: Line 201:

= Problems =
If you are a new Ubuntu user and having problems with your installation, try ubuntuforums.org.
If you are certain that the problems is directly related to the ibdriver software, have a look at the help forum for the ibdriver project on Sourceforge.

== USB modem freezes ==
On some PCs the USB modem can cause the USB controller to freeze. The solution is to apply a patch to the driver source code.
The patch is available from here:

https://sourceforge.net/tracker/index.php?func=detail&aid=1459008&group_id=138984&atid=742190

Extract the file into the same directory as the ibdriver source, then patch the source using the following command:


{{{patch <ibdriver-1.2.8_6.patch
}}}

... then make and install the drivers as per the earlier instructions.

== The ibdriver README says I should edit /etc/hotplug/usb.usermap ==

This is not necessary in Dapper, have not confirmed for Breezy.

1. Installing the iBurst drivers

This page gives instructions on how to install the drivers for an iBurst modem. Currently there is two types of iBurst modem - PCMCIA (laptop) and USB/Ethernet (desktop).

To install the drivers you will need to download some software. If you are relying on your (not yet installed) iBurst account for internet access you will first need to go somewhere you can download stuff and copy it onto USB drive/CD/floppy, then transfer to your Ubuntu system.

Now to the installation: First off, don't connect the modem to the computer until instructed to do so. With the USB modem you can hook it up to the mains power and try to find a location for good reception .. there is 5 green LEDs on the front panel of the modem - the number of illuminated LEDS indicates the reception strength. A stronger signal -> faster connection.

1.1. Download software

Step 1: Download the iBurst drivers from our good friends at sourceforge:

http://sourceforge.net/projects/ibdriver

Then download the Roaring Penguin PPPOE dialer (Note: I can't get it working with the Debian dialer):

http://www.roaringpenguin.com/penguin/open_source_rp-pppoe.php

Open up a terminal and make sure the two tarballs (files) you just downloaded are in the directory you want to work in. Extract the two tar files:

{{{tar -xf ibdriver* tar -xf rp-pppoe*}}}

You need to have installed the build-essentials package, plus the linux kernel headers. For some reason ibdriver only compiles with gcc3.4, so you need to get that too. BR Note: Dapper does not require gcc3.4 installed to build the drivers, or the symbolic link step below

If you cannot run aptitude then download the packages from packages.ubuntu.com and install them using dpkg (check dependencies!)

{{{sudo aptitude install build-essential gcc-3.4 linux-headers-386 linux-kernel-headers }}}

Sometimes you need to make a symbolic link to the headers. Better safe than sorry, so do it anyway:

{{{sudo ln -s /usr/src/linux-headers-$(uname -r) /lib/modules/$(uname -r)/build }}}

1.2. Make and install drivers

Now cd to the directory with the ibdriver source, then make and install the drivers.

Iburst (last edited 2015-03-25 19:39:34 by iburst-41-56-198-146)