USB webcam microphone not working with Starcraft 2 voice chat

=USB webcam microphone not working with Starcraft 2 voice chat?Windows 7, X-fi Fatalty Pro
I have a webcam with ?a built in microphone (Ps3 eye). ?It is connected by USB. ?The drivers are the CL-Eye drivers; a third party driver set since Sony does not directly support the eye for PC.
in the windows audio device management, the microphone appears as normal and is set as the default device. ?I can use the windows sound recorder to record me speaking just fine. ?However if I use any other applications it doesn't seem to work at all. ?I can select the device as the default recording device in Starcraft 2 as well as Teamspeak 3 but no sound is detected. ?The USB microphone does not show up as a selectable device in recording options in my Creative Control Panel. ?Disabling the default creative microphone does nothing.
I think the problem is in that windows can directly detect the microphone and so software that uses the windows audio device manager works fine, but anything that talks directly with my sound card software does not properly detect the microphone. ?Basically, I can select the device as a default device but it does not work.
Any thoughts on this or am I SOL and have to find myself a shiny new headset?

I had the same problem. You need to check the device index of your USB mic.
In my case. I'm on a Mac OSX 10.6 system. I had four devices cataloged. With the last one being the USB mic.
Then set like so in your AS code audioPub.microphoneManager.micIndex = 3;
Remember, that the indexing is 0 based.
The sound framework make the assumption that the index is 0.
Hope that helps.

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

  • Microsof VX 3000 or 6000 Webcam does not work with Lync 2013 under Windows 8.1

    Hi,
    The problem is that i cannot use the Microsoft VX-3000 or VX-6000 with Lync 2013 under Windows 8.1.
    If i go in settings under Video i can see the preview from the webcam just fine, so it works there no problem.
    Wenn i try to enable my camera in a conference it does not work, i get an error: Your video cannot be started.
    Now, there are no Windows 8.1 drivers for the Webcam so i installed the latest Windows 7 drivers. Because of that this webcam does not work with apps, that is fine i understand the driver problem and the way the new apps work.
    But this Webcam works with skype under Windows 8.1 and it works with Lync 2010 client.
    The same Webcam works just fine with Lync 2013 under Windows 7.
    Is there anything i could do so that i get this Webcam to work with Lync 2013 desktop client under Windows 8.1?
    Thanks

    Hi,
    According to your description, it may be caused by driver.
    You can try to install the latest version of Display Driver to fix the display issue.
    Since there is no driver for Windows 8.1, I suggest you wait for updating.
    You can also post a case on Windows 8 forum, thank you for your understanding:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=W8ITProPreRel%2Cw81previtpro&filter=alltypes&sort=lastpostdesc
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Internal Microphone not working with Quicktime and some other apps, yet it does for Skype.

    Internal Microphone not working with Quicktime and some other apps, yet it does for Skype. 
    Microphone works fine with Quictime on another mac, so I do know how to use it. The one where it is not working (A) had an external microphone and camera attached earlier, and indeed it does work with that external microphone, but not with the internal microphone selected; and (B) had RealPlayer installed previously.
    Any suggestions, please?

    Hi,
    Download Audio driver from here.
    Intructions how to install it in Vista/Win7.
    Extract this driver with Winrar.
    Open Device manager and expand the Sound, video and game controllers section.
    Right click on Either the High Definition Audio Device if you have the generic Microsoft drivers, or the Conexant High Definition SmartAudio 221 if you have older Conexant drivers and choose "Update Driver Software..."
    Click Browse my computer for driver software, then click "Let me pick from a list of device drivers on my computer"
    Click "Have Disk..." then Browse to the folder where the drivers were extracted  .......\V64 for 64-bit Vista/Win7. Click OK.
    Select one of the "Conexant High Definition SmartAudio 221" models in the list, there will be multiple identical entries.
    Click Next, and you're done.
    I'm not sure which one from the list will work for You.
    This drivers weren't test. So if You will try them and it will work for You let us now about.
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

  • 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

  • Shure Earphones (SE115m+) Microphone Not Working with OS X 10.6.6

    Since I upgraded my MacBook Pro to OS X 10.6.6 the microphone on my Shure Earphones no longer works, or is even detected in the Sound preferences. (Worked flawlessly with OS X 10.5.x). Kind of surprising since they sell them at the Apple store specifically for their compatibility.
    Shure Customer support insists it's Apple's problem:
    "Sorry, we have not encountered this problem before. There is no firmware or software in the SE115m+, so the change in performance has to be on the Apple side.
    Here is complete technical data on the "M+" product. Supply it to Apple and ask for their comments.
    Answer Title: SE115M+ Basic Features and Operation
    Answer Link: http://shure.custhelp.com/app/answers/detail/a_id/3852"
    Also note that the volume control on these earphones does not work with the iPhone 3G.
    Anyone know of any solutions?

    Try resetting the PRAM.
    Info here:
    http://docs.info.apple.com/article.html?artnum=2238

  • Microphone not working with speakerphone

    I recently purchased a iPhone 4 which is pre-owned.  I soon discovered that the microphone is not working when ever I'm using speakerphone. 
    The microphone works fine otherwise and I can hear the call fine when in speakerphone mode.  The problem is only with the microphone not working while in speakerphone mode.  Based on some initial Google searches, I can see this is a relatively common issue on iPhones (4 & 4s models) but have not seen a way to resolve.  Please help me resolve.

    This may be relevant. I've been getting warnings "Device storage almost full" recently - even though I have an SD card that is almost empty. I suppose the device doesn't know to automatically use that for any downloaded/photos, etc.
    In any case, I made some room, but is it possible that "core" stuff may have been overwritten (obviously some kind of s/w bug if so). How likely would this scenario be? I realize that anything is possible, including a meteor strike - but I was curious whether this is something that is "realitiscally" likely with the current BB OS.
    Also, if I back up my data, do an OS reload, and then restore my data - is there a chance that the problem might come back? (given that the data I will back up now will have "more space" than when the warnings started coming, since I deleted some stuff).
    Thanks again.

  • 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 ?

  • USB microphone not working with AudioPublisher

    Hi,
    I have a voice chat feature in my application, in which I use AudioPublisher and AudioSubscriber.
    The code is almost identical to the Audio.mxml example coming with the SDK.
    I have a 'start voice chat' button that starts voice chat.
    The problem I'm having is that a Macbook's built-in microphone works fine,
    while an external USB microphone doesn't.
    I selected the correct Microphone from the drop-down menu in the 'Adobe Flash Player Settings',
    and the record volume bar also properly shows a non-mute green bar.
    The headset I'm using is MX500i from Plantronics.
    I don't think there's any problem with my code considering that it works perfectly with Macbook's microphone.
    It'd be great if anyone has a solution to the problem I have.
    Thanks,
    Juho

    I had the same problem. You need to check the device index of your USB mic.
    In my case. I'm on a Mac OSX 10.6 system. I had four devices cataloged. With the last one being the USB mic.
    Then set like so in your AS code audioPub.microphoneManager.micIndex = 3;
    Remember, that the indexing is 0 based.
    The sound framework make the assumption that the index is 0.
    Hope that helps.

  • External usb microphone not working with FaceTime and mac mini with os x Yosemite

    Hello
    When I try to do a phone call with face time through my iphone 6 face time is not recognizing my external usb microphone connected to my mac mini. I have just updated my mac mini to os x Yosemite. If I go to the audio system preferences and look to the audio input signal I can see that the external microphone (SB Omni Surround 5.1) is working (audio input level is showing an input signal).
    Can someone help. I saw that this was also an issue in the beta versions of Yosemite.
    Thanks.
    BR Stefan

    Interesting.  I don't have a USB mic on the Mac Pro.  Its the OLD FireWire 300 iSight.  It works for FaceTime calls but not the iPhone call via the FaceTime app.
    I also have 2010 MBP that works perfectly, even since the first Public Beta.  I'm to sure if that mic is considered an external USB device or not, or if it has to do with device signatures vs. external or internal.  I would almost assume that the built-in mic is on the USB bus.  How would it be any different than the external USB.
    I think I have to agree that this is a point release bug.  I have submitted a bug report at bugreport.apple.com, and would ask others to do the same, or at least post to apple.com/feedback.  The more noise we make through process the more likely to get a fix in the .1 release.

  • USB Camera does not work with iChat

    Hello,
    I'm having a terrible time getting my ToUcam Pro II to work with iChat. I downloaded the iUSBcam program. That didn't work. I downloaded the program Macam, and copied the proper file into the Quicktime Library (as suggested) and that didn't work. I downloaded IOXwebcam, and got an error stating that it wouldn't run due to the fact that it didn't have the proper security settings. Sigh.
    So... what am I to do?
    I'd like to buy a webcam that does, actually, work with my 8 month old Mac Pro 4 core mac desktop, but the iSight camera is ridiculously expensive. Any other suggestions would be appreciated.
    Brad

    An X-box 360 cam will do it although not in that list.
    Anything that is USB 2.0 and marked UVC compliant or Vista Certified.
    Be Aware some Mac Keyboards do not have USB 2.0 ports.
    11:57 PM Tuesday; September 8, 2009

  • USB Storage devices not working with kernel in repositories [Solved]

    I am experiencing a quite vexing problem with my USB Mass Storage devices, when I plug one in I get the following error in my dmesg:
    [ 1811.976758] usb 2-2: new high speed USB device number 5 using ehci_hcd
    [ 1812.101854] scsi7 : usb-storage 2-2:1.0
    [ 1813.102576] scsi 7:0:0:0: Direct-Access     Verbatim STORE N GO       2.68 PQ: 0 ANSI: 2
    [ 1813.103818] sd 7:0:0:0: [sdb] 3913728 512-byte logical blocks: (2.00 GB/1.86 GiB)
    [ 1813.104327] sd 7:0:0:0: [sdb] Write Protect is off
    [ 1813.104331] sd 7:0:0:0: [sdb] Mode Sense: 0b 00 00 08
    [ 1813.105567] sd 7:0:0:0: [sdb] No Caching mode page present
    [ 1813.105572] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    [ 1813.107560] sd 7:0:0:0: [sdb] No Caching mode page present
    [ 1813.107565] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    [ 1813.108340]  sdb: sdb1
    [ 1813.112180] sd 7:0:0:0: [sdb] No Caching mode page present
    [ 1813.112186] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    [ 1813.112190] sd 7:0:0:0: [sdb] Attached SCSI removable disk
    [ 1813.196828] sdb: detected capacity change from 2003828736 to 0
    In the /dev/ folder on the device shows up, not the partitions. When I try to open it with cfdisk I get "FATAL ERROR: Cannot open disk drive". I am pretty sure it iss neither a hardware problem with my laptop or my usb devices, as they both work on my dual-booted Ubuntu. My usb ports in general seem to be functioning, I can still charge a phone through them and use my built in USB webcam.
    I am not sure where exactly this issue lies, it started after I upgraded to 3.0.7 (among other updates) from the normal repositories, but still persisted after I downgraded to 3.0.6.
    My attempts at Googling have so far revealed mainly hardware errors, which don't seem to fit with the devices working on another OS on the same pc.
    Thanks.
    Last edited by MartianW (2011-11-09 16:30:15)

    Same problem. I try to mount different devices. For each device same result.
    The file /var/log/error.log is full of this kind of messages:
    Nov  4 21:34:18 moria kernel: [  113.455195] sd 6:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:34:18 moria kernel: [  113.455200] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov  4 21:35:29 moria kernel: [  184.077728] sd 7:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:35:29 moria kernel: [  184.077736] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    Nov  4 21:35:29 moria kernel: [  184.080720] sd 7:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:35:29 moria kernel: [  184.080730] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    Nov  4 21:35:30 moria kernel: [  184.808109] sd 7:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:35:30 moria kernel: [  184.808116] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    Nov  4 21:41:10 moria kernel: [  525.107109] sd 8:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:41:10 moria kernel: [  525.107114] sd 8:0:0:0: [sdb] Assuming drive cache: write through
    Nov  4 21:41:10 moria kernel: [  525.110615] sd 8:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:41:10 moria kernel: [  525.110619] sd 8:0:0:0: [sdb] Assuming drive cache: write through
    Nov  4 21:41:11 moria kernel: [  525.841487] sd 8:0:0:0: [sdb] No Caching mode page present
    Nov  4 21:41:11 moria kernel: [  525.841491] sd 8:0:0:0: [sdb] Assuming drive cache: write through

  • Microphone not working with Skype

    Hi,
    I've just got a new Intel Core Duo Mac mini and want to run the latest edition of skype. Everything works except the microphone. I tested it using Skype's echo123 which allows you to leave a message for 10 seconds and then plays back with silence. Hmmm.
    I have not tried or installed any other programs and I can see in the settings that the microphone should be used. Its not my microphone because it works on my Windows laptop.
    Anyone had any luck?
    Intel Core Duo Mac Mini   Mac OS X (10.4.5)   1.66Ghz 512Mb 80GbHD

    Hello,
    Macintosh computers require an "Amplified" microphone.
    These are rare items in your local stores which cater to the PC majority.
    An amplified Microphone will have a battery in it (like a AAA or AA battery).
    PC's have a separate Microphone and Audio Input line.
    Mac's just have an Audio Input line.
    With an Audio Input line, you must have a "Line-Level" audio signal. This is the level of audio typically sent through a Stereo component's CD-Player or Tape Deck (such as when connecting an external CD-Player to a component stereo with RCA cables). This would be the audio level present on the RCA cables.
    If you are using a Microphone which is not amplified, then you need a pre-amplifier to sit between the Microphone and your audio input line.
    Given the cost and additional wiring mess of a pre-amplifier, it is generally better to just purchase an amplified microphone. They are available if you look.
    I used to sell them back when I had a computer business, I think I sold them around $15 to $20 compared to $5 or $10 for an unamplified microphone.
    The reason that you can use your other microphone with a PC is that the PC amplifies it's Microphone port.
    If you are handy with electronics, here's a document on how to build your own pre-amp circuit:
    http://www.epanorama.net/circuits/micamp.html
    If you are not up to the task of building a pre-amp for your microphone, then I would either purchase an Amplified Microphone (with a battery), or buy a pre-amplifier (usually around $50 to $70 for a low-end pre-amp).
    Keep in mind that not all so-called "Amplified Microphones" are really self-powered and pre-amplified. Make sure it has it's own battery if there is any chance it is going to be able to work with your Mac. It needs to amplify it's own signal prior to sending it to the Macintosh for it to work for you.
    One external solution around $120 is this simple and compact pre-amp:
    http://www.microphones.com/microphonegroup.cfm?URLID=Preamp-Series
    I've used other solutions that were only around $60, but they take-up my whole desk. So, I guess there is a price for convenience.
    A self-powered microphone would be the most elegant solution though.
    Here's a cheap ($50) solution for a self-powered microphone:
    http://www.jr.com/JRProductPage.process?Product=24501
    There are also headphone-mounted solutions available as well.
    There are also some USB solutions that people have been using for Mac's without Audio-in ports.
    The USB solutions are essentially a Microphone port that plugs into your USB port. They are reportedly pretty good. But, some people have reported a delay in their recordings (particularly with music recording). So, that may or may not be an option for you.
    One USB solution is:
    http://www.griffintechnology.com/products/imic2/
    I hope you find this information helpful.

  • One USB port does not work with external Disk or USB key

    Hello,
    Back to my iMAC there is 3 USB port. The second one - in the middle - does not work pluging an external Disk, an USB key or an iPOD nano. However it works well connecting a Wacom tablet.
    Is there an explanation to this behaviour ?
    More the keyboard is plugded on USB port 1 and the mouse on the keyboard. Time to time - especially at reboot - I have to unplugged the mouse and plugged again it in order it works.
    In advance thank you for your answers
    Regards

    Since it does not work for three different devices, I will assume it is not something simple like a faulty USB cable. Since it does work for one device, I will also assume that the port is (at least partially) working.
    As a test to narrow down the cause, I would try restarting from your Mac OS X installation disc (insert disc and restart with the C key held down).
    At the first Installer screen (after language selection), go up the menu bar. Under Utilities, select to run Disk Utility. Now, connect the USB drive into that center port. Does it appear in the Disk Utility sidebar?
    Please post back the result...

  • USB hub does not work with iTunes

    I have been trying to add USB ports to may Mac's and am not able to synch through the hub. They are hi speed 2.0 USB hubs by Rocketfish and Belkin. iTunes locks up until I remove them from the USB cable (spinning color wheel) and then iTunes goes back to normal. I have tried with both my 24" Intel iMac (Metal one) and a new 15" Macbook Pro. When I use the USB port on the Mac iTunes works great. There seem to be a ton of USB problems posted and zero answers on how to correct. I have tried with an Color iPOD, iPhone and an iTouch to no avail. Having a couple of USB ports won't work in my situation. Anyone know if Apple has posted a workaround or a real fix anywhere.

    Thanks, I missed where I posted But I tried with my HP - Same issue. I think others have had this. I believe that iTunes is hit or miss on Hubs. I wish I could figure out what makes them a hit - instead of a miss.

