Telenor icon 225 on Ubuntu 8.10 with 2.6.28sickboy-kuki?

Discussion in 'Linux' started by Chycky, Apr 1, 2009.

  1. Chycky

    Chycky

    Joined:
    Sep 28, 2008
    Messages:
    79
    Likes Received:
    0
    I think you missed my last post? I just posted an update on the issue.

    I use driver 1.9.

    About APN I use internet.telenor.se and I think that is the correct setting for my ISP.

    Right now the debug window doesn't show any error because I can connect to Internet using the trick "selective suspend", see my last post above.

    The problem right now is that Firefox runs extremely slow, actually it almost doesn't work all. I have turned the browser from offline to online so that isn't the problem. Why is the browser so slow?
     
    Chycky, Apr 22, 2009
    #21
  2. Chycky

    Chycky

    Joined:
    Sep 28, 2008
    Messages:
    79
    Likes Received:
    0
    No, it was only luck that the modem worked after I changed the settings a bit. The problem still exists and I can't get connected to Internet using the icon 225 modem and Ubuntu 9.04. How do I get the modem to work on my AA1?

    I will now do a reinstall of my system (Ubuntu 9.04) and then try to run this script to get the modem work: http://www.pharscape.org/forum/index.php?topic=704.0

    Does anyone know if the script will work on Ubuntu 9.04 and AA1 110?
     
    Chycky, Apr 22, 2009
    #22
  3. Chycky

    Chycky

    Joined:
    Sep 28, 2008
    Messages:
    79
    Likes Received:
    0
    I reinstalled Ubuntu 9.04 using ext2 file system. Then I ran the Debian installer script using sudo sh nameofscript.sh from http://www.pharscape.org/forum/index.php?topic=704.0. When I try to run HSOconnect it complains about python 2.5 so I go to Synaptics and install it too. Then I insert the icon 225 modem and try to run HSOconnect. The program starts but after I have set my APN (internet.telenor.se) and then try to connect the program freeze (turns grey) and nothing happens for about 10-30 sek. Then the program restart itself (and the debug window also restart).

    This is what the Terminal says when I run the installer script mentioned above. Notice the error messages, what do they mean?

    Code:
    Version 2.0 Debain Install script
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Couldn't find package build-essential
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Couldn't find package dkms
    --2009-04-22 21:17:14--  [url]http://www.pharscape.org/forum/index.php?action=dlattach;topic=545.0;attach=4[/url]
    Resolving [url]www.pharscape.org[/url]... 67.210.124.85
    Connecting to www.pharscape.org|67.210.124.85|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Syntax error in Set-Cookie:  at position 0.
    Length: unspecified [application/octet-stream]
    Saving to: `udev.tar.gz'
    
        [        <=>                            ] 27,282      10.1K/s   in 2.6s    
    
    2009-04-22 21:17:20 (10.1 KB/s) - `udev.tar.gz' saved [27282]
    
    rm -f ozerocdoff.o ozerocdoff
    cc -c ozerocdoff.c -Wall -O
    ozerocdoff.c:59:17: error: usb.h: No such file or directory
    ozerocdoff.c: In function ‘main’:
    ozerocdoff.c:214: warning: implicit declaration of function ‘usb_init’
    ozerocdoff.c:224: warning: implicit declaration of function ‘usb_find_busses’
    ozerocdoff.c:225: warning: implicit declaration of function ‘usb_find_devices’
    ozerocdoff.c:247: warning: implicit declaration of function ‘usb_open’
    ozerocdoff.c:247: warning: assignment makes pointer from integer without a cast
    ozerocdoff.c:255: warning: implicit declaration of function ‘usb_get_driver_np’
    ozerocdoff.c:260: warning: implicit declaration of function ‘usb_detach_kernel_driver_np’
    ozerocdoff.c:263: warning: implicit declaration of function ‘usb_close’
    ozerocdoff.c:270: warning: implicit declaration of function ‘usb_claim_interface’
    ozerocdoff.c:293: warning: implicit declaration of function ‘usb_clear_halt’
    ozerocdoff.c:294: warning: implicit declaration of function ‘usb_set_altinterface’
    ozerocdoff.c:300: warning: implicit declaration of function ‘usb_release_interface’
    ozerocdoff.c:312: warning: implicit declaration of function ‘usb_bulk_write’
    ozerocdoff.c:327: warning: implicit declaration of function ‘usb_bulk_read’
    ozerocdoff.c: In function ‘search_devices’:
    ozerocdoff.c:438: warning: implicit declaration of function ‘usb_get_busses’
    ozerocdoff.c:438: warning: assignment makes pointer from integer without a cast
    ozerocdoff.c:438: error: dereferencing pointer to incomplete type
    ozerocdoff.c:440: error: dereferencing pointer to incomplete type
    ozerocdoff.c:440: error: dereferencing pointer to incomplete type
    ozerocdoff.c:441: error: dereferencing pointer to incomplete type
    ozerocdoff.c:441: error: dereferencing pointer to incomplete type
    ozerocdoff.c:444: error: dereferencing pointer to incomplete type
    ozerocdoff.c:445: error: dereferencing pointer to incomplete type
    ozerocdoff.c:446: error: dereferencing pointer to incomplete type
    ozerocdoff.c:447: error: dereferencing pointer to incomplete type
    ozerocdoff.c:449: error: dereferencing pointer to incomplete type
    ozerocdoff.c:450: error: dereferencing pointer to incomplete type
    ozerocdoff.c:451: error: dereferencing pointer to incomplete type
    ozerocdoff.c:452: error: dereferencing pointer to incomplete type
    ozerocdoff.c:454: error: dereferencing pointer to incomplete type
    ozerocdoff.c:457: error: dereferencing pointer to incomplete type
    ozerocdoff.c: In function ‘search_message_endp’:
    ozerocdoff.c:480: error: dereferencing pointer to incomplete type
    ozerocdoff.c:481: error: dereferencing pointer to incomplete type
    ozerocdoff.c:482: error: dereferencing pointer to incomplete type
    ozerocdoff.c:484: error: dereferencing pointer to incomplete type
    ozerocdoff.c:485: error: dereferencing pointer to incomplete type
    ozerocdoff.c:486: error: dereferencing pointer to incomplete type
    ozerocdoff.c: In function ‘search_response_endp’:
    ozerocdoff.c:501: error: dereferencing pointer to incomplete type
    ozerocdoff.c:502: error: dereferencing pointer to incomplete type
    ozerocdoff.c:503: error: dereferencing pointer to incomplete type
    ozerocdoff.c:505: error: dereferencing pointer to incomplete type
    ozerocdoff.c:506: error: dereferencing pointer to incomplete type
    ozerocdoff.c:507: error: dereferencing pointer to incomplete type
    make: *** [ozerocdoff.o] Error 1
    cc -c ozerocdoff.c -Wall -O
    ozerocdoff.c:59:17: error: usb.h: No such file or directory
    ozerocdoff.c: In function ‘main’:
    ozerocdoff.c:214: warning: implicit declaration of function ‘usb_init’
    ozerocdoff.c:224: warning: implicit declaration of function ‘usb_find_busses’
    ozerocdoff.c:225: warning: implicit declaration of function ‘usb_find_devices’
    ozerocdoff.c:247: warning: implicit declaration of function ‘usb_open’
    ozerocdoff.c:247: warning: assignment makes pointer from integer without a cast
    ozerocdoff.c:255: warning: implicit declaration of function ‘usb_get_driver_np’
    ozerocdoff.c:260: warning: implicit declaration of function ‘usb_detach_kernel_driver_np’
    ozerocdoff.c:263: warning: implicit declaration of function ‘usb_close’
    ozerocdoff.c:270: warning: implicit declaration of function ‘usb_claim_interface’
    ozerocdoff.c:293: warning: implicit declaration of function ‘usb_clear_halt’
    ozerocdoff.c:294: warning: implicit declaration of function ‘usb_set_altinterface’
    ozerocdoff.c:300: warning: implicit declaration of function ‘usb_release_interface’
    ozerocdoff.c:312: warning: implicit declaration of function ‘usb_bulk_write’
    ozerocdoff.c:327: warning: implicit declaration of function ‘usb_bulk_read’
    ozerocdoff.c: In function ‘search_devices’:
    ozerocdoff.c:438: warning: implicit declaration of function ‘usb_get_busses’
    ozerocdoff.c:438: warning: assignment makes pointer from integer without a cast
    ozerocdoff.c:438: error: dereferencing pointer to incomplete type
    ozerocdoff.c:440: error: dereferencing pointer to incomplete type
    ozerocdoff.c:440: error: dereferencing pointer to incomplete type
    ozerocdoff.c:441: error: dereferencing pointer to incomplete type
    ozerocdoff.c:441: error: dereferencing pointer to incomplete type
    ozerocdoff.c:444: error: dereferencing pointer to incomplete type
    ozerocdoff.c:445: error: dereferencing pointer to incomplete type
    ozerocdoff.c:446: error: dereferencing pointer to incomplete type
    ozerocdoff.c:447: error: dereferencing pointer to incomplete type
    ozerocdoff.c:449: error: dereferencing pointer to incomplete type
    ozerocdoff.c:450: error: dereferencing pointer to incomplete type
    ozerocdoff.c:451: error: dereferencing pointer to incomplete type
    ozerocdoff.c:452: error: dereferencing pointer to incomplete type
    ozerocdoff.c:454: error: dereferencing pointer to incomplete type
    ozerocdoff.c:457: error: dereferencing pointer to incomplete type
    ozerocdoff.c: In function ‘search_message_endp’:
    ozerocdoff.c:480: error: dereferencing pointer to incomplete type
    ozerocdoff.c:481: error: dereferencing pointer to incomplete type
    ozerocdoff.c:482: error: dereferencing pointer to incomplete type
    ozerocdoff.c:484: error: dereferencing pointer to incomplete type
    ozerocdoff.c:485: error: dereferencing pointer to incomplete type
    ozerocdoff.c:486: error: dereferencing pointer to incomplete type
    ozerocdoff.c: In function ‘search_response_endp’:
    ozerocdoff.c:501: error: dereferencing pointer to incomplete type
    ozerocdoff.c:502: error: dereferencing pointer to incomplete type
    ozerocdoff.c:503: error: dereferencing pointer to incomplete type
    ozerocdoff.c:505: error: dereferencing pointer to incomplete type
    ozerocdoff.c:506: error: dereferencing pointer to incomplete type
    ozerocdoff.c:507: error: dereferencing pointer to incomplete type
    make: *** [ozerocdoff.o] Error 1
    --2009-04-22 21:17:21--  [url]http://www.pharscape.org/forum/index.php?action=dlattach;topic=648.0;attach=20[/url]
    Resolving [url]www.pharscape.org[/url]... 67.210.124.85
    Connecting to www.pharscape.org|67.210.124.85|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Syntax error in Set-Cookie:  at position 0.
    Length: unspecified [application/octet-stream]
    Saving to: `hso-1.9.tar.gz'
    
        [     <=>                               ] 35,408      23.5K/s   in 1.5s    
    
    2009-04-22 21:17:24 (23.5 KB/s) - `hso-1.9.tar.gz' saved [35408]
    
    sudo: dkms: command not found
    --2009-04-22 21:17:24--  [url]http://www.pharscape.org/downloads1.html/hsolink-1.0.118.tar.gz[/url]
    Resolving [url]www.pharscape.org[/url]... 67.210.124.85
    Connecting to www.pharscape.org|67.210.124.85|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 78867 (77K) [application/gzip]
    Saving to: `hsolink-1.0.118.tar.gz'
    
    100%[======================================>] 78,867      31.7K/s   in 2.4s    
    
    2009-04-22 21:17:27 (31.7 KB/s) - `hsolink-1.0.118.tar.gz' saved [78867/78867]
    
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables... 
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    make  all-recursive
    make[1]: Entering directory `/home/mrx/hsotemp/hsolink-1.0.118'
    Making all in src
    make[2]: Entering directory `/home/mrx/hsotemp/hsolink-1.0.118/src'
    gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
    main.c: In function ‘main’:
    main.c:52: warning: format not a string literal and no format arguments
    main.c:60: warning: format not a string literal and no format arguments
    main.c:118: warning: format not a string literal and no format arguments
    main.c:127: warning: format not a string literal and no format arguments
    main.c:139: warning: format not a string literal and no format arguments
    main.c:145: warning: format not a string literal and no format arguments
    main.c:133: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result
    mv -f .deps/main.Tpo .deps/main.Po
    gcc  -g -O2   -o hsolinkcontrol main.o  
    make[2]: Leaving directory `/home/mrx/hsotemp/hsolink-1.0.118/src'
    make[2]: Entering directory `/home/mrx/hsotemp/hsolink-1.0.118'
    make[2]: Nothing to be done for `all-am'.
    make[2]: Leaving directory `/home/mrx/hsotemp/hsolink-1.0.118'
    make[1]: Leaving directory `/home/mrx/hsotemp/hsolink-1.0.118'
    Making install in src
    make[1]: Entering directory `/home/mrx/hsotemp/hsolink-1.0.118/src'
    make[2]: Entering directory `/home/mrx/hsotemp/hsolink-1.0.118/src'
    test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
      /usr/bin/install -c 'hsolinkcontrol' '/usr/local/bin/hsolinkcontrol'
    test -z "/usr/local/share/man/man8" || /bin/mkdir -p "/usr/local/share/man/man8"
     /usr/bin/install -c -m 644 './hsolinkcontrol.8' '/usr/local/share/man/man8/hsolinkcontrol.8'
    make[2]: Leaving directory `/home/mrx/hsotemp/hsolink-1.0.118/src'
    make[1]: Leaving directory `/home/mrx/hsotemp/hsolink-1.0.118/src'
    make[1]: Entering directory `/home/mrx/hsotemp/hsolink-1.0.118'
    make[2]: Entering directory `/home/mrx/hsotemp/hsolink-1.0.118'
    make[2]: Nothing to be done for `install-exec-am'.
    test -z "/usr/local/share/doc/hsolink" || /bin/mkdir -p "/usr/local/share/doc/hsolink"
     /usr/bin/install -c -m 644 'README' '/usr/local/share/doc/hsolink/README'
    make[2]: Leaving directory `/home/mrx/hsotemp/hsolink-1.0.118'
    make[1]: Leaving directory `/home/mrx/hsotemp/hsolink-1.0.118'
    --2009-04-22 21:17:32--  [url]http://www.pharscape.org/Downloads.html/Debian_Packages/hsoconnect-py2.5_1.1.128_all.deb[/url]
    Resolving [url]www.pharscape.org[/url]... 67.210.124.85
    Connecting to www.pharscape.org|67.210.124.85|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 99320 (97K) [application/force-download]
    Saving to: `hsoconnect-py2.5_1.1.128_all.deb'
    
    100%[===================================================================================>] 99,320      23.1K/s   in 4.3s    
    
    2009-04-22 21:17:40 (22.5 KB/s) - `hsoconnect-py2.5_1.1.128_all.deb' saved [99320/99320]
    
    Selecting previously deselected package hsoconnect-py2.5.
    (Reading database ... 101998 files and directories currently installed.)
    Unpacking hsoconnect-py2.5 (from hsoconnect-py2.5_1.1.128_all.deb) ...
    Setting up hsoconnect-py2.5 (1.1.128) ...
    Processing triggers for man-db ...
    ======================
    DONE!
    - now reboot your machine to let dkms work
    I didn't have the modem connected running the script. Could that result in problems? I can't connect the modem during the installation because I need the SIM-card to my phone if I want to have any Internet connection during the installation.

    Please help me get my icon 225 modem to work on Ubuntu 9.04 on my AA1!
     
    Chycky, Apr 22, 2009
    #23
  4. Chycky

    janss

    Joined:
    Jul 23, 2008
    Messages:
    220
    Likes Received:
    0
    Hey,

    by reading the output of the installation script you pasted looks like it doesn't work.
    Since that script is made for Debian, not Ubuntu (regardless Ubuntu is based on Debia) it might not work right for Ubuntu machines.

    What I still recommend, is you to download and install hso 1.9, ozerocdoff and hsoconnect separately. That script also (tries to) install hsolinkcontrol, which you don't need if you plan on using hsoconnect.

    To get the hso 1.9 working instead of 1.2, do the steps I described on my earlier post to rename the hso.ko-files before installing hso 1.9.

    So, first install all the building tools (try finding build-essential meta-package from synaptic or apt, I think you need to add Universe and Multiverse repositories to get them) and Python 2.5.

    Then install hso 1.9, ozerocdoff and hsoconnect with the instructions from pharscape, not with the script (links on my earlier post).

    Then reboot your machine and insert the icon, things should work.
     
    janss, Apr 23, 2009
    #24
  5. Chycky

    Chycky

    Joined:
    Sep 28, 2008
    Messages:
    79
    Likes Received:
    0
    Ok, I will give it a try on a new Ubuntu 9.04 installation. I'll be back.
     
    Chycky, Apr 23, 2009
    #25
  6. Chycky

    Chycky

    Joined:
    Sep 28, 2008
    Messages:
    79
    Likes Received:
    0
    I reinstalled Linpsu instead but I still got problem getting the icon 225 to work. Read more an this thread: viewtopic.php?f=5&t=13605
     
    Chycky, Apr 23, 2009
    #26
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.