PHARscape

  • Home
    • Search
    • Login....
  • Linux and 3G
    • Software
      • Option Software
        • Hso driver
        • Rezero
        • Nozomi driver
        • Ozerocdoff
      • PHARscape Software
        • Hsolinkcontrol
        • HSOconnect
          • Downloads
        • comgt
      • Other software
        • Gnome NetworkManager
        • Option driver
        • Usbserial driver
        • USB_modeswitch
        • UMTSmon
        • Wader
    • HOW-TOs
      • HSOconnect Fedora 9
      • HSOconnect Ubuntu 8.04
      • NetworkManager How-To
      • Older HOW-TOs
        • GlobeTrotter (GPRS) HOW-TO
        • GlobeTrotter Fusion (UMTS/WLan) HOW-TO
        • Vodafone 3G (UMTS) HOW-TO
    • APN - Access Point Name
    • Linux Basics
    • DKMS and the HSO driver
  • USB modems
    • iCon 225
    • AT&T Quicksilver
    • AT&T Velocity - GPS and Linux
    • iCon 7.2
  • Datacards
    • Vodafone E3730
    • GE441 and GE442
    • Datacards (hso.ko)
    • Nozomi HSDPA 1.8 Datacards
    • Datacards (option.ko)
    • Datacards (serial modems)
    • Archive - old product table
  • Modules
    • GTM378
  • Getting Help
    • Contact me
  • Diversions
    • Linux and 3G Blog
      • Preparing for SSIM and Saphe.net
      • Website File Integrity Monitoring
    • PHARspace
      • Astrophotography
        • Solar System
          • The Sun
          • Venus
          • The Moon
          • Jupiter
          • Mars
          • Saturn
          • Uranus and Neptune
          • Comets
        • Deep Sky Objects
          • Nebula
          • Galaxies
          • Globular Clusters
      • Equipment
      • SPC900 Amp-off Sandwich
      • HEQ5 NGC 7662 Webcam LX video
      • Back to PHARscape
  • The Forums -->
`
Home » Linux and 3G » HOW-TOs » HSOconnect Ubuntu 8.04

Installing HSOconnect from scratch on a new Ubuntu system.

HSOconnect Ubuntu 8.04 Step by Step Install (To Be revised)

Print
Written by Paul Hardwick   
Sunday, 15 June 2008
This Howto uses links in to my forum to download specific files but you should always check that you are using the latest version of files if you run in to problems.
First let us prepare for compiling programs and kernel modules by using the following command:
sudo apt-get install build-essential libusb-dev linux-headers-$(uname -r)

What do we see without any  drivers installed?

Plug the device in , open a console and type dmesg:


[ 4037.260492] scsi 5:0:0:0: Direct-Access ZCOPTION HSDPA Modem 3.00 PQ: 0 ANSI: 2
[ 4037.290439] sd 5:0:0:0: [sdc] 2410 2048-byte hardware sectors (5 MB)
[ 4037.296415] sd 5:0:0:0: [sdc] Write Protect is on
[ 4037.296425] sd 5:0:0:0: [sdc] Mode Sense: bf 00 80 08
[ 4037.296430] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 4037.306408] sd 5:0:0:0: [sdc] 2410 2048-byte hardware sectors (5 MB)
[ 4037.312398] sd 5:0:0:0: [sdc] Write Protect is on
[ 4037.312406] sd 5:0:0:0: [sdc] Mode Sense: bf 00 80 08
[ 4037.312411] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 4037.312420] sdc: [mac] sdc1 sdc2
[ 4037.332502] sd 5:0:0:0: [sdc] Attached SCSI disk
[ 4037.332557] sd 5:0:0:0: Attached scsi generic sg2 type 0


Download the HSO driver source

On my system Firefox downloads files to the Desktop so that is where I look for the files
Open up a console and type....

paul@r60-ubuntu:~$cd ~/Desktop
paul@r60-ubuntu:~/Desktop$ tar zxf hso-1.2.tar.gz
paul@r60-ubuntu:~/Desktop$ cd hso
paul@r60-ubuntu:~/Desktop/hso$ make
paul@r60-ubuntu:~/Desktop/hso$ sudo make install


Download and install ozercdoff


Unplug the Icon and plug it back in again.
Type dmesg to see what has changed...


[ 4957.883380] scsi 6:0:0:0: Direct-Access ZCOPTION HSDPA Modem 3.00 PQ: 0 ANSI: 2
.........
[ 4959.784329] HSO: Found Network port hso0
[ 4959.784503] HSO: Found Control port /dev/ttyHS0
[ 4959.784585] HSO: Found Application port /dev/ttyHS1
[ 4959.787005] HSO: Found Diagnostic port /dev/ttyHS2
paul@r60-ubuntu:~/Desktop/hsoudev$


Now check the access permissions:

paul@r60-ubuntu:~/Desktop/hsoudev$ ls -al /dev/ttyHS*
crw-rw---- 1 root dialout 253, 0 2008-06-15 09:58 /dev/ttyHS0
crw-rw---- 1 root dialout 253, 1 2008-06-15 09:58 /dev/ttyHS1
crw-rw---- 1 root dialout 253, 2 2008-06-15 09:58 /dev/ttyHS2
paul@r60-ubuntu:~/Desktop/hsoudev$


Am I in the dialout group?

paul@r60-ubuntu:~/Desktop/hsoudev$ grep dialout /etc/group dialout:x:20:paul
paul@r60-ubuntu:~/Desktop/hsoudev
$

Yes I am :)


If I was not in the dialout group then I could use the command:

usermod -a -G dialout paul


Download and install hsolinkcontrol (hsolink i386 deb)


Download and install HSOconnect

Test this works from the console:
python -m hsoc

HSOconnect can be found in the Applications/Internet menu.


 

 

 

 

 

 

Last Updated ( Tuesday, 17 June 2008 )

PHARscape

News:

Website File Integrity Monitoring
Detecting hacks to your website

A new direction for me
A new software project has spawned a new site

Latest Articles:

  • Website File Integrity Monitoring 2012.05.28 How to detect malicious or unplanned alterations to your website
  • A new direction for me 2012.04.18
  • Equipment 2010.08.02

Latest Forum Messages:

PHARscape Linux and 3G forum
  • Re: Accessing modem and SD card simultaneously
  • Re: Accessing modem and SD card simultaneously
  • Re: Accessing modem and SD card simultaneously
  • Accessing modem and SD card simultaneously
  • Re: HSO 1.3.0 installation problem, deb package, compile error

Powered by MODx  Template © 2006 modXhost.com CSS
MySQL: 0.0042 s, 2 request(s), PHP: 0.0447 s, total: 0.0488 s, document retrieved from cache.