Dynadock U10 USB charge mode not working/ charging

Hi, when in undock mode the 2 front USB ports do not charge an iPhone 4G. Its a Dynadock U10 PA3575E-1PRP. Set charge mode after undock is ticked in Dynadock Utility. iPhone charges ok when docked. As soon as the Dynadock is undocked the iPhone stops charging.
Any ideas?
Only other entry is here [http://forums.toshiba.com/t5/General-Technology/Cannot-charge-with-frontside-USB-Ports-on-Dyndock-U-with/td-p/143880] but no solution posted.
Cheers, Dan.

Akuma - Yes, other devices charge ok.
Called Toshiba support and they say this is in fact correct. The iPhone will not charge despite other devices charging ok. I asked why and they replied “that’s what 2nd line support says!” I was offered to return the item if I was not satisfied.
One of the key reasons for buying the Dynadock was to charge the iPhone overnight when the Dynadock was asleep. What a pity :-(
Curious as to the cause of this and I hope Toshiba can find a solution to the issue in the future considering there are so many iPhones out there. Toshiba has a great product in the DynaDock with the exception of this issue.
-Dan
Message was edited by: daniellynch

Similar Messages

  • External USB HD does not work with HAL:

    External USB HD does not work with HAL:
    From the last 10 days the HAL auto-mount with ntfs-3g file system of my external hard drive  does not woks.
    But the manual mount procedure with the command mount -t ntfs-3g /dev/sdb* /mnt/XYZ works.
    I've followed the instructions in the wiki: http://wiki.archlinux.org/index.php/HAL and the system has worked up to the last kernel or HAL update.
    My fat32 usb-stick works without any problem.
    If I try to open the device with KDE it appears an error popup wit this message:
    TODO: have to rethink extra options
    Error: kio_media_mount_helper
    The log from the kernel.log is
    Nov 6 22:03:16 myhost usb 5-1: new high speed USB device using ehci_hcd and address 4
    Nov 6 22:03:16 myhost usb 5-1: configuration #1 chosen from 1 choice
    Nov 6 22:03:17 myhost Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    Nov 6 22:03:17 myhost ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    Nov 6 22:03:17 myhost Initializing USB Mass Storage driver...
    Nov 6 22:03:17 myhost scsi6 : SCSI emulation for USB Mass Storage devices
    Nov 6 22:03:17 myhost usb-storage: device found at 4
    Nov 6 22:03:17 myhost usb-storage: waiting for device to settle before scanning
    Nov 6 22:03:17 myhost usbcore: registered new interface driver usb-storage
    Nov 6 22:03:17 myhost USB Mass Storage support registered.
    Nov 6 22:03:22 myhost scsi 6:0:0:0: Direct-Access WDC WD32 00JB-00KFA0 0811 PQ: 0 ANSI: 0
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sdb: sdb1
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Attached SCSI disk
    Nov 6 22:03:22 myhost sd 6:0:0:0: Attached scsi generic sg2 type 0
    Nov 6 22:03:22 myhost usb-storage: device scan complete
    and the error.log is
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Do you have some idea ....
    Bye.

    I have done the following:
    Downloaded the patched hal version.
    used makepkg in /abs/local/trunk/ to create a pkg for pacman
    used sudo pacman -U pkgname to install it.
    used sudo nano /etc/hal/fdi/policy/preferences.fdi to create the fdi file with the following content:
    saved the file and removed my ntfs entryes from fstab and rebooted. and still there is no automount off ntfs partitions.
    have i done something wrong?
    br fjodork
    WARNING: what follows is a guide of what did work for me, I'm still in an early stage of learning linux, so please correct me if anything of what follows is wrong/dangerous/stupid. As I said, this worked for me, it's not pretty, since I was learning each step on the fly and I'm sure there are better ways to do this.
    So fjodork, you seem to have done the the necessary steps, though i couldn't get it to work until i first removed hal without dependencies
    pacman -Rd hal
    it will give you some warning about the dependencies, ignore  it since we are reinstalling hal in a few steps.
    First i tried to follow Raymano's link, obviously it showed me nothing in the browser so I thought it might be a broken link.
    So I downloaded the source tarball from here http://hal.freedesktop.org/releases/hal-0.5.10.tar.gz
    unpacked it changed the /tools/hal-storage-mount.c as per Milfadoodle's instructions.
    at first I tried to compile directly from source, the process would finish without a glitch though after reboot nothing changed, as if hal weren't
    installed, i guess there were issues with paths. anyway read on
    Then repacked the source in tarball, copied it to /var/abs/extra/system/hal and modified the PKGBUILD as follows
    makedepends=('pkgconfig' 'gperf')
    options=('!libtool')
    install=hal.install
    source=(${pkgname}-${pkgver}.tar.gz #removed url so makepkg looks in the current directory for the tarball
        hal
        hal-policy.patch
        cryptsetup_location.patch
        hal-0.5.9-hide-diagnostic.patch
        ntfs3g-valid-options.patch)
    md5sums=('6641c30a27c00485c6accac5110ff911' # replace with md5sum of your package's sourceball (run md5sum filename)
             '882f67668cb14a0a9e4a27ef22278027'
             '5ba8b610aa9763a5f42b9f7cbd7a86ad'
    then makepkg (i had to add --asroot, don't ask why
    and finally pacman -U hal-0.5.10-1-i686.pkg
    another reboot and everything worked without a glitch!:D (yeah i know i still haven't got rid of the reboot mentality )
    I have also put the policy files as per the wiki instructions.
    PS: I know this is a dirty way to getting things done but as i said, I'm just starting
    If anyone could comment/correct/explain this post I'd be more than happy, the automount issue was bothering me for about a month now (you'll say why do I need ntfs in the first place? well, I only recently switched for Linux as my primary OS, these are some relics of the M$ era

  • My Macbook Pro keyboard AND USB keyboard will not work.  However, the trackpad and USB mouse will work.  Any help?

    My Macbook Pro keyboard and USB keyboard will not work.  However, the trackpad and USB mouse will work.  Any help?
    This is quite frustrating, since it randomly occured as I was browsing the web.  It seemed to happen out of nowhere.  I cannot login to my user account because I cannot type my password. 
    Any help will be appreciated.
    -Matt

    If you have another Mac, boot the non-working one into Target Disk Mode (holding down "T" at startup). Hook up the two Macs via a Firewire cable. The non-working one will mount on the other Mac as an external Firewire HD.
    Next, download the 10.5.6 Combo update from here:
    http://www.apple.com/downloads/macosx/apple/macosx_updates/macosx1056comboupdate .html
    Run it. When it asks you for a destination, choose the other Mac that was mounted via Firewire. When it's done, unmount the computer and restart it. The keyboard and mouse should work now.

  • USB and iSight not working

    Hi, I've been having some issues with my macbook:
    (1) My front USB port is not working. I've been getting the following message everytime I restart (even when nothing is pluged in): "Becayse a USB devide was drawing too much power from your computer, one or more of your USB devices have been disabled". I've tried resetting the PRAM and SMC, this does not work.
    (2) My built-in iSight no longer works. I tried using skype and photobooth and the camera is not detected. I looked in my system profilers and isight is listed but I'm not sure what this information tells me (see below):
    Built-in iSight:
      Product ID:          0x8507
      Vendor ID:          0x05ac  (Apple Inc.)
      Version:           4.42
      Serial Number:          8TA5B04NPDCJ6F00
      Speed:          Up to 480 Mb/sec
      Manufacturer:          Apple Inc.
      Location ID:          0x24600000 / 2
      Current Available (mA):          500
      Current Required (mA):          500
    (3) My battery drains when my macbook is in sleep mode (this was not happening before).
    (4) My computer seems to be getting really hot. This cause the bottom rubber of my macbook to start peeling off. I've downloaded iStat to keep and eye on the temperature but I'm not sure if this is related to my other issues.
    Does anyone have any idea what could be causing this? Are there any tests I can run? I'm not sure if these issues are related or not. Please help.

    chantal102 wrote: ...restarting and holding the D key but nothing happens when I do this...
    According to the AHT instructions on p. 61 of the manual for your 13-inch Mid 2010 MacBook, http://manuals.info.apple.com/en_US/macbook_13inch_mid2010_ug.pdf you did the correct restart process.  To me, the fact that AHT does not work either is one more indicator of likely hardware trouble.
    chantal102 wrote: ..  I would like to try everything I can do myself before bringing it in...
    If nothing else you try fixes your issue, try restoring your Mac's software.  If neither a Time Machine restore nor a complete restore to factory original condition (p.60) corrects your trouble, I think you are left with the choice of AASP service or deciding whether it is time for a new Mac.
    Message was edited by: EZ Jim
    Mac OSX 10.8.2

  • Apple USB keyboard does not work with one internal usb port

    Hi everyone,
    hope someone can help me to solve my problem. I have a MPB13 retina late 2013 since something like 3 months. I have additional screen (dell), usb wired keyboard (apple) and BT magic mouse.
    Since a few days, my usb keyboard does not work well. It only want to work properly when plugged to the rights side usb port internal port and not anymore on the left one. It also work on a usb external concentrator. Before, I had no problem, it worked perfectly. There was no problem such as cofee on it...
    After searching the web on such problem, I tries a few things such as:
    I tried the keyboard on another computer (windows): works fine
    I tried usb stick and external DVD reading on the left internal usb ports: works fine
    I switch the MPB off and turn it back on: the usb keyboard still does not work on the left usb port
    I tried the SMC and PRAM reset : nothing
    Any idea ??
    Thanks
    Guillaume

    I'm facing the same problem, found any solutions ?

  • External USB keyboard does not work with T60 after BIOS upgrade

    External USB keyboard does not work properly with T60 after 2.26-1.07 BIOS upgrade.
    It does the same with or without the docking station.
    Anyone else bumped into this problem yet? 
    Has someone found any fixes for this?
    t

    Hi and welcome the forum!
    Try uninstalling all USB hub devices from the device manager and reinstalling them again, particularly the keyboard's.
    v2.26 is supposed to fix the issue according to lenovo:- http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-63024
    Hope it helps.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • USB hub does not work!  Help

    I was attempting to install a KVM switch for my G4 and G5 that required me attaching my keyboard and mouse to the usb port on the back of the monitor.
    The USB hub does not work! Monitor cable has no bent pins, and works perfectly for video with all my Mac's, G4's, G5's. The problem is I have had this monitor awhile and never tried these ports so apple won't help.
    Anyone have any suggestions why these ports don't work and if there is a fix?
    Can any one recommend a KVM switch that supports ADC, and USB so I bypass this hub.
    Thanks

    Some USB 2.0 hardware works very well w/USB 3.0 & some don't.  Suggest that you contact the sound card manufacturer & ask them.  Perhaps they can recommend a work-a-round. 
    Another user posted about the same problem some weeks ago regarding a sound card. 

  • USB ports does not work

    Hi I have problems with not working USB ports. It used to work. I downloaded actual drivers at msi.com for my gaming notebook GX 60 Destroyer and now my USB ports does not work. What should I do?

    What driver have you updated?
    Try to do an EC firmware reset by removing the battery and the AC adapter then put the battery back with AC adapter attached.
    Same questions like Pegasus asked, does all ports not working? which one exactly? What OS are you using?
    Have you done any changes to the system? (for example: self-install OS or changing OS)

  • I plugged in my ipod and now i get the error message: Because a USB device was drawing too much power from your computer, one or more of your USB devices have been disabled" - i have a MAcBook pro and now my USB ports do not work - can anyone help me ???

    i plugged in my ipod and now i get the error message: Because a USB device was drawing too much power from your computer, one or more of your USB devices have been disabled" - i have a MAcBook pro and now my USB ports do not work - can anyone help me ???

    Sometimes you have to reset the SMC two or three times for it to work, don't know why. I've seen that error message before and 100% of the time it was fixed with an SMC reset. I suppose it's possible that your keyboard or mouse IS drawing too much power, do you have access to another you could try?

  • Audio output and left USB port is not working!

    Hi! I have MacBook Air 13" late 2010, Audio output and left USB port is not working!
    What happened?
    Part No.: Z0JH000TE RS

    If the left USB port doesnt work with an external mouse its seems to be a hardware malfunction of this USB port.
    The newest BIOS is already installed?
    Have you removed all USB ports from device manager and restarted your notebook?
    If you have already tried this, contact an authorized service provider. The guys can try to fix this issue and it should be covered by warranty, if you still have warranty on this notebook. :)

  • Hp pavilion g6-2305tx left side usb 3.0 not working after installing windows 7 home premium

    Hi ,
    The left usb ports are not working on my pavillion g6 2305tx after a fresh win 7 installation. Already installed chipset drivers, but this doesnt solve the problem.
    Please check the screenshot below.
    Kindly help.
    Thanks

    Hi,
    Please try installing window 7 USB 3.0 driver for the following issue
    For Win 7 64 bit
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?
    cc=us&lc=en&dlc=en&softwareitem=ob-102571-1
    For Win 7 32 bit
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescript
    ion.jsp?
    cc=us&prodSeriesId=5260575&prodNameId=5260578&taskId=135&swItem=w
    k-106309-1
    Regards,
    Sumit
    I am an HP Employee.
    The opinions expressed here are my personal opinions, not of HP.
    Make it easier for other people to find solutions, by marking an answer “Accept as Solution” if it solves your problem.
    Click on Kudos if my post helped you.

  • T420 USB Ports do not work after installing XP

    Hello my office has  been using Lenovo's for some time now but we recently purchased a T420 and installed Windows XP SP3 on it.  The issue we are having is that the uSB ports do not work.  I have tried every driver I can find but still no luck, can anyone help?

    hey chris0277,
    could you check in Device Manager and see if there is any ? or ! symbol on the USB area.
    If there is, i do recommend uninstalling the drivers from it and then visit http://support.lenovo.com and update your unit
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • PavillionG​7-2315nr windows 7(64 bit) USB serial control or usb ports are not working. Please help!

    Hi I downgraded the laptop from windows 8 to windows 7 64 bit. Two of my USB ports are not working and cant find the right drivers for it. Can you please direct me, where I can download and update the drivers? Thanks in advance.
    Shawe

    Hi:
    Download and instal both of these drivers and reboot.
    http://h20565.www2.hp.com/hpsc/swd/public/detail?s​p4ts.oid=5229463&swItemId=ob_125616_1&swEnvOid=405​...
    http://h20565.www2.hp.com/hpsc/swd/public/detail?s​p4ts.oid=5229463&swItemId=ob_123787_1&swEnvOid=405​...

  • One of my usb ports in not working

    On  my compaq presario v5000, os xp media center, the bottom usb port is not working. When i plug a thumb drive in, it does not reconize it. The mouse lights up but does not work. It shows up in device manager and says it is working properly. The other port works fine. Just reinstalled windows and the computer is completely up to date with all the service packs etc. Have tried unpluging and restarting to no avail. Have tried updating but says it cannot find a better driver. Please Help. Thank you.

    Could you please give me the exact model number of your notebook?
    You can use the following document if you need assistance in finding it.
    http://goo.gl/GDeRb
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • 1 of my USB ports is not working. Help?

    Suddenly one of my USB ports is not working. No matter what I plug into it, it doesn't work.  Any help or ideas would be appreciated.  Thanks.

    Not in the one that's ailing, but it does in the other one.  I've also plugged in an external USB hard drive and that doesn't connect.  Also a mouse's USB dongle and that doesn't work in the ailing one, but is fine in the other one.
    I've also tried ( a couple of times ) to simple reboot hoping that would jog it, but that doesn't seem to help either.

Maybe you are looking for

  • Keyboard shortcut for sending messages on Mail suddenly stops working

    I've created a keyboard shortcut (Command + Return) specifically for sending manssages on Mail. When I open Mail, this keyboard shortcut works perfectly but suddenly it stops working. If I close and reopen Mail, the keyboard shortcut starts to work a

  • Payment term and Baseline date are not appear after residual clearing

    Hi Friends, We have an issue in Payment term. Recently small changes were made in OBA3.Here they enable the option of "Payment term from invoice". the function of this is to - copy  the payment term and baseline date form invoice to Partial item .Due

  • Html:select tag

    Hi all, In my jsp page i am using struts html:select tag,some contents are not fitting in the alloted size so i want to give horizontal scrolling for this select box,pls any body can tell me which property of select tag can be used,or any html tricks

  • Stuck in BASH (Bourne-again Shell)!

    I would appreciate if anyone offered any ideas how to fix my PowerBook G4 with OS X 10.3.7. In the middle of an update, the computer froze, and I restarted the machine. Now, after an extra-long boot up process, it loads up BASH (Bourne-again Shell),

  • When I import TIF and JPG files with same metadata, only the TIF files are imported. How can I change that?

    I have imported and renamed TIF and JPG files with the same metadata re recording date and time. Only the TIF files are imported, the JPG files remain unimproved. Thus I have in the Finder e. g. 13 image files in the same folder in which Lightroom on