Results 1 to 1 of 1

Thread: Sakis3G

  1. #1
    Join Date
    Feb 2009
    Location
    Khartoum, Sudan
    Beans
    273
    Distro
    Ubuntu 14.04 Trusty Tahr

    Sakis3G

    What is sakis3G?
    Sakis3G is a tweaked shell script which is supposed to work out-of-the-box for establishing a 3G connection with any combination of modem or operator. It automatically setups your USB or Bluetooth™ modem, and may even detect operator settings. You should try it when anything else fails!


    You can download sakis3g with or without usb_modeswitch included. I already have usb_modeswitch so i will choose sakis3g package that doesn't contain usb_modeswitch.


    For information about usb_modeswitch installation check this guide.



    sakis3g installation:


    1- Install dependences:
    Code:
    sudo apt-get install libusb-dev
    2- Download sakis3g:
    Code:
    wget http://www.sakis3g.org/versions/latest/i386/sakis3g.gz
    3- Check data integrity:
    Code:
    echo "dda70fd95fb952dbb979af88790d3f6e  sakis3g.gz" | md5sum -c
    4- Extract data:
    Code:
    gunzip sakis3g.gz
    5- Give sakis3g execution permission
    Code:
    sudo chmod +x sakis3g
    6- Copy sakis3g to /usr/bin
    Code:
    sudo cp sakis3g /usr/bin/
    Now you have sakis3g installed.



    Add sakis3g to desktop:
    from your terminal run:
    Code:
    sakis3g
    1- select more options & click ok
    2- select Create dekstop shortcut & click ok
    Last edited by zero-n; September 23rd, 2010 at 04:06 PM.

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
  •