Maybe you are looking for

  • How to Hide a column in OBIEE 11g

    Hi, I am trying to hide a column of presantation layer table in OBIEE 11g. But it is not working. I am doing the follwoing. Open the permission tab of the column. Given no access to Everyone. Given No access the user/Application Role. When i go to we

  • Error while trying to access to Displays prefrences

    Hi all, I'm reporting a strange behavior. I don't really know how to deal with it. A few days ago i wanted to adjust the resolution of the external screen i'm using with my 2011 MBP and the Displays preference pane had disappear from the System Prefe

  • Line-In not working anymore

    I upgraded to Leopard tonight and surprise, my Line-In is not working anymore. I can't use my headphone's microphone. This is something very weird happening. Anyone has any idea what can be causing this?

  • Aperture 3 versus Iphoto

    am I correct in thinking if I have Apertyre 3 I have no need for iPhoto,this is on the iMac... Also can't remember if I've asked this but on the iPad if I have iPhoto can Photo be deleted because its just a duplicate except it has less options,is thi

  • Is there a way to repair screen burn and flickering after an update

    I was updateing my 4s and it froze on the downloading screen. It wouldnt finish loading and it wouldnt shut off. I thought it would die and then I could reset it but it never did. I did a soft reset on it and it booted up but had a halo effect around