Mobile Broadband does not work on HP mini 110

This is the my device:
$ lsusb | grep Gobi
Bus 001 Device 077: ID 03f0:1f1d Hewlett-Packard un2400 Gobi Wireless Modem
sometimes another result:
$ lsusb | grep Gobi
Bus 001 Device 020: ID 03f0:201d Hewlett-Packard un2400 Gobi Wireless Modem (QDL mode)
I have installed in my netbook with these steps:
1. Install network manager: networkmanager, network-manager-applet. Then systemctl enable, start NetworkManager.service
Run "sudo NetworkManager".
2. Install BCM4312 and Hp un2400 gobi firmwares: b43-fwcutter. And  b43-firmware, gobi-loader, gobi-firmware from AUR
Here is my /lib/udev/rules.d/60-gobi.rules, i have added the red line:
# udev rules for firmware loading on qualcomm gobi devices
ACTION=="add", SUBSYSTEM=="tty" KERNEL=="ttyUSB*" GOTO="gobi_rules"
GOTO="gobi_rules_end"
LABEL="gobi_rules"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9211", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="201d", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1f1d", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="04da", ATTRS{idProduct}=="250c", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="413c", ATTRS{idProduct}=="8171", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="1410", ATTRS{idProduct}=="a008", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="0b05", ATTRS{idProduct}=="1774", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="fff2", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="1557", ATTRS{idProduct}=="0a80", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9008", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9201", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9221", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9231", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="1f45", ATTRS{idProduct}=="0001", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="16d8", ATTRS{idProduct}=="8001", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="1199", ATTRS{idProduct}=="9000", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="241d", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9204", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9214", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9224", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9234", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9244", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9264", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9274", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
ATTRS{idVendor}=="413c", ATTRS{idProduct}=="8185", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
LABEL="gobi_rules_end"
3. Install wireless: wpa_supplicant, wireless_tools, gnome-keyring.
Then systemctl enable and start wpa_supplicant.service
4. Install modem manager: usbutils, usb_modeswitch, modemmanager, mobile-broadband-provider-info
Then systemctl enable and start ModemManager
After reboot, i get this log keep being repeat forever:
$ dmesg | grep ttyUSB
[    8.783499] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB0
[   13.924825] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   13.925166] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   13.925490] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   13.925813] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   13.926887] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
[   15.560838] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB0
[   15.562758] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB1
[   17.869672] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   17.869883] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   17.870123] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   17.870366] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   17.872845] qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   17.873762] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
[   17.874305] qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   17.874560] qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   17.874813] qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   17.875605] qcserial ttyUSB1: Qualcomm USB modem converter now disconnected from ttyUSB1
[   18.845277] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB0
[   22.616332] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   22.616698] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   22.617055] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   22.617385] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
[   22.618447] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
[   23.560845] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB0
[   23.562771] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB1
Am i missing any configuration or installation?
Last edited by princenguyen (2014-06-19 06:30:17)

