Telenor GIO225 och Ubuntu 9.04 netbook remix

Här behandlar vi program för Internet och kommunikation; webbläsare, chatt-program, filöverföring osv.
Användarvisningsbild
tpnet
Inlägg: 104
Blev medlem: 20 dec 2006, 07:32
OS: Ubuntu
Utgåva: 14.04 Trusty Tahr LTS
Ort: Borlänge

Telenor GIO225 och Ubuntu 9.04 netbook remix

Inlägg av tpnet »

Jag hade problem med att få Telenor GIO225 att fungera med Ubuntu 9.04 Notbook Remix på en Acer aspire one.

Efter en massa letande hittade jag hjälpen.
Kopierat från http://forum.ubuntu-nl.org.

Driv rutiner och program från (http://www.pharscape.org)

Jag blev tvungen att installera python för att det skulle fungera.

$ sudo apt-get install python2.5


Download hso 1.6 driver:
Code:
$ wget http://www.flxcore.com/hso/hso-1.6.tar.gz

Download ozerocdoff, hsolink and hsoconnect utilities:
Code:
$ wget http://www.flxcore.com/hso/udev.tar.gz
$ wget http://www.flxcore.com/hso/hsolink_1.0.118-1_i386.deb
$ wget http://www.flxcore.com/hso/hsoconnect-p ... 83_all.deb

Setup build environment:
Code:
$ sudo apt-get install build-essential linux-headers-$(uname -r)

Unpack and compile ozerocdoff utility:
Code:
$ tar zxvf udev.tar.gz
$ cd udev
$ sudo make install
$ cd ..

Reload udev rules to make ozerocdoff utility active:
Code:
$ sudo udevadm control reload_rules

Blacklist the normal Option driver:
Code:
$ echo "blacklist option" | sudo tee -a /etc/modprobe.d/blacklist
$ sudo modprobe -r option

Unpack and compile hso 1.6 driver:
Code:
$ tar zxvf hso-1.6.tar.gz
$ cd hso-1.6
$ make
$ sudo make install
$ cd ..

Copy hso driver to default Ubuntu location (the installer places the driver elsewhere):
Code:
$ sudo cp /lib/modules/$(uname -r)/kernel/drivers/net/wwan/hso.ko /lib/modules/$(uname -r)/kernel/drivers/net/usb/

Install hsolink and hsoconnect utilities:
Code:
$ sudo dpkg -i hso*.deb

Reboot your system and plug in the USB stick

If you currenty use a wired network, unplug your cable, disable it or stop the networkmanager:
Code:
$ sudo /etc/init.d/NetworkManager stop

Start the hsoconnect utility (located under Applications > Internet > HSOconnect or use this command):
Code:
$ python -mhsoc

Enter your PIN code if requested
Click on Connect button
Under Preferences you can increase your transfer limit if you wish (1MB is not that much..)

Funkar kanon för mig.

//tpnet
Tony Petrilä
Edit:massor av stavfel

Återgå till "Internet"