USB sound card crackling when changing nr of channels in ALSA

Hello! I have read the alsa config and some related posts from brebs (https://bbs.archlinux.org/profile.php?id=10353) and I setup upmixing to 5.1 and dmix with a USB sound card. It works, but the sound is constantly crackling. I have simplified my .asoundrc to find out where did this problem came from and I got this:
pcm.!default {
type plug
slave.pcm "dmix6"
pcm.dmix6 {
type asym
playback.pcm {
type dmix
ipc_key 567829
slave {
pcm "hw:0,0"
channels 6
It strill crackles with this config but when I change the channels to 2 there is no crackling anymore. I messed with buffer_size and period_size but the problem persists. Using surround51 does not fix it either. Thank you!
Edit: Forgot to mention my sound card, it's a Sweex SC016.
Last edited by Sergius (2014-04-10 03:30:52)

emeres wrote:Are there sound artefacts when using speaker-test -c 6 -D 'hw:0,0' ? What speed does that particular usb port have (what version)? What modules does this soundcard use?
I can't exactly tell if there are artifacts with that static sound but I think I the sound was clean. The output of lsusb -D /dev/bus/usb/004/002 has a line containing "bcd USB 1.10" and this is the output of "lsmod | grep '^snd' | column -t" (taken from the ALSA wiki):
snd_usb_audio 94732 0
snd_usbmidi_lib 16191 1 snd_usb_audio
snd_rawmidi 14796 1 snd_usbmidi_lib
snd_seq_device 4252 1 snd_rawmidi
snd_hda_codec_realtek 39245 1
snd_hda_intel 31703 0
snd_hda_codec 129306 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 4746 2 snd_usb_audio,snd_hda_codec
snd_pcm 64085 3 snd_usb_audio,snd_hda_codec,snd_hda_intel
snd_page_alloc 6134 2 snd_pcm,snd_hda_intel
snd_timer 14974 1 snd_pcm
snd 44446 10 snd_hda_codec_realtek,snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_rawmidi,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
I'm a newbie at Linux administration so I don't really know if this is what you need. Thank you!

Similar Messages

  • [SOLVED] Alsamixer always on 0 vol. when plugging in USB sound card

    Hi.
    I have another newbie question!
    This time my problem is about sound.
    Every time I plug in my USB sound card, alsamixer forgets its previous volume and sets it to 0.
    I tried "alsactl -f /var/lib/alsa/asound.state store" as said in the wiki for storing the settings, even tried to delete the file before doing so.
    I even tried simply "alsactl store" or something like that.
    No matter how many times I set it to  100, alsa just forgets it. In pavucontrol I see the volume meter showing that the sound is okay (I guess I mean the sound stream?), but I have to start alsamixer every time I want to use my USB sound card. And because it's a notebook, I usually plug/unplug it like 5 times a day, so keeping it plugged in is not an option.
    Just because of curiosity I tried it on a Fedora 15 live and it was working like a charm so I know there is a solution, I just can't find it.
    What should I do?
    Thanks in advance!
    Last edited by fema (2011-06-20 13:06:55)

    Sorry, but I failed.
    First, I tried "ls -ltr /dev/$(find /dev -type f)", output:
    [martin@faye ~]$ ls -ltr /dev/$(find /dev -type f)
    ls: cannot access /dev//dev/shm/pulse-shm-1778335859: No such file or directory
    -r-------- 1 martin users 67108904 Jun 18 21:10 /dev/shm/pulse-shm-1367368951
    -r-------- 1 martin users 67108904 Jun 18 21:11 /dev/shm/pulse-shm-1888875678
    -r-------- 1 martin users 67108904 Jun 18 21:11 /dev/shm/pulse-shm-4171981922
    -r-------- 1 martin users 67108904 Jun 18 21:11 /dev/shm/pulse-shm-926606275
    -r-------- 1 martin users 67108904 Jun 18 21:11 /dev/shm/pulse-shm-84854996
    -r-------- 1 martin users 67108904 Jun 18 21:44 /dev/shm/pulse-shm-2211428343
    The first line seems to be wrong, so the command modified to this: "ls -ltr $(find /dev -type f)", output changed to this:
    [martin@faye ~]$ ls -ltr $(find /dev -type f)
    -r-------- 1 martin users 67108904 Jun 18 21:10 /dev/shm/pulse-shm-1367368951
    -r-------- 1 martin users 67108904 Jun 18 21:11 /dev/shm/pulse-shm-1888875678
    -r-------- 1 martin users 67108904 Jun 18 21:11 /dev/shm/pulse-shm-4171981922
    -r-------- 1 martin users 67108904 Jun 18 21:11 /dev/shm/pulse-shm-926606275
    -r-------- 1 martin users 67108904 Jun 18 21:11 /dev/shm/pulse-shm-84854996
    -r-------- 1 martin users 67108904 Jun 18 21:26 /dev/shm/pulse-shm-1778335859
    -r-------- 1 martin users 67108904 Jun 18 21:44 /dev/shm/pulse-shm-2211428343
    To be honest, I don't even know what I should see here... :S
    Typing "udevadm control --log-priority=debug" haven't told me anything, so I don't know if it was okay or not.
    Afterwards I started Fedora live, went to the udev rules, the only suspicious file was "90-alsa-tools-firmware.rules", but it was about loading some firmware for some specific sound cards.
    After reading that, I tried this rule:
    SUBSYSTEM=="usb", RUN+="/root/alsa-usb.sh"
    - It was a failure.
    After searching in the above mentioned link and the Arch udev Wiki I tried this:
    KERNEL=="sd*", SUBSYSTEM=="usb", RUN+="/root/alsa-usb.sh"
    - Failure as well. Kernel "sd*" because I don't know what else.
    Then I google'd some more and the closest I could find was the following:
    KERNEL=="audio1", SUBSYSTEM=="sound", RUN+="/root/alsa-usb.sh"
    - Failure.
    At this point I don't know what to do. (Strange, eh?)
    I guess my udev rule is incorrect in 2 points: kernel and subsystem. How could I check those? I tried lspci, because I've heard about it somewhere, but I don't think it is useful for me.

  • Sound card fails when modem taken out- no longer wo

    My OS is Windows 98 First Edition.
    I recently replaced an internal, PCI slot LT Winmodem and put in a USR internal, ISA slot modem. I didn't follow exact instructions for this sort of change but the Creative website says that one of their sound cards can fail to work when some piece of hardware is changed. I took out my sound card and see that it only says "Ensoniq" on it and doesn't have any of the usual Creative ID markings on it. [My software to identify hardware says it's a "Creative Sound Blaster Audio PCI 64V" sound card. Another hardware-identifying app I have calls it "Creative SB PCI 28 (Ensoniq ES37) sound card".]
    When I want to listen to a webcast or play any WAV or MID file, I get:
    "MPlayer2 (Windows Media Player, v. 6.4.07.24) has performed an illegal operation and will be shut down. MPLayer2 caused an invalid page fault in module Kernel32.dll at
    05f:bff9dba7." [Same message when I use Real Player.]
    At this same time, the following message appears: "Windows Media Player error: Can't play back the audio stream: no audio hardware is available, or the hardware is not responding. Error=80040256."
    I got this Creative sound card back in June 999 when I got the computer that contains it. It's worked fine up 'til the recent modem change.
    In an attempt to fix this problem, I removed all entries and driver files for it, deleted a bunch of files that Creative says should be deleted for such a problem. I turned off the computer and took out the sound card and put it into another PCI slot. Then when I turned the computer back on, Windows says it found new hardware and wanted to install software for it. But I used the hardware drivers CD I got with the computer and installed the Creative files for my sound card. But this didn't help: I still cannot play any sounds.
    The sound card fits firmly and squarely into the PCI slot.
    What is the correct order of steps to take in order to end this problem and restore to the sound card the ability to produce sounds? I'm still annoyed by the error message due to the sound card apparently causing some problem - by use of Windows Media Player or RealPlayer - with Kernel32.dll?
    Would getting the latest driver files from Creative's website fix this or does it sound like something else is wrong?
    [My OS is Windows 98 First Edition.]
    Thanks

    dwh wrote:
    I doubt newer drivers would help this.
    I'd suggest checking your IRQ settings a conflict (sharing), particularly between the new modem and the soundcard. You can determine the resources using device manager, but using the System Information tool isn't quite as tedious.
    Do you have another PCI slot to try?
    -Dave
    [email protected]
    I'm not at home now (so I can't give here in this forum the best of info right now) but I have looked at IRQ settings several times when at home. I know I've seen the Sound Blaster/Ensoniq sound card holding the same IRQ as my USB port. [Both are on IRQ 0 along with some "computer steering" entry which I've read is OK to be with any hardware item's IRQ.] [I've never used my USB port. Perhaps I can just disable it and thereby free up the IRQ just for the sound card. Does this sound reasonable to do?]
    I'll report back here later on what I was able to do with the IRQs and if any change there helped. [Should I take out the card and put it into some other PCI slot? I have 4 PCI slots, one being occupied by the sound card.]
    Thanks for your help

  • USB sound card sound drop outs and glitches

    Hi there, I have been using a Lexicon Omega USB sound card with my Macbook Pro unibody and have been experiencing a failure when running two programs that try to output sound.
    e.g. iTunes will be constantly playing music and another program such as safari pings me when I have a Facebook chat message or if there is a sound when a file has finished copying or i try to play a youtube video at the same time or I play a track in spotify, the sound card freaks out and makes clipped distorted noises then stops outputting sound to the amp and seems to stop receiving a USB signal.
    The curious thing is that after reconnecting the usb cable, all is fine again and both programs WILL play simultaneously, so it should be possible?
    This is really starting to drive me a bit mad as I cant play music and chat online at the same time without the sound crashing.
    I presume it has something to do with what program is assigned to the core audio driver and another program confuses it, like when running Logic Pro which seems to take over the whole sound card for its functions and won't share.
    Perhaps there is something in OS X I could fix or change to get round this or perhaps its just the sound card not working properly and not the fault of OS X.
    Would be grateful for any advice or if anyone else has this issue.
    Harvey

    I presume it has something to do with what program is assigned to the core audio driver and another program confuses it, like when running Logic Pro which seems to take over the whole sound card for its functions and won't share.
    Be absolutely certain that all of your 3rd party software is fully compatible with Snow Leopard - visit the manufs. sites for updates & info until you're current, etc.

  • External usb sound card is not working correctly

    When my computer usb sound card is working correctly. If your computer to sleep and wake up the sound card is working correctly. If you disable the sound card and connect again, it appears extraneous sound on the background music playing. Each time the sound is different. The sound is very similar to not match the sampling frequency. If the computer is rebooted, then the sound card is working properly again.
    Soundcard Infra-sonic.com model Amon.
    I have not experienced problems when using the same card with Mac OS 10.5.8 with the drivers for Mac OS 10.5
    Manufacturer issued driver for Snow Leopard, but the card still does not work correctly.
    Also such problems, other users complain about an external USB audio card. None of the users can not find a solution to this problem.

    Contact Infra-Sonic tech support.

  • [SOLVED] Audio dropouts with USB sound card

    Hi! Recently I bought an external USB sound card (Music Fidelity V-DAC). If I plug in the USB cable the sound device is recognized by Phonon in KDE4 (kdemod).
    If I play an audio file in Amarok (or VLC) the audio is indeed redirected to the USB sound card and played correctly. However, if I use my USB mouse, or USB keyboard dropouts are occurring in the audio signal. It seems that other USB devices are interfering with my USB sound card.
    More details:
    Arch Linux with kernel 2.6.33 and kdemod 4. Phonon backend is Xine. I also tried gstreamer, but this crashes Amarok/
    $ cat /proc/asound/cards
    0 [Intel ]: HDA-Intel - HDA Intel
    HDA Intel at 0xfebfc000 irq 29
    1 [default ]: USB-Audio - USB Audio DAC
    Burr-Brown from TI USB Audio DAC at usb-0000:00:1d.1-1, full s
    $ dmesg | grep Audio
    input: Burr-Brown from TI USB Audio DAC as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.2/input/input12
    generic-usb 0003:08BB:2706.0003: input,hidraw2: USB HID v1.00 Device [Burr-Brown from TI USB Audio DAC ] on usb-0000:00:1d.1-1/input2
    input: Burr-Brown from TI USB Audio DAC as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.2/input/input15
    generic-usb 0003:08BB:2706.0005: input,hidraw2: USB HID v1.00 Device [Burr-Brown from TI USB Audio DAC ] on usb-0000:00:1d.1-1/input2
    I also tried an Ubuntu (9.10) live CD. Using ALSA or Pulseaudio a clean audio signal without dropouts is produced.
    I wonder if someone can help me with this problem, or point me to more information. Thanks!
    Last edited by boomerang (2010-04-25 17:47:15)

    Thanks for your suggestion. I added the following line to my /etc/modprobe.d/modprobe.conf file:
    options snd-usb-audio enable_msi=1
    After a reboot the problem still persists. I also tried another suggestion from this forum:
    options snd-usb-audio nrpacks=1
    This doesn't work either. I tried to change settings in /etc/security/limits.conf, which looks like this:
    @audio - rtprio 99
    @audio - nice -10
    @audio - memlock 250000
    The USB sound card doesn't share a IRQ with another USB devices, as can be seen here:
    $cat /proc/interrupts
    CPU0 CPU1
    0: 124157 0 IO-APIC-edge timer
    1: 2102 0 IO-APIC-edge i8042
    8: 182 0 IO-APIC-edge rtc0
    9: 523 0 IO-APIC-fasteoi acpi
    12: 3780 0 IO-APIC-edge i8042
    14: 15944 0 IO-APIC-edge ata_piix
    15: 5177 0 IO-APIC-edge ata_piix
    16: 29001 0 IO-APIC-fasteoi uhci_hcd:usb5, firewire_ohci, nvidia
    17: 0 0 IO-APIC-fasteoi mmc0
    18: 0 0 IO-APIC-fasteoi uhci_hcd:usb4
    19: 44788 0 IO-APIC-fasteoi uhci_hcd:usb3
    23: 387 0 IO-APIC-fasteoi ehci_hcd:usb1, uhci_hcd:usb2
    28: 1608 0 PCI-MSI-edge eth0
    29: 932 0 PCI-MSI-edge hda_intel
    30: 0 0 PCI-MSI-edge iwl3945
    NMI: 0 0 Non-maskable interrupts
    LOC: 22401 65060 Local timer interrupts
    SPU: 0 0 Spurious interrupts
    PMI: 0 0 Performance monitoring interrupts
    PND: 0 0 Performance pending work
    RES: 89856 104215 Rescheduling interrupts
    CAL: 1409 563 Function call interrupts
    TLB: 1733 2536 TLB shootdowns
    TRM: 0 0 Thermal event interrupts
    THR: 0 0 Threshold APIC interrupts
    MCE: 0 0 Machine check exceptions
    MCP: 2 2 Machine check polls
    ERR: 0
    MIS: 0
    $ lsusb
    Bus 003 Device 002: ID 046d:c03d Logitech, Inc. M-BT96a Pilot Optical Mouse
    [b]Bus 003 Device 003: ID 08bb:2706 Texas Instruments Japan [/b]
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 07ab:fc88 Freecom Technologies
    Bus 001 Device 006: ID 05e1:0501 Syntek Semiconductor Co., Ltd DC-1125 Webcam
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 002: ID 046d:c317 Logitech, Inc. Wave Corded Keyboard
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Any other suggestions?
    I even tried to disable the internal sound card by blacklisting it:
    blacklist snd-hda-intel
    .. but still no success
    Last edited by boomerang (2010-04-19 20:04:33)

  • USB Sound Card: dual stereo output?

    I recently bought a Channel Audio Sound Card Adapter which would channel sound through my computer's USB port. Pretty standard it would allow for Stereo headphone out and microphone input:
    http://www.ebay.co.uk/itm/USB-2-0-Virtual-7-1-Channel-Audio-Sound-Card-Adapter-3 D-for-XP-Windows-7-Mac-/321480885369?pt=UK_Computing_ComputerComponents_SoundCar ds&hash=item4ad9c10479
    I opted for it so I could control from my menu bar where the sound was being directed: http://www.cnet.com/uk/how-to/how-to-quickly-change-audio-output-in-os-x/
    However I do not need the microphone in, but do need a second stereo headphone out and would like to know if:
    a) A USB adapter exists that will encompass two stereo headphone ports, not a microphone?
    b) Whether OS X will be able to distinguish the two so I can control which headphones are in use at any one time from a single USB Sound Card dongle? (note: I am not looking for a Y splitter)
    I have read of some OS X software called "SoundSource" from RogueAmoeba, but this has been retired - it would allow for me to flip the microphone port so it would transmit sound, even through the microphone socket, I might have been able to get around it like that? Is there anything else that may be available that could do the job?
    Also, I was wondering, if I had to get another USB Sound Card, could I use a USB splitter so that I could plug two USB spun cards into one port and with no loss of quality? USB ports are a premium on my computer.
    e.g.
    http://www.amazon.com/HDE-Compact-Travel-Speed-4-Port/dp/B009G47NG0/ref=pd_sim_e _14?ie=UTF8&refRID=014JJGAHPFBYASDRCG1B

    Hello,
    I'd avoid the bus powered 4 port adapter & get an AC powered 4 port hub...
    http://eshop.macsales.com/item/MacAlly/TRIHUB4/
    http://eshop.macsales.com/item/MacAlly/TRIHUB7/
    Audio Midi Setup in Utilities can do some Port aggregation.

  • USB sound card has no so

    i just recently moved and when i went to connect everything back up to my lap top i found that my usb sound card
    (viewed here http://creative.com/products/product.asp?category=&subcategory=207&product=54&n av=2 was not putting out sound. i've tried everything to get it to work and i was wondering if there was more i could do. so far i have done system restore, uninstalled every sound driver and reinstalled them and the sound card seems to be working i just dont hear anything. the diaognostics checks ok. i need some help i need my music!!!Message Edited by Centrix on 09-0-2005 0:35 PM

    Centrix wrote:
    i just recently moved and when i went to connect everything back up to my lap top i found that my usb sound card
    (viewed here http://creative.com/products/product.asp?category=&subcategory=207&product=54&n av=2 was not putting out sound. i've tried everything to get it to work and i was wondering if there was more i could do. so far i have done system restore, uninstalled every sound driver and reinstalled them and the sound card seems to be working i just dont hear anything. the diaognostics checks ok. i need some help i need my music!!!Message Edited by Centrix on 09-0-2005 0:35 PM
    Which OS you are using (W2k or XP)?
    Have you tried to connect it "on the fly".
    Remove USB cable and restart you laptop. Then when Windoes is up and running, connect the cards USB cable back to laptops USB port.
    Now OS should give you an information 'bout Found/Installing New USB Device (or something like that) if your card is not properly set/installed before. If it asks for drivers let it look the best (since drivers are installed already). etc.
    .jtp

  • USB Sound Card by default

    Hi All,
    Since i've upgraded to snow leopard i've been having an issue with my USB Sound Card. It's a Behringer U-Control UCA-202 that's connected via a Belkin 4 port hub through my Dell 2407WFP monitor to my MBP. Everytime i restart Snow Leopard automatically defaults to the Built-In Soundcard instead of my USB Sound Card by default. It's not a major issue but it's annoying having to go into the sound preference or Audio MIDI to select it. I never had this issue on Leopard and i've tried connecting the USB sound card directly to the MBP but the same thing happens on restart.
    Many Thanks,
    MuraliM

    I'm now on 10.6.1 and I still have the same problem. I select "USB Sound Codec" in Sound preferences and when i restart (with everything still connected) my Mac still reverts to the built-in sound card in my MBP. In Leopard (and even Tiger) my Mac would select the last selected sound card by default on restart and if my USB sound card wasn't connected (i.e when I'm on the move) the Built-In Sound Card would be selected. Is there something I'm doing wrong or is it what I think it is, a problem with Snow Leopard and if it is how can I make Apple aware of this problem? Now that my printer and with this soundcard problem i'm considering just reformatting and restoring my Leopard install.
    Many thanks,
    Murali

  • Problem with SB1240 USB sound card

    I'm pulling hair here! I've just bought a SB240. Windows (XP Pro, SP3) detected it and I can select it fine for listening. But when I open Sound and Audio Device Properties and select Sound Recording/Volume, I see the Capture panel with the three inputs, but all the controls are greyed out and immovable. I also use the application "Total Recorder" by High Criteria, in which I can select the SB240 device but the only input line it sees is SPDIF Interface.
    I'm stumped. Can anyone help?
    John?

    &Re: Problem with SB240 USB sound card
    Thank you. I did a complete uninstall, including the device itself (from Device Manager) as well as all drivers and any SB related software. As recommended by Creative, I had previously installed the driver software from the supplied CD and that seems to have been the problem.
    I let Windows re-detect the SB, but? got a "problem ... device may not work correctly.." during the detection, so I was not hopeful (this had not happened the first time I installed the device).
    Nevertheless it now does work fully and is properly configured in "Total Recorder" too.
    So I would suggest not using the supplied drivers and software - at least not in WinXP. But it's not very confidence inspiring.
    John

  • How to connect my iphone 4s to a USB sound card for 5.1 speakers?

    How to connect my iphone 4s to a USB sound card for 5.1 speakers?

    You can't:
    1. iPhone sound output is stereo, not Dolby 5.1 compatible.
    2. iPhones do not connect sound output by standard USB.  The connecting device has to be iPhone compatible.

  • Suggest me a usb sound card for mac mini

    please suggest me a usb sound card for mac mini (i need 5.1 sound)

    The Griffin Technology FireWave will give you the 3 'cables' ("FireWave outputs six channel audio through three 1/8” (3.5mm) stereo mini-jacks: Left/Right, Center/Subwoofer and Right Surround/Left Surround.") connection for surround sound (speakers) audio. Whether or not a particular headphone set is compatible, you might ask Griffin directly about that. If you're playing a DVD with VLC or the Apple DVD Player, you will get surround sound. But, you'd have to find an MP3 with multi-channel audio inside it to play surround sound out of iTunes.
    -Doug

  • USB Sound Card usb_set_interface failed

    Hi all,
    My sound seems to work for a while (pure ALSA at the moment, though I've had the same error using pulse too), then an event (mostly pause) seems to cause sound to stop working without a reboot. Here's the relevant information:
    lsusb
    Bus 003 Device 002: ID 08bb:2706 Texas Instruments Japan
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: DAC [USB Audio DAC], device 0: USB Audio [USB Audio]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    errors.log shows...
    Dec 27 16:04:26 localhost kernel: [ 571.890082] timeout: still 3 active urbs..
    Dec 27 16:30:08 localhost kernel: [ 2113.840670] 2:1:1: usb_set_interface failed
    Dec 27 16:30:13 localhost kernel: [ 2118.840672] 2:1:1: usb_set_interface failed
    Dec 27 16:32:55 localhost kernel: [ 2280.833538] 2:1:1: usb_set_interface failed
    Dec 27 16:33:00 localhost kernel: [ 2285.837559] 2:1:1: usb_set_interface failed
    Dec 27 16:33:07 localhost kernel: [ 2292.800518] 2:1:1: usb_set_interface failed
    From then on the device is not listed under aplay-l until the PC is restarted.
    This has been driving me nuts for a while now, and I can't find a solution. Does anyone have any suggestions?
    Thanks in advance for your help!

    Google is your friend. I cant recommend one directly because i dont have one, but using this search term "USB Sound Card mac" a whole host of stuff comes up. YMMV: http://www.google.com/search?hl=en&client=safari&rls=en-us&q=USBSound+Cardmac&btnG=Search
    I would however suggest investing a reasonable sum of cash in an external sound-card in order to make sure it is an "upgrade"
    Regards
    Rowan

  • USB Sound Card

    I'm looking for a USB sounds card so that I can plug my guitar and speakers into my MacBook. It's the 13 inch model so only has the one jack.
    I think it would be good to get a 5.1 usb sound card for the future as I plan on getting some 5.1 speakers. Could anyone recommend a solution thats not too expensive (under £25?).
    I saw one that also had a USB hub and ethernet adaptor in it, but i'm not sure if it worked with OS X...
    http://uk.computers.toshiba-europe.com/innovation/generic/GIGASTOREAUDIOHUBUK
    Thanks for any advice!

    Hi amck77 and welcome to the forums
    The hub you link to used to cost $130US, and I very much doubt that it would work effectively without appropriate drivers & software (which don't seem to be available for Macs) though it may still be able to perform some functions . Even people with Toshiba notebooks seem to be having trouble with under recent versions of Windows. It has now been discontinued, too, I gather.
    I'm no expert on this stuff butt might be better to focus on something like the "Maya" range for your needs (see http://www.floridamusicco.com/proddetail~prod~mayaex5ce.htm for example), or perhaps some of the "Creative Labs" gear.
    Cheers
    Rod

  • USB Sound Card won't Show in Sys. Pref. Sound Pane

    Hi, This has problem has happened occurred recently. I bought a USB Sound Card and it was working fine. I also have a USB Microphone that was working fine. (I am a DJ) I have a USB MIDI Turntable also, it works. One thing I could not get to work at all; MIDI I/O to USB adapter.
    Everything has been working, except the MIDI I/O to USB adapter. All of a sudden everything stopped working except my turntable. It all shows up in System Profiler, but not in the Sound Preference Pane in System Preferences. I don't know why they stop working all of a sudden.
    Plus one thing that I have had problems with. MIDI I/O to USB adapter does not work with any program. I bought it, it is plug and play, and it shows up in System Profiler. But it won't show up in the Audio Midi Setup.
    Any Suggestions?

    UPDATE: I got the MIDI I/O to USB adapter working. Now I just need to get the USB Microphone and USB Sound Card to work.

Maybe you are looking for