PHARscape

SEARCH
  • Home
    • Login....
  • Linux and 3G
    • Software
      • Option Software
        • Hso driver
        • Rezero
        • Nozomi driver
        • Ozerocdoff
      • PHARscape Software
        • Hsolinkcontrol
          • Downloads
        • 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
    • 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
  • PHARspace
    • Linux and 3G Blog
    • PHARscape Astronomy
      • SPC900 Amp-off Sandwich
  • 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:

Option release HSO version 1.14
Option release HSO version 1.14

HSOconnect 1.2.19 for Orange iCon515 support
HSOconnect updated for Orange iCon 515 support

Latest Articles:

  • SPC900 Amp-off Sandwich 2010.01.22
  • GE441 and GE442 2009.07.23
  • PHARspace 2009.05.13 Blogs and Other Interests

Latest Forum Messages:

PHARscape Linux and 3G forum
  • Re: Icon 225 on ubuntu netbook remix 9.10
  • Re: Icon 225 on ubuntu netbook remix 9.10
  • Re: Icon 225 on ubuntu netbook remix 9.10
  • Icon 225 on ubuntu netbook remix 9.10
  • HSO 1.14

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