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 Fedora 9

HSOconnect Fedora 9 Install HOW-TO

This is a Howto for Fedora 9 - getting the driver installed and getting HSOconnect running.

This HowTo is based on the hard disk install of the Fedora Gnome liveCD
This Howto assumes you will use Firefox 3 to download the files. (All files will be placed in the ~/Download directory of your home directory.)

Before you can compile anything you need to install the following packages using the "Add/Remove Software" tool:

Code:
gcc
kernel-devel-YOUR_KERNEL_VERSION
glibc-headers



Create a workspace
Open a console window [Applications/System Tools/Terminal] (we will create a temporary work space)
type

Code:
cd ~
mkdir hso
cd hso




Install the driver.
1. Using Firefox download the HSO driver from here
2. Copy the file and Untar the file

Code:

cp ~/Download/ hso-1.2.tar.gz .
tar zxf  hso-1.2.tar.gz


3. Change directory:

Code:
cd hso


4. build and install the driver as root:

Code:
su
make
make install
cd ..


Install the rezero utility
5. Download and install the rezero package from here

Code:
mkdir rezero
cp ~/Download/hso-udev.tar.gz ./rezero
cd rezero
tar zxf hso-udev.tar.gz
#now delete the rezero binary in that directory to force the compiler to work....
rm ./rezero
make
make install
cd ..


6. Create a new udev rule

Code:
su
gedit /etc/udev/udev.rules/39_hso-udev.rules


Quote:
# send rezero command via usb_storage driver for all ZCOPTION devices
SUBSYSTEMS=="scsi", ATTRS{vendor}=="ZCOPTION", KERNEL=="sg[0-9]*", RUN+="/usr/sbin/rezero /dev/%k"
KERNEL=="ttyHS?", MODE="0666",OWNER="root",GROUP="root"


7. restart udev

Code:
/sbin/udevadm control --reload_rules



Install the hsolinkcontrol utility

8. Download the source files from here

Code:
cp ~/Download/hsolink_1.0.46.orig.tar.gz ./
tar zxf hsolink_1.0.46.orig.tar.gz
cd hsolink_1.0.46
./configure
make
make install
chmod +s /usr/locall/bin/hsolinkcontrol



Finally - Install the HSOconnect application


Download the Python 2.5 rpm from here
Double-click the rpm file listed in Firefox's download window. This will install the RPM.

Everything should now just work.

You can run HSOconnect in two ways:

From the menu Applications/Internet/HSOconnect
or
From the command line python -m hsoc
[python /usr/lib/python2.5/site-packages/hsoc/HSOconnect.py also works]


NOTES

Don't forget to configure the connection profile with the right user name, password and APN for your network.

If anyone knows a better udev rule please let me know. At the moment Fedora will complain about ZEROCD but will continue to work.

I hope this is helpfull to someone. If you find any errors or have suggestions let me know.

Cheers,
Paul


Last edited by Paul on Thu May 29, 2008 12:50 pm; edited 1 time in total


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.0039 s, 2 request(s), PHP: 0.0440 s, total: 0.0479 s, document retrieved from cache.