Hello,
Did you find a solution because I am having the same issue with my Sony Vaio SA. It has a Gobi 2000 and works perfectly on Ubuntu 14.04 and all other distributions I have tried so i know the hardware is fine.
I dont get the message repeating although I can get it like that by using the firmware from the AUR. If I use the firmware I got from my previous Windows installation then the error only occurs when turning the device on. This is so annoying
I get the following:
NetworkManager[1787]: <info> (wwp0s26u1u4): DHCPv4 state changed nbi -> preinit
Jul 08 23:40:11 Raspberry dhcpcd[5345]: wwp0s26u1u4: soliciting an IPv6 router
Jul 08 23:40:12 Raspberry dhcpcd[5345]: wwp0s26u1u4: soliciting a DHCP lease
Jul 08 23:40:12 Raspberry kernel: qmi_wwan 1-1.4:1.0: nonzero urb status received: -71
Jul 08 23:40:12 Raspberry kernel: qmi_wwan 1-1.4:1.0: wdm_int_callback - 0 bytes
Jul 08 23:40:12 Raspberry kernel: usb 1-1.4: USB disconnect, device number 9
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry dhcpcd[3049]: if_managelink: No such device or address
Jul 08 23:40:12 Raspberry dhcpcd[5345]: wwp0s26u1u4: dhcp if_readrawpacket: Network is down
Jul 08 23:40:12 Raspberry kernel: qmi_wwan 1-1.4:1.0 wwp0s26u1u4: unregister 'qmi_wwan' usb-0000:00:1a.0-1.4, WWAN/QMI device
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (net/wwp0s26u1u4): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry dhcpcd[5345]: if_managelink: No such device or address
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (usbmisc/cdc-wdm1): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (tty/ttyUSB1): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (tty/ttyUSB2): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (tty/ttyUSB0): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'wds' client with flags 'release-cid'...
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'wds' client with ID '1'
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'pds' client with flags 'release-cid'...
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'pds' client with ID '1'
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'wms' client with flags 'release-cid'...
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'wms' client with ID '1'
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'nas' client with flags 'release-cid'...
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'nas' client with ID '1'
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'dms' client with flags 'release-cid'...
Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'dms' client with ID '1'
Jul 08 23:40:12 Raspberry NetworkManager[1787]: <info> (cdc-wdm1): device state change: ip-config -> unmanaged (reason 'removed') [70 10 36]
Jul 08 23:40:12 Raspberry NetworkManager[1787]: <info> (cdc-wdm1): deactivating device (reason 'removed') [36]
Jul 08 23:40:12 Raspberry dhcpcd[5345]: received signal TERM from PID 1787, stopping
Jul 08 23:40:12 Raspberry dhcpcd[5345]: wwp0s26u1u4: removing interface
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
Jul 08 23:40:12 Raspberry kernel: qcserial 1-1.4:1.1: device disconnected
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: Qualcomm USB modem converter now disconnected from ttyUSB1
Jul 08 23:40:12 Raspberry kernel: qcserial 1-1.4:1.2: device disconnected
Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB2: Qualcomm USB modem converter now disconnected from ttyUSB2
Jul 08 23:40:12 Raspberry kernel: qcserial 1-1.4:1.3: device disconnected
Jul 08 23:40:13 Raspberry dhcpcd[5345]: exited

