High quality mic on external usb-soundcard dosen't work with Adobe Connect. Why?

Hello
A friend of mine bought a quite good microphone and a good extrernal soundcard for recording podcasts. Everything works fine. But know she wants to use the microphone for Adobe Connect, because of the very good sound quality. Adobe Connect finds it an you can select it, but now singal comes into Adobe Connect. But it works with every other Adobe application. So why doesn't it work with Adobe Connect?
The soundcard is the Tascam US-122 Mk2. Normaly very uncomplicated ..
Thanks for any advice!
Alinja

I connect my bus-powered HDs (more than one) to the iMac all the time without any problems. I have found, though, that for me the FireWire enclosures work much better (faster and more stable) than the USB2 ones. I have had the USB2 drives freeze my computer once or twice when I connected the HD, but nothing like that has ever happened with the FireWire connections. (I switched the same disk from USB to a FireWire enclosure, so all other elements were kept constant in my experiments.)
One of my HD is in a MacAlly 2.5" enclosure that offers both FireWire and USB2. The other one is in some generic enclosure with only USB2. Both are bus-powered and both work fine.

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

  • 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

  • Best for high-quality mic wo

    Any suggestions please as to the best board to use for high-quality mic (speech) recordings?
    Thanks
    Richard/UK

    Thanks Steve,
    I'm only intending to show it on computer/projector so I think I'll check out ProShow Gold or Producer.
    Also, I'm planning on doing zooms and pans.  Is 1000x750 pixels still the optimal Premiere import size if I'll be zooming?

  • Ventrilo Mic Hiss with high quality Mic and X-Fi Titanium PCI-E

    ?Ventrilo Mic Hiss with high quality Mic and X-Fi Titanium PCI-E? I have <a rel="nofollow" href="http://www.astrogaming.com/products/detail/4/A40-Headset/]this headset.[/url]? It works perfectly on other setups and is a very high quality headset.
    Recently, I installed the X-fi Titanium PCI-E card. Everything sounds great and my mic works well in other programs and games, however, when talkin in ventrilo there is?a noticeable high pitch?microphone hiss. The hiss goes away when I put my fist around the mic, but I can't exactly talk like that. Plus putting foam around the mic doesn't make it go away.
    The headset works fine on other setups so it is not at fault. It's almost like there is a mic boost on, but there doesn't seem to be a mic boost feature in the Creative Console.
    Windows 7 Home Premium 64-Bit
    Intel Core I7 920 @ 3.4ghz
    6GB RAM
    4870x2 GPU
    Asus P6T Deluxe MOBO
    Creative Sound Blast X-Fi Titanium PCI-E
    Any ideas. I've tried everything. I used to exact same ventrilo settings on another computer and have had no problems, so it is not ventrilo and is not the mic. It has to be something wrong with the sound card.
    Thanks

    Turned my T.V. off and the hiss went away.
    Must have been some sort of interference.

  • [SOLVED] External USB mouse doesn't work

    I've installed Arch on my laptop and today faced with a problem. When I boot with AC off my external USB mouse doesn't work. Also it looks like USB ports don't work. If I detached AC when working mouse works fine.
    I can suppose there is some problem with laptop mode. May be it turns off usb ports to save energy. Anyway quick search doesn't brings any results. If someone give me a hint how to solve this problem I'll be very grateful.
    Last edited by avli (2011-07-14 16:53:15)

    Well, after diving into configs solution has been founded. The point was to disable auto suspend feature in laptop-mode-tools config by setting BATT_SUSPEND_USB variable to 0 in /etc/laptop-mode/conf.d/usb-autosuspend.conf
    Hope this information will be helpful for users who probably faced with the same problem. Thank you!

  • External USB-hdd not recognised by Finder if connected to Time Capsule

    Hello!
    I'd like to connect a small external harddrive (40 GB) to my Time Capsule (1 TB) via USB.
    I've read on http://www.apple.com/timecapsule/wireless.html the followings:
    "... +And if you want to share both a printer and an additional hard drive, you can. Just connect a USB hub to Time Capsule.+ ..."
    While I've connected two printers to Time Capsule - so I already use a USB hub - I've tried with the external USB-harddrive, but it wasn't recognised neither by the Finder, nor by the DiskUtility-app. The external USB-harddrive appears not even if I connect it directly to the Time Capsule!
    Restarting the Time Capsule / USB-hub / external USB-harddrive / my Mac doesn't change anything
    The external USB-harddrive appears only in the AirPort-utility app (5.4.2) in "manual Config" - "Devices", but even here only as a possible archiving device for the internal Time Capsule harddrive.
    The USB-harddrive itself is formated as Mac OS extended (journaled) and it works like it should on my iMac (3.06 GHz, Mac OS X 10.5.7).
    Do you have any idea why the external USB-harddrive doesn't appear when connected to the Time Capsule?
    Thanks!
    Regards,
    Vlad

    Vlad, this might help...
    *Accessing External Hard Disk*
    Open a Finder window
    Select the Time Capsule in the Sidebar on the left.
    Click "Connect As..." in the upper right of the window.
    Enter the Name of your Time Capsule & its' password (Note: NOT your own Username & password).
    Check "Remember password in my Keychain."
    You should now see a blue share folder with the name of your Time Capsule.
    Any hard disks attached to the Time Capsule’s USB port will also appear here as blue share folders. To mount them on your desktop double-clicking their blue folders. If you had a separate password setup for those disks in Airport Utility then enter that password if asked. Otherwise, it should now mount on your desktop.
    Let us know if this solves your issue. If, however, the drive is not showing up either on the Desktop or the Sidebar, you may still need to do the following...
    *On Desktop*
    In the Finder, go to the Finder menu and select "Preferences".
    Click “General” in the toolbar.
    Ensure that all the items under "Show these items on the desktop" are checked.
    Close the preference window.
    *In Finder SideBar*
    In the Finder, go to the Finder menu and select "Preferences".
    Click “SideBar” in the toolbar.
    Ensure that all the items under "Devices" & “Shared” are checked.
    Close the preference window.
    Did this resolve the issue?
    As for Disk Utility, bear in mind that DU won't "see" network attached storage devices unless they are already mounted on the Desktop. And even then they are sometimes not "seen" by DU. If you are going to do any work on a network attached storage device avoid attempting to do it wirelessly. Best to connect it directly to the Mac (USB/Firewire), or at the very least via ethernet.
    Hope this helps. Cheers!

  • Can you buy any type of external HDD and it'll work with any mac or do you have to buy specific ones that cost like €999?

    can you buy any type of external HDD and it'll work with any mac or do you have to buy specific ones that cost like €999?

    You can buy any disk with FireWire, Thunderbolt or USB. If you've got a 2010 or early MacBook Pro, buy a FireWire disk, or if you've a newer computer, a Thunderbolt disk. They'll be faster than the USB, but you can buy an USB hard disk

  • Is there such a thing as a USB WIFI adapter that works with OS X 10.9?

    Is there such a thing as a USB WIFI adapter that works with OS X 10.9? I have tried 3 different models, none of which were compatible. The built-in WIFI card in a 2012 Mac Pro is absolutely crap (0/10 on the performance scale). Any recommendations?

    Hey everyone, yes I have installed the drivers properly. I've used an ASUS, Bolse, and EDIMAX adapter. Some had a 10.8 driver, some had 10.9. After reaching out to customer support for each and every one of these companies for help, and through multiple returns, I have not gotten anywhere with any of the drivers or products.
    It's getting ridiculously hard to stay an Apple customer when the quality of their products are getting worse and worse, which leaves me no choice but to go to third parties to replace the faulty hardware.
    And honestly I'm just sick of calling India every day to get my issues resolved.

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

  • I have a mid 2007 iMac and the internal superdrive audio cd won't play, the DVD works. Can I purchase an external cd drive that will work with my iMac?

    I have a mid 2007 iMac (Model A1224 iMac 7,1) and the internal superdrive audio cd won't play, the DVD works. Can I purchase an external cd drive that will work with my iMac?

    Welcome to the Apple Support Communities
    Any external optical drive will work with your Mac. If you want an Apple USB SuperDrive, see > http://www.tuaw.com/2012/04/02/use-the-macbook-air-superdrive-with-any-almost-ma c/
    The best option is to take the Mac to an Apple Store and get the Mac's SuperDrive repaired

  • Will BlackMagic Intensity Shuttle USB work on Adobe Connect?

    Will BlackMagic Intensity Shuttle USB work on Adobe Connect?
    I cannot make it work at all, is there a way?
    On BlackMagic Media Express it works fine, but no luck on Connect... In fact, it did appears an option like "Something" Stream, but doesn't work too.
    Any help on making it work?
    Or any other suggestion to use a high def camera on Adobe Connect?
    Thanks in advance.

    Is BlackMagic shown in the dropdown on flash settings dialog?
    You can locate the flash settings dialog by right clicking anywhere inside the meeting room then selecting settings. Then select camera tab (which is the last tab). 

  • Which usb 3 hubs really work with a 2012 Mac mini?

    Which usb 3 hubs really work with a late 2012 Mac mini?

    http://www.amazon.com/gp/product/B00ADM79N6?gclid=CNr-ta3hnLkCFcdxQgodLH0AGg
    I use that one - 2 DVD drives, 2 external HDD, Webcam, keyboard/mouse and 2 flash drives... all really fast.

  • External Hard Drive does not work with Lion

    Hi
    My External Hard Drive does not work with Lion this message appears:
    NTFS-3G could not mount /dev/disk1s1
    at /Volumes/My Passport because the following problem occurred:
    /Library/Filesystems/fusefs.fs/Support/fusefs.kext failed to load - (libkern/kext) link error; check the system/kernel logs for errors or try kextutil(8).
    the MacFUSE file system is not available (71)
    can anyone help?

    Hi,
    See this Discussion:
    https://discussions.apple.com/thread/3191198?start=0&tstart=0
    Cheers,

  • HT1937 i have an iphone that i bouth in italy, but now in israel it dosen't work with the israeli sim, what should i do?

    i have an iphone from  italy, but now in israel it dosen't work with the israeli sim, what should i do?

    Contact the wireless carrier to which the iPhone is locked and
    ask that carrier if they provide unlocking and if you qualify.
    What is the exact wording of any error message you receive?

