Sound not working for USB Headset [Solved]

I've looked everywhere I can to find a solution for this as I'd hate to waste anyone's time.  I've done everythign the wiki has said and even tried some stuff on other webpages (like including a "!" in front of pcspkr in the Modules part of /etc/rc.conf).  This is currently a fresh install with only an updated pacman, password hashes, GNOME, and couple other minor changes.  As far this install goes I've added -- options snd-pcsp index=2 -- to /etc/modprobe.d/modprobe.conf and installed alsa-utils.  I didn't install alsa-oss this time becuase I thought I read somewhere that OSS and ALSA don't mix that well.  I did install it my first time, but it didn't make any difference.
The wiki said to post these:
# lsmod|grep '^snd' | column -t
snd_usb_audio          87191   0
snd_usbmidi_lib        18516   1   snd_usb_audio
snd_rawmidi            19525   1   snd_usbmidi_lib
snd_hda_codec_realtek  295589  1
snd_seq_dummy          1479    0
snd_seq_oss            29240   0
snd_seq_midi_event     5516    1   snd_seq_oss
snd_seq                50562   5   snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         5281    4   snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            39509   0
snd_mixer_oss          17730   1   snd_pcm_oss
snd_hda_intel          21837   0
snd_hda_codec          74609   2   snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              6222    2   snd_usb_audio,snd_hda_codec
snd_pcm                72321   4   snd_usb_audio,snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              19537   2   snd_seq,snd_pcm
snd                    58906   14  snd_usb_audio,snd_usbmidi_lib,snd_rawmidi,snd_hda_codec_realtek,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc         7361    2   snd_hda_intel,snd_pcm
# ls -l /dev/snd
total 0
drwxr-xr-x 2 root root       80 Mar  4 17:12 by-id
drwxr-xr-x 2 root root      100 Mar  4 17:12 by-path
crw-rw---- 1 root audio 116, 10 Mar  4 17:12 controlC0
crw-rw---- 1 root audio 116, 12 Mar  4 17:12 controlC1
crw-rw---- 1 root audio 116, 15 Mar  4 17:12 controlC2
crw-rw---- 1 root audio 116,  9 Mar  4 17:12 hwC0D0
crw-rw---- 1 root audio 116,  8 Mar  4 17:12 pcmC0D0c
crw-rw---- 1 root audio 116,  7 Mar  4 17:31 pcmC0D0p
crw-rw---- 1 root audio 116,  6 Mar  4 17:12 pcmC0D1c
crw-rw---- 1 root audio 116,  5 Mar  4 17:12 pcmC0D1p
crw-rw---- 1 root audio 116,  4 Mar  4 17:12 pcmC0D2c
crw-rw---- 1 root audio 116, 11 Mar  4 17:12 pcmC1D0c
crw-rw---- 1 root audio 116, 14 Mar  4 17:12 pcmC2D0c
crw-rw---- 1 root audio 116, 13 Mar  4 17:12 pcmC2D0p
crw-rw---- 1 root audio 116,  3 Mar  4 17:12 seq
crw-rw---- 1 root audio 116,  2 Mar  4 17:12 timer
And here's this (The creative headset is what I'm trying to get to work)
# 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: Headset [Creative HS-1200 Headset], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
I'm not a terribly advanced user and am coming from about a month's worth of Linux experience from Ubuntu, but I'm here on Arch because I love the ideals of simplicity and efficiency and would love to learn about what goes on inside my computer behind the scenes.  (On that note, if you know of anything that would help me learn how to fix this type of stuff on my own or anythign that would increase my understanding of what computers do behind the scenes please let me know.)
Thanks
Last edited by Arsenal (2011-03-07 06:00:32)

I reformatted to get sound to work on the normal headset again.  I went to those two sites you suggested, but I'm having a couple issues. 
First I can't find any 'module' related item in /etc that has to do with alsa:
# find /etc -name '*module*'
/etc/syslog-ng/modules.conf
/etc/gtk-2.0/gtk.immodules
/etc/gtk-2.0/gtk.immodules-32
/etc/pango/pango.modules
/etc/pango/pango.modules-32
/etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module
This was also the only alsa.conf file I found and all it is is source code and didn't look like what the site was talking about so I didn't want to alter it.
# find / -name '*alsa.conf*'
/usr/share/alsa/alsa.conf
As far as my /etc/modprobe.d:
# ls -a /etc/modprobe.d
.   framebuffer_blacklist.conf    nouveau_blacklist.conf
..  modprobe.conf        usb-load-ehci-first.conf
and all /etc/modprobe.d/modprobe.conf is is this:
# /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
and I don't have a /etc/init.d directory:
# /etc/init.d
bash: /etc/init.d: No such file or directory
I did manage to find a /proc/asound directory though that looks like it might be related to my problem.
# find / -name '*asound*'
/proc/asound
/var/lib/pacman/sync/extra/ecasound-2.7.2-1
/var/lib/alsa/asound.state
/usr/include/alsa/asoundef.h
/usr/include/alsa/asoundlib.h
/usr/include/alsa/sound/asound_fm.h
/usr/include/linux/ultrasound.h
/usr/include/sys/ultrasound.h
/usr/include/sys/asoundlib.h
/usr/include/sound/asound_fm.h
/usr/include/sound/asound.h
/usr/lib/libasound.so.2.0.0
/usr/lib/libasound.so.2
/usr/lib/libasound.so
/usr/lib32/libasound.so.2.0.0
/usr/lib32/libasound.so.2
/usr/lib32/libasound.so
# ls /proc/asound
card0  card2  CinemaTM    Headset  modules  pcm  seq     version
card1  cards  devices    hwdep     oss      SB   timers
# cat cards
0 [SB             ]: HDA-Intel - HDA ATI SB
                      HDA ATI SB at 0xfe024000 irq 16
