Results 1 to 9 of 9

Thread: Trying to get Mobile Broadband working.

  1. #1
    Junior Member registered user
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    11

    Trying to get Mobile Broadband working.

    I have 6.2.1 running on a 2gb usb drive and all goes well except when I try to connect to the internet via a 'mobile broadband stick'.

    I duplicate the NetworkManager configuration to that which I have used successfully in Ubuntu but it doesn't work in Knoppix.

    Most mobile-broadband USB sticks just work like a regular modem, so it's more a matter of determining which modem commands to send them than just finding a "driver" for a specific stick - they all should work with the standard Linux USB serial driver.

    Can someone help me with a solution, I would very much like to have Knoppix on a usb stick and be able to get on the net via my mobile broadband USB stick....Huawei220, should be 'out-of-the-box'!

  2. #2
    Moderator Moderator
    Join Date
    Jan 2010
    Location
    Asheville, NC, USA
    Posts
    528

    Re: Trying to get Mobile Broadband working.

    Quote Originally Posted by plumtreed
    I have 6.2.1 running on a 2gb usb drive and all goes well except when I try to connect to the internet via a 'mobile broadband stick'.

    I duplicate the NetworkManager configuration to that which I have used successfully in Ubuntu but it doesn't work in Knoppix.

    Most mobile-broadband USB sticks just work like a regular modem, so it's more a matter of determining which modem commands to send them than just finding a "driver" for a specific stick - they all should work with the standard Linux USB serial driver.

    Can someone help me with a solution, I would very much like to have Knoppix on a usb stick and be able to get on the net via my mobile broadband USB stick....Huawei220, should be 'out-of-the-box'!
    Please post more details: error messages, if any, actual network manager config file, output of 'lsusb -v' and 'ifconfig' etc. Also, can you go back to Ubuntu and do the same when it is working? When it's not working, please try to ping e.g. www.google.com - If an error relating to dns comes up, try to ping the numeric address (i.e. 74.125.65.99 in this):
    Code:
    knoppix@Microknoppix:~$ ping www.google.com
    PING www.l.google.com (74.125.65.99) 56(84) bytes of data.
    64 bytes from gx-in-f99.1e100.net (74.125.65.99): icmp_seq=1 ttl=49 time=23.3 ms
    I've been having some difficulty in certain locations (Starbucks/ATT wifi and some LAN-DSL connections) with name service when DHCP is used, so it's possible that is what you're dealing with - these things come in waves, though it seems they are unrelated (or "should be").

    Cheers!
    Krishna

  3. #3
    Junior Member registered user
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    11
    I came across the following thread which suggests a problem with the 'special' 63 Linux Magazine release which may parallel my problem with my recent CD download of the 62 version.

    http://www.knoppix.net/forum/viewtop...er=asc&start=0

    Running lsusb -v shows my USB stick in place, ifconfig confirms it is not connected.

    My Acer 5315 runs a BCM4312,

  4. #4
    Junior Member registered user
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    11
    I tried 6.2.1 on Virtualbox and this shows that the 'wired' eth0 connection is working.

    I am now assuming that I get wireless and wired ok but I am still unable to connect via USB broadband.

    I fill in the NetworkManager utility duplicating other succesful OS connections but nothing shows a a selection choice in the NM applelet.

    Has anybody ever got USB broadband to work in 6.2.1 ?

  5. #5
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    what type of modem is it? a huawei E220 or huawei E169 or perhaps a Iphone or Nokia? it would greatly help to know this.

    if we get this it may also help to know if it is seen if you type (in a console)
    Code:
    sudo dmesg|grep modem
    or
    Code:
    sudo lsusb|grep modem
    also when we find what it is you have there are a few things that may be needed to get things working, the ones below are examples i have come in contact with, vendor ID and such are just examples but you get idea)
    like using USB-modeswitch
    #/bin/bash
    ./usb_modeswitch -v 0x12a3 -p 0x1234 -d 1
    ./usb_modeswitch -v 0x12a3 -p 0x1234 -H 1
    or AT comands.
    set the username and password and used the APN id in the AT+CGDCONT=... init string.
    Also I inserted another init string to pass the PIN code to the device (AT+CPIN="xxxx").

  6. #6
    Junior Member registered user
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    11
    This is usually recognised as a Huawei220 described as a E160G

    The following is the result of dmesg on vbox

    knoppix@Microknoppix:~$ sudo dmesg|grep modem
    [ 206.354079] USB Serial support registered for GSM modem (1-port)
    [ 206.354175] option 1-1:1.0: GSM modem (1-port) converter detected
    [ 206.357469] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
    [ 206.357515] option 1-1:1.1: GSM modem (1-port) converter detected
    [ 206.357728] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
    [ 206.357780] option: v0.7.2:USB Driver for GSM modems
    [ 496.727163] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
    [ 496.731527] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1

  7. #7
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    hmm, it can NOT be both E220 AND E169.
    they are completely different, one is same size as a smallish computer mouse other is size if a thumb-drive (and has the possibility to use SDHC card to actually work like one).

    the first is auto recognized in Linux and will just require you to enter your specifics (what company and such) in wicd or similar graphical appp, second requires HUGE amount of work in the console with among others, insmod, USBswitchmode and AT-comands.
    what did the relevant part of
    Code:
    sudo lsusb -v
    say?


    sorry if i will seem bad tempered but if i do not know what I am working with it will take me weeks (literally) to write down all the possible answers to you, there are so many different chipset (not maker nor model, but the chipset) and each has its specific way to go, add to that specifik makers utilize chipset differently, this will make things hard to say the least without further information.

    so if model is not given I will stop here

  8. #8
    Junior Member registered user
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    11
    You are very thoughtful to offer help, for which we all thank you.

    My USB stick is labeled Huawei 160G but lsusb -v id's it as E220 HSPDA modem. Sorry, but that is the way it is!

    I bought a magazine with Knoppix 6.3 on a DVD but I wanted something CD size and downloaded 6.2.1 to put on a 2GB USB drive.

    The 'mobile Broadand' just doesn't work on either despite Klaus Knopper, in last months issue of the same magazine, saying it would in the Q&A section.

    I am traveling for 2 months and wanted to use a usb mobile broadband connection during that time.

    I don't want to 're-invent the wheel' because this is old tech and most Linux OSs offer it 'seamlessly'. I will use another Linux.

    I think it is 'bug' and in fact it seems to have been acknowledged as one.

    I sincerely appreciate your offer to help because I know it is a thankless task.

  9. #9
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    no need to thank me, i just wish i could help bit more, i know i likley can as I have used both modems mentioned above and both work ed just fine under Debian, have not tried with knoppix but...

Similar Threads

  1. Replies: 12
    Last Post: 03-04-2006, 02:42 PM
  2. Knoppix 3.3 with Mobile IPv6 (Mobility Support)
    By fabioxa in forum Customising & Remastering
    Replies: 0
    Last Post: 04-03-2005, 09:17 AM
  3. ATI Mobile Radeon IGP 340M Driver
    By viperunix in forum Laptops
    Replies: 0
    Last Post: 01-18-2005, 08:44 AM
  4. Vodafone D2 Mobile Connect Card UMTS
    By merlin232 in forum General Support
    Replies: 0
    Last Post: 09-16-2004, 08:36 AM
  5. mobile phone P800 and Knoppix
    By bansal in forum General Support
    Replies: 0
    Last Post: 08-26-2003, 04:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


FORTINET FORTIGATE 40F Next GEN Firewall Network Security EXPIRED (FG-40F)- New picture

FORTINET FORTIGATE 40F Next GEN Firewall Network Security EXPIRED (FG-40F)- New

$159.99



FORTINET FORTIGATE 40F Next GEN Firewall Security Unregistered (FG-40F)-Open Box picture

FORTINET FORTIGATE 40F Next GEN Firewall Security Unregistered (FG-40F)-Open Box

$219.99



Fortinet FortiGate 60F | 10 Gbps Firewall Network Security EXPIRED (FG-60F)- New picture

Fortinet FortiGate 60F | 10 Gbps Firewall Network Security EXPIRED (FG-60F)- New

$279.99



Fortinet Fortigate 61E FG-61E Network Security/Firewall Appliance picture

Fortinet Fortigate 61E FG-61E Network Security/Firewall Appliance

$99.00



Fortinet Fortigate FG-60E Seven Port Network Security Firewall W/AC Adapter picture

Fortinet Fortigate FG-60E Seven Port Network Security Firewall W/AC Adapter

$59.99



Fortinet Fortiwifi 60D FG-60D Security Appliance Firewall / VPN w/ AC Adapter picture

Fortinet Fortiwifi 60D FG-60D Security Appliance Firewall / VPN w/ AC Adapter

$34.97



Netgear ProSafe FVS318G 8-Port Gigabit VPN Firewall picture

Netgear ProSafe FVS318G 8-Port Gigabit VPN Firewall

$40.00



SimpleWAN SW Advanced Firewall & Router SW301DA-NA picture

SimpleWAN SW Advanced Firewall & Router SW301DA-NA

$19.99



Genuine Fortinet FortiGate 60E-POE Firewall Network Security ATP Bundle 2 years picture

Genuine Fortinet FortiGate 60E-POE Firewall Network Security ATP Bundle 2 years

$919.00



Fortinet Fortigate Fg-1000C 1000c Security Appliance FIREWALL Hub - Tested picture

Fortinet Fortigate Fg-1000C 1000c Security Appliance FIREWALL Hub - Tested

$89.99