[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

Similar Messages

  • [SOLVED] PCMCIA CF card is not available on boot

    Hi,
    I'm newbie here and have one big problem with Arch
    I have big (16 gb) CF card and CF->PCMCIA adapter.
    But here is a problem - card has not been detected on boot until I reinsert it after boot is finished.
    Can anybody advice me how to fix it?
    Archlinux is freshly updated with latest packages and kernel.
    Last edited by LocDog (2009-05-31 14:17:01)

    Add ide-cs to MODULES in /etc/mkinitcpio.conf and rebuild the image with mkinitcpio -p kernel26,

  • I cannot get any sound..it says my sound card is not working properly...how do i fix this.

    HP PC 2000 notebook, windows 7 operating system
    can't get any sound..says the sound card is not working..how can i fix this...

    You need to contact Adobe for you billing problem this is a user four not adobe customer support.
    For your Photoshop Problems this user community may be helpful. 
    Supply pertinent information for quicker answers
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.

  • New sound cards do not support Vis

    Hey guys I've been hearing alot lately that Creative sound cards do not support Vista so I decided to register and ask a few questions about Creative sound cards and what would be compatible for me. I don't know if this is true but please someone clarify this with me. I just bought a PC but it does not have all the holes for my 5. speakers (only green hole) and I'm currently looking for a card that has the pink, green, grey speaker plug holes etc. If they do work, how much momey should I be spending on them? I need a card for movies and games. Will the X-fi work for me? It looks like it has all the coloured holes for my speakers. Which card do you guys recommend? Thanks.
    PC specs
    Vista Business Edition
    Core 2 duo .8ghz
    2gig ram?

    Basically Dragonrice the X-Fi works fine in Vista (I have one here on Vista x64), sadly some of the features such as DTS Decoding, DVD-Audio Decoding are XP Only.
    I beli've this maybe something to do with Windows Vista and it's DRM, or that Creative have not yet implimented support, or have decided against implimenting support since PowerDVD and the like do partial software decoding of those audio sources.
    X-Fi is ok on Vista, but is a more fully featured card on XP.
    If you are considering getting an X-Fi I would lean towards the Auzentech Prelude X-Fi based card, as it is more feature rich than the Creative Labs card (Supports Dolby Digital Li've Encoding), and can also decode DTS and DVD-Audio on Vista (x86 only)
    John

  • Setting ALSA sound card system wide (rather than just in KDE)

    Hi,
    I've got an HTPC with an ATI Radeon HD 4350 graphics card running Arch x86. It has its own integrated sound card for outputting audio via HDMI, which is detected by ALSA as a separate device. I've managed to set it as the default audio device in KDE 4 (via System Settings). This allows applications such as Amarok and SMPlayer to properly output audio to the HD 4350's integrated sound card, but software such as Flash and MPlayer (from the command line) are still outputting audio to the motherboard's built-in sound card. How can I change this setting on a system-wide level? I've tried running alsaconf as root and adding
    pcm.!default {
    type hw
    card 2
    device 3
    to ~/.asoundrc; I got the card and device numbers from aplay:
    [htpc@exia ~]$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Here is the output from MPlayer when I try to play a video, complete with errors regarding audio:
    MPlayer UNKNOWN-4.4.0 (C) 2000-2009 MPlayer Team
    137 audio & 296 video codecs
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed to open LIRC support. You will not be able to use your remote control.
    Playing /tmp/FlashmvWXPy.
    libavformat file format detected.
    [flv @ 0xac7d250]skipping flv packet: type 18, size 294, flags 0
    [lavf] Video stream found, -vid 0
    [lavf] Audio stream found, -aid 1
    VIDEO: [H264] 854x480 0bpp 29.970 fps 0.0 kbps ( 0.0 kbyte/s)
    ==========================================================================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
    ==========================================================================
    ==========================================================================
    Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
    FAAD: compressed input bitrate missing, assuming 128kbit/s!
    AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
    Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio))
    ==========================================================================
    [AO OSS] audio_setup: Can't open audio device /dev/dsp: Device or resource busy
    [AO_ALSA] alsa-lib: confmisc.c:768:(parse_card) cannot find card '2'
    [AO_ALSA] alsa-lib: conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
    [AO_ALSA] alsa-lib: confmisc.c:392:(snd_func_concat) error evaluating strings
    [AO_ALSA] alsa-lib: conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
    [AO_ALSA] alsa-lib: confmisc.c:1251:(snd_func_refer) error evaluating name
    [AO_ALSA] alsa-lib: conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
    [AO_ALSA] alsa-lib: conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory
    [AO_ALSA] alsa-lib: pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
    [AO_ALSA] Playback open error: No such file or directory
    [JACK] cannot open server
    [AO SDL] Samplerate: 44100Hz Channels: Stereo Format s16le
    [AO_ALSA] alsa-lib: confmisc.c:768:(parse_card) cannot find card '2'
    [AO_ALSA] alsa-lib: conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
    [AO_ALSA] alsa-lib: confmisc.c:392:(snd_func_concat) error evaluating strings
    [AO_ALSA] alsa-lib: conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
    [AO_ALSA] alsa-lib: confmisc.c:1251:(snd_func_refer) error evaluating name
    [AO_ALSA] alsa-lib: conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
    [AO_ALSA] alsa-lib: conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory
    [AO_ALSA] alsa-lib: pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
    [AO SDL] Unable to open audio: No available audio device
    DVB card number must be between 1 and 4
    AO: [null] 44100Hz 2ch s16le (2 bytes per sample)
    Starting playback...
    VDec: vo config request - 854 x 480 (preferred colorspace: Planar YV12)
    VDec: using Planar YV12 as output csp (no 0)
    Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
    VO: [xv] 854x480 => 854x480 Planar YV12
    Thanks!
    Last edited by w1ntermute (2009-06-28 18:40:03)

    whoops wrote:Do you use the motherboard sound-card?
    No.
    whoops wrote:If not - did you try just turning it off in bios (or blacklisting the driver)?
    No, I haven't tried that. I'll give it a shot. Thanks for the tip!
    Last edited by w1ntermute (2009-07-02 18:11:53)

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

  • [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] 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)

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

  • Satellite Pro L10: sound card does not support Windows 7

    Hi
    i have a Satellite Pro L10 so i installed a Windows 7 on my system but my laptop can not support Windows 7.
    I need update of sound card for Windows 7.
    The model of sound car is Conexant CX20468-31 AC97 Audio Sound Card.
    Please help me

    Hi buddy
    What to say first of all you will not get official drivers for this notebook for Win 7 or Vista.
    This notebook is oldie and I doubt the drivers will be released.
    Reading through this forum threads Ive noticed that most of the user use the Vista driver on Win 7 OS.
    Maybe you should google for the Conexant AC97 Vista driver and should try a Vista driver on Win 7
    Good luck

  • The Currently Installed Sound Card Does Not Support Direct Sound Input

    I'm working Pro 1.5 in Win 7 with CPU: i7, 12 gb ram.
    The computer is a Costco ZT System
    http://www.costco.com/Browse/Product.aspx?Prodid=11500733&whse=BC&Ne=5000001+4000000&eCat= BC|84|56671&N=4017755%204294908621&Mo=8&No=1&Nr=P_CatalogName:BC&Ns=P_Price|1||P_SignDesc1 &lang=en-US&Sp=C&topnav=
    No "extra" sound card installed as described by ZT System the audio:
    Flexible 8-channel capable audio with jack sensing
    The speakers are working, as in Dictionary.com and .mp3 play perfectly, but there is not sound coming from the rendered program, nor from any audio files. The audio monitor is showing sound, but that's it.
    I'm pretty sure all the *.csv, *.cfa or whatever the audio files associated with PP (project) have been deleted, but, I don't see the program doing the "audio" compilation thing.
    Can someone help please? Sure hope it's not a 1,5/Win thing.
    Regards, Jon

    Jon,
    First thing that I would do would be to install the latest Realtek drivers. You will need to go to the Realtek site to get these.
    Next, in PrPro, there is an Edit>Preferences>Audio Hardware setting page, with the additional ASIO Settings (at least in PrPro 2.0 and above). There you can set how PrPro handles audio. If you still have issues, I strongly recommend ASIO4ALL. It is freeware, and easy to install. Once installed, one goes to the settings pages above and choose ASIO4ALL for everything. This little driver has worked so well for people with lower-end sound hardware, up to true esoteric hardware, at the very upper-end of the spectrum. I cannot count the number of music editing professionals, who have been helped by this little free driver. I use it on my Creative Live DD 5.1 SS card, and it works perfectly.
    Good luck,
    Hunt

Maybe you are looking for

  • ALV Report

    *& Report  ZALV11                                                      * REPORT  zalv11 LINE-SIZE 1023 MESSAGE-ID zz. TYPE-POOLS : slis. *  T A B L E S    D E C L A R A T I O N S                              * TABLES : ce1eg01,          makt,        

  • How can I check out the computers my Apple ID is activated on?

    Hi there! I hope there is a simple solution for this issue: I want to see not only how many, but which computers are connected to my Apple ID. In iTunes I can see that 5 computers are activated, but the only option is to deactivate all of them (which

  • Increase row height of a configurable table

    Dear SCN members, This is related to a configurable table realized using <chtmlb:configTable>. Please let me know about the following possibilities with this: 1. Is it possible to increase the row height of this table? 2. The content of a given cell

  • DW Web Gallery - Can I rewrite code?

    Hi: I like the DW web Photo Gallery feature, with some changes. What I've done in the past is generated the html file and then gone back in to each page invidiually to make the changes in layout that I wanted. Is there a way I can make a change right

  • HT201274 When I go to erase all content and settings my phone ask for a password

    When I go to erase all content and settings the phone ask for a password.