Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Jaunty and iBurst USB

  1. #1
    Join Date
    Nov 2006
    Location
    Pretoria, SA
    Beans
    98
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Jaunty and iBurst USB

    Hi There,
    Has anyone managed to get the iBurst USB modem working on 9.04?
    I had success from 6.06 to 8.04 (if memory serves).
    Absolutely no luck on 9.04

  2. #2
    Join Date
    Nov 2006
    Location
    Pretoria, SA
    Beans
    98
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Jaunty and iBurst USB

    Success!

    Below are the steps I used to get my USB iBurst modem up and running on my 64bit Jaunty:

    0) USe Synaptic to add Live/Install CD as a repo and Reload Package Information
    1) Install build-essential_11.4amd64.deb from the CD
    2) Download ibdriver-1.3.4-linux-2.6.28 from here
    3) Unpack the downloaded file to a suitable location
    4) In Makefile, comment out obj-m += ib-pcmcia.o
    4) Open shell and go to parent directory of the unpacked files
    4) $ make -C ibdriver-1.3.4-linux-2.6.28
    5) $ sudo make -C ibdriver-1.3.4-linux-2.6.28 install
    6) Once those worked, I ran sudo pppoeconf and followed instructions

    And connected...
    Last edited by onegreenparker; September 11th, 2009 at 04:18 PM. Reason: Forgot to add that the install cd must be added as repo

  3. #3
    Join Date
    Nov 2006
    Location
    Pretoria, SA
    Beans
    98
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Jaunty and iBurst USB

    Sadly, on the second attempt at this after a clean install, the above did not work......

    Error below (same as always):

    Code:
    $ make -C ibdriver-1.3.4-linux-2.6.28
    make: Entering directory `/home/ian/Documents/ibdriver-1.3.4-linux-2.6.28'
    make -C /lib/modules/2.6.28-11-generic/build SUBDIRS=/home/ian/Documents/ibdriver-1.3.4-linux-2.6.28 modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.28-11-generic'
      CC [M]  /home/ian/Documents/ibdriver-1.3.4-linux-2.6.28/ib-net.o
    /home/ian/Documents/ibdriver-1.3.4-linux-2.6.28/ib-net.c: In function ‘ib_net_setup’:
    /home/ian/Documents/ibdriver-1.3.4-linux-2.6.28/ib-net.c:509: warning: statement with no effect
      CC [M]  /home/ian/Documents/ibdriver-1.3.4-linux-2.6.28/ib-usb.o
      Building modules, stage 2.
      MODPOST 2 modules
      CC      /home/ian/Documents/ibdriver-1.3.4-linux-2.6.28/ib-net.mod.o
      LD [M]  /home/ian/Documents/ibdriver-1.3.4-linux-2.6.28/ib-net.ko
      CC      /home/ian/Documents/ibdriver-1.3.4-linux-2.6.28/ib-usb.mod.o
      LD [M]  /home/ian/Documents/ibdriver-1.3.4-linux-2.6.28/ib-usb.ko
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-11-generic'
    make: Leaving directory `/home/ian/Documents/ibdriver-1.3.4-linux-2.6.28'

  4. #4
    Join Date
    Jan 2008
    Location
    Selangor, Malaysia
    Beans
    5
    Distro
    Ubuntu 9.10 Karmic Koala

    Unhappy Re: Jaunty and iBurst USB

    HI there, i managed to install the driver but the problem is, once i restart the pc, i have to disconnect my modem, reinstalling the driver and make a new connection using pppoeconfig. How i want to make it permenantly connect like my previously ubuntu 8.10? huhu

  5. #5
    Join Date
    Mar 2009
    Beans
    11

    Re: Jaunty and iBurst USB

    any tricks to get the usb modem and 8.04 communicating like they should? I had them working fine with Jaunty - sourceforge driver and roaringpenguin dialler - and then the install on Heron (reverted for the graphics support) failed following the system updates.

  6. #6
    Join Date
    Jan 2008
    Location
    Selangor, Malaysia
    Beans
    5
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Jaunty and iBurst USB

    Hi roach33

    I beleive you have to use old driver rather than version ibdriver-1.3.4-linux-2.6.28. Like my laptop is using ibdriver-1.3.4-linux-2.6.20 on ubuntu Intrepid 8.10 and my dekstop using latest version ibdriver-1.3.4-linux-2.6.28 on ubuntu 9.04 Jaunty

  7. #7
    Join Date
    Nov 2006
    Location
    Pretoria, SA
    Beans
    98
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Jaunty and iBurst USB

    I have compiled ibdriver-1.3.4-linux-2.6.28 on 9.04 successfully and connected using all the defaults when running pppoeconf....

    All working!

    Sadly, I still had to connect via office LAN to get all required packages.

  8. #8
    Join Date
    Nov 2006
    Location
    Pretoria, SA
    Beans
    98
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Jaunty and iBurst USB

    FYI, after running updates for 9.04 available as of today (3 Nov 09), ib0 was no longer available.
    Recompiled ibdriver-1.3.4-linux-2.6.28 and restarted, all OK.

  9. #9
    Join Date
    Jan 2008
    Location
    Selangor, Malaysia
    Beans
    5
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Jaunty and iBurst USB

    Yup... we need to recompile and reinstall driver everytime after upgrading kernel.

  10. #10
    Join Date
    Feb 2010
    Location
    Pretoria, South Africa
    Beans
    3
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Jaunty and iBurst USB

    I installed the iBurst driver (ibdriver-1.3.4-linux-2.6.28) on Jaunty, and configured the connection successfully using pppoeconf, as described above. However, after updating, I also have the problem that requires me to reinstall iBurst drivers after I reboot! Has anybody figured out how to solve this?

    By the way, any luck getting USB iBurst working on Karmic?

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •