Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32

Thread: Mobile broadband connection not selectable in network manager

  1. #21
    Join Date
    Nov 2010
    Beans
    12

    Re: Mobile broadband connection not selectable in network manager

    Quote Originally Posted by Hippytaff View Post
    Doesn't look like ubuntu can see the usb dongle.

    Try lsusb again with it plugged in.
    and
    Code:
    lsmod | grep E1820
    if the above command returns nothing post the results of just
    Code:
    lsmod
    Hello Hippotaff ... thanks for the help so far ... lsmod with grep yielded nothing .. here is lsmod on its own:

    Module Size Used by
    usblp 10481 0
    ppp_deflate 3682 0
    zlib_deflate 19568 1 ppp_deflate
    bsd_comp 4811 0
    ppp_async 6734 0
    crc_ccitt 1339 1 ppp_async
    nls_utf8 1069 1
    isofs 29250 1
    option 19686 0
    usbserial 33019 1 option
    usb_storage 39553 1
    binfmt_misc 6587 1
    rfcomm 33421 4
    sco 7885 2
    bridge 45582 0
    stp 1655 1 bridge
    bnep 9436 2
    l2cap 30624 16 rfcomm,bnep
    ipt_LOG 4542 2
    ipt_REJECT 1928 1
    iptable_nat 4414 0
    nf_nat 15735 1 iptable_nat
    nf_conntrack_ipv4 10672 5 iptable_nat,nf_nat
    nf_defrag_ipv4 1073 1 nf_conntrack_ipv4
    iptable_filter 2271 1
    ip_tables 9991 2 iptable_nat,iptable_filter
    ip6t_LOG 4669 2
    xt_limit 1382 4
    ip6t_REJECT 2604 1
    xt_tcpudp 2011 72
    ip6t_ah 993 1
    nf_conntrack_ipv6 10447 2
    xt_state 1098 4
    ip6table_filter 2343 1
    ip6_tables 11227 3 ip6t_LOG,ip6t_ah,ip6table_filter
    x_tables 14299 11 ipt_LOG,ipt_REJECT,iptable_nat,ip_tables,ip6t_LOG, xt_limit,ip6t_REJECT,xt_tcpudp,ip6t_ah,xt_state,ip 6_tables
    vmnet 40983 13
    ppdev 5259 0
    parport_pc 25962 0
    vmblock 10766 1
    vsock 37367 0
    vmci 52974 1 vsock
    vmmon 62872 0
    dm_crypt 11331 0
    arc4 1153 2
    snd_hda_codec_conexant 22641 1
    snd_hda_intel 22037 2
    snd_hda_codec 74201 2 snd_hda_codec_conexant,snd_hda_intel
    iwlagn 106815 0
    iwlcore 106050 1 iwlagn
    nf_conntrack_ftp 5381 0
    thinkpad_acpi 68083 0
    snd_seq_dummy 1338 0
    snd_seq_oss 26722 0
    snd_seq_midi 4557 0
    snd_hwdep 5412 1 snd_hda_codec
    snd_rawmidi 19056 1 snd_seq_midi
    snd_pcm_oss 35308 0
    snd_seq_midi_event 6003 2 snd_seq_oss,snd_seq_midi
    snd_mixer_oss 13746 1 snd_pcm_oss
    nf_conntrack 61615 6 iptable_nat,nf_nat,nf_conntrack_ipv4,nf_conntrack_ ipv6,xt_state,nf_conntrack_ftp
    snd_pcm 70694 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    snd_seq 47263 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_mid i_event
    pcmcia 30784 0
    snd_timer 19098 2 snd_pcm,snd_seq
    snd_page_alloc 7076 2 snd_hda_intel,snd_pcm
    snd_seq_device 5700 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi ,snd_seq
    lp 7060 0
    mac80211 205402 2 iwlagn,iwlcore
    joydev 8708 0
    yenta_socket 20408 1
    rsrc_nonstatic 10015 1 yenta_socket
    parport 32635 3 ppdev,parport_pc,lp
    snd 54180 17 snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec ,thinkpad_acpi,snd_seq_oss,snd_hwdep,snd_rawmidi,s nd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq,snd_timer ,snd_seq_device
    pcmcia_core 32964 3 pcmcia,yenta_socket,rsrc_nonstatic
    btusb 10957 2
    psmouse 63245 0
    cfg80211 126528 3 iwlagn,iwlcore,mac80211
    soundcore 6620 1 snd
    bluetooth 49892 9 rfcomm,sco,bnep,l2cap,btusb
    led_class 2864 2 iwlcore,thinkpad_acpi
    tpm_tis 7422 0
    nvram 6203 1 thinkpad_acpi
    tpm 13484 1 tpm_tis
    tpm_bios 5266 1 tpm
    serio_raw 3978 0
    dm_raid45 81647 0
    xor 15028 1 dm_raid45
    fbcon 35102 71
    tileblit 2031 1 fbcon
    font 7557 1 fbcon
    bitblit 4707 1 fbcon
    softcursor 1189 1 bitblit
    vga16fb 11385 0
    vgastate 8961 1 vga16fb
    i915 286079 3
    drm_kms_helper 29297 1 i915
    ohci1394 26950 0
    intel_agp 24119 2 i915
    drm 162409 4 i915,drm_kms_helper
    i2c_algo_bit 5028 1 i915
    e1000e 119856 0
    ieee1394 81181 1 ohci1394
    agpgart 31724 2 intel_agp,drm
    video 17375 1 i915
    output 1871 1 video

  2. #22
    Join Date
    Nov 2010
    Beans
    12

    Re: Mobile broadband connection not selectable in network manager

    Quote Originally Posted by alexfish View Post
    hi cedricf

    from your info the device has already switched

    Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 002: ID 0a5c:2145 Broadcom Corp. Bluetooth with Enhanced Data Rate II
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 008: ID 12d1:14ac Huawei Technologies Co., Ltd.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    from your listing the device has switched

    check file.

    Code:

    cat /etc/usb_modeswitch.d/12d1:1446

    from the terminal find out the state of the device to see if the drivers have loaded

    If Ubuntu version 10.04 or 10.10 try

    Code:

    usb-devices

    locate the lines which indicate the device and post only those lines

    or try

    Code:

    ls -al /dev/serial/by-id/usb*

    Post the results

    alexfish
    Hi alexfish .. thanks for assisting .. here is the cat output:

    ################################################## ######
    # Huawei, newer modems

    DefaultVendor= 0x12d1
    DefaultProduct=0x1446

    TargetVendor= 0x12d1
    TargetProductList="1001,1406,140b,140c,1412,141b,1 4ac"

    CheckSuccess=20

    MessageContent="5553424312345678000000000000001106 0000000000000000000000000000"

    Here is the ls output:

    lrwxrwxrwx 1 root root 13 2010-11-08 16:07 /dev/serial/by-id/usb-Huawei_Technologies_HUAWEI_Mobile-if00-port0 -> ../../ttyUSB0
    lrwxrwxrwx 1 root root 13 2010-11-08 16:07 /dev/serial/by-id/usb-Huawei_Technologies_HUAWEI_Mobile-if01-port0 -> ../../ttyUSB1
    lrwxrwxrwx 1 root root 13 2010-11-08 16:07 /dev/serial/by-id/usb-Huawei_Technologies_HUAWEI_Mobile-if02-port0 -> ../../ttyUSB2
    lrwxrwxrwx 1 root root 13 2010-11-08 16:07 /dev/serial/by-id/usb-Huawei_Technologies_HUAWEI_Mobile-if03-port0 -> ../../ttyUSB3

    Thanks

  3. #23
    Join Date
    Aug 2010
    Location
    Wales
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Mobile broadband connection not selectable in network manager

    I've only had a quick look, but I'd say you need to install the driver...with ndiswrapper

    Edit -> pending


    usb-devices

    locate the lines which indicate the device and post only those lines

    or try

    Code:

    ls -al /dev/serial/by-id/usb*

    Post the results
    Last edited by Hippytaff; November 8th, 2010 at 03:23 PM.
    Perseverance will succeed (usually)
    ubuntu user -32597 - linux user - 526569
    Wireless Info Script
    Blog

  4. #24
    Join Date
    Oct 2009
    Location
    A world without windows
    Beans
    Hidden!

    Re: Mobile broadband connection not selectable in network manager

    hi cedricf

    from the info

    lrwxrwxrwx 1 root root 13 2010-11-08 16:07 /dev/serial/by-id/usb-Huawei_Technologies_HUAWEI_Mobile-if00-port0 -> ../../ttyUSB0
    lrwxrwxrwx 1 root root 13 2010-11-08 16:07 /dev/serial/by-id/usb-Huawei_Technologies_HUAWEI_Mobile-if01-port0 -> ../../ttyUSB1
    lrwxrwxrwx 1 root root 13 2010-11-08 16:07 /dev/serial/by-id/usb-Huawei_Technologies_HUAWEI_Mobile-if02-port0 -> ../../ttyUSB2
    lrwxrwxrwx 1 root root 13 2010-11-08 16:07 /dev/serial/by-id/usb-Huawei_Technologies_HUAWEI_Mobile-if03-port0 -> ../../ttyUSB3

    these lines indicate the modem and the drivers have configured

    will the device configure with the network manager


    if not it will help if you could post details of

    Code:

    usb-devices

    this will help determine the data port

    sure the above command available in 10.04

    alexfish
    Two tin cans are better than an iphone

    http://www.ehow.co.uk/how_2067160_ma...hone.html?cr=1

  5. #25
    Join Date
    Nov 2010
    Beans
    12

    Re: Mobile broadband connection not selectable in network manager

    Hi alexfish .. here is the output for the command usb-devices :

    T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6
    D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0002 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic ehci_hcd
    S: Product=EHCI Host Controller
    S: SerialNumber=0000:00:1a.7
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 8 Spd=480 MxCh= 0
    D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=12d1 ProdID=14ac Rev=00.00
    S: Manufacturer=Huawei Technologies
    S: Product=HUAWEI Mobile
    C: #Ifs= 6 Cfg#= 1 Atr=c0 MxPwr=500mA
    I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 1 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 3 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 4 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
    I: If#= 5 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage

    T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6
    D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0002 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic ehci_hcd
    S: Product=EHCI Host Controller
    S: SerialNumber=0000:00:1d.7
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1a.0
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1a.1
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=04 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
    D: Ver= 2.00 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
    P: Vendor=0a5c ProdID=2145 Rev=03.99
    S: Manufacturer=Lenovo Computer Corp
    S: Product=ThinkPad Bluetooth with Enhanced Data Rate II
    C: #Ifs= 4 Cfg#= 1 Atr=e0 MxPwr=100mA
    I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
    I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
    I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
    I: If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none)

    T: Bus=05 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1a.2
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=06 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1d.0
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=07 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1d.1
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=08 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1d.2
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
    cedricf@cedricf-laptop:~$ usb-devices | grep e1820
    cedricf@cedricf-laptop:~$ usb-devices | grep 1820
    cedricf@cedricf-laptop:~$ usb-devices | grep huw
    cedricf@cedricf-laptop:~$ usb-devices

    T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6
    D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0002 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic ehci_hcd
    S: Product=EHCI Host Controller
    S: SerialNumber=0000:00:1a.7
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 8 Spd=480 MxCh= 0
    D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=12d1 ProdID=14ac Rev=00.00
    S: Manufacturer=Huawei Technologies
    S: Product=HUAWEI Mobile
    C: #Ifs= 6 Cfg#= 1 Atr=c0 MxPwr=500mA
    I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 1 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 3 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 4 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
    I: If#= 5 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage

    T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6
    D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0002 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic ehci_hcd
    S: Product=EHCI Host Controller
    S: SerialNumber=0000:00:1d.7
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1a.0
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1a.1
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=04 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
    D: Ver= 2.00 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
    P: Vendor=0a5c ProdID=2145 Rev=03.99
    S: Manufacturer=Lenovo Computer Corp
    S: Product=ThinkPad Bluetooth with Enhanced Data Rate II
    C: #Ifs= 4 Cfg#= 1 Atr=e0 MxPwr=100mA
    I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
    I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
    I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
    I: If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none)

    T: Bus=05 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1a.2
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=06 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1d.0
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=07 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1d.1
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=08 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1d.2
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
    cedricf@cedricf-laptop:~$ clear

    cedricf@cedricf-laptop:~$ usb-devices

    T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6
    D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0002 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic ehci_hcd
    S: Product=EHCI Host Controller
    S: SerialNumber=0000:00:1a.7
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 8 Spd=480 MxCh= 0
    D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=12d1 ProdID=14ac Rev=00.00
    S: Manufacturer=Huawei Technologies
    S: Product=HUAWEI Mobile
    C: #Ifs= 6 Cfg#= 1 Atr=c0 MxPwr=500mA
    I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 1 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 3 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 4 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
    I: If#= 5 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage

    T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6
    D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0002 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic ehci_hcd
    S: Product=EHCI Host Controller
    S: SerialNumber=0000:00:1d.7
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1a.0
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1a.1
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=04 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
    D: Ver= 2.00 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
    P: Vendor=0a5c ProdID=2145 Rev=03.99
    S: Manufacturer=Lenovo Computer Corp
    S: Product=ThinkPad Bluetooth with Enhanced Data Rate II
    C: #Ifs= 4 Cfg#= 1 Atr=e0 MxPwr=100mA
    I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
    I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
    I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
    I: If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none)

    T: Bus=05 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1a.2
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=06 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1d.0
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=07 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1d.1
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    T: Bus=08 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
    D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d6b ProdID=0001 Rev=02.06
    S: Manufacturer=Linux 2.6.32-25-generic uhci_hcd
    S: Product=UHCI Host Controller
    S: SerialNumber=0000:00:1d.2
    C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
    I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

    Thanks for your assistance.

  6. #26
    Join Date
    Aug 2010
    Location
    Wales
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Mobile broadband connection not selectable in network manager

    Code:
    T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  8 Spd=480 MxCh= 0
    D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
    P:  Vendor=12d1 ProdID=14ac Rev=00.00
    S:  Manufacturer=Huawei Technologies
    S:  Product=HUAWEI Mobile
    C:  #Ifs= 6 Cfg#= 1 Atr=c0 MxPwr=500mA
    I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I:  If#= 1 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I:  If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I:  If#= 3 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I:  If#= 4 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
    I:  If#= 5 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
    I don't think mode-switch has worked
    Perseverance will succeed (usually)
    ubuntu user -32597 - linux user - 526569
    Wireless Info Script
    Blog

  7. #27
    Join Date
    Oct 2009
    Location
    A world without windows
    Beans
    Hidden!

    Re: Mobile broadband connection not selectable in network manager

    Hi cedicf

    from your info

    T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 8 Spd=480 MxCh= 0
    D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=12d1 ProdID=14ac Rev=00.00
    S: Manufacturer=Huawei Technologies
    S: Product=HUAWEI Mobile
    C: #Ifs= 6 Cfg#= 1 Atr=c0 MxPwr=500mA
    I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 1 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 3 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
    I: If#= 4 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
    I: If#= 5 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage

    lrwxrwxrwx 1 root root 13 2010-11-08 16:07 /dev/serial/by-id/usb-Huawei_Technologies_HUAWEI_Mobile-if00-port0 -> ../../ttyUSB0
    lrwxrwxrwx 1 root root 13 2010-11-08 16:07 /dev/serial/by-id/usb-Huawei_Technologies_HUAWEI_Mobile-if01-port0 -> ../../ttyUSB1

    lrwxrwxrwx 1 root root 13 2010-11-08 16:07 /dev/serial/by-id/usb-Huawei_Technologies_HUAWEI_Mobile-if02-port0 -> ../../ttyUSB2
    lrwxrwxrwx 1 root root 13 2010-11-08 16:07 /dev/serial/by-id/usb-Huawei_Technologies_HUAWEI_Mobile-if03-port0 -> ../../ttyUSB3


    there appears to be two data ports on this device highlighted in blue Note the EPs=3
    it would be normal to assume the correct Data Port would be ttyUSB0
    and the associated driver is option /

    so as far as Linux system is concerned the device is recognized , so depending on the connection manager you should be able to connect

    I had requested does the network manager recognize the device / I am assuming not

    but looking through your post your system is 10.04 / the modem-manager to which network manager depends on for mobile connections,
    may not be seeing the device for several reasons, to in depth to go into at present

    If your connection is 3g then I suggest

    confirm Network Manager can not connect with this device
    or check if modem-manager is installed

    Code:

    which modem-manager

    post the results

    for ease of use try Sakis3g ,

    from

    Sakis3G - All-in-one script


    let us know of any progress

    Sakis also has a forum;

    Forum

    alexfish
    Two tin cans are better than an iphone

    http://www.ehow.co.uk/how_2067160_ma...hone.html?cr=1

  8. #28
    Join Date
    Nov 2010
    Beans
    12

    Re: Mobile broadband connection not selectable in network manager

    Hi alexfish .... the command which modem-manager gave nothing, so I checked synaptic and it was not installed!! Installed it and it works! ... Thank you for help!

  9. #29
    Join Date
    Aug 2010
    Location
    Wales
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Mobile broadband connection not selectable in network manager

    Glad it's sorted. Remeber to mark the thread as solved in the thread tools at the top of the page so others can see how you fixed it.
    Perseverance will succeed (usually)
    ubuntu user -32597 - linux user - 526569
    Wireless Info Script
    Blog

  10. #30
    Join Date
    Nov 2010
    Beans
    12

    Re: Mobile broadband connection not selectable in network manager

    Quote Originally Posted by Hippytaff View Post
    Glad it's sorted. Remeber to mark the thread as solved in the thread tools at the top of the page so others can see how you fixed it.
    Karamu originally created the thread ... I just piggybacked off it. No option in thread tools for me to close it ... hopefully Karamu will see this and close ... Thanks for all your assistance.

Page 3 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

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