Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Vodafone K3805-Z Mobile Broadband

  1. #1
    Join Date
    Apr 2008
    Location
    Otago
    Beans
    962
    Distro
    Ubuntu 14.04 Trusty Tahr

    Vodafone K3805-Z Mobile Broadband

    I have hte K3805-Z and am trying to get it to work....it seems to be recognised by the Network Manager....but I am not getting through.

    usb-devices yields the following:

    T: Bus=02 Lev=02 Prnt=02 Port=01 Cnt=01 Dev#= 11 Spd=480 MxCh= 0
    D: Ver= 2.00 Cls=02(commc) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=19d2 ProdID=1003 Rev=00.01
    S: Manufacturer=Vodafone
    S: Product=K3805-z
    S: SerialNumber=C7986D8B72DFB07EF2FAE8645D14803D06F92 E84
    C: #Ifs=10 Cfg#= 1 Atr=80 MxPwr=500mA
    I: If#= 0 Alt= 0 #EPs= 0 Cls=02(commc) Sub=08 Prot=00 Driver=(none)
    I: If#= 1 Alt= 0 #EPs= 1 Cls=02(commc) Sub=02 Prot=01 Driver=cdc_acm
    I: If#= 2 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=cdc_acm
    I: If#= 3 Alt= 0 #EPs= 1 Cls=02(commc) Sub=02 Prot=01 Driver=cdc_acm
    I: If#= 4 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=cdc_acm
    I: If#= 5 Alt= 0 #EPs= 1 Cls=02(commc) Sub=06 Prot=00 Driver=cdc_ether
    I: If#= 6 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=cdc_ether
    I: If#= 7 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
    /usr/bin/usb-devices: line 79: printf: 08: invalid octal number
    I: If#= 0 Alt= 0 #EPs= 0 Cls=02(commc) Sub=0b Prot=00 Driver=(none)
    /usr/bin/usb-devices: line 79: printf: 09: invalid octal number
    I: If#= 0 Alt= 0 #EPs= 0 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)

    Where do I go from here?
    Ubuntu is computer speak for defenestration

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

    Re: Vodafone K3805-Z Mobile Broadband

    can have a look at this thread
    Vodafone USB

    athough a different ID the device looks similar


    possible try the script at post #23

    where it says
    set Vendor "19d2"
    set Product "1002"
    change to
    set Vendor "19d2"
    set Product "1003"
    this may show the ports but can't confirm .

    also can try and find the device produced by lshal
    may be something like ttyACM* or /dev
    Code:
    lshal > `pwd`/voda
    the file should be in home directory
    possible find the device ID's

    in the blocks with device ID . also look for lines

    linux.sysfs_path =

    serial.device =

    alexfish
    Last edited by alexfish; January 26th, 2011 at 02:55 PM.
    Two tin cans are better than an iphone

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

  3. #3
    Join Date
    Apr 2008
    Location
    Otago
    Beans
    962
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Vodafone K3805-Z Mobile Broadband

    Here is a screen shot.
    Attached Images Attached Images
    Ubuntu is computer speak for defenestration

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

    Re: Vodafone K3805-Z Mobile Broadband

    HI

    yes it shows a connection.....

    could post details of a :how to : would be most helpful to others trying to connect

    regards

    alexfish
    Two tin cans are better than an iphone

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

  5. #5
    Join Date
    Apr 2008
    Location
    Otago
    Beans
    962
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Vodafone K3805-Z Mobile Broadband

    Quote Originally Posted by alexfish View Post
    HI

    yes it shows a connection.....

    could post details of a :how to : would be most helpful to others trying to connect

    regards

    alexfish
    At this stage I have done nothing....this shows when I plug in the device...I still cannot get onto the Mobile Network. The problem is not helped by the fact that I do not have mobile reception here at home.
    Ubuntu is computer speak for defenestration

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

    Re: Vodafone K3805-Z Mobile Broadband

    hi

    from the screen shot it looked as if you had a connection / the image is blurry

    From what I gather your still looking for a solution

    as a update from the other thread , there is a post where the device shows tttACM0

    could see if there is dev serial ttyACM

    can try

    Code:
    ls -al /dev/serial/by-id
    if there is a listing at the end with ttyACM0 or others

    then the connection path could be /dev/ttyACM0

    with this info could try wvdial

    but may need other info from the device : dial command , and or possible the APN

    to find the APN's can have a look at this how to

    How To : Mobile Broadband Connections [ Ubuntu 10.10 : 10.04 : 9.10 ]

    ref post #1

    only thing of note is that some connection managers rely on getting info about the device settings
    as seen by the system , so therefore setting wvdial to use the correct port will overcome
    what other connection managers or modem-managers can't do

    alexfish
    Two tin cans are better than an iphone

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

  7. #7
    Join Date
    Apr 2008
    Location
    Otago
    Beans
    962
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Vodafone K3805-Z Mobile Broadband

    Quote Originally Posted by alexfish View Post
    hi

    from the screen shot it looked as if you had a connection / the image is blurry

    From what I gather your still looking for a solution

    as a update from the other thread , there is a post where the device shows tttACM0

    could see if there is dev serial ttyACM

    can try

    Code:
    ls -al /dev/serial/by-id
    if there is a listing at the end with ttyACM0 or others

    then the connection path could be /dev/ttyACM0

    with this info could try wvdial

    but may need other info from the device : dial command , and or possible the APN

    to find the APN's can have a look at this how to

    How To : Mobile Broadband Connections [ Ubuntu 10.10 : 10.04 : 9.10 ]

    ref post #1

    only thing of note is that some connection managers rely on getting info about the device settings
    as seen by the system , so therefore setting wvdial to use the correct port will overcome
    what other connection managers or modem-managers can't do

    alexfish
    ~$ ls -al /dev/serial/by-id
    total 0
    drwxr-xr-x 2 root root 80 2011-01-27 13:08 .
    drwxr-xr-x 4 root root 80 2011-01-27 13:08 ..
    lrwxrwxrwx 1 root root 13 2011-01-27 13:08 usb-Vodafone_K3805-z_C7986D8B72DFB07EF2FAE8645D14803D06F92E84-if01 -> ../../ttyACM0
    lrwxrwxrwx 1 root root 13 2011-01-27 13:08 usb-Vodafone_K3805-z_C7986D8B72DFB07EF2FAE8645D14803D06F92E84-if03 -> ../../ttyACM1

    However, I have no idea what this means or where I go from here.
    Ubuntu is computer speak for defenestration

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

    Re: Vodafone K3805-Z Mobile Broadband

    Quote Originally Posted by dunbrokin View Post
    ~$ ls -al /dev/serial/by-id
    total 0
    drwxr-xr-x 2 root root 80 2011-01-27 13:08 .
    drwxr-xr-x 4 root root 80 2011-01-27 13:08 ..
    lrwxrwxrwx 1 root root 13 2011-01-27 13:08 usb-Vodafone_K3805-z_C7986D8B72DFB07EF2FAE8645D14803D06F92E84-if01 -> ../../ttyACM0
    lrwxrwxrwx 1 root root 13 2011-01-27 13:08 usb-Vodafone_K3805-z_C7986D8B72DFB07EF2FAE8645D14803D06F92E84-if03 -> ../../ttyACM1

    However, I have no idea what this means or where I go from here.
    can have a look here

    Vodafone USB

    RE;post #36 :: can post results back here

    alexfish
    Two tin cans are better than an iphone

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

  9. #9
    Join Date
    Apr 2008
    Location
    Otago
    Beans
    962
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Vodafone K3805-Z Mobile Broadband

    pj@pj-indulgence:~$ ls -al /dev/serial/by-id
    total 0
    drwxr-xr-x 2 root root 80 2011-01-28 12:43 .
    drwxr-xr-x 4 root root 80 2011-01-28 12:43 ..
    lrwxrwxrwx 1 root root 13 2011-01-28 12:43 usb-Vodafone_K3805-z_C7986D8B72DFB07EF2FAE8645D14803D06F92E84-if01 -> ../../ttyACM0
    lrwxrwxrwx 1 root root 13 2011-01-28 12:43 usb-Vodafone_K3805-z_C7986D8B72DFB07EF2FAE8645D14803D06F92E84-if03 -> ../../ttyACM1
    pj@pj-indulgence:~$ tr -s "\n" < /dev/ttyACM0
    bash: /dev/ttyACM0: Device or resource busy
    pj@pj-indulgence:~$

    Thanks for your help....I really appreciate it.
    Ubuntu is computer speak for defenestration

  10. #10
    Join Date
    Apr 2008
    Location
    Otago
    Beans
    962
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Vodafone K3805-Z Mobile Broadband

    The light never comes on on my Vodem.....I am starting to think that this is a wasted effort....has anybody got this to work?
    Ubuntu is computer speak for defenestration

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •