[SOLVED] multiple sound cards?

Why i have two sounds cards in my system?
bagheera@tux:~$ cat /proc/asound/cards
0 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xfa400000 irq 53
1 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xfa080000 irq 17
i don't have /etc/modprobe.d/alsa.conf file.
My modbo is Asus P8H67-M EVO R3.0 and video card is GeForce GTX 460.
nvidia card has 4 spdif channels. Is that 4 hdmi outputs in my GFX card? In fact it is 2xDVI an 1xhdmi
Last edited by bagheera (2011-10-16 07:40:20)

My system is similar;
[ninez@ninez ~]$ cat /proc/asound/cards
0 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xf9f78000 irq 21
1 [NVidia_1 ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xfbffc000 irq 19
I'm pretty sure the 2nd device is HDMI, but i haven't used it anyway, as i use an external audio interface.

Similar Messages

  • [SOLVED] Multiple sound cards don't work with Arch

    Before you post, make sure you do not list any of these programs that I should use, to configure everything:
    alsamixer
    alsaconf
    kmix
    xfce4-mixer
    edit: I need to specify what my default sound device is as I have 2 different sound cards, a Logitech ClearChat Comfort, and a TurtleBeach AK-R8.
    Websites of my sound products:
    http://www.turtlebeach.com/products/akr8/home.aspx
    http://www.realtek.com.tw/products/prod … ProdID=135
    http://www.fatal1ty.com/products/scards/660.php
    http://www.logitech.com/index.cfm/webca … 1&cl=US,EN
    I use Windows for gaming (in virtualbox) on America's Army, so good audio is a must when you play against the best.
    The reason I state that is because those lack the features I need. I am trying to find gnome-sound-properties and since I needed sound working very fast, and a distro that already has it installed, I am currently on Ubuntu (please do not harass me or insult me about this as I hate it very much and I need to get back to software development) since all I need to do is go to System > Preferences > Sound. Is a picture of what I am looking for:
    Last edited by Neo_The_User (2009-09-27 23:28:38)

    Solved. all i needed to do was turn up the center and surround thing in alsamixer. works now in true 5.1

  • [Solved] Alsa Sound Card Numbering Not Persistant Between Boots

    Hello,
    I'm having trouble with alsa and my multiple sound cards. Sometimes when I boot, I get the following output from "aplay -l"
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: ALC889A Analog [ALC889A Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: SB [HDA ATI SB], device 1: ALC889A Digital [ALC889A Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    However, I also see this after other boots:
    **** List of PLAYBACK Hardware Devices ****
    card 1: SB [HDA ATI SB], device 0: ALC889A Analog [ALC889A Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: SB [HDA ATI SB], device 1: ALC889A Digital [ALC889A Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Because the card numbering is not consistant, I'm having a great deal of trouble (if the card is 0, then I don't need an asoundrc, but if it's 1, I do). It also breaks my volume panel applet for the alsa card number to often change (volumeicon - from the AUR). Is there a way to force a certain device to always be card number 0?
    Thanks for any help.
    -Sean
    Last edited by szim90 (2012-01-15 02:01:54)

    Thank you for your response, karol.
    I ran 'udevadm info -a -p /sys/class/sound/card1/' as was able to get the following information:
    looking at device '/devices/pci0000:00/0000:00:14.2/sound/card1':
    KERNEL=="card1"
    SUBSYSTEM=="sound"
    DRIVER==""
    ATTR{id}=="SB"
    ATTR{number}=="1"
    looking at parent device '/devices/pci0000:00/0000:00:14.2':
    KERNELS=="0000:00:14.2"
    SUBSYSTEMS=="pci"
    DRIVERS=="snd_hda_intel"
    ATTRS{vendor}=="0x1002"
    ATTRS{device}=="0x4383"
    ATTRS{subsystem_vendor}=="0x1458"
    ATTRS{subsystem_device}=="0xa102"
    ATTRS{class}=="0x040300"
    ATTRS{irq}=="16"
    ATTRS{local_cpus}=="00000000,0000000f"
    ATTRS{local_cpulist}=="0-3"
    ATTRS{numa_node}=="0"
    ATTRS{dma_mask_bits}=="64"
    ATTRS{consistent_dma_mask_bits}=="64"
    ATTRS{broken_parity_status}=="0"
    ATTRS{msi_bus}==""
    looking at parent device '/devices/pci0000:00':
    KERNELS=="pci0000:00"
    SUBSYSTEMS==""
    DRIVERS==""
    I'm completely new to writing udev rules; would the proper procedure be to write something like this:
    DEVPATH=="/devices/pci0000:00/0000:00:14.2/sound/card*" ATTRS{number}="0"
    or will that happen too late in the boot process (after the card has already been assigned a number)?
    Perhaps it would be easier to work through alsa itself? I know I can get sound consistantly by calling out the card in asoundrc:
    pcm.!default { type hw card SB }
    ctl.!default { type hw card SB }
    But this seems to disable dmix (software mixing). Is there a way to re-enable dmix from the asoundrc (and would that be easier than trying to work in udev)?
    Regards,
    Sean

  • Multiple target datalines to multiple sound cards

    Is there any way to accomplish the following:
    I have 4 distinct sound cards. I am using 4 distinct target datalines (1 dataline per 1 microphone input), each in a separate thread, to sample sound.
    Let me start with this question, is this scenario even possible with the current implementation of Java Sound?
    If the microphones are in a linear array, spaced evenly apart, I would expect to see the the sound at the last microphone arrive after the sound of the first microphone. However, this does not always occur. This leads me to believe that one or more of the threads reading the target datalines is being starved.
    I've checked for buffer overflows as follows:
              int internalBufferSize = tdl.getBufferSize();
                        if (internalBufferSize == tdl.available()) {
                         System.err.println("Buffer overflow detected!");
                         }I'm not getting any buffer overflow errors.
    As an experiment, I've attempted to attach multiple target datalines to a single sound device. While that will work fine (i.e., Java doesn't complain), I notice that when I read the data from the target datalines, I'm only getting the data from one or the other lines, but NOT both at the same time. Even though this isn't the same scenario I proposed, is there something in the Java Sound implementation that will prevent one target dataline per sound device in a JVM?
    I'm fairly new to Java Sound, and I'm at a complete loss. I've gotten the same solution to work in other languages, however, I need Java for this particular application.

    Markus00000 wrote:
    In
    /etc/modprobe.d/alsa.conf
    I put
    options snd-hda-intel index=0
    options snd-usb-audio index=1
    If you give your default sound card index 0 and your USB camera a higher index, it might work.
    Thanks a lot. This indeed solved the problem.
    jmak

  • [Solved] Multiple sounds at the same time

    Hello!
    I've just received my new Creative X-Fi Titanium since I was in need of an optical in socket and have spent a while trying to get it to work to my liking.
    I read through the ALSA wiki, read countless posts on the forums such as this one http://bbs.archlinux.org/viewtopic.php?pid=702994, tried several .asoundrc files and of course read the related arch wiki pages without much success.
    Everything is upmixed properly to 5.1 output but I still can't play two sounds at once - with one odd exception:
    When I have mpd playing and start a youtube video, sound will play but it will only output through the 2 front speakers and I can pause and unpause mpd normally, sound will return.
    When I pause mpd and play a youtube video, it gets upmixed properly but mpd returns "error: problems opening sound device".
    Mplayer returns [AO_ALSA] alsa-lib: pcm_hw.c:1291:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed: Invalid argument and [AO_ALSA] alsa-lib: pcm_dmix.c:1060:(snd_pcm_dmix_open) unable to open slave.
    Heroes of Newerth returns the same: ALSA lib pcm_dmix.c:1060:(snd_pcm_dmix_open) unable to open slave.
    fuser -v /dev/snd/*
    /dev/snd/controlC0: eyescream 27612 F.... Steam.exe
    /dev/snd/pcmC0D0p: eyescream 27612 F...m Steam.exe
    fuser -v /dev/dsp*
    zsh: no matches found: /dev/dsp*
    cat .asoundrc
    pcm.snd_card {
    type hw
    card 0 # change to your cards number or name
    # 6 channel dmix:
    pcm.dmix6 {
    type dmix
    ipc_key 1024
    ipc_key_add_uid false
    ipc_perm 0666
    slave {
    pcm "hw:0,0"
    rate 48000
    format "S32_LE"
    channels 6
    period_time 0
    period_size 1024
    buffer_time 0
    buffer_size 8192
    # upmixing:
    pcm.ch51dup {
    type route
    slave.pcm dmix6
    slave.channels 6
    ttable.0.0 1
    ttable.1.1 1
    ttable.0.2 0.6
    ttable.1.3 0.6
    ttable.0.4 0.5
    ttable.1.4 0.5
    ttable.0.5 0.5
    ttable.1.5 0.5
    pcm.duplex {
    type asym
    playback.pcm "ch51dup" # upmix first
    capture.pcm "hw:0"
    # change default device:
    pcm.!default {
    type plug
    slave {
    pcm "duplex"
    # for aoss
    #pcm.dsp "duplex"
    #pcm.dsp1 "duplex"
    If anyone could hint me in the right direction as to how I could get it to work properly or provide me with a working .asoundrc, I'd appreciate it!
    Last edited by eyescream (2010-02-25 19:30:30)

    eyescream wrote:I can have sound in mpd and mplayer at the same time now
    Good. So file the damned bug report against mpd. Right now would be a good time.
    eyescream wrote:but flash completely blocks sound off for other things.
    See thread. Prove to me that flash/firefox is blocking:
    fuser -v /dev/snd/* /dev/dsp*
    eyescream wrote:The problem now is that mpd only outputs through my front speakers, so it isn't being upmixed anymore.
    Forget about upmixing for the moment, until you've got the ALSA/OSS conflict solved.
    Edit: Use e.g.:
    audio_output {
    type "alsa"
    name "Sound Card"
    options "dev=dmixer"
    device "headphones"
    In /etc/mpd.conf or ~/.mpdconf, where the device string matches an ALSA pcm entry.
    eyescream wrote:What do you mean by not renaming "default" exactly?
    This, of course, from your own ~/.asoundrc
    # change default device:
    pcm.!default {
         type plug
         slave {
        pcm "duplex"
    Comment that section out, for the time being.
    Last edited by brebs (2010-02-25 02:43:54)

  • [SOLVED] No sound cards detected - /proc/asound missing

    Yet another case of 'i've spent too long banging my head on the keyboard so i'm going to run to you for help'. Essentially i've been using OSS since i've installed Arch, worked fine - although there was absolutely no sound in Wine programs no matter what driver i selected so i decided to try using ALSA. This is the start of my problem. Removed all the OSS packages i could find, ! commented the daemon in rc.conf then proceeded to install ALSA... or, some ALSA utilities since it seems to be included in the kernel? Anyway, alsaconf can't find any sound cards. Upon further investigation it seems as though there isn't any /proc/asounds directory at all. Although lspci clearly shows:
    00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
    So i'm pretty stumped, no idea where to go from here. I've got ALSA working fine on this machine before, in Arch too... thanks for any help
    Last edited by Superewza (2011-05-25 12:56:04)

    Yup, i had done that. However, my search led to this thread:
    https://bbs.archlinux.org/viewtopic.php?id=119263
    Which seemed to be a similar problem but their solution did not help (pacman -S kernel26). But i'm pretty sure by this point it's a problem with my modules (ultimately my own stupidity, but we'll get to that later ). This led me here:
    https://bbs.archlinux.org/viewtopic.php?pid=18828
    Which again didn't present any solutions that worked, however, upon checking my rc.conf again i noticed a blacklisted module by the name of 'soundcore'. I don't ever remember doing that, or could think of any reason why it would exist so i unblacklisted it, rebooted and now it all works - finding sound cards, alsamixer, playing sound. The lot.
    All that's left to do now is see if switching from OSS to ALSA actually solved the problem in Wine i wanted it to Thanks a lot for all the help guys!
    Also - changed thread title.
    EDIT: It did fix the problem, OSS is great but it simply does not play ball in the slightest when it comes to Wine.
    Last edited by Superewza (2011-05-24 21:18:13)

  • [SOLVED] USB sound card problems and audio setup

    I want to clarify and correctly set up my ThinkPad T61 sound system finally.
    I'm running Arch64 + KDE.
    There are two sound cards - the internal HDA Intel and external USB CM118.
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Set [C-Media USB Headphone Set], device 0: USB Audio [USB Audio]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 1: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    First of all, why are there both analog and digital subdevices?
    I just need playback and/or recording support for these applications: opera, firefox, skype, clementine, mplayer, vmplayer. As high quality as possible.
    Per-application sound control would be nice but if that adds too much clutter, I could live without it. No need for audio streaming or any other luxuries.
    All the applications should use the USB card whenever it's plugged in. The internal SC should take over when CM118 is unplugged.
    The problem is that most of the time it doesn't work. For example, if I plug out the USB card and then run some application like Clementine or Firefox there would be no sound ("connection refused" in Clementine).
    Here is my asound.conf:
    defaults.pcm.card 0
    defaults.pcm.device 0
    defaults.ctl.card 0
    Also kMix/amix should switch the master channel from HDA Intel Master to C-Media Master automatically. The only way to do this is to write some kind of script, right?
    AFAIK the following audio components are installed: ALSA, OSS (for some unknown reason), Phonon, Gstreamer.
    I guess I can uninstall OSS without worries as no one seems to need it (checked with "whoneeds").
    What about that Phonon? Would it override the asoud.conf if I set default device there? Why there are so many different devices in the Phonon configuration list:
    C-Media USB Headphone Set, USB Audio (Default Audio Device)
    C-Media USB Headphone Set (USB Audio)
    C-Media USB Headphone Set, USB Audio (IECblablabla)
    hw:1,0
    hw:1,1
    default
    Intel Analog
    Intel Digital
    blablalba
    And that C-Media triplet for every USB port the CM118 has been plugged in.
    Too much confusion! All that mess for just two different cards.
    So what is the proper way of setting primary and secondary sound cards in this situation?
    Thank you!
    Last edited by andrisll (2012-07-19 08:48:28)

    I am sorry for my very late response and the lack of structure in my post.
    I did some investigation and found a rather acceptable workaround for one of my problems described below.
    Here is the basic functionality I need:
    1. Automatic (on the fly) switching to the external sound card when it's plugged in and automatic fallback to the integrated SC when usb is unplugged.
    2. Automatic (on the fly) switching of the kMix's master channel according to the changes mentioned above.
    As for the first problem, I found this udev rule:
    KERNEL=="pcmC[D0-9cp]*", ACTION=="add", PROGRAM="/bin/sh -c 'K=%k; K=$${K#pcmC}; K=$${K%%D*}; echo defaults.ctl.card $$K > /etc/asound.conf; echo defaults.pcm.card $$K >>/etc/asound.conf"
    KERNEL=="pcmC[D0-9cp]*", ACTION=="remove", PROGRAM="/bin/sh -c 'echo defaults.ctl.card 0 > /etc/asound.conf; echo defaults.pcm.card 0 >>/etc/asound.conf'"
    This solution has some disadvantages but it is acceptible. If you know of any better solution, please tell me.
    For the second problem, I found this script which uses qdbus org.kde.kmix /Mixers org.kde.KMix.MixSet.setCurrentMaster method to set the master channel. However, I think that constant monitoring for the usb SC being plugged is not very effective. So I thought appending the following code to the second line of the previous udev rule would do the work:
    , RUN+="/usr/bin/qdbus org.kde.kmix /Mixers org.kde.KMix.MixSet.setCurrentMaster "ALSA::C-Media_USB_Headphone_Set:1" "Speaker:0""
    But that results in some weird behaviour: master channel stays the same but there would be three new tabs in the kMix window now: USB Set", USB Set# and USB Set$.
    Here's what log messages tell us:
    07/14/12 12:25:13 PM localhost kernel [10889.749048] usb 3-1: new full-speed USB device number 13 using uhci_hcd
    07/14/12 12:25:14 PM localhost kernel [10889.914921] input: C-Media USB Headphone Set as /devices/pci0000:00/0000:00:1a.1/usb3/3-1/3-1:1.3/input/input21
    07/14/12 12:25:14 PM localhost kernel [10889.915454] generic-usb 0003:0D8C:000C.000C: input,hidraw0: USB HID v1.00 Device [C-Media USB Headphone Set ] on usb-0000:00:1a.1-1/input3
    07/14/12 12:25:14 PM localhost mtp-probe checking bus 3, device 13: "/sys/devices/pci0000:00/0000:00:1a.1/usb3/3-1"
    07/14/12 12:25:14 PM localhost mtp-probe checking bus 3, device 13: "/sys/devices/pci0000:00/0000:00:1a.1/usb3/3-1"
    07/14/12 12:25:14 PM localhost mtp-probe checking bus 3, device 13: "/sys/devices/pci0000:00/0000:00:1a.1/usb3/3-1"
    07/14/12 12:25:14 PM localhost mtp-probe checking bus 3, device 13: "/sys/devices/pci0000:00/0000:00:1a.1/usb3/3-1"
    07/14/12 12:25:14 PM localhost mtp-probe bus: 3, device: 13 was not an MTP device
    07/14/12 12:25:14 PM localhost mtp-probe bus: 3, device: 13 was not an MTP device
    07/14/12 12:25:14 PM localhost mtp-probe bus: 3, device: 13 was not an MTP device
    07/14/12 12:25:14 PM localhost mtp-probe bus: 3, device: 13 was not an MTP device
    You see, the probe thing is running multiple times!
    And here is an excerpt from udev debugger:
    starting '/usr/bin/qdbus org.kde.kmix /Mixers org.kde.KMix.MixSet.setCurrentMaster '
    '/usr/bin/qdbus org.kde.kmix /Mixers org.kde.KMix.MixSet.setCurrentMaster '(err) 'Could not connect to D-Bus server: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11'
    '/usr/bin/qdbus org.kde.kmix /Mixers org.kde.KMix.MixSet.setCurrentMaster ' [2769] exit with return code 1
    '/usr/bin/qdbus org.kde.kmix /Mixers org.kde.KMix.MixSet.setCurrentMaster '(err) 'Could not connect to D-Bus server: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11'
    Some kind of X11 problem... And also happening twice! Why?
    Running the setCurrentMaster method in terminal works very nicely, so the problem must be the way udev runs it.
    One last thing - sometimes the usb SC automatically reconnects (disconnects and connects). I read somewhere that most probably the usb device makes the trouble, but maybe there are other possiblities?
    Last edited by andrisll (2012-07-14 10:04:16)

  • Multiple sound cards and FP sessions

    I would like to provide multiple channels of AOL Radio to my
    company's telephone music-on-hold. My Windows XP workstation has an
    M-Audiio Delta 1010LT audio card with 4 integrated sound cards. In
    Windows Control Panel -> “Sounds & Audio
    Devices’ all 4 "cards" are shown and I can set any of them to
    the default audio device. An AOL Radio stream will use the default
    "card". If I open 2, 3, or 4 sessions, they *ALL* are
    simultaneously streamed to the default sound "card" – not the
    desired behavior! I can select any one of the 4 “cards”
    and assign it as default and as many AOL Radio Flash Player
    sessions that are running will stream to that default "card". Thus
    all four “cards” can render an audio stream.
    My question is this, Is there a mechanism to pair FP sessions
    with specific sound “cards”?
    Thanks for any help anyone can provide.

    Hi,
    It's hard to say what the cause is of your problem.  It may be that LabVIEW is looking at the default sound card in your system and ignores the rest.  This may happen if you are using the Play sound VIs.
    The way to achieve two outputsis by opening up the WAV
    file and use the Snd Write Waveform VI. One of the inputs for this VI
    is the device number. Usually they start at 0 and increment by one. You
    can have a VI where you open the 2 files and then use 2 write waveform
    vis using different device numbers.
    You can get all the
    information about the soundcards by calling the Windows SDK, however
    this can take some work and may be easier to do it in a DLL.
    Are you using the Sound and Vibration Toolkit?  If so what version?  What sound cards are you using and what version of Windows are you using?
    Regards,
    Nadim
    Applications Engineering
    National Instruments

  • Multiple Sound Card for data acquisition gives read buffer error

    I am using 6 usb based sound cards for voltages and currents mearuments of a three phase delta system.. Hardware is working well. but in labview when i use builtin Input=>sound box for data acquisition it also works well upto 4 inputs... but when i use more i.e. 6 it starts giving error "cannt perform action, read buffer is full" some thing like this... som times it goes to "not responding"...i have tried to find the solution and found in another post of this fourm to varry the sampling rate... i did it upto 96000 that is maximum ... but still problem is same...i need to know, how to manually increase the read buffer. if not possible then.. is there any way that labview stop giving any type of error during simulation?

    thnx i hv solved that problem ... now there is another problem... i am getting all my signals in computer but problem comes when i use phase detector. it keep on showing different values in phase measurement block.. how can i manage the signal with correct phase. i cannt send code cz it has many VIs and they are spread in computer. so i am pasting come photos that are showing different. look in picture...it is from same signal and the phase is different..
    Attachments:
    Capturexcvxccxvxcvcxvvxcvxcv.JPG ‏11 KB
    Capturexcvxcvxcvxcv.JPG ‏11 KB

  • [SOLVED] default sound card changed

    Hello all,
    Been struggling with my arch64 and XFCE over the past couple of days.  my arch32 gnome 2.x screamed, it was great.
    Anyway, when I first installed Arch this week, I had sound(alsamixer reported SB Audigy 2 ZS [SB0350] as default).  I then installed XFCE, updated, installed vlc, etc, and I had sound(alsamixer reported SB Audigy 2 ZS [SB0350] as default.   I've been mucking around trying to get Arch to automount my DVD, and not sure what happened, but when I rebooted just now, I have no sound. 
    Now when I go into alsamixer, my default sound device is marked as ATI R6xx HDMI, with one S/PDIF connection MM.
    What could have happened that made Arch/XFCE change my default sound card?  I've check the forums, and didn't find anything.  Then again, I've been living in forums for the past 4 days trying to solve various issues, I could have missed something, or gotten confused.
    Any help is greatly appreciated.
    -nixIT
    EDIT:  RTFM'ed  (read the wiki, which was the only place I didn't look)
    Last edited by nixIT (2011-05-19 23:31:04)

    Hi, Masutu
    Pulseaudio is in my daemon array:
    DAEMONS=(@syslog-ng !network crond dbus @alsa @pulseaudio)
    But what you've said about some program calling pulse and crashing things makes sense. How could I "correctly configure" pulse? What do you suggest?
    My /etc/asound.conf is here:
    # Use PulseAudio by default
    pcm.!default {
    type pulse
    fallback "sysdefault"
    hint {
    show on
    description "Default ALSA Output (currently PulseAudio Sound Server)"
    ctl.!default {
    type pulse
    fallback "sysdefault"
    # vim:set ft=alsaconf:
    It seems pretty the same what is written in some sites about pulse.
    In a past time (with other computer), I just removed pulse completely. But now there is a warning about dependencies: gnome-settings-daemon and gnome-control-center. And I don't know how removing these Gnome packages will affect the window manager.

  • [SOLVED] USB Sound card no longer working

    I have used a Focusrite Scarlett 2i2, a USB audio interface, as my default sound card for the last two months or so. Its output comprises two RCA jacks. I have a cable that is two RCA male leads on one end and an 1/8" on the other. I use this cable all over the house, so I unplug it often. The USB device remains connected. Last night, while plugging the cable back into the device, I jostled the USB and the device lost power momentarily. Since then, ALSA has not been able to "see" the device. The device is, and always has been, plugged into a D-Link USB hub, which goes into the computer.
    I did pacman -Syu and rebooted to no avail.
    uname -r
    3.15.1-1-ARCH
    lsusb | grep -i focusrite
    Bus 001 Device 005: ID 1235:8006 Focusrite-Novation Focusrite Scarlett 2i2
    modinfo snd_usb_audio
    http://pastebin.com/CEMr6Gif
    cat /etc/modprobe.d/alsa-base.conf
    #options snd slots=snd_usb_audio,snd_hda_intel
    options snd_hda_intel index=-2
    options snd_usb_audio index=0
    The first line I recently commented out as an experiment. If this line is left in, ALSA attempts to use snd_usb_audio and when I run alsamixer it complains that it can't find the device. If this line is commented out, ALSA ends up using the on-board sound. Particularly, it uses 'HDA ATI HDMI'. There are two choices: HDA ATI HDMI and HDA ATI SB. When I was using the on-board sound, I was using HDA ATI SB.
    cat /proc/asound/modules
    0 snd_hda_intel
    1 snd_hda_intel
    lspci -nn | grep -i audio
    00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) [1002:4383]
    01:05.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] RS880 HDMI Audio [Radeon HD 4200 Series] [1002:970f]
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: SB [HDA ATI SB], device 0: ALC889A Analog [ALC889A Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: SB [HDA ATI SB], device 1: ALC889A Digital [ALC889A Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    lsmod | grep '^snd'
    snd_hda_codec_realtek 48535 1
    snd_hda_codec_generic 50352 1 snd_hda_codec_realtek
    snd_hda_codec_hdmi 36976 1
    snd_hda_intel 18830 0
    snd_hda_controller 19667 1 snd_hda_intel
    snd_hda_codec 91154 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep 5162 1 snd_hda_codec
    snd_pcm 68932 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd_timer 15678 1 snd_pcm
    snd 46421 8 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 80 Jun 26 10:13 by-path
    crw-rw----+ 1 root audio 116, 2 Jun 26 10:13 controlC0
    crw-rw----+ 1 root audio 116, 5 Jun 26 10:13 controlC1
    crw-rw----+ 1 root audio 116, 4 Jun 26 10:13 hwC0D0
    crw-rw----+ 1 root audio 116, 11 Jun 26 10:13 hwC1D0
    crw-rw----+ 1 root audio 116, 3 Jun 26 10:13 pcmC0D3p
    crw-rw----+ 1 root audio 116, 7 Jun 26 10:13 pcmC1D0c
    crw-rw----+ 1 root audio 116, 6 Jun 26 10:13 pcmC1D0p
    crw-rw----+ 1 root audio 116, 9 Jun 26 10:13 pcmC1D1c
    crw-rw----+ 1 root audio 116, 8 Jun 26 10:13 pcmC1D1p
    crw-rw----+ 1 root audio 116, 10 Jun 26 10:13 pcmC1D2c
    crw-rw----+ 1 root audio 116, 1 Jun 26 10:13 seq
    crw-rw----+ 1 root audio 116, 33 Jun 26 10:13 timer
    All this information was collected while the device has been connected to the computer. Any help is greatly appreciated. Thanks!
    Last edited by gluelogic (2014-07-01 21:36:19)

    emeres wrote:You only ruled out hardware failure on the device side.
    This is painfully true. This morning, I realized I didn't even check the D-Link. The LEDs on the interface were lit up from the USB connection, but the AC adapter was faulty. I replaced that, restored my original configuration by removing the # from the first line of my alsa-base.conf, and now everything is working again. The D-Link was simply unable to provide the device with enough power to operate.

  • [solved] No sound cards found

    Hi, I no longer have any sound, not sure when this started
    This is what I have:
    jason-laptop% aplay -l
    aplay: device_list:268: no soundcards found...
    jason-laptop% lspci
    00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
    00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)
    00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02)
    00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
    00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
    00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
    00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02)
    00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
    00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
    00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
    00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
    00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface Controller (rev 02)
    00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 02)
    00:1f.2 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [IDE mode] (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
    01:00.0 VGA compatible controller: NVIDIA Corporation G84M [GeForce 8600M GT] (rev a1)
    03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
    03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
    03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
    03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
    03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
    0c:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
    May have lost sound after an upgrade.
    I dont see anything related in journalctl
    Edit:
    Im using alsa and pulse, I see 'dummy output' in pavucontrol
    pacman log:
    [2013-09-07 22:08] [PACMAN] Running 'pacman -Syu'
    [2013-09-07 22:08] [PACMAN] synchronizing package lists
    [2013-09-07 22:08] [PACMAN] starting full system upgrade
    [2013-09-07 22:08] [PACMAN] upgraded chromium (29.0.1547.62-1 -> 29.0.1547.65-1)
    [2013-09-07 22:08] [PACMAN] upgraded curl (7.32.0-1 -> 7.32.0-2)
    [2013-09-07 22:09] [ALPM-SCRIPTLET] updating font cache... done.
    [2013-09-07 22:09] [PACMAN] upgraded fontconfig (2.10.93-1 -> 2.10.95-1)
    [2013-09-07 22:09] [PACMAN] upgraded ghostscript (9.09-1 -> 9.10-1)
    [2013-09-07 22:09] [ALPM-SCRIPTLET] Generating locales...
    [2013-09-07 22:09] [ALPM-SCRIPTLET] en_ZA.UTF-8... done
    [2013-09-07 22:09] [ALPM-SCRIPTLET] Generation complete.
    [2013-09-07 22:09] [PACMAN] upgraded glibc (2.18-2 -> 2.18-3)
    [2013-09-07 22:09] [PACMAN] upgraded gnutls (3.2.3-1 -> 3.2.4-1)
    [2013-09-07 22:09] [PACMAN] upgraded gpicview (0.2.3-1 -> 0.2.3-2)
    [2013-09-07 22:09] [PACMAN] upgraded gtk3 (3.8.2-1 -> 3.8.4-1)
    [2013-09-07 22:09] [PACMAN] upgraded lcms (1.19-2 -> 1.19-4)
    [2013-09-07 22:09] [PACMAN] upgraded libldap (2.4.35-4 -> 2.4.36-1)
    [2013-09-07 22:09] [PACMAN] upgraded libmodplug (0.8.8.4-1 -> 0.8.8.4-2)
    [2013-09-07 22:09] [PACMAN] upgraded lightdm (1:1.6.0-7 -> 1:1.6.1-1)
    [2013-09-07 22:09] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-09-07 22:09] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> Starting build: 3.10.10-1-ARCH
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> Starting build: 3.10.10-1-ARCH
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-09-07 22:09] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-09-07 22:09] [PACMAN] upgraded linux (3.10.9-1 -> 3.10.10-1)
    [2013-09-07 22:09] [PACMAN] upgraded lxappearance (0.5.2-1 -> 0.5.2-2)
    [2013-09-07 22:09] [PACMAN] upgraded openbox (3.5.2-1 -> 3.5.2-4)
    [2013-09-07 22:09] [PACMAN] upgraded lxappearance-obconf (0.2.0-1 -> 0.2.0-2)
    [2013-09-07 22:09] [PACMAN] upgraded lxde-common (0.5.5-2 -> 0.5.5-3)
    [2013-09-07 22:09] [PACMAN] upgraded menu-cache (0.5.0-1 -> 0.5.0-2)
    [2013-09-07 22:09] [PACMAN] upgraded lxlauncher (0.2.2-3 -> 0.2.2-4)
    [2013-09-07 22:09] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2013-09-07 22:09] [PACMAN] upgraded pacman-mirrorlist (20130626-1 -> 20130830-1)
    [2013-09-07 22:10] [PACMAN] upgraded python (3.3.2-1 -> 3.3.2-2)
    [2013-09-07 22:10] [PACMAN] upgraded sqlite (3.8.0-2 -> 3.8.0.1-1)
    [2013-09-07 22:10] [PACMAN] upgraded python2 (2.7.5-1 -> 2.7.5-2)
    [2013-09-07 22:10] [PACMAN] upgraded reiserfsprogs (3.6.23-1 -> 3.6.24-1)
    [2013-09-07 22:10] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
    [2013-09-07 22:10] [PACMAN] upgraded virtualbox-host-modules (4.2.16-8 -> 4.2.18-1)
    [2013-09-07 22:10] [PACMAN] upgraded virtualbox (4.2.16-1 -> 4.2.18-1)
    [2013-09-07 22:10] [PACMAN] upgraded weston (1.2.1-1 -> 1.2.2-1)
    [2013-09-07 22:10] Exited with code 0
    [2013-09-07 22:11] [PACMAN] Running 'pacman -S kdebase'
    [2013-09-07 22:23] [PACMAN] installed kde-wallpapers (4.11.0-1)
    [2013-09-07 22:23] [PACMAN] installed exiv2 (0.23-1)
    [2013-09-07 22:23] [PACMAN] installed strigi (0.7.8-4)
    [2013-09-07 22:23] [PACMAN] installed attica (0.4.2-1)
    [2013-09-07 22:23] [PACMAN] installed libiodbc (3.52.8-2)
    [2013-09-07 22:23] [PACMAN] installed virtuoso-base (1:6.1.6-1)
    [2013-09-07 22:23] [PACMAN] installed rasqal (1:0.9.30-1)
    [2013-09-07 22:23] [PACMAN] installed redland (1:1.0.16-2)
    [2013-09-07 22:23] [PACMAN] installed soprano (2.9.3-1)
    [2013-09-07 22:23] [PACMAN] installed grantlee (0.3.0-2)
    [2013-09-07 22:23] [PACMAN] installed shared-desktop-ontologies (0.11.0-1)
    [2013-09-07 22:23] [PACMAN] installed qca (2.0.3-4)
    [2013-09-07 22:23] [PACMAN] installed libdbusmenu-qt (0.9.2-2)
    [2013-09-07 22:23] [PACMAN] installed polkit-qt (0.103.0-2)
    [2013-09-07 22:23] [ALPM-SCRIPTLET] ==> aspell comes with no default dictionary
    [2013-09-07 22:23] [PACMAN] installed aspell (0.60.6.1-1)
    [2013-09-07 22:23] [PACMAN] installed hunspell (1.3.2-2)
    [2013-09-07 22:23] [PACMAN] installed hspell (1.2-1)
    [2013-09-07 22:23] [PACMAN] installed enchant (1.6.0-4)
    [2013-09-07 22:23] [PACMAN] installed ilmbase (2.0.1-1)
    [2013-09-07 22:23] [PACMAN] installed openexr (2.0.1-1)
    [2013-09-07 22:23] [PACMAN] installed docbook-xml (4.5-5)
    [2013-09-07 22:23] [PACMAN] installed docbook-xsl (1.78.1-1)
    [2013-09-07 22:23] [PACMAN] installed media-player-info (19-1)
    [2013-09-07 22:24] [PACMAN] installed qtwebkit (2.3.2-1)
    [2013-09-07 22:24] [PACMAN] installed kdelibs (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed poppler-qt4 (0.24.1-1)
    [2013-09-07 22:24] [PACMAN] installed libzip (0.11.1-1)
    [2013-09-07 22:24] [PACMAN] installed convertlit (1.8-6)
    [2013-09-07 22:24] [PACMAN] installed ebook-tools (0.2.2-1)
    [2013-09-07 22:24] [PACMAN] installed nepomuk-core (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed kactivities (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed libssh (0.5.4-1)
    [2013-09-07 22:24] [PACMAN] installed oxygen-icons (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed kdebase-runtime (4.11.0-2)
    [2013-09-07 22:24] [PACMAN] installed kdebase-lib (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed nepomuk-widgets (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed kdebase-dolphin (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed kdebase-kdepasswd (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed kdebase-kdialog (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed kdebase-keditbookmarks (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed kdebase-kfind (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed kdebase-konqueror (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed tidyhtml (1.46-2)
    [2013-09-07 22:24] [PACMAN] installed kdebase-konq-plugins (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed kdebase-konsole (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed kdebase-katepart (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed kdebase-kwrite (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed libmariadbclient (5.5.32-2)
    [2013-09-07 22:24] [PACMAN] installed mariadb-clients (5.5.32-2)
    [2013-09-07 22:24] [ALPM-SCRIPTLET] >> If you are migrating from MySQL, don't forget to run 'mysql_upgrade'
    [2013-09-07 22:24] [ALPM-SCRIPTLET] after mysqld.service restart.
    [2013-09-07 22:24] [PACMAN] installed mariadb (5.5.32-2)
    [2013-09-07 22:24] [PACMAN] installed akonadi (1.10.2-1)
    [2013-09-07 22:24] [PACMAN] installed libical (1.0-2)
    [2013-09-07 22:24] [PACMAN] installed libdmtx (0.7.4-4)
    [2013-09-07 22:24] [PACMAN] installed qrencode (3.4.3-1)
    [2013-09-07 22:24] [PACMAN] installed prison (1.0-2)
    [2013-09-07 22:24] [PACMAN] installed qjson (0.8.1-2)
    [2013-09-07 22:24] [PACMAN] installed kdepimlibs (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed libkgapi (2.0.1-1)
    [2013-09-07 22:24] [PACMAN] installed xerces-c (3.1.1-4)
    [2013-09-07 22:24] [PACMAN] installed libkolabxml (0.8.4-2)
    [2013-09-07 22:24] [PACMAN] installed libkolab (0.4.2-1)
    [2013-09-07 22:24] [PACMAN] installed libkfbapi (1.0-1)
    [2013-09-07 22:24] [PACMAN] installed kdepim-runtime (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed lm_sensors (3.3.4-1)
    [2013-09-07 22:24] [PACMAN] installed qimageblitz (0.0.6-3)
    [2013-09-07 22:24] [PACMAN] installed polkit-kde (0.99.0-2)
    [2013-09-07 22:24] [PACMAN] installed xorg-xprop (1.2.2-1)
    [2013-09-07 22:24] [PACMAN] installed cln (1.3.3-1)
    [2013-09-07 22:24] [PACMAN] installed libqalculate (0.9.7-3)
    [2013-09-07 22:24] [PACMAN] installed xorg-xmessage (1.0.4-1)
    [2013-09-07 22:24] [PACMAN] installed libusb-compat (0.1.5-1)
    [2013-09-07 22:24] [PACMAN] installed kde-base-artwork (4.11.0-1)
    [2013-09-07 22:24] [PACMAN] installed xcb-util-renderutil (0.3.8-1)
    [2013-09-07 22:24] [PACMAN] installed kdebase-workspace (4.11.0-3)
    [2013-09-07 22:24] [PACMAN] installed kdebase-plasma (4.11.0-1)
    [2013-09-07 22:58] [PACMAN] Running 'pacman -S phonon-gstreamer'
    [2013-09-07 22:58] [PACMAN] Running 'pacman -S phonon-vlc'
    [2013-09-07 22:58] [PACMAN] installed phonon-vlc (0.6.2-1)
    [2013-09-07 22:59] [PACMAN] Running 'pacman -S alsa-utils alsa-lib'
    [2013-09-07 22:59] [PACMAN] reinstalled alsa-lib (1.0.27.2-1)
    [2013-09-07 22:59] [PACMAN] reinstalled alsa-utils (1.0.27.2-1)
    [2013-09-07 23:00] [PACMAN] Running 'pacman -S gstreamer0.10-plugin'
    [2013-09-07 23:00] [PACMAN] Running 'pacman -S gstreamer0.10-plugins'
    [2013-09-07 23:00] [PACMAN] reinstalled gstreamer0.10-bad-plugins (0.10.23-4)
    [2013-09-07 23:00] [PACMAN] reinstalled gstreamer0.10-base-plugins (0.10.36-1)
    [2013-09-07 23:00] [PACMAN] reinstalled gstreamer0.10-ffmpeg (0.10.13-1)
    [2013-09-07 23:00] [PACMAN] reinstalled gstreamer0.10-good-plugins (0.10.31-3)
    [2013-09-07 23:00] [PACMAN] reinstalled gstreamer0.10-ugly-plugins (0.10.19-6)
    [2013-09-07 23:03] [PACMAN] Running 'pacman -S pkgfile'
    [2013-09-07 23:04] [ALPM-SCRIPTLET] ==> Run 'pkgfile --update' to initialize the database
    [2013-09-07 23:04] [PACMAN] installed pkgfile (9-1)
    [2013-09-07 23:15] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/linux-3.10.9-1-x86_64.pkg.tar.xz'
    [2013-09-07 23:15] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-09-07 23:15] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> Starting build: 3.10.9-1-ARCH
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> Starting build: 3.10.9-1-ARCH
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-09-07 23:15] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-09-07 23:15] [PACMAN] downgraded linux (3.10.10-1 -> 3.10.9-1)
    [2013-09-07 23:17] [PACMAN] Running 'pacman -Suu'
    [2013-09-07 23:17] [PACMAN] starting full system upgrade
    [2013-09-07 23:17] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-09-07 23:17] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> Starting build: 3.10.10-1-ARCH
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> Starting build: 3.10.10-1-ARCH
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-09-07 23:17] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-09-07 23:18] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-09-07 23:18] [PACMAN] upgraded linux (3.10.9-1 -> 3.10.10-1)
    [2013-09-08 13:08] [PACMAN] Running 'pacman -S alsa-lib alsa-utils pulseaudio-alsa pulseaudio'
    [2013-09-08 13:08] [PACMAN] reinstalled alsa-lib (1.0.27.2-1)
    [2013-09-08 13:08] [PACMAN] reinstalled alsa-utils (1.0.27.2-1)
    [2013-09-08 13:08] [ALPM-SCRIPTLET] >>> If you have per-user copies of configuration files (such as client.conf,
    [2013-09-08 13:08] [ALPM-SCRIPTLET] daemon.conf or default.pa) in ~/.pulse/, make sure you keep them in sync
    [2013-09-08 13:08] [ALPM-SCRIPTLET] with changes to the packaged files in /etc/pulse/. Otherwise, PulseAudio
    [2013-09-08 13:08] [ALPM-SCRIPTLET] may refuse to start due to configuration errors.
    [2013-09-08 13:08] [PACMAN] reinstalled pulseaudio (4.0-2)
    [2013-09-08 13:08] [PACMAN] reinstalled pulseaudio-alsa (2-2)
    [2013-09-08 13:09] [PACMAN] Running 'pacman -S linux'
    [2013-09-08 13:09] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-09-08 13:09] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> Starting build: 3.10.10-1-ARCH
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> Starting build: 3.10.10-1-ARCH
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-09-08 13:09] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-09-08 13:09] [PACMAN] reinstalled linux (3.10.10-1)
    [2013-09-08 13:17] [PACMAN] Running 'pacman -Syu'
    [2013-09-08 13:17] [PACMAN] synchronizing package lists
    Last edited by jrussell (2013-09-08 12:02:10)

    Ok it seems that I would have no sound cards listed by aplay -l if I logged in from lightdm, If I logged in from a tty I would get sound cards listed from aplay -l.
    I think lightdm 1:1.6.1-2 fixed my problem, everything works now, Id like to know why/how this happened if anyone knows? Thanks.

  • [Solved] no sound cards detected

    after just doing a clean install on my windows pc (to finaly remove it for good yay) my sound does not work. i look under settings and it only shows "dummy output" no other sound devices witch there sould be.
    i have tried removing fluidsynth and checked to see if there are any programs using pulseaudio using # fuser -v /dev/snd/*
    after reading the pulseaudio wiki on the issue it suggested editing .asoundconf but it was not present on my system, well not in the home folder at least.
    i know the sound card works as it worked in windows 7 and arch only 1 hour ago. the only change to my set up is that i am using catalyst as my graphics driver.
    other system details
    i am using gnome via cdm as catalyst does not work with gdm
    64-bit version of arch
    thanks in advanced for any help
    Last edited by witherdon (2013-11-14 15:40:07)

    yes i did mean gnome control panel
    out put of lspci -nn
    bash: lspci-nn: command not found
    [robert@localhost ~]$ lspci -nn
    00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (external gfx0 port B) [1002:5a14] (rev 02)
    00:02.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16]
    00:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (PCI express gpp port D) [1002:5a18]
    00:05.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19]
    00:06.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a]
    00:07.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (PCI express gpp port G) [1002:5a1b]
    00:09.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c]
    00:0b.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f]
    00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40)
    00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
    00:12.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
    00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
    00:13.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
    00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller [1002:4385] (rev 42)
    00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
    00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
    00:14.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge [1002:4384] (rev 40)
    00:14.5 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399]
    00:16.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
    00:16.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
    00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 0 [1022:1600]
    00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 1 [1022:1601]
    00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 2 [1022:1602]
    00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 3 [1022:1603]
    00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 4 [1022:1604]
    00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 5 [1022:1605]
    01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT [Radeon HD 7970] [1002:6798]
    01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT HDMI Audio [Radeon HD 7970 Series] [1002:aaa0]
    02:00.0 SATA controller [0106]: ASMedia Technology Inc. ASM1062 Serial ATA Controller [1b21:0612] (rev 01)
    03:00.0 Ethernet controller [0200]: Intel Corporation 82583V Gigabit Network Connection [8086:150c]
    04:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042]
    05:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042]
    06:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042]
    07:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT [Radeon HD 7970] [1002:6798]
    07:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT HDMI Audio [Radeon HD 7970 Series] [1002:aaa0]
    output of aplay -lL
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default
    Default ALSA Output (currently PulseAudio Sound Server)
    aplay: device_list:268: no soundcards found...

  • Multiple Sound Cards

    I run sound out of my computer from two sources: the native sound card built into my motherboard, and an aftermarket device from Creative Labs called a Sound Blaster X-Fi Go. I use the output from my motherboard to run into my monitor's built-in speakers for regular tasks, and I use the output from the X-Fi to run into a stereo system.
    What I would like to do is to run the iTunes output directly into the stereo. However, I don't want to make my system default the X-Fi output, as I'd still like for regular computer sound (games and whatnot) to run through the monitor speakers. When using Windows Media Player for streaming music, I have an option to choose which output source I'd like for that particular program to use. However, I've been unable to locate the same option within iTunes. Does anyone have a solution to making iTunes use the secondary audio output instead of the default?

    A way of doing what i think you want is as follows.
    Create a GUI containing,
    1) A Jtable
    2) A Jlist
    3) buttons or menus or keylisteners (whichever you want to start your
    methods)
    Firstly the Jtable columns, should be
    1) Track Number (optional)
    2) File Name
    3) A ComboBox For Mixer
    First set up your Jtable to populate the ComboBox with the Mixers available on the system
    Second populate the Jlist with names of your mp3 files.
    Third add event listeners to either double click on mp3 file names to add them to the Jtable or use the mouse to do this, whichever you prefer.
    Then add your play/stop methods. It should go through the rows of the Jtable, checking the mp3 file name, and the mixer slected and then play it through the one ya want!
    IF you get this far, you can even add, mute, pan, gain and balance on each row easily enough.
    But first things first, if you want to go this way of doing it. Create the GUI , populate the combo box with the mixers and get the mp3 files listed.
    Then concentrate on getting the file name into the Jtable and finally get the music playing.
    It will take abit of research and head scratching but its very possible.

  • Multiple sound cards on one syst

    is that possible? to control different sound environments...
    If yes how many can I have on one system, what type of hardware/software to control it's
    I will like to have on Windows.
    Regards
    DonabDon

    does the store account list the distinct gift cards to select when making a purchase or automatically charge the cc on file?
    No.
    It charges gift cards first, then from CC.
    If you have different users, they should create their own iTunes account and add their gift cads to their own account.

Maybe you are looking for

  • Dynamic Time series question

    Hi, I'm fairly new to essbase. I have a time dimension as below.Period1 -Day1 to Day35Period2 -Day36-Day63......Period12 - Day337-Day364.I'm trying to get a Period to date value, but Essbase always seems to give me 'To-Date' value by using DTS. What

  • How to make separately editable blocks in one widget?

    How to make separately editable blocks (Width, Height, BGColor,...) in one widget?

  • Order of images / Figures

    Hi, I am nearly finished with my first eBook but I noticed that on some pages the order of the images (configured as figure) is "off". For example it is Figure 5 on the beginning of the page and Figure 4 at the end of the page. Is there a way to manu

  • Install IOS 5.1 on iphone 3GS

    Hello I would like to install IOS 5.1.1 on my iphone 3GS. But itunes only proposes to install IOS 6 which I do not want. Does anyone know how this can be done?? Thanks, Olivia, Paris, France

  • Blinking LED light on startup. MacPro won't boot.

    I've had this happen before so I pulled all 8 ram chips, a total of 20gig. I put two 4 gig cards back in slot one for riser A & B only and was able to reboot. I figured it was a ram issue. I added all new ram chips that I new were good filling the re