Similar Messages

  • T mobile broadband stick not working after lion instal

    T mobile broadband USB stick not working after lion install

    No s#!t batman.The point is a mac laptop is ment to be mobile and for it to be mobile you need a mobile broadband stick so when a new op system lion is released don't you think it would be one of the first items to be checked for compatability.with snow leopard the same problem took months before I could use a broadband stick,there is no lion connection manager software available right now until someone decides to wright it, so does anyone have a usefull fix i can use ?

  • Mobile broadband (un2430) not working with Windows 10 on Folio 9470m

    I have had Windows 10 installed on my HP Folio 9470m since October last year (insider program). One thing that I never been able to get to work is the mobile broadband device (un2430). It simply says "Radio off". All attempts to re-install driver (which shows as "working"), disable/enable the device etc etc just leads to same result, that the "Radio is off".I googled this a couple of times and found that other users have the same problem. Also colleagues of mine with same model has also the same problem. It works just fine under Windows 8.1. Anyone has a workaround? I was really disappointed when W10 was released that HP did not update the drivers-page with W10 drivers:http://h20566.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=5271102 How can I find out when/if HP will release W10 drivers, including support for mobile broadband, for the HP Folio 9470m?

    Thank you for your reply. I've tryed several SIM cards, and arrived to the conclusion that it doesn't work with portuguese operator TMN (all the SIM i've tried from TMN lead to the same result)!
    I guess that there is some misconfiguration on WM config files. I found one xml with default configuration for worldwide carriers, and maybe it is possible to change some of those parameters to make it work... I just don't know wich one!
    Maybe I'll have some luck, of someone reading this, and that is able to give me a tip to solve the problem.
    The SIM card just work well on a 3G usb stick, or even in a celular phone!
    Thank you again.

  • [SOLVED] Huawei E173s-1 mobile broadband dongle not working

    Update: check the wiki entry at https://wiki.archlinux.org/index.php/Huawei_E173s
    Hi,
    My dongle works out-of-the-box in Ubuntu but I can't get it to work in Arch Linux.
    I followed the instructions from this site: http://www.vivaolinux.com.br/dica/Modem … s-no-Linux
    /etc/usb_modeswitch.d/12d1:1c0b
    DefaultVendor=0x12d1
    DefaultProduct=0x1c0b
    TargetVendor=0x12d1
    TargetProduct=0x1c05
    CheckSuccess=20
    MessageEndpoint=0x0f
    MessageContent="55534243123456780000000000000011062000000100000000000000000000"
    /usr/lib/udev/rules.d/40-usb_modeswitch.rules
    ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1c0b", RUN+="usb_modeswitch '%b/%k'"
    # usb_modeswitch -c /etc/usb_modeswitch.d/12d1:1c0b
    Looking for target devices ...
    No devices in target mode or class found
    Looking for default devices ...
    found matching product ID
    adding device
    Found device in default mode, class or configuration (1)
    Accessing device 003 on bus 001 ...
    Getting the current device configuration ...
    OK, got current device configuration (1)
    Using first interface: 0x00
    Using endpoints 0x0f (out) and 0x8f (in)
    Inquiring device details; driver will be detached ...
    Looking for active driver ...
    OK, driver found; name unknown, limitation of libusb1
    OK, driver "unkown" detached
    SCSI inquiry data (for identification)
    Vendor String: HUAWEI
    Model String: Mass Storage
    Revision String: 2.31
    USB description data (for identification)
    Manufacturer: HUAWEI
    Product: HUAWEI Mobile
    Serial No.: not provided
    Setting up communication with interface 0
    Using endpoint 0x0f for message sending ...
    Trying to send message 1 to endpoint 0x0f ...
    OK, message successfully sent
    Resetting response endpoint 0x8f
    Resetting message endpoint 0x0f
    Device is gone, skipping any further commands
    Checking for mode switch (max. 20 times, once per second) ...
    Searching for target devices ...
    Searching for target devices ...
    Searching for target devices ...
    Searching for target devices ...
    Searching for target devices ...
    Searching for target devices ...
    found matching product ID
    adding device
    Found target device, now opening
    Found correct target device
    Mode switch succeeded. Bye.
    # modprobe usbserial vendor=0x12d1 product=0x1c0b
    But when I run wvdialconf it can't find the modem:
    Editing `/etc/wvdial.conf'.
    Scanning your serial ports for a modem.
    Sorry, no modem was detected! Is it in use by another program?
    Did you configure it properly with setserial?
    Please read the FAQ at [url]http://alumnit.ca/wiki/?WvDial[/url]
    As a result I'm stuck with Ubuntu for the time being. ;( Any help would be very appreciated.
    Edit: running sakis3g after doing the above I was able to connect but I'd still love to know how to to make it work manually with wvdial.
    Last edited by jasewobble (2012-04-22 22:25:22)

    Hi
    Thanks for the advice above. Initially cleaned off original app
    I removed the software application from Mac HD/Applications/Orange Mobile Partner
    The kernel extension located at Mac HD/System/Library/Extensions/HuaweiDataCardDriver.kext
    The modem script located at Mac HD/Library/Modem Scripts/HUAWEI Mobile Connect – 3G Modem
    Then dragged the Orange MobilePartner file to the HD, selected 'Show Package Contents' and followed the advice above opening the .mpkg.
    Was about to try and return the dongle, but now after several tests, am sure it works
    Another Apple Discussion Board success

  • Orange Huawei E160E Mobile Broadband Dongle - NOT WORKING NOW!

    Well as you can see from the title - i've just upgraded to Snow Leopard over the weekend - and love the 16GB of harddrive space I got back, however I came you use my Orange Huawei E160E Mobile Broadband USB Modem 'Dongle' and it doesn't work.
    25 mins on the phone to Orange Tech Support, and they tell me 'sorry we can't do anymore' & 'thats what you get for being on the cutting edge of technology'!!!
    Apple Care told me to install Rosetta - and still NO good!
    Any ideas?

    Hi
    Thanks for the advice above. Initially cleaned off original app
    I removed the software application from Mac HD/Applications/Orange Mobile Partner
    The kernel extension located at Mac HD/System/Library/Extensions/HuaweiDataCardDriver.kext
    The modem script located at Mac HD/Library/Modem Scripts/HUAWEI Mobile Connect – 3G Modem
    Then dragged the Orange MobilePartner file to the HD, selected 'Show Package Contents' and followed the advice above opening the .mpkg.
    Was about to try and return the dongle, but now after several tests, am sure it works
    Another Apple Discussion Board success

  • Mobile Broadband Connect not working on x301

    Hi
    I definitely cannot get mobile broadband working on my UK x301
    I have a fully updated system with all the Win7 Drivers (using both System update 4 and further manual downloads) and I found a Win 7 version of Mobile Broadband Connect however when loaded it hangs on Initialising... for ages and then complains that "the sim card present on the system cannot be read"
    Can anyone help please?

    That has been on issue ever since RC1. The Ericsson Broadband Modem only seems to work in specific combinations of older drivers. Also not every access connections version seems to behave nicely in combination with it. My success rate in configuring those has been approx 50% and I gave up.
    I did manage a 100% success rate though with all most recent drivers + the specific 7uw706ww ericsson package from the beta website.
    There's one catch though. This driver seems to be capped at 384Kbps e.g. stuck in UMTS mode.
    For me that's enough to last until proper drivers come out, but it is higly irritating.
    Lenovo Premium Business Partner
    X1 Carbon Touch | i7-3667U | 8Gb | 256Gb | HD 4000 | 14HD+ | WWAN | W8.1 Pro RTM x64 |

  • MOBILE VERSION DOES NOT WORK!!!!  Is Adobe not aware that encrypted forms fail using mobile reader??

    I created a PDF Form in Acrobat Pro 9, and encrypted it with a password.  No other restrictions were placed on the document.
    When I open the document on an android device (tablet or phone) or an iPod, it does not allow me to fill in any of the fields or apply a signature of any kind.
    However, when I open the same exact form with the desktop version (Reader XI), it does allow me to fill it out and sign it with no problem.
    I have no problems filling it out and applying a signature with a mobile device when the document is not encrypted.
    PLEASE HELP! 
    I have updated all my versions to the most latest.

    Yes, apparently Adobe is aware of this.
    For Adobe to omit such basic functionality to its mobile version is appalling.
    I would have expected this from Microsoft, but not from Adobe.

  • Bug: wifi does not work on mac mini late 2012 when sd card is inserted

    Who knows how to solve the problem? Does at anyone else's mac mini appear the same behaviour of the system?

    I fixed it.  Evidently, the computer that was handed down to me had not had software upgraded for quite awhile.  When i went through all the updates, gmails began to work.

  • Lync 2013 mobile app does not work internally, SIP domain is Different than users UPN. not sure if that matters.

    using the lync client connectivity tester on a pc on the same lan as my mobile client everything is green and it says its ready for use.
    using my android galaxy s5 client on wifi on the same lan i get a screen with waiting to sign in spinning and an error at the top "we cant connect to the server check your network connection and server address, and try again."
    i have uploaded the full client log files
    here: client log file
    some errors that stand out from this log file are:
    1. ERROR HttpEngine: Certificate check fails: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
    2. <h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>
      <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>
    i am using the correct creds, same creds i used on the analyzer tool.
    in the analyzer tool i did have to fill in the username field because my sip domain is different then my users UPN. which from what ive read its required to use the username field.
    i also filled in the username field in the mobile app with domain\username
    3. ERROR LYNC: ERROR TRANSPORT /Volumes/ServerHD2/buildagent/workspace/200604/tps/ucmp/platform/networkapis/privateandroid/CHttpConnection.cpp/295:CHttpConnection exception: java.lang.NullPointerException
    Jan 14, 2015 8:40:49 AM INFO LYNC: INFO TRANSPORT /Volumes/ServerHD2/buildagent/workspace/200604/tps/ucmp/ucmp/transport/requestprocessor/private/CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x22020001
    Jan 14, 2015 8:40:49 AM INFO LYNC: INFO TRANSPORT /Volumes/ServerHD2/buildagent/workspace/200604/tps/ucmp/ucmp/transport/requestprocessor/private/CHttpRequestProcessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_ConnectionError (E2-2-1). The retry
    counter is: 0
    4. Jan 14, 2015 8:40:50 AM ERROR LYNC: ERROR TRANSPORT /Volumes/ServerHD2/buildagent/workspace/200604/tps/ucmp/ucmp/transport/authenticationresolver/private/CAuthenticationResolver.cpp/431:Failing the original request as we weren't able to get the token
    this is the same type of error i was getting in the lync connectivity analyzer until i filled in the username field. but its filled in, in my client.
    again you can see the full log file is `HERE
    thank you in advance for any help. im trying to get internal working before i try external.

    Eric,
    I am trying to configure a reverseproxy on my netscaler which is in a 2 arm mode(dmz/internal) but I keep getting an error when configuring the monitor.
    i used this guide to configure it
    http://www.lynced.com.au/2014/04/configure-citrix-netscaler-vpx-as.html
    but continue to get this error in the netscaler monitor "Failure - TCP connection successful, but application timed out"
    so the virtual server is never up, thinking about just changing it to tcp as a monitor so it stays up and i can at lesat get the vip up.
    Also your link to the diagram shows it going to the reverse  proxy but the one im using has it going directly to the front end servers.
    http://www.lync-solutions.com/Documents/Lync_2013_protocol_poster_v6_7.pdf
    I'm guessing Microsoft's is the correct one but wonder why the config differential?
    I see that your diagram says "mobility url", what is the mobility url? i though that was the lyncdiscoverinternal.internal.com
    current setup is
    2 fe servers on internal
    1 edge server on dmz
    1 almost done reverse proxy netscaler load balancer.
    also this ms link i used to configure dns entries, along with the pdf linked above.
    http://technet.microsoft.com/en-us/library/jj945644.aspx
    i currently have these external dns entries and they all point to the edge server on the dmz.
    dialin .external.com
    lync .external.com
    lyncweb .external.com
    lyncdiscover.external.com
    meet .external.com
    sip .external.com
    webconf .external.com
    av .external.com
    _autodiscover._tcp.external.com.
    the internal dns links point to 1 of the front end servers
    1. lyncdiscoverinternal.internal.com
    2. lyncdiscover.internal.com
    3. _sipinternaltls._tcp.internal.com
    4. _sipinternal._tcp.internal.com
    5. sipinternal.internal.com
    6. sip.internal.com
    thanks again for your help.

  • IMovie "mobile" format does not work on iPad

    I created several movies with iMovie and shared them via MobileMe. Each movie was rendered in the "mobile" format. When attempting to view the result on my iPad I received a message telling me there is a problem with the format of the movie and that I should discuss with the gallery's owner. After a brief discussion with myself, I decided to re-publish the movie in the "medium" format. It works.
    Interesting that the "mobile" format works on my iPhone.

    I created several movies with iMovie and shared them via MobileMe. Each movie was rendered in the "mobile" format. When attempting to view the result on my iPad I received a message telling me there is a problem with the format of the movie and that I should discuss with the gallery's owner. After a brief discussion with myself, I decided to re-publish the movie in the "medium" format. It works.
    Interesting that the "mobile" format works on my iPhone.

  • Mini DP to HDMI does not work with Mac Mini 2014?

    Hi All,
    I just upgraded from a Mac Mini 2011 i5 to a Mac Mini 2014. My old Mini worked fine running 2 displays with an HDMI cable to one monitor and a Mini Displayport to HDMI from the Thunderbolt port to another monitor. I can't seem to get the new 2014 Mini to see the monitor from either the Thunderbolt ports. Is this no longer supported?
    Thanks
    Ray

    Hi there LaureynR,
    You should still be able to do this. I would recommend taking a look at the article below for troubleshooting steps.
    Apple computers: Troubleshooting issues with video on internal or external displays
    -Griff 

  • Reset upto mobile me does not work

    I have an iphone macbook and pc I want to syuc all contacts etc.
    All went fine and I uploaded from my pc a contacts list, but now a week later the details on the mobileme is differant to the pc ie lost addresses and mobileme is trying to download this info to my macbook.
    I have tried to reset sync data from my pc but when I check online the mobileme data has not changed.
    Help please

    Two Methods.
    1) Go to System Preferences and click on .mac and the update should run.
    2) Failing that use the Add Account + button and add the Screen Name as if it were an AIM one and type you Screen name in full with the @me.com or @mac.com depending which you have.
    8:57 PM Friday; August 29, 2008

  • Time Machine does not work with Seagate NAS 110

    I have been trying to configure time machine to automatically back-up a Macbook Pro to my Seagate NAS 110 to no avail. I have the latest version of OSX Lion running on my Macbook as well as the latest firmware update on my NAS device which was designed to erradicate the very problem I am experiencing now. It would be greatly appreciated if anyone was able to point me in the right direction. Thanks in advance!

    NJayasinghe wrote:
    Here is the link where it specifically states 'Fix for Mac OS Lion Time Machine compatibility'.
    http://www.seagate.com/ww/v/index.jsp?locale=en-US&name=ba-nas-110&vgnextoid=174 af1ec4d173210VgnVCM1000001a48090aRCRD
    I hadn't found that.  Unfortunately, there's no date on it, and no mention of Lion.  One would assume that's what it means, but some makers have simply abandonded some of their old products.
    I was hoping that somebody on this forum has been experiencing the same issues as I have and found a solution to the problem.
    It doesn't look like many are using it on Macs.   Yours is the only post found in the Apple forums containing Seagate Blackarmour NAS 110.
    Searching for Seagate NAS 110 does get some hits, but none with resolutions:
    https://discussions.apple.com/search.jspa?start=0&q=Seagate%20NAS%20110&peopleEn abled=true&dateRange=all&rankBy=relevance
    Sorry not to have any better news. 

  • HT4907 I am able to connect to my Mac Mini on Back to My Mac through iCloud but the keyboard/trackpad on the MBAir or MBP with which I access does not register on the Mini.  So I can see the screen but cannot interact with it. Mini works accessing MBP/Air

    I am able to connect to my Mac Mini on Back to My Mac through iCloud but the keyboard/trackpad on the MBAir or MBP with which I access does not register on the Mini.  So I can see the screen but cannot interact with it. Mini works accessing MBP/Air and I can use Mini to input data or interact with screens of those computers.

    Regarding your first question about bookmarks, I think you discovered the answer in when you pressed the address bar. The second tab there has your bookmarks.
    As for the keyboard, I'm not sure why your Firefox is reacting so slowly; mine seems to show keyboards even when I don't want them. If you have accumulated a lot of history, perhaps that's an issue?
    Did you use any third party software to move your Firefox data from internal memory to the storage card?

  • My password does not work on my mac mini.

    I set up my airbook and my mini at the same time.  The airbook works perfectly but the mini does not recognize my password.  Any advice?

    Apple ID FAQs  >  http://support.apple.com/kb/HT5622
    Derek9206 wrote:
    Hello my password for the App Store does not work and I tried to fix it and I can't
    Clearly state the Troubleshooting Steps you have tried to Resolve it.

Maybe you are looking for