Maybe you are looking for

  • I cannot open or find my Itunes

    I would like to know if anyone could guide me through recovering my Itunes folder. My Mac os x is an older version, but at one point i did have the newest version of itunes where the itunes icon was green and not blue, now all I can get is the itunes

  • Error getting while calling a webService from XI

    Hi We are getting the follwoing error while calling a webservice from XI. We Could call the same webservice from XML spy. Have checked the SOAP adapter it was running fine and the communication channel parameters too. <?xml version="1.0" encoding="UT

  • Help wanted....How to build form ???

    Installed APPS 11i alredy in linux .Does the form builder /REPORT BUILDER is inside that AUTOMATICALL? Or separately I have install form builder /REPORT BUILDER in linux ? so do i need to install a separate data abse too ? how to link thse with oracl

  • Soft Proofing with Adobe RGB

    I am experimenting with soft proofing various sunset images.  The problem I'm seeing when I soft proof the images in Photoshop using the Adobe RGB profile is that the oranges and magentas in the sunset turn yellowish. Can someone please explain why t

  • Updating HRP table through abap codes - is it correct

    Hi all, In my hrp1001 table,I want that All Qualifications (Q) and Tasks (T) assigned to all the functional roles (ZF) existing in the system should be transferred to the positions(S) tagged to those respective functional roles. For that I am suppose