[Solved] Sound Card Issue

I have been trying to set my default sound card as a usb headset that I got a while back before I started using arch linux. I have checked the wiki, the audactiy wiki, and a few other sources to get everything started. When I first configure everything using the guides, everything works well. However, upon reboot, the order of my soundcards change. There was a guide on the archwiki on how to set a defined sound card order, but I cannot find a way to acertain the snd_mia,snd_hda_intel equivalents to my sound card.
=======================================
cat /proc/asound/cards yeilds
0 [SB             ]: HDA-Intel - HDA ATI SB
                      HDA ATI SB at 0xfeaf4000 irq 16
1 [HDMI           ]: HDA-Intel - HDA ATI HDMI
                      HDA ATI HDMI at 0xfebf8000 irq 43
2 [P780           ]: USB-Audio - Plantronics GameCom 780
                      Plantronics Plantronics GameCom 780 at usb-0000:00:12.0-3,
=============================================
However the order of these changes when I apply
=====================================
cm.!default {
         type asym
         playback.pcm {
                 type plug
                 slave.pcm "hw:2,0"
         capture.pcm {
                 type plug
                 slave.pcm "hw:2,0"
=========================================
to ~/.asoundrc in order to set my playback and capture device as my headset. Again, it works at first, but then the sound card order changes upon reboot. I understand that one can define the sound card order by editing /etc/modprobe.d/alsa-base.conf and then applying (only changing snd_mia,snd_hda_intel to the sound cards of your computer)
=========================================
options snd slots=snd_mia,snd_hda_intel
options snd_mia index=0
options snd_hda_intel index=1
================================================
So I am merely asking how one would go about finding and defining the equivalents of snd_mia,snd_hda_intel for ones own sound cards, and then proceeding to set the default order using the method that the archwiki provided.
Last edited by Hastur The Unspeakable (2014-07-14 23:24:37)

emeres wrote:
Use [_code_][_/code_] tags without the underscores to mark output of commands. Snd_mia and so on are modules. Look at the wiki again, search for lsmod. It is explained there. You could use that alsa configuration by using card names as references instead of numbers, which is also explained at the wiki, but I recommend sticking to modprobe approach. Read the whole chapter about setting the default sound card. It is explained step by step how to acquire vid and pid and use them. Your modules should be snd_hda_intel and snd_usb_audio from the looks of it.
It is supposed to be pcm.!default not cm.!default, you probably missed the 'p' when copying.
I did a quick page through the wiki on lsmod, and I set up the modprobe file. I also fixed the snippet of code that I added, and now everything works like a charm. Thanks for the help, and I hope you have a wonderful evening.

Similar Messages

  • [SOLVED] Sound Card not recognized on Macbook (5,1)

    Hello,
    I had no problems installing Archlinux on my Macbook (5,1).  In fact, the first time I followed the Wiki's instructions for installing ALSA, I could play sounds just fine.  However, ever since my first restart, the ALSA daemon complains that I have no sound cards installed.  lspci shows that it sees an audio device, but /sys/modules/snd no longer exists.  I do not know much about useful diagnostic information for this situation, so please let me know what else could be of use.
    Thank you,
    Rob
    Last edited by rennis250 (2009-07-28 20:58:00)

    I had forgotten that I installed OSS, which caused conflicts with a previously installed copy of ALSA.  Once I removed OSS completely, rebooted, and went through the ALSA setup again, I had fully working sound.  This problem can be marked as solved.
    --Rob

  • [SOLVED]Sound Card No longer detected after pulseadio install

    I recently installed pulseaudio and after the install my /var/lib/alsa/asound.state file was deleted or moved, anyhow now neither pulseaudio or alsa recognize my sound card. Is there a way to regenerate the original asound.state file ? i've already tried alsactl store but alsa apprently can't find my sound card anymore.
    SOLVED: apparently the modules for the sound card were unloaded I don't know what caused it but it was sure annoying
    SOLUTION:
    modprobe snd-hda-intel ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; modprobe snd-seq-ossa
    Of course the modules you load will depend on your particular system, I happen to be using the Acer Aspire One netbook so I had an intel hda audio card
    Acer Aspire One
    120Gb HDD
    1024mb ram
    Intel N720 1.6ghz
    Last edited by MastodonHQ (2012-02-29 07:21:51)

    yes i assumed it would be necessary for integration, am i to understand this was the root of the problem ?
    ok so i was reading a gentoo forums post and decided to follow some of the fact finding there and came to some good information.
    sound card is not found in /proc/asound/cards
    sound card isn't in /dev/ anywhere
    so it seems like it just up and disappeared
    Last edited by MastodonHQ (2012-02-29 06:00:04)

  • The old sound card issu

    oki this is going to be one big hell of a soup.
    HEre is the problem:
    I CANT GET MY SOUND TO WORK.
    so what have i done?
    well i have done alot of things. and here is the log:
    got xp and the network card to work. downloaded the update program. and from there I reflached the BIOS to get it UTD (up to date). updateded all the drives. updated windows to SP2 (did that before the bios and drives but after the network card).still didnt get the sound card to work.     << did that for about 15 min  .  and then did every thing all over again about 17 times (didnt reinstall win). <<< im serius.
    as soom as i tryed a new thing i re installd the sound drives and rebooted and then tryed ru pöay something in mediaplayer, and have allways got a error mess in my face.
    and here is the status:
    BIOS
    OAC (onboard audio controller) enabled
    OAM (onboard audio mode...or some thing) Azalia (tryed whit AC97)
    controll panel> system> device controller:
    no yellow device
    sound card properly installed.
    sounscard propertys show taht it's working and have the right drives
    "propertys for sound and sounddevices"
    every thing is gray.
    and it cant find any sound devices.
    i need help whit this ASAP im going crazy 
    thx for your time
    /Evanion

    If I'm not wrong, you are having either the 915P based or 925x based mobo running with Azalia embedded 7.1 Audio sound chip.
    I recommend you to try the sticky at the top of the forum and see if it solves your problem.

  • Snd_hda_intel, VT1708 Sound Card issue at Boot Up,

    Hello there,
    Since a week or two (after an update) my sound card isn't at the right order; therefore I cannot play any sound. Let me explain furthermore, I have an USB Webcam with microphone, and a ASUS P5Q Pro Turbo equipped with a VIA VT1708 S sound card.
    I followed the "Advanced Linux Sound Architecture" guide and everything was working sweet until that update, no the USB Webcam is always (if plugged in while booting) the default sound card.
    Here is my /etc/modprobe.d/modprobe.conf
    # /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
    options snd_hda_intel
    So at the moment, I do start up with the Webcam unplugged, but I would like to fix this issue as the webcam is needed very often.
    Many thanks for your time and help.
    SweetthD3ViL

    Seems I resolves the issue,
    here /etc/modprobe.d/modprobe.conf
    # /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
    ## Before ###
    #options snd_hda_intel
    ## test new config ##
    alias snd-card-0 snd-hda-intel
    alias snd-card-1 snd_usb_audio
    options snd-card-0 index=0
    options snd-hda-intel index=0
    options snd-card-1 index=1
    options snd_usb_audio index=1
    remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel

  • Sound Card Issues with Macromedia Flash

    I'm having issues with a clicking sound on some of the areas of my audio when I export to a quicktime file from Flash. After extensive research, I found at least one forum post addressing the issue saying that it could be that the Crystal Semiconductor CX84xx sound card that came with my G5 could need updated drivers. So far I've only been able to find an update for Windows Crystal Semiconducter, which makes me think that maybe there aren't any updates for this particular sound card for Mac?
    I guess my question is, am I on the right track, and if there are updates for this sound card where would I be able to find them?
    Thanks,
    Jay

    In particular, please see this bug report: https://bugbase.adobe.com/index.cfm?event=bug&id=3289908
    With 11.2, do you ever get proper surround decoding?  If so, can you point me to content that I can hear?
    Thanks,
    Chris

  • [SOLVED] Sound card not recognized

    I tried following the ALSA setup guide on the Wiki to get my sound working but I don't think Arch recognizes my sound card.  I found out from lshwd that the module is snd-intel8x0 so I modprobed that and snd-pcm-oss, changed the values in alsamixer, added myself to the audio group, installed alsa-utils, alsa-lib and alsa-oss and restarted everything but I still have no sound.  Here's some output:
    lsmod | grep '^snd'
    snd_intel8x0 28700 1
    snd_ac97_codec 95780 1 snd_intel8x0
    snd_pcm_oss 38688 0
    snd_pcm 69124 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
    snd_seq_device 6796 0
    snd_mixer_oss 14592 1 snd_pcm_oss
    snd_timer 19076 1 snd_pcm
    snd 44516 9 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_pcm,snd_seq_device,snd_mixer_oss,snd_timer
    snd_page_alloc 7816 2 snd_intel8x0,snd_pcm
    ls -l /dev/snd
    total 0
    crw-rw---- 1 root audio 116, 0 2007-07-12 21:35 controlC0
    crw-rw---- 1 root audio 116, 24 2007-07-12 21:35 pcmC0D0c
    crw-rw---- 1 root audio 116, 16 2007-07-12 21:35 pcmC0D0p
    crw-rw---- 1 root audio 116, 25 2007-07-12 21:35 pcmC0D1c
    crw-rw---- 1 root audio 116, 26 2007-07-12 21:35 pcmC0D2c
    crw-rw---- 1 root audio 116, 27 2007-07-12 21:35 pcmC0D3c
    crw-rw---- 1 root audio 116, 20 2007-07-12 21:35 pcmC0D4p
    crw-rw---- 1 root audio 116, 33 2007-07-12 13:02 timer
    The wiki says that if you have controlC0 and pcmC0D0p in that output then the modules have been loaded properly and they are both there so I'm not sure where to go from here.  Your help would be appreciated.
    Last edited by Thrillhouse (2007-07-12 22:23:29)

    you need to start alsa if you haven't already done so... /etc/alsa start
    prolly better to run alsacoconf if you still have problems

  • Sound card issues downgrading Pavilion dm1z to XP x64?

    A few months ago, while following the "Unofficial Downgrade to XP" guide, I decided to go with XP 64-bit for my Pavilion dm1z laptop. The thread does indicate that 64-bit XP isn't supported at all for newer HP laptops, but I wanted to still take advantage of the expanded memory availability for my laptop with a 64-bit OS. (Specs are below in my signature.)
    I was able to get everything working that I needed -- monitor/display, wireless, wired networking, touchpad, SATA drivers -- everything except the audio driver, which HP no longer provides for 64-bit XP and which I was unable to find elsewhere. Upon repeated installs, I would always get "The upgrade does not apply to your system" or something similar. MS UAA HD Audio had installed properly, but audio always appeared with a yellow exclamation in Device Manager. Sound card is used with IDT audio drivers, and I'm assuming that the driver(s) I tried work only with a 32-bit OS. I ended up reinstalling Windows 7 through a recovery USB I had made prior to my attempted downgrade, but am still not happy with Windows 7, and would rather have XP 64-bit.
    Can anyone point me in the right direction of either: 1) a guide on how to upgrade/replace the built-in IDT sound card with another, more widely used brand (like Realtek, Conexant or Creative), or 2) somewhere I can download IDT audio drivers for 64-bit Windows XP?
    Pavilion dm1z-2100: 5 GB RAM; 500 GB HD
    Audio: IDT HD Audio
    Wireless: Broadcom BCM4315; Wired: Atheros AR8121
    Graphics: AMD / ATI Mobility Radeon HD 4200
    Storage: AMD 780G Chipset; AMD SB700 Southbridge

    Thanks for the link, will try it as soon as I can.
    But in case it doesn't work, is it possible to replace the internal audio card with one from another company, and download the XP drivers for that?
    Pavilion dm1z-2100: 5 GB RAM; 500 GB HD
    Audio: IDT HD Audio
    Wireless: Broadcom BCM4315; Wired: Atheros AR8121
    Graphics: AMD / ATI Mobility Radeon HD 4200
    Storage: AMD 780G Chipset; AMD SB700 Southbridge

  • Sound card issue

    I have onboard sound, it's been working perfectly fine in Arch. The other day I took apart my computer to move it into a new case, dropped a screwdriver on the motherboard a couple of times, straightened a pin that I noticed was bent on the front panel audio connector (which I wasn't using), and when I hooked everything back up and turned the system on, I no longer heard sound. I didn't get any error messages from the sound system, and when I play something in, say, Amarok, everything looks normal, except for the fact that no sound is coming out of my speakers. So I suspect I physically damaged the part of the motherboard responsible for playing sound.
    lspci still returns the name of the onboard device, though, and dmesg doesn't report anything different from what it normally reports about the device. Is there anything else I might try to see if there's a software solution to this?
    I'd like to fix the onboard sound, but I thought that might not be possible, so I put in a cheap PCI sound card. lspci detects this too, but when I plug my speakers into that card's line out I also get no sound, although again everything on the software end seems to be fine. I tried disabling the onboard sound in the bios but the system still doesn't seem to detect that I want to use that card.
    So, if anyone has any thoughts on what I'm doing wrong with the PCI sound card or (preferably) a way to try to fix the onboard sound, please post.

    Have you run "alsaconf"? It could be your PCI sound-card isn't configured in ALSA yet.
    Have you checked whether the line-out is muted? You could for example by "alsamixer" adjust sound levels.
    If the on-board sound-card is disabled, there shouldn't be any other card for ALSA to pick up. Otherwise you need to check in /etc/rc.conf which card is picked up as default, in other words which module is put first in line.
    Dropping screwdrivers on the motherboard isn't a very good idea. Even static electricity could severely damage components.

  • Skype can't detect sound card, issue with playback...

    Hello
    I have just received my Razer kraken 7.1 headset and have installed razer synapse 2.0. I have set up my mic and speakers of the headset through the control panel, my playback is set as the razer kraken 7.1 earphone and the mic is set as the headset microphone through the recording tab. When I launch skype there is no sound produce through the application, however with previous headsets there has been, I have tried going on youtube to see if sound comes through the headset and it does. Previously I have been using a turtle beach z11 which used 3.5mm jacks in to the computer however this new headset is usb operated. When skype opens and I try to call someone it says problem with playback device meaning I can't call anyone at all. However when checking call quality it says everything is working fine even though it isn't.
    So far I have tried re-installing skype and restarting my pc none of this has worked so far, I know this isn't likely a fault with the headset as it works with all other programmes I have tried.
    I am using a custom built pc with
    OS: WIN7 64 BIT Home Premium
    GPU: AMD HD7950
    CPU: i5-3550
    RAM: 8gb 1333mhz
    Motherboard: Asus p67 series
    Sound card: Onboard 7.1 audio
    Any help with my problems would be much appreciated.
    -Thanks
    George Snell

    @gsnell, Please setup your audio device directly in Skype and not only in the windows playback/record interface.
    Also, please try to quit synapse 2.0 since it may interfere with Skype.
    Also please try with the latest 6.13 version 
    www.skype.com/en/download-skype/skype-for-windows/downloading/
    if nothing helps, Can you please provide logs as described in this link https://support.skype.com/en/faq/FA12321/how-do-i-create-log-files under Skype for Windows Desktop and attach it to your post?
    Thank you

  • Windows 7 upgrade (sound card issue)

    My laptop's sound card makes a loud noise when I upgraded from Vista to 7. I installed the new sound card driver, it worked for a day and made that noise again. I installed it again and now I have to wait and see. Does anyone have any idea to why it's making a noise? My laptop model is Qosmio F55-502. I would appreciate any suggestions and advices.

    | Creative's applications in Daniel's packs tend to integrate better than standard ones or "the Vista install CD", but you can use any driver you want AFTER the installation. That is what I used to do with my X-FI. I installed Daniel's and then upgraded the driver, and any other application that had been updated since his pack's creation.

  • Sound card issues?

    Hi,
    I am putting the system shown below together at the moment. I have had it up and running a couple of times now and experienced almost identical crashes.
    the first couple of crashes the system just came to a halt and upon reboot I got the "config/system is missing" error. The most recent one has resulted in a Blue screen stop error with "unmountable boot device". However the manner of the errors and the time they occured is identical.
    I have narrowed it down, I believe to the soundcard/sound drivers. The most recent time I installed XP Home SP1, some basic drivers (graphics and motherboard but NO sound). I then played Prince of Persia: Warrior Within (just because it was a free one with the graphics card) with no problem. This was soundcard physically connected but no drivers installed. I then installed the drivers from the creative cd - possibly a mistake! and played again and sure enough the system crashed at exactly the same point it previously had.
    In between crashes I have moved the soundcard itself from PCI slot 2 to 3 in case there was some conflict. Obviously I have the onboard sound turned off in the BIOS but to perfectly honest some of the other BIOS setting baffle me and the manual isnt too descriptive so they have generally been left as is. I think I have disabled the RAID but enabled the SATA1/2 and 3/4 pairings (is this correct?!). The two drives are connected on SATA1 and 2 - the nVidia controlled ones as far as I can see.
    Is there any known conflict between the Audigy cards and this motherboard? In the meantime I am downloading latest drivers for the sound card on my working desktop ready for another re-install!!
    Any advice as to how/why the crash occured or any fixes would be much appreciated! Also any advice regarding BIOS settings as I realise the problem may lie with something I have accidentally changed!!
    Many thanks,
    Nath
    System:
    MSI K8N Neo4 Platinum
    Antec NeoPower 480W
    AMD Athlon 64 3200+ with Hyper 48 cooler
    2x512mb Crucial DDR400
    2xSeagate Barracuda 7200.7 200Gb SATA - Not RAIDed
    Leadtek 6600GT TDH 128mb PCI-E
    Creative Audigy 2 ZS Platinum Pro
    Creative TD7700 speakers with DDTS100 decoder
    DVD-RW (Nec5120) + DVD (Sony DDU12 I think)

    Hi, thanks for the quick response!
    I have re-installed XP Home SP1 on the main drive, installed DirectX9.0c and the 71.89 nVidia WHQL certified drivers. Everything appears to be going well so far! The motherboard drivers appear to have gone on ok, usb ports working, network things identified and shown in bottom right as disconnected.
    I downloaded the drivers you suggested from the creative website (I think they were dated 12 May) and tried to install them and realised they were an update so I installed the original CD ones (you were right - December 03!!!) then applied the update. The sound is working in windows fine, the sample music plays through all speakers using a digital line through the decoder - perfect! 
    Before I install the suspect applications and run them again I thought it working checking the device manager, even though no problems appear to be showing up and sure enough I have discovered that the graphics card and sound card appear to be sharing the same interrupt (IRQ 18). Is this correct?!
    I will wait to install games/applications I think may break the system until I hear something back as I suspect this may fix it! That said I can see no way of disabling automatic allocation - the automatic setting box is greyed out. If you need them I can give you a list of the other interrupts so we can select and IRQ for the sound card that will not conflict.
    Anything else worth checking before I do much else?
    Thanks again,
    Nath

  • MSI 965 Platinium sound card issue

    Hi folks,
    Does anybody have any clue how to convert the sound card into pure stereo one. I have a set of Logitech speakers model X-230 (left, right and the subwoofer). From the sound card driver I can pick whether I want to use a headset, 2 channel speakers, 4 channel etc. However in either of these setting the two speakers tend too be supplied with just the "surroud effect" signal so when watching movies or playing music, vocals are really flat and  indistinguishable. Tis really pi..es me off. The speakers sound fantastic on my wifes laptop on stereo output! And I just can not make the sound card working with an output of pure stereo signal. In the past I had Gigabyte mainboard and could switch between stereo and 5.1 system activating/dis activating/disactivating specific outputs. This does not seem the case for P965 unfortunatelly.
    Any clues how to fix it? Cheers lads.

    Yes, I can change the setting in the panel, but does not change the type of the output signal. The vocal part is somewhat buried/flat. This is particularly annoying when watching movies.

  • K9N Diamond integrated sound card issue (XP64)

    I´m having problems with the integrated sound card on my K9N Diamond MB,i cant seem to get the sound to work.
    I couldnt use the drivers that came with the MB cause XP64 doesnt read the disc, so i tried the downloadable drivers from this site. To make sure it wasnt the speakers i´ve plugged in headphones in the line-out (green) slot and it still wont work.
    And i cant install a separate card cause i use SLI GeForce 7900GTX and they take up pretty much all the space on the board. And i cant go with XP-pro either.
    Someone please help
    MSI Socket AM2-ATX Nforce 590SLI DDR2
    AMD Athlon 64 FX-62 AM2 socket (Zalman CNPS9500 Ultra Quiet AM2 1350-2600RPM 18-27,5Dba)
    GeForce 7900GTX 512mb xtreme (XFX) 675Mhz
    Corsair Twin 2X 8500C5 DDR2 CL5 1066Mhz
    Tagan TurboJet 900W Dual 80mm 6xSATA 4xPCI-E
    Seagate Barracuda 7200RPM 500GB SATA2
    Microsoft XP Proffesional X64

    Quote from: wollert on 21-September-06, 10:11:12
    I did, said it found no compatible device for the drivers. Checked in the Mainboard manual for the exact brand of the card.
    XP appears to identify the card in every way i´ve checked, and i´ve double checked the volume controls so that nothing is on mute just to be sure. There´s just no sound coming out.
    download correct drivers for XP 64 (http://download.msi.com.tw/support/dvr_exe/mbd_dvr/Creative_Audigy_Drivers.zip)
    ensure your onboard sound is enabled in BIOS.
    install it. ensure its installed propery (in device manager--->multimedia device)
    configure your speakers to correct configuration, ensure your speakers is connected property.
    ensure in mixer settings "digital output only" is uncheked.
    if you wana install drivers from creative: after download correct drivers pack. right click on it and select extract to xxxx folder. then update it manually.

  • MacBook Pro Sound Card issue

    Hello everyone,
    I own a Early June 2011 15" MacBook Pro to assist me in my work as an audio engineer.
    In spite of some Airoport card/cable issues the MacBook is doing it's job better than I could've wished for,
    but at the moment (just a couple of months out of warranty) I'm having an issue;
    The audio coming out of the mini jack output is very distorted and not usably.
    It all happened after an evening working in a studio:
    The connected minijack cable was accidentally pulled out very rough and this activated the digital output option on the MacBook.
    After re connecting the normal mini jack cable everything seemed to work fine and the I've been playing music trough this same output for the rest of the evening.
    The next morning (after the machine has been on sleep mode) the audio, coming out of the minijack output, was very distorted.
    The internal speaker works fine, though.
    I did a lot of research on the internet and tried a couple of things I found there.
    At a certain moment I found a step by step guide to remove some iTunes file in the OSX library.
    After doing this and restarting the machine 1 side of the stereo output seemed oke, but the other was still distorted.
    As soon as I dragged my balance slider around both of the sides were distorted again.
    This proves, though, that it isn't a hardware issue.
    I've tried a combo update and updated my Mac to Mountain Lion but it still isn't solved.
    Any help is much appreciated!
    Karim

    First make sure you are using the latest drivers...
    http://avid.force.com/pkb/articles/en_US/Download/Eleven-Rack-Drivers
    However the latest ones are not yet confirmed as working to OS X 10.10.3 so you may need to wait for an update from Avid....
    Test and see....
    Note: It's always a good idea not to update OS X or Logic Pro until after you have checked if there are working drivers for your external hardware first.. especially, in my personal opinion... in the case of Avid hardware drivers which are know to lag behind in development..

Maybe you are looking for

  • Sharing files on 2 ipods

    i want to share songs on my friends 80g to my 80g but do not know how to do it and do not want to take the chance of losing all of his music. can anyone help? thanks ipod video   Windows XP  

  • Transfer multiple rows to function module

    Hi Friends, I have th following requirement. In Visula composer I have 1 Input table. Here I read rows from material master and I have a checkbox and a button transfer. And I have a second table view with similar fields. In the first table view I che

  • Is It Possible To Use NI cFP-CTR-50​2 as Quad Encoder?

    Instead of going the route of using a Quad Encoder (which requires additional cost and work to install for a project), I was wondering whether is it possible to configure the cFP-CTR-502 to count directionally using a Digital Input for direction and

  • PREMIERE ELEMENT 10

    comment desavctiver première élement 10 pour le réinstaller sur un autrePC

  • How do you fix the problem "start up disk is full"?

    My brand new macbook pro keep freezing on me.  I get a notice that tells me: "start up disk is full, force quit open applications", I begin to hear the fans and then I can't even close what is open because completely freezes.  I have 500GB of flash d