特殊:Badtitle/NS100:MobileWirelessBroadband:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
(未显示同一用户的3个中间版本) | |||
第3行: | 第3行: | ||
#PRAGMA section-numbers on | #PRAGMA section-numbers on | ||
== Installing the iBurst drivers == | == Installing the iBurst drivers == | ||
This page gives instructions on how to install the drivers for an iBurst modem on Edgy Eft 6.10 or | This page gives instructions on how to install the drivers for an iBurst modem on Edgy Eft 6.10 or later. | ||
Currently there is two types of iBurst modem - PCMCIA (laptop) and USB/Ethernet (desktop). | 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 (K)ubuntu system. | 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 (K)ubuntu system. | ||
第9行: | 第9行: | ||
First off, '''don't connect the modem to the computer''' until instructed to do so. | 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. | 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. | ||
=== Download | === The Ethernet Device === | ||
If you have the Ethernet type, you don't need any special driver and can ignore the rest of this page. | |||
* Plug in the modem, you should see your computer connect to the local network | |||
* Right click on network-manager (the network icon), choose "Edit Connections" | |||
* Change to the DSL tab | |||
* Add a new connection, using your login credentials. All the other default settings should be fine | |||
* Connect to it. (you can tell it to automatically connect whenever connected to the modem) | |||
=== Download USB Driver Software === | |||
Step 1: | Step 1: | ||
Download the iBurst drivers from our good friends at sourceforge: | Download the iBurst drivers from our good friends at sourceforge: | ||
http://sourceforge.net/projects/ibdriver | http://sourceforge.net/projects/ibdriver | ||
The correct driver to use for Hardy Heron is: | |||
<pre><nowiki>ibdriver-1.3.2-linux-2.6.20.tar.gz | <pre><nowiki> | ||
ibdriver-1.3.2-linux-2.6.24.tar.gz | |||
</nowiki></pre> | |||
The correct driver to use for Feisty Fawn and Gutsy Gibbon is: | |||
<pre><nowiki> | |||
ibdriver-1.3.2-linux-2.6.20.tar.gz | |||
</nowiki></pre> | </nowiki></pre> | ||
For Edgy Eft, use: | For Edgy Eft, use: | ||
<pre><nowiki>ibdriver-1.3.1-linux-2.6.17.tar.gz | <pre><nowiki> | ||
ibdriver-1.3.1-linux-2.6.17.tar.gz | |||
</nowiki></pre> | </nowiki></pre> | ||
For earlier versions (Dapper and before) use: | For earlier versions (Dapper and before) use: | ||
<pre><nowiki>ibdriver-1.3.1-linux-2.6.tar.gz | <pre><nowiki> | ||
ibdriver-1.3.1-linux-2.6.tar.gz | |||
</nowiki></pre> | </nowiki></pre> | ||
Then download the Roaring Penguin PPPOE dialer ''(Note: I can't get it working with the Debian dialer)'': | 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 | http://www.roaringpenguin.com/penguin/open_source_rp-pppoe.php | ||
(seems to have moved here - http://www.roaringpenguin.com/products/pppoe) | |||
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: | 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: | ||
<pre><nowiki>tar -xf ibdriver* | <pre><nowiki> | ||
tar -xf ibdriver* | |||
tar -xf rp-pppoe*</nowiki></pre> | tar -xf rp-pppoe*</nowiki></pre> | ||
=== More requirements for Feisty Fawn 7.04 === | === More requirements for Feisty Fawn 7.04 === | ||
With Feisty, you'll need to install libc6-dev, as follows: | With Feisty, you'll need to install libc6-dev, as follows: | ||
<pre><nowiki>sudo apt-get install libc6-dev | <pre><nowiki> | ||
sudo apt-get install libc6-dev | |||
</nowiki></pre> | </nowiki></pre> | ||
=== More requirements for versions earlier than Dapper 6.06 === | === More requirements for versions earlier than Dapper 6.06 === | ||
These steps are not necessary on Dapper or Edgy. | These steps are not necessary on Dapper or Edgy. | ||
Versions earlier than Dapper need to 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. < | Versions earlier than Dapper need to 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>> | ||
If you cannot run aptitude then download the packages from packages.ubuntu.com and install them using dpkg (check dependencies!) | If you cannot run aptitude then download the packages from packages.ubuntu.com and install them using dpkg (check dependencies!) | ||
<pre><nowiki>sudo aptitude install build-essential gcc-3.4 linux-headers-386 linux-kernel-headers | <pre><nowiki> | ||
sudo aptitude install build-essential gcc-3.4 linux-headers-386 linux-kernel-headers | |||
</nowiki></pre> | </nowiki></pre> | ||
Sometimes you need to make a symbolic link to the headers. Better safe than sorry, so do it anyway: | Sometimes you need to make a symbolic link to the headers. Better safe than sorry, so do it anyway: | ||
<pre><nowiki>sudo ln -s /usr/src/linux-headers-$(uname -r) /lib/modules/$(uname -r)/build | <pre><nowiki> | ||
sudo ln -s /usr/src/linux-headers-$(uname -r) /lib/modules/$(uname -r)/build | |||
</nowiki></pre> | </nowiki></pre> | ||
=== Make and install drivers === | === Make and install drivers === | ||
Now cd to the directory with the ibdriver source, then make and install the drivers. | Now cd to the directory with the ibdriver source, then make and install the drivers. | ||
<pre><nowiki>make | <pre><nowiki> | ||
make | |||
sudo make install</nowiki></pre> | sudo make install</nowiki></pre> | ||
If all goes well you will get no error messages, the output of the '''make''' command should look something like this: | If all goes well you will get no error messages, the output of the '''make''' command should look something like this: | ||
<pre><nowiki>make -C /lib/modules/2.6.12-10-686/build SUBDIRS=/home/mark/build/ibdriver-1.2.8 modules | <pre><nowiki> | ||
make -C /lib/modules/2.6.12-10-686/build SUBDIRS=/home/mark/build/ibdriver-1.2.8 modules | |||
make[1]: Entering directory `/usr/src/linux-headers-2.6.12-10-686' | make[1]: Entering directory `/usr/src/linux-headers-2.6.12-10-686' | ||
CC [M] /home/mark/build/ibdriver-1.2.8/ib-net.o | CC [M] /home/mark/build/ibdriver-1.2.8/ib-net.o | ||
第64行: | 第85行: | ||
</nowiki></pre> | </nowiki></pre> | ||
... and the ouput of the '''sudo make install''' command will look like this: | ... and the ouput of the '''sudo make install''' command will look like this: | ||
<pre><nowiki>cp *.ko /lib/modules/2.6.12-10-686/kernel/drivers/net/ | <pre><nowiki> | ||
cp *.ko /lib/modules/2.6.12-10-686/kernel/drivers/net/ | |||
echo checking module dependancies... | echo checking module dependancies... | ||
checking module dependancies... | checking module dependancies... | ||
第74行: | 第96行: | ||
These steps are not necessary for USB (desktop) modem users | These steps are not necessary for USB (desktop) modem users | ||
First change is the PCMCIA configuration file. | First change is the PCMCIA configuration file. | ||
<pre><nowiki>gksudo gedit /etc/pcmcia/config.opts | <pre><nowiki> | ||
gksudo gedit /etc/pcmcia/config.opts | |||
</nowiki></pre> | </nowiki></pre> | ||
At the end of this file, paste the following: | At the end of this file, paste the following: | ||
<pre><nowiki>device "iburst_cs" | <pre><nowiki> | ||
device "iburst_cs" | |||
class "network" module "ib-pcmcia" | class "network" module "ib-pcmcia" | ||
第88行: | 第112行: | ||
bind "iburst_cs" | bind "iburst_cs" | ||
</nowiki></pre> | </nowiki></pre> | ||
Save the file and exit. < | Save the file and exit. <<BR>> | ||
Next file: | Next file: | ||
<pre><nowiki>gksudo gedit /etc/default/pcmcia | <pre><nowiki> | ||
gksudo gedit /etc/default/pcmcia | |||
</nowiki></pre> | </nowiki></pre> | ||
Look for a line that says '''CORE_OPTS'''. Change it to the following: | Look for a line that says '''CORE_OPTS'''. Change it to the following: | ||
<pre><nowiki>CORE_OPTS="unreset_check=20 unreset_delay=100 unreset_limit=100" | <pre><nowiki> | ||
CORE_OPTS="unreset_check=20 unreset_delay=100 unreset_limit=100" | |||
</nowiki></pre> | </nowiki></pre> | ||
Save the file and exit. < | Save the file and exit. <<BR>> | ||
Next file: | Next file: | ||
<pre><nowiki>gksudo gedit /etc/modprobe.d/iburst | <pre><nowiki> | ||
gksudo gedit /etc/modprobe.d/iburst | |||
</nowiki></pre> | </nowiki></pre> | ||
The only text in this file should be: | The only text in this file should be: | ||
<pre><nowiki>options ib-net ifname="ib" | <pre><nowiki> | ||
options ib-net ifname="ib" | |||
</nowiki></pre> | </nowiki></pre> | ||
Save the file and exit. < | Save the file and exit. <<BR>> | ||
Okay, that is the PCMCIA stuff configured. Restart the PCMCIA system | Okay, that is the PCMCIA stuff configured. Restart the PCMCIA system | ||
<pre><nowiki>sudo /etc/init.d/pcmcia restart | <pre><nowiki> | ||
sudo /etc/init.d/pcmcia restart | |||
</nowiki></pre> | </nowiki></pre> | ||
== Dialer configuration == | == Dialer configuration == | ||
'''(WELCOME BACK DESKTOP USERS)''' | '''(WELCOME BACK DESKTOP USERS)''' | ||
Now '''plug your modem in.''' :KS If sound is enabled, you should hear two beeps, and eventually the status light goes from purple to blue. That means your card is plugged in and happy. You can check this by listing the loaded modules: | Now '''plug your modem in.''' :KS If sound is enabled, you should hear two beeps, and eventually the status light goes from purple to blue. That means your card is plugged in and happy. You can check this by listing the loaded modules: | ||
<pre><nowiki>lsmod | grep ib_ | <pre><nowiki> | ||
lsmod | grep ib_ | |||
</nowiki></pre> | </nowiki></pre> | ||
.. if all is well you will see '''ib_net''' and '''ib_pcmcia''' (if applicable) listed. | .. if all is well you will see '''ib_net''' and '''ib_pcmcia''' (if applicable) listed. | ||
Now we configure the dialer. cd to the directory where you extracted the Roaring Penguin source, then run the setup script: | Now we configure the dialer. cd to the directory where you extracted the Roaring Penguin source, then run the setup script: | ||
<pre><nowiki>sudo ./go | <pre><nowiki> | ||
sudo ./go | |||
</nowiki></pre> | </nowiki></pre> | ||
... wait for a bit while the script works it's magic, then answer the questions the script asks. Answers are: | ... wait for a bit while the script works it's magic, then answer the questions the script asks. Answers are: | ||
第125行: | 第156行: | ||
If for some reason this fails, check whether you have the libc6-dev package installed. | If for some reason this fails, check whether you have the libc6-dev package installed. | ||
One last config file to change: | One last config file to change: | ||
<pre><nowiki>gksudo gedit /etc/network/interfaces | <pre><nowiki> | ||
gksudo gedit /etc/network/interfaces | |||
</nowiki></pre> | </nowiki></pre> | ||
Insert the following code at the end of the file: | Insert the following code at the end of the file: | ||
<pre><nowiki># iBurst | <pre><nowiki> | ||
# iBurst | |||
auto ib0 | auto ib0 | ||
iface ib0 inet manual | iface ib0 inet manual | ||
第140行: | 第173行: | ||
== Testing == | == Testing == | ||
Now we will test the connection. Make sure you are somewhere with good reception, so the reception quality light on your card should be green. Run the command to initialise a pppoe connection: | Now we will test the connection. Make sure you are somewhere with good reception, so the reception quality light on your card should be green. Run the command to initialise a pppoe connection: | ||
<pre><nowiki>sudo ifup ib0 | <pre><nowiki> | ||
sudo ifup ib0 | |||
</nowiki></pre> | </nowiki></pre> | ||
... and (fingers crossed) you should get a connection! | ... and (fingers crossed) you should get a connection! | ||
To stop the connection use the command: | To stop the connection use the command: | ||
<pre><nowiki>sudo ifdown ib0 | <pre><nowiki> | ||
sudo ifdown ib0 | |||
</nowiki></pre> | </nowiki></pre> | ||
And that's it. Note that not all applications will work immediately, and may require a restart. | And that's it. Note that not all applications will work immediately, and may require a restart. | ||
第159行: | 第194行: | ||
https://sourceforge.net/tracker/index.php?func=detail&aid=1459008&group_id=138984&atid=742190 | 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: | Extract the file into the same directory as the ibdriver source, then patch the source using the following command: | ||
<pre><nowiki>patch <ibdriver-1.2.8_6.patch | <pre><nowiki> | ||
patch <ibdriver-1.2.8_6.patch | |||
</nowiki></pre> | </nowiki></pre> | ||
... then make and install the drivers as per the earlier instructions. | ... then make and install the drivers as per the earlier instructions. | ||
第167行: | 第203行: | ||
While there's no equivalent of the Windows Iburst software, Sourceforge hosts the Eyeburst project, which is a Java graphical monitoring tool. It's available at [http://eyeburst.sourceforge.net/] | While there's no equivalent of the Windows Iburst software, Sourceforge hosts the Eyeburst project, which is a Java graphical monitoring tool. It's available at [http://eyeburst.sourceforge.net/] | ||
---- | ---- | ||
[[category:CategoryHardware]] [[category: | [[category:CategoryHardware]] [[category:CategoryNetworking]] [[category:CategoryWireless]] | ||
[[category:UbuntuHelp]] | [[category:UbuntuHelp]] |
2009年11月17日 (二) 19:57的最新版本
文章出处: |
{{#if: | {{{2}}} | https://help.ubuntu.com/community/MobileWirelessBroadband }} |
点击翻译: |
English {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/af | • {{#if: UbuntuHelp:MobileWirelessBroadband|Afrikaans| [[::MobileWirelessBroadband/af|Afrikaans]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/ar | • {{#if: UbuntuHelp:MobileWirelessBroadband|العربية| [[::MobileWirelessBroadband/ar|العربية]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/az | • {{#if: UbuntuHelp:MobileWirelessBroadband|azərbaycanca| [[::MobileWirelessBroadband/az|azərbaycanca]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/bcc | • {{#if: UbuntuHelp:MobileWirelessBroadband|جهلسری بلوچی| [[::MobileWirelessBroadband/bcc|جهلسری بلوچی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/bg | • {{#if: UbuntuHelp:MobileWirelessBroadband|български| [[::MobileWirelessBroadband/bg|български]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/br | • {{#if: UbuntuHelp:MobileWirelessBroadband|brezhoneg| [[::MobileWirelessBroadband/br|brezhoneg]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/ca | • {{#if: UbuntuHelp:MobileWirelessBroadband|català| [[::MobileWirelessBroadband/ca|català]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/cs | • {{#if: UbuntuHelp:MobileWirelessBroadband|čeština| [[::MobileWirelessBroadband/cs|čeština]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/de | • {{#if: UbuntuHelp:MobileWirelessBroadband|Deutsch| [[::MobileWirelessBroadband/de|Deutsch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/el | • {{#if: UbuntuHelp:MobileWirelessBroadband|Ελληνικά| [[::MobileWirelessBroadband/el|Ελληνικά]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/es | • {{#if: UbuntuHelp:MobileWirelessBroadband|español| [[::MobileWirelessBroadband/es|español]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/fa | • {{#if: UbuntuHelp:MobileWirelessBroadband|فارسی| [[::MobileWirelessBroadband/fa|فارسی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/fi | • {{#if: UbuntuHelp:MobileWirelessBroadband|suomi| [[::MobileWirelessBroadband/fi|suomi]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/fr | • {{#if: UbuntuHelp:MobileWirelessBroadband|français| [[::MobileWirelessBroadband/fr|français]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/gu | • {{#if: UbuntuHelp:MobileWirelessBroadband|ગુજરાતી| [[::MobileWirelessBroadband/gu|ગુજરાતી]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/he | • {{#if: UbuntuHelp:MobileWirelessBroadband|עברית| [[::MobileWirelessBroadband/he|עברית]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/hu | • {{#if: UbuntuHelp:MobileWirelessBroadband|magyar| [[::MobileWirelessBroadband/hu|magyar]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/id | • {{#if: UbuntuHelp:MobileWirelessBroadband|Bahasa Indonesia| [[::MobileWirelessBroadband/id|Bahasa Indonesia]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/it | • {{#if: UbuntuHelp:MobileWirelessBroadband|italiano| [[::MobileWirelessBroadband/it|italiano]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/ja | • {{#if: UbuntuHelp:MobileWirelessBroadband|日本語| [[::MobileWirelessBroadband/ja|日本語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/ko | • {{#if: UbuntuHelp:MobileWirelessBroadband|한국어| [[::MobileWirelessBroadband/ko|한국어]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/ksh | • {{#if: UbuntuHelp:MobileWirelessBroadband|Ripoarisch| [[::MobileWirelessBroadband/ksh|Ripoarisch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/mr | • {{#if: UbuntuHelp:MobileWirelessBroadband|मराठी| [[::MobileWirelessBroadband/mr|मराठी]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/ms | • {{#if: UbuntuHelp:MobileWirelessBroadband|Bahasa Melayu| [[::MobileWirelessBroadband/ms|Bahasa Melayu]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/nl | • {{#if: UbuntuHelp:MobileWirelessBroadband|Nederlands| [[::MobileWirelessBroadband/nl|Nederlands]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/no | • {{#if: UbuntuHelp:MobileWirelessBroadband|norsk| [[::MobileWirelessBroadband/no|norsk]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/oc | • {{#if: UbuntuHelp:MobileWirelessBroadband|occitan| [[::MobileWirelessBroadband/oc|occitan]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/pl | • {{#if: UbuntuHelp:MobileWirelessBroadband|polski| [[::MobileWirelessBroadband/pl|polski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/pt | • {{#if: UbuntuHelp:MobileWirelessBroadband|português| [[::MobileWirelessBroadband/pt|português]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/ro | • {{#if: UbuntuHelp:MobileWirelessBroadband|română| [[::MobileWirelessBroadband/ro|română]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/ru | • {{#if: UbuntuHelp:MobileWirelessBroadband|русский| [[::MobileWirelessBroadband/ru|русский]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/si | • {{#if: UbuntuHelp:MobileWirelessBroadband|සිංහල| [[::MobileWirelessBroadband/si|සිංහල]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/sq | • {{#if: UbuntuHelp:MobileWirelessBroadband|shqip| [[::MobileWirelessBroadband/sq|shqip]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/sr | • {{#if: UbuntuHelp:MobileWirelessBroadband|српски / srpski| [[::MobileWirelessBroadband/sr|српски / srpski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/sv | • {{#if: UbuntuHelp:MobileWirelessBroadband|svenska| [[::MobileWirelessBroadband/sv|svenska]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/th | • {{#if: UbuntuHelp:MobileWirelessBroadband|ไทย| [[::MobileWirelessBroadband/th|ไทย]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/tr | • {{#if: UbuntuHelp:MobileWirelessBroadband|Türkçe| [[::MobileWirelessBroadband/tr|Türkçe]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/vi | • {{#if: UbuntuHelp:MobileWirelessBroadband|Tiếng Việt| [[::MobileWirelessBroadband/vi|Tiếng Việt]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/yue | • {{#if: UbuntuHelp:MobileWirelessBroadband|粵語| [[::MobileWirelessBroadband/yue|粵語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/zh | • {{#if: UbuntuHelp:MobileWirelessBroadband|中文| [[::MobileWirelessBroadband/zh|中文]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/zh-hans | • {{#if: UbuntuHelp:MobileWirelessBroadband|中文(简体)| [[::MobileWirelessBroadband/zh-hans|中文(简体)]]}}|}} {{#ifexist: {{#if: UbuntuHelp:MobileWirelessBroadband | UbuntuHelp:MobileWirelessBroadband | {{#if: | :}}MobileWirelessBroadband}}/zh-hant | • {{#if: UbuntuHelp:MobileWirelessBroadband|中文(繁體)| [[::MobileWirelessBroadband/zh-hant|中文(繁體)]]}}|}} |
{{#ifeq:UbuntuHelp:MobileWirelessBroadband|:MobileWirelessBroadband|请不要直接编辑翻译本页,本页将定期与来源同步。}} |
{{#ifexist: :MobileWirelessBroadband/zh | | {{#ifexist: MobileWirelessBroadband/zh | | {{#ifeq: {{#titleparts:MobileWirelessBroadband|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:MobileWirelessBroadband|1|-1|}} | zh | | }}
- PRAGMA section-numbers on
Installing the iBurst drivers
This page gives instructions on how to install the drivers for an iBurst modem on Edgy Eft 6.10 or later. 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 (K)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.
The Ethernet Device
If you have the Ethernet type, you don't need any special driver and can ignore the rest of this page.
- Plug in the modem, you should see your computer connect to the local network
- Right click on network-manager (the network icon), choose "Edit Connections"
- Change to the DSL tab
- Add a new connection, using your login credentials. All the other default settings should be fine
- Connect to it. (you can tell it to automatically connect whenever connected to the modem)
Download USB Driver Software
Step 1: Download the iBurst drivers from our good friends at sourceforge: http://sourceforge.net/projects/ibdriver The correct driver to use for Hardy Heron is:
ibdriver-1.3.2-linux-2.6.24.tar.gz
The correct driver to use for Feisty Fawn and Gutsy Gibbon is:
ibdriver-1.3.2-linux-2.6.20.tar.gz
For Edgy Eft, use:
ibdriver-1.3.1-linux-2.6.17.tar.gz
For earlier versions (Dapper and before) use:
ibdriver-1.3.1-linux-2.6.tar.gz
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 (seems to have moved here - http://www.roaringpenguin.com/products/pppoe) 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*
More requirements for Feisty Fawn 7.04
With Feisty, you'll need to install libc6-dev, as follows:
sudo apt-get install libc6-dev
More requirements for versions earlier than Dapper 6.06
These steps are not necessary on Dapper or Edgy.
Versions earlier than Dapper need to 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. <
>
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
Make and install drivers
Now cd to the directory with the ibdriver source, then make and install the drivers.
make sudo make install
If all goes well you will get no error messages, the output of the make command should look something like this:
make -C /lib/modules/2.6.12-10-686/build SUBDIRS=/home/mark/build/ibdriver-1.2.8 modules make[1]: Entering directory `/usr/src/linux-headers-2.6.12-10-686' CC [M] /home/mark/build/ibdriver-1.2.8/ib-net.o CC [M] /home/mark/build/ibdriver-1.2.8/ib-pcmcia.o CC [M] /home/mark/build/ibdriver-1.2.8/ib-usb.o CC [M] /home/mark/build/ibdriver-1.2.8/ib-file.o Building modules, stage 2. MODPOST CC /home/mark/build/ibdriver-1.2.8/ib-file.mod.o LD [M] /home/mark/build/ibdriver-1.2.8/ib-file.ko CC /home/mark/build/ibdriver-1.2.8/ib-net.mod.o LD [M] /home/mark/build/ibdriver-1.2.8/ib-net.ko CC /home/mark/build/ibdriver-1.2.8/ib-pcmcia.mod.o LD [M] /home/mark/build/ibdriver-1.2.8/ib-pcmcia.ko CC /home/mark/build/ibdriver-1.2.8/ib-usb.mod.o LD [M] /home/mark/build/ibdriver-1.2.8/ib-usb.ko make[1]: Leaving directory `/usr/src/linux-headers-2.6.12-10-686'
... and the ouput of the sudo make install command will look like this:
cp *.ko /lib/modules/2.6.12-10-686/kernel/drivers/net/ echo checking module dependancies... checking module dependancies... depmod -a
... and you have successfully compiled and installed the driver modules. Now we gots to change a few configuration files. For USB (desktop) modems, skip the PCMCIA steps and go straight to configuring the dialer
PCMCIA configuration
These steps are not necessary for USB (desktop) modem users First change is the PCMCIA configuration file.
gksudo gedit /etc/pcmcia/config.opts
At the end of this file, paste the following:
device "iburst_cs" class "network" module "ib-pcmcia" card "ArrayComm ut02" manfid 0x02e3, 0x0001 bind "iburst_cs" card "ArrayComm ut02" manfid 0x02e3, 0x0002 bind "iburst_cs"
Save the file and exit. <
>
Next file:
gksudo gedit /etc/default/pcmcia
Look for a line that says CORE_OPTS. Change it to the following:
CORE_OPTS="unreset_check=20 unreset_delay=100 unreset_limit=100"
Save the file and exit. <
>
Next file:
gksudo gedit /etc/modprobe.d/iburst
The only text in this file should be:
options ib-net ifname="ib"
Save the file and exit. <
>
Okay, that is the PCMCIA stuff configured. Restart the PCMCIA system
sudo /etc/init.d/pcmcia restart
Dialer configuration
(WELCOME BACK DESKTOP USERS) Now plug your modem in. :KS If sound is enabled, you should hear two beeps, and eventually the status light goes from purple to blue. That means your card is plugged in and happy. You can check this by listing the loaded modules:
lsmod | grep ib_
.. if all is well you will see ib_net and ib_pcmcia (if applicable) listed. Now we configure the dialer. cd to the directory where you extracted the Roaring Penguin source, then run the setup script:
sudo ./go
... wait for a bit while the script works it's magic, then answer the questions the script asks. Answers are:
- Username: your mobile broadband provider would have told you this eg. [email protected]
- Ethernet interface: ib0
- Demand value: no
- DNS: server
- Password: The password supplied by your mobile broadband ISP.
- Firewall: 1
... check the settings are correct and accept them if so. If for some reason this fails, check whether you have the libc6-dev package installed. One last config file to change:
gksudo gedit /etc/network/interfaces
Insert the following code at the end of the file:
# iBurst auto ib0 iface ib0 inet manual up ifconfig $IFACE up up pppoe-start down pppoe-stop down ifconfig $IFACE down
Save the file and exit. Note: if you do not want your modem to connect automatically at login then delete the line 'auto ib0'
Testing
Now we will test the connection. Make sure you are somewhere with good reception, so the reception quality light on your card should be green. Run the command to initialise a pppoe connection:
sudo ifup ib0
... and (fingers crossed) you should get a connection! To stop the connection use the command:
sudo ifdown ib0
And that's it. Note that not all applications will work immediately, and may require a restart. {OK} Too easy (unless there is errors in this how-to!). If your iBurst card is inserted when you boot the machine then it will connect automatically. Otherwise use the ifup command above (don't forget to use sudo). Good luck, and enjoy the freedom of using free software wherever you want (coverage permitting of course).
Problems ( and Solutions )
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.
Monitoring signal strength
While there's no equivalent of the Windows Iburst software, Sourceforge hosts the Eyeburst project, which is a Java graphical monitoring tool. It's available at [1]