1 [CinemaTM       ]: USB-Audio - Microsoft® LifeCam Cinema(TM)
                      Microsoft Microsoft® LifeCam Cinema(TM) at usb-0000:00:12.2-4, high speed
2 [Headset        ]: USB-Audio - Creative HS-1200 Headset
                      Creative HS-1200 Headset Creative HS-1200 Headset at usb-0000:00:12.0-2, full s
I tried to change the order so that the creative headset was "0" and the hda "2" via nano, but after confirming the changes and viewing the file again it always reverted back to this.
I'd like to say that I'd like to write a udev rule to change the default card when I plug/unplug the headset, but I'm not sure how to do that and would like to fix it manually before I create an automatic method so that I know what I'm doing.
**PulseAudio isn't installed atm.  It seemed like even though it provided a temporary fix it didn't actually correct the problem.  I hope the problems I've stated here aren't related to not having it installed.

Similar Messages

  • Sound not working for text alert just vibrate

    Sound not working for text alert just vibrate and no sound on keyboard

    I'm having the same problem, it just started today (11/13/2012). 
    Settings > Sounds> Text Tone = Tri-tone
    Lock Sounds = On
    Keyboard Clicks = Off
    The mute button is also in the correct place (ring, not mute).

  • Sound Not Working for ENVY dv6 after recent updates

    Not sure if it was the most recent updates that did it or if it was just random, but...my sound has stopped working. OCCASIONALLY right after I restart, I can get the sound to work for a few minutes, but that's about it.  (I'm running Windows 8.1, by the way.)
    I've tried the troubleshooter and it claims there's no issue. Sound card is there and working as far as I can tell; it's all enabled. I'm not muted or anything quite that trivial. I would try uninstalling an update, but I'm not sure that would even help. Prior to the update, my sound had started becoming distorted at time and a little crackly. Nothing too drastic or often, so I wasn't too bothered. Obviously, I am bothered by a complete lack of sound.
    I have no idea whether or not headphones work still. I haven't been able to get the speakers working long enough to try them. "Fixit" claims it won't work with my computer, so I can't try that alternate troublershooter.
    I've read every message board imaginable and updated and re-updated all my drivers. Not the issue. I have no idea what's wrong and no idea how to fix it, but it needs to be fixed.
    Any help would be appreciated.

    Hello @samajama,
    Welcome to the HP Forums, I hope you enjoy your experience!
    I have read your post on how the sound coming from your notebook's speakers is not working, and I would be happy to assist you in this matter!
    To restore the sound to your notebook's system, I recommend following this document on No Sound from Speakers (Windows 8). This should help to address a specific Microsoft update that has caused sound output issues.
    Please re-post with the results of your troubleshooting, and I look forward to your reply!
    Regards  
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Sound not working for apps

    The sound is not working for game apps, and possibly other apps. Sound effects work. Side switch is not on mute. Nothing, I repeat NOTHING, is muted. YouTube videos work. System sounds work. Games that are supposed to have sounds no longer have sounds.
    I also cannot update the iOS system. It says that there is no internet connection but the internet works fine for everything else. I am posting this from the device. Resetting and restarting have not worked. Also, the keyboard seems to be having minor problems as well, such as capitalizing, autocorrect, etc, which used to work but now doesn't.
    I have not used the iPad in over a year because of forgotten passcode, and now it has a bajillion problems!
    btw, how do I change the Apple ID username and email information?

    You said that you "reset" and that means different things to different people so we could use some clarification on that.
    For now, I would start with this. If you have already done this, please remember that is where the clarification is so important. Go to Settings>General>Reset>Reset all settings. The iPad will start up on its own when you do this. No data is lost. It all settings have to be entered again.
    IF you changed your Apple ID, go to settings>ITunes & App Store>Apple ID. Sign out in there and sign in with the new ID. This is worthwhile reading and should help.
    What to do after you change your Apple ID email address or password - Apple Support

  • Sound not working for dv6700 PLEASE HELP!!!!

    I'm having sound problems on my hp dv6700.  The sound was working last night and this morning, now when I went on it all of a sudden the sound stopped working.  When I plug in a set of headphones it works but the speakers don't work.  If someone could please help me out, I rather not have to take it to Best Buy and pay to have them fix it.

    I am experiencing the same problem, same laptop. I did try reinstalling the Conexant Audio driver but it gave me a failure message "Could Not Find Media Device for the Drive" so looking forward to suggestions.

  • Sound not work for u tube or another program on my laptop

    the sound works, but not when I play You-Tube or another program on my computer

    Hi Bizygrandma,
    Thanks for visiting Apple Support Communities.
    The troubleshooting steps in this article can help if you do not hear sound from your iPhone speakers in some situations:
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    Best Regards,
    Jeremy

  • Sound not working for non-apple Programs/plugins

    I can't seem to get any sound out of flash based websites, excel (when saving for example), or several other apps.
    Quake 3, and itunes still work perfectly fine.
    Also, since this happened, quicktime video playback is very choppy (stopping for up to 10 seconds at a time).
    This happened after installing Flip4Mac, but I've uninstalled it and nothing has changed. I can't watch youtube at all. I've turned the volume settings for the system and for the actual youtube player all the way up and down and I've seen no change.
    I can view the video (and websites) but I get no sound. The same thing occurs on other user accounts on this machine as well. Very strange.
    The ads on Apple.com work fine with sound and smooth playback, but MPG videos on my computer don't seem to have sound and play very choppy. The Startcraft 2 gameplay demo plays fine (AVI) and WMV's work, but MPG's and flash sites don't have sound.
    Here's the overview:
    Machine Name: Power Mac G5
    Machine Model: PowerMac11,2
    CPU Type: PowerPC G5 (1.1)
    Number Of CPUs: 2
    CPU Speed: 2.3 GHz
    L2 Cache (per CPU): 1 MB
    Memory: 1.5 GB
    Bus Speed: 1.15 GHz
    Boot ROM Version: 5.2.7f1
    System Software Overview:
    System Version: Mac OS X 10.4.10 (8R218)
    Kernel Version: Darwin 8.10.0
    Also this may help, in the System profiler under Audio hardware, there are two entries.
    Built In Sound Card:
    Devices:
    Burr Brown PCM3052:
    Inputs and Outputs:
    Line Level Input:
    Controls: Mute, Master
    Playthrough: No
    PluginID: Onyx
    S/PDIF Digital Output:
    Controls: Mute
    PluginID: Onyx
    Headphones:
    Controls: Mute, Left, Right
    PluginID: Onyx
    Internal Speakers:
    Controls: Mute, Master
    PluginID: Onyx
    Line Level Output:
    Controls: Mute, Left, Right
    PluginID: Onyx
    Formats:
    PCM 16:
    Bit Depth: 16
    Bit Width: 16
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz, 64 KHz, 88.2 KHz, 96 KHz
    PCM 24:
    Bit Depth: 24
    Bit Width: 32
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz, 64 KHz, 88.2 KHz, 96 KHz
    AC3 16:
    Bit Depth: 16
    Bit Width: 16
    Channels: 2
    Mixable: No
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz, 64 KHz, 88.2 KHz, 96 KHz
    And
    Built In Sound Card:
    Devices:
    Crystal Semiconductor CS84xx:
    Inputs and Outputs:
    S/PDIF Digital Input:
    Controls: Mute
    Playthrough: No
    PluginID: Topaz
    Formats:
    PCM 16:
    Bit Depth: 16
    Bit Width: 16
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz, 64 KHz, 88.2 KHz, 96 KHz
    PCM 24:
    Bit Depth: 24
    Bit Width: 32
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz, 64 KHz, 88.2 KHz, 96 KHz
    AC3 16:
    Bit Depth: 16
    Bit Width: 16
    Channels: 2
    Mixable: No
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz, 64 KHz, 88.2 KHz, 96 KHz
    Thanks for any help!

    Hi Thomas Iwaniec-
    Have you tried this: Mac OS X: No audio from certain multimedia content?
    Luck-
    -DaddyPaycheck

  • Sound not working after checking for driver updates and resetting bios

    I am running a  (HP Pavilion dv7-6c60us Entertainment Notebook PC)
    I had muted the sound and did a system upgrad prompted by my HP assistant after logging on.   Now when I try to get sound nothing happens.  So I went out to the support site and checked for driver updates and none were found.  So I then went into my system bios and reset it as stated in a support for sound not working and still no sound.   HOW DO I GET MY SOUND TO WORK AGAIN?

     From your models support page Download & Save the latest Audio driver.Go into Control Panel,Programs & Features- Uninstall IDT software.Restart the laptop. After Windows loads, install IDT audio using the downloaded file.
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4063&lc=en&cc=us&dlc=en&sw_lang=&product=5218...
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Hi, I have an iPod touch 5th generation which i got about 10 months ago and now my sound is not working. for example my music isn't playing nor are any of my game sounds. Someone help please.

    Hi, I have an iPod touch 5th generation which i got about 10 months ago and now my sound is not working. for example my music isn't playing nor are any of my game sounds. Someone help please.

    No sound form :
    - Speaker?
    - Headphones?
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      

  • I have an older iMac 5,1 and the disc drive no longer works. I was hoping that I could the Apple USB super drive as a replacement, but the info on the super drive page says compatible with iMac 2012 or later. Does anyone know why it would not work for me?

    I have an older iMac 5,1 and the disc drive no longer works. I was hoping that I could the Apple USB super drive as a replacement, but the info on the super drive page says compatible with iMac 2012 or later. Does anyone know why it would not work for me?

    A reply to similar question (Q & As , in product page Apple Store) says:
    "...dissable the internal reader hardware from devices setup. Then plug the external usb superdrive and that's it."  Answered by Enrique T from Lima Oct  25 2013.
    If you can locate an external Apple USB 'Air" superdrive for earlier model MacBook Air, that should work. The newer one for the Air is the same as for iMac, now.
    You may be able to use other brands of external USB optical drive with your older intel-based iMac, as some of them function capably. A few should also be able to see system discs or other bootable utilities on DVD.
    Hopefully this helps.
    Good luck & happy computing!

  • Sound is not working for my TV Shows

    My sound is not working for just my TV Shows. Sound for the music is just fine. I would appreciate any help given. Thanks!

    If you go back 4 pages you'll find a lot of responses about the same problem. Towards the bottom of this link to that page, Lex came up with a band-aid for the problem until iTunes gets it fixed. Lex's fix worked for me and some others. Since I did as he suggested, I have downloaded two movies and put them over to my iPod. I can also see them on my computer screen and hear them too.
    Possible Temp Help

  • USB not working for data

    Hi, I just realized one of the USB ports of the laptop (powerbook G4) is not working for data transmition, it only works for power, like a cooler.
    Does anybody has any idea?

    USB and FireWire Quick Assist
    http://support.apple.com/kb/HT1151?viewlocale=en_US
    Common fixes for USB device issues (unrecognized, etc.)
    http://www.macfixit.com/article.php?story=20070824012114701
     Cheers, Tom

  • HT4946 My sound is not working for Siri, voice mail, Itunes,and ringer tones... the only sound that works is the buzzer. I was told at Verizin to try and update my I tune app off my Home computer and that might make the sound , will this help or is the sp

    Sound is not working for Siri, voice mail, ringer tones, movies or music. I was told by verizon that the speaker maybe out, but that i might want to try and reload or update my itunes by plgging into my home computer... will this help and if so how do I do this?

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • My photo booth in mac in not working for many days so please give me any suggestion to solve that problem......

    My photo booth in mac in not working for many days so please give me any suggestion to solve that problem......
    And my Airplort utility does't catch any other wireless devices please provide help....

    fubar

  • Need Help, Reward: 1 coupon for a free hug, Problem is sound not working ri

    Using Vista 64Bit\Sound Audigy\Seperate speaker&mic\MSI P35 Neo Motherboard
    Two problems with the sound for the computer, first I can only either have the speakers OR the headset plugged in and working at once in the green slot in the back of the computer, front connections?won't?work for the headset,?I need to crawl behind the computer if I want to switch between speakers or headset.
    Second the Microphone doesn't work, I'v tried plugging it in the front, the back pink slot and everywhere else, I'v tried everything I can in device manager and controlpanel.
    ?Will the?unofficial drivers from Daniel_K fix these problems? Will a official update/bios update fix it's Will I ever find true love?
    Please help with these very important questions!

    Using Vista 64Bit\Sound Audigy\Seperate speaker&mic\MSI P35 Neo Motherboard
    Two problems with the sound for the computer, first I can only either have the speakers OR the headset plugged in and working at once in the green slot in the back of the computer, front connections?won't?work for the headset,?I need to crawl behind the computer if I want to switch between speakers or headset.
    Second the Microphone doesn't work, I'v tried plugging it in the front, the back pink slot and everywhere else, I'v tried everything I can in device manager and controlpanel.
    ?Will the?unofficial drivers from Daniel_K fix these problems? Will a official update/bios update fix it's Will I ever find true love?
    Please help with these very important questions!

Maybe you are looking for