[SOLVED] No sound after reboot.

Hello.
I rebooted my machine and have no sound.
I will include the output of various commands to provide info.
lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
ls -l /dev/snd
total 0
crw-rw----+ 1 root audio 116, 1 Mar 15 03:42 seq
crw-rw----+ 1 root audio 116, 33 Mar 15 03:42 timer
aplay -l
aplay: device_list:268: no soundcards found...
amixer
amixer: Mixer attach default error: No such file or directory
cat /etc/modprobe.d/alsa-base.conf
options snd_hda_intel index=0
cat /etc/group | grep audio
audio:x:92:mpd,paris
Thanks in advance for any help.
Last edited by Paris (2014-03-15 15:56:02)

I used a script that prints all alsa relevant info:
upload=true&script=true&cardinfo=
!!ALSA Information Script v 0.4.63
!!Script ran on: Sat Mar 15 12:06:04 UTC 2014
!!Linux Distribution
Arch Linux \r (\l) NAME="Arch Linux" ID=arch PRETTY_NAME="Arch Linux" HOME_URL="https://www.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/"
!!DMI Information
Manufacturer:
Product Name:
Product Version:
Firmware Version: DPP3510J.86A.0305.2007.1112.1145
!!Kernel Information
Kernel release: 3.13.6-1-ARCH
Operating System: GNU/Linux
Architecture: i686
Processor: unknown
SMP Enabled: Yes
!!ALSA Version
Driver version: k3.13.6-1-ARCH
Library version: 1.0.27.2
Utilities version: 1.0.27.2
!!Loaded ALSA modules
!!Sound Servers on this system
Jack:
Installed - Yes (/usr/bin/jackd)
Running - No
!!Soundcards recognised by ALSA
--- no soundcards ---
!!PCI Soundcards installed in the system
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
!!Advanced information - PCI Vendor/Device/Subsystem ID's
00:1b.0 0403: 8086:293e (rev 02)
Subsystem: 8086:3001
!!Modprobe options (Sound related)
snd_hda_intel: index=0
!!Loaded sound module options
!!ALSA Device nodes
crw-rw----+ 1 root audio 116, 1 Mar 15 12:07 /dev/snd/seq
crw-rw----+ 1 root audio 116, 33 Mar 15 12:07 /dev/snd/timer
!!ALSA configuration files
!!User specific config file (~/.asoundrc)
# the sound card
pcm.real {
type hw
card 0
device 0
# the ipc stuff is needed for permissions, etc.
pcm.dmixer {
type dmix
ipc_key 1024
ipc_perm 0666
slave.pcm "real"
slave {
period_time 0
period_size 1024
buffer_size 8192
rate 44100
bindings {
0 0
1 1
ctl.dmixer {
type hw
card 0
# software volume
pcm.softvol {
type softvol
slave.pcm "dmixer"
control {
name "Software"
card 0
# mpd volume control
pcm.mpdvol {
type softvol
slave.pcm "dmixer"
control {
name "MPD"
card 0
# ctrl for mpd volume
ctl.mpdvol {
type hw
card 0
# input
pcm.input {
type dsnoop
ipc_key 3129398
ipc_key_add_uid false
ipc_perm 0660
slave.pcm "810"
# duplex device
pcm.duplex {
type asym
playback.pcm "softvol"
capture.pcm "input"
# default devices
pcm.!default {
type plug
slave.pcm "duplex"
# for oss devices
pcm.dsp0 {
type plug
slave.pcm "duplex"
!!Aplay/Arecord output
APLAY
aplay: device_list:268: no soundcards found...
ARECORD
arecord: device_list:268: no soundcards found...
!!Amixer output
!!Alsactl output
--startcollapse--
--endcollapse--
!!All Loaded Modules
Module
ctr
ccm
usblp
coretemp
nvidia
arc4
kvm
gpio_ich
ath9k
ath9k_common
ath9k_hw
ath
iTCO_wdt
iTCO_vendor_support
microcode
i2c_i801
mac80211
drm
e1000e
i2c_core
pcspkr
cfg80211
mousedev
joydev
evdev
ptp
snd_hda_intel
intel_agp
lpc_ich
intel_gtt
agpgart
snd_hda_codec
rfkill
pps_core
snd_hwdep
snd_pcm
snd_page_alloc
snd_timer
snd
soundcore
shpchp
acpi_cpufreq
processor
button
mei_me
mei
ext4
crc16
mbcache
jbd2
hid_generic
usbhid
hid
sr_mod
cdrom
sd_mod
ata_generic
pata_acpi
firewire_ohci
firewire_core
crc_itu_t
ata_piix
ehci_pci
uhci_hcd
pata_marvell
libata
ehci_hcd
scsi_mod
usbcore
usb_common
!!ALSA/HDA dmesg
[ 6.060922] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.062012] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 6.066625] hda-intel 0000:00:1b.0: no codecs found!
[ 6.073809] PTP clock support registered
I also run cat /proc/asound/cards and get "--- no soundcards ---".

Similar Messages

  • [Solved] No sound after reboot [FUJITSU-SIEMENS Amilo Pro V3205]

    I have an Intel 82801G sound card, which works fine with alsa/snd-hda-intel after I configure it with alsaconf. But after reboot alsa doesn't work until I reconfigure it again.
    Here stays, that it should work properly, but it doesn't.
    Please, could somebody help me?
    Edited: Or could somebody tell me how should I step by step install it? (I tried arch wiki)
    Last edited by dudko (2010-05-15 14:59:12)

    Solved on #alsa irc. Thank's gnubien, it was missing @alsa in rc.config.

  • [SOLVED] Lost Sound After Upgrade

    Solved (for now at least). The problem appears to be a bug with alsa. Alsaconf writes a file called /etc/modprobe.d/50-sound.conf, which contains the aliases for the sound card. But for some reason it then wasn't reading the file. Copying the alias entries to /etc/modprobe.d/modprobe.conf to read directly from there seems to have worked.
    Now to fix the frequency scaling.
    ===================== solved ===========================
    I lost all sound after the last upgrade. I just rebooted because frequency scaling is also not working, and no sound.
    all drivers seem to be there:
    08:50 AM:~ $ lsmod |grep snd
    snd_mpu401_uart 9264 0
    snd_hda_codec_realtek 278132 1
    snd_cs46xx 96800 1
    snd_seq_dummy 3540 0
    gameport 13760 2 snd_cs46xx
    snd_hda_intel 31208 3
    snd_hda_codec 82128 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 9976 1 snd_hda_codec
    snd_rawmidi 26592 2 snd_mpu401_uart,snd_cs46xx
    snd_ac97_codec 133560 1 snd_cs46xx
    snd_seq_oss 36224 0
    snd_seq_midi_event 8592 1 snd_seq_oss
    snd_seq 64640 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 8324 4 snd_seq_dummy,snd_rawmidi,snd_seq_oss,snd_seq
    snd_pcm_oss 47328 0
    snd_pcm 90872 5 snd_cs46xx,snd_hda_intel,snd_hda_codec,snd_ac97_codec,snd_pcm_oss
    snd_timer 25344 2 snd_seq,snd_pcm
    snd_page_alloc 10784 3 snd_cs46xx,snd_hda_intel,snd_pcm
    snd_mixer_oss 20976 2 snd_pcm_oss
    snd 76744 21 snd_mpu401_uart,snd_hda_codec_realtek,snd_cs46xx,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_rawmidi,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
    soundcore 8576 2 snd
    ac97_bus 2160 1 snd_ac97_codec
    I don't see anything in the updated packages that might cause this:
    [2009-08-09 18:09] upgraded gawk (3.1.6-3 -> 3.1.7-1)
    [2009-08-09 18:09] upgraded gimp (2.6.6-2 -> 2.6.6-3)
    [2009-08-09 18:09] upgraded imagemagick (6.5.4.5-1 -> 6.5.4.8-1)
    [2009-08-09 18:09] upgraded kdelibs3 (3.5.10-5 -> 3.5.10-7)
    [2009-08-09 18:09] upgraded mkinitcpio (0.5.25-1 -> 0.5.26-1)
    [2009-08-09 18:09] upgraded polkit-qt (0.9.2-1 -> 0.9.2-2)
    [2009-08-09 18:09] upgraded psmisc (22.7-1 -> 22.8-1)
    [2009-08-09 18:09] upgraded python-pygame (1.9.0-1 -> 1.9.1-1)
    [2009-08-09 18:09] upgraded python-pysqlite (2.4.1-2 -> 2.5.5-1)
    [2009-08-09 18:09] upgraded readline (6.0.003-3 -> 6.0.004-1)
    [2009-08-09 18:09] Fixing gshadow file ...
    [2009-08-09 18:09] upgraded shadow (4.1.4.1-1 -> 4.1.4.2-1)
    I tried firefox, xine, mythfrontend, avidemux2, xmms and mpg123 - there's no sound in any app. If I play something where there are indicators, like in xmms, the eq indicator levels jump, the song progresses like it's playing, but no sound. I reran alsaconf, it seems to be configured properly. The mixer sliders work and aren't muted. It doesn't work either as root or as user.
    I have another computer hooked up through the line out and the sound still works fine there, so it doesn't appear to be a hardware problem.
    I'm completely stumped at this point. If it's a bug somewhere, what's it a bug in to cause global sound loss? Is there anything else I'm overlooking? All I can think is that it must be muted somewhere, but I can't find it. Or else it has something to do with the cpu and cpu freq scaling that's also broken now.
    ===================== solved ===========================
    Last edited by userlander (2009-08-10 15:04:45)

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Check your settings. The iPads have a small switch on the right edge. It can be used as a rotation lock to keep the screen from automatically reorienting itself as you move around, but you need to have the tablet’s settings configured properly. That same switch, right above the volume buttons, can also be set to function instead as a mute button to silence certain types of audio.
    If the switch is set to work as a mute button, you can change its purpose to “screen-rotation lock” by tapping the Settings icon on the home screen. On the Settings screen, tap General on the left side, and on the right side of the screen flick down to “Use Side Switch to.” Tap to select Lock Rotation or Mute to set the button’s function. Even if you set the side switch for your preferred use, you can still mute the Mini or lock the screen. Just double-click the Home button, and when the panel of apps appears along the bottom edge of the screen, flick the row from left to right with your finger. Tap the icon on the far left side of the row to either lock the iPad’s screen or mute the iPad’s alerts, notifications and sound effects. Music, podcasts and video are not muted unless you turn the volume all the way down.
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/ts1630
    http://www.atreks.com/app-no-sound-on-ipad-4-%E2%80%93-what-to-do/
     Cheers, Tom

  • [SOLVED] No sound after massive upgrade

    Hello,
    I'm just writing to ask for some information about my problem. Recently I upgraded my ArchLinux system after a while without doing it.
    My surprise came when, after rebooting my system is without sound. No sound anywhere. Both the speakers and the volume are turned up at the maximun and there's still no sound.
    I would appreciate any information you could give me to solve this problem which is killing me.
    Also say that before the upgrade the sound was working perfectly.
    Here's my rc.conf file:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="es_ES.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Madrid"
    KEYMAP="es"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(vboxdrv)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="WORK_GROUP"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(vboxdrv syslog-ng dkms_autoinstaller !network !netfs dbus @wicd @alsa kdm @crond preload openntpd)
    Thanks
    PS: Sorry for my English, it's not my first language
    Last edited by eherranzr (2012-07-07 11:25:45)

    DSpider wrote:
    Are you in the audio group?
    $ groups
    Sure, I'm in the audio grup:
    groups
    lp wheel network video audio optical floppy storage power users
    DSpider wrote:Try to follow the wiki as closely as possible. Install alsa-utils, run "alsamixer" and make sure no channels are muted (no "MM").
    This is what I tried the first but everything seems okey:
    DSpider wrote:$ speaker-test -c 2
    speaker-test -c 2
    speaker-test 1.0.25
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 2 channels
    Using 16 octaves of pink noise
    Rate set to 48000Hz (requested 48000Hz)
    Buffer size range from 2048 to 16384
    Period size range from 1024 to 1024
    Using max buffer size 16384
    Periods = 4
    was set period_size = 1024
    was set buffer_size = 16384
    0 - Front Left
    1 - Front Right
    Time per period = 5,632541
    0 - Front Left
    1 - Front Right
    Tried it also, but no sound in the speakers.
    drcouzelis wrote:
    My sound card stopped working today after I updated. I was surprised because my soundcard always worked before. My music player (audacious) said something like "No audio device available".
    I had to reboot 2 times. After that, my sound card worked again. I don't know why.
    I don't know if you have the same problem as me, but we both had a similar problem on the same day doing the same thing (working sound card -> update -> no sound). Maybe it's just a coincidence?
    What a shame but that was not the solution, my computer has been rebooted more than twice since then and still no sound

  • [SOLVED] No sound after installing pulseaudio

    Hi,
    I recently installed pulseaudio to be able to use skype since their update to version 4.3.
    I installed with additional stuff using the command:
    $ sudo pacman -S pulseaudio pulseaudio-alsa pavucontrol lib32-libpulse
    After installing I ran the commands:
    $ pulseaudio -k
    $ pulseaudio --start
    At this point, skype and sound were working properly again.
    After rebooting my computer, I completely lost the sound. I tried killing and restarting pulseaudio and reinstalled twice, but I never managed to have to sound back since...
    Any suggestions?
    Thank you for your help
    Last edited by nocarch (2014-08-08 00:29:48)

    What troubleshooting have you done?
    Moving to NC...

  • [Solved] No sound after resuming from suspend

    After suspending and resuming I no longer have any sound output (through headphone jack or my laptop speaker). The laptop is a toshiba portege r835. I can't say how long this has been happening, since I've only tried to play any sounds after resuming recently.
    Searching the forums I found the following thread: https://bbs.archlinux.org/viewtopic.php?id=151001
    I haven't tried this because it isn't exactly the same problem, but mostly because I'm currently stuck on kernel 3.5.6 because of the sandy bridge power regression issues.
    Does anyone have any other ideas on how to possibly fix this problem?
    Thanks!!
    Last edited by twistedcubic (2012-12-31 22:20:20)

    Solved, sort of.
    I had some double suspend issue: I had set up suspend with systemd before using xfce and then after installing xfce I set my power settings so that the computer would suspend after shutting the lid, so I would have to open the lid, shut it, and then open it again for the computer to actually resume. After turning off the suspend setting in the xfce power manager, and just using the systemd suspend, the sound works fine on resume (both headphones and speakers)!

  • [Solved] No sound after upgrade

    After an upgrade I get no sound out of my speakers. Following packages have been upgraded:
    [2011-08-11 09:38] Running 'pacman -Sy'
    [2011-08-11 09:38] synchronizing package lists
    [2011-08-11 09:39] Running 'pacman -S testing/filesystem testing/dash testing/wget extra/gstreamer0.10-good extra/imagemagick extra/gstreamer0.10-base extra/gstreamer0.10-base-plugins extra/gstreamer0.10-good-plugins extra/flac extra/libogg extra/libisofs extra/ghostscript extra/libburn'
    [2011-08-11 09:39] warning: /etc/fstab installed as /etc/fstab.pacnew
    [2011-08-11 09:39] upgraded filesystem (2011.04-1 -> 2011.08-1)
    [2011-08-11 09:39] upgraded dash (0.5.7-1 -> 0.5.7-2)
    [2011-08-11 09:39] upgraded wget (1.12-7 -> 1.13-1)
    [2011-08-11 09:39] upgraded gstreamer0.10-base (0.10.34-1 -> 0.10.35-1)
    [2011-08-11 09:39] upgraded gstreamer0.10-good (0.10.29-1 -> 0.10.30-1)
    [2011-08-11 09:39] upgraded imagemagick (6.7.1.0-1 -> 6.7.1.3-1)
    [2011-08-11 09:39] upgraded gstreamer0.10-base-plugins (0.10.34-1 -> 0.10.35-1)
    [2011-08-11 09:39] upgraded libogg (1.2.2-1 -> 1.3.0-1)
    [2011-08-11 09:39] upgraded flac (1.2.1-2 -> 1.2.1-3)
    [2011-08-11 09:39] upgraded gstreamer0.10-good-plugins (0.10.29-1 -> 0.10.30-1)
    [2011-08-11 09:39] upgraded libisofs (1.1.2-1 -> 1.1.4-1)
    [2011-08-11 09:39] upgraded ghostscript (9.02-2 -> 9.04-2)
    [2011-08-11 09:39] upgraded libburn (1.1.0.pl01-1 -> 1.1.4-1)
    [2011-08-11 09:40] Running 'pacman -U /tmp/yaourt-tmp-photon-new/PKGDEST.JIQ/flashplugin-beta-11.0.1.98-1-i686.pkg.tar.xz'
    [2011-08-11 09:40] upgraded flashplugin-beta (11.0.1.60-2 -> 11.0.1.98-1)
    [2011-08-11 09:41] Running 'pacman -R esound'
    [2011-08-11 09:41] removed esound (0.2.41-2)
    [2011-08-11 09:41] Running 'pacman -R audiofile'
    [2011-08-11 09:41] removed audiofile (0.2.7-1)
    Concerning the last lines: I removed esound and audiofile because pacman reported that it isn't used by any package any more. Maybe also interesting: I still have kernel 2.6.39 installed since I had some issues with 3.0. Maybe something has been changed to work with 3.0 and is broken with 2.6 now?
    I don't really know how to start troubleshooting.  speaker-test -c 2 doesn't produce any sound. Restarting alsa seems succesfull but doesn't make the sound appear, too. The loaded modules seem fine, too:
    $ lsmod |grep snd
    snd_mpu401 3824 0
    snd_cs4236 22423 0
    snd_emu10k1 121545 1
    snd_wavefront 28370 0
    snd_intel8x0 22404 1
    snd_wss_lib 18084 2 snd_cs4236,snd_wavefront
    snd_ac97_codec 90029 2 snd_emu10k1,snd_intel8x0
    snd_opl3_lib 7322 2 snd_cs4236,snd_wavefront
    snd_mpu401_uart 4951 3 snd_mpu401,snd_cs4236,snd_wavefront
    ac97_bus 850 1 snd_ac97_codec
    snd_util_mem 1812 1 snd_emu10k1
    snd_pcm 60311 5 snd_cs4236,snd_emu10k1,snd_intel8x0,snd_wss_lib,snd_ac97_codec
    snd_rawmidi 15295 3 snd_emu10k1,snd_wavefront,snd_mpu401_uart
    snd_seq_device 4388 3 snd_emu10k1,snd_opl3_lib,snd_rawmidi
    snd_timer 15542 4 snd_emu10k1,snd_wss_lib,snd_opl3_lib,snd_pcm
    snd_hwdep 4919 3 snd_emu10k1,snd_wavefront,snd_opl3_lib
    snd 43399 18 snd_mpu401,snd_cs4236,snd_emu10k1,snd_wavefront,snd_intel8x0,snd_wss_lib,snd_ac97_codec,snd_opl3_lib,snd_mpu401_uart,snd_pcm,snd_rawmidi,snd_seq_device,snd_timer,snd_hwdep
    soundcore 5018 1 snd
    snd_page_alloc 5909 4 snd_emu10k1,snd_intel8x0,snd_wss_lib,snd_pcm
    Concerning the hardware: The motherboard has an integrated sound chip but it isn't used (or it shouldn't be), the speakers are connected to an Audigy 2ZS PCI card, whose module (snd_emu10k1 as reported by alsaconf) seems to be loaded. Btw, running alsaconf didn't solve the problem, too.
    Thanks in advance for any advice,
    PhotonX
    Solved: Problem disappeared by itself after another update (though no sound related packages were touched this time).
    Last edited by PhotonX (2011-08-13 06:11:22)

    Okay, my sound is working again.  I fixed the problem by changing two settings in the pulse audio volume control.  The first was to turn off the RV710/730 Digital Stereo (HDMI) output device and the second was to change the Internal Audio profile to Analog Surround 5.1 Output.  I don't know if the settings will remain after a reboot or some other change, but they work for now.

  • XtremeGamer Pro + Drive Upgrade Kit = No sound after reboot (please he

    First, lemmie say I saw the sticky at the top of this page for digital i/o. After reading the thread, the fix doesn't work for vista and I see that it says you just have to enable digial i/o from the control panel. Since, I have already tried this ... I am asking for help.
    Bought an X-Fi XtremeGamer card about 6 months ago and everything has been working fine. However, I recently converted the PC it was in into an HTPC. Since I have a surround system, it seemed my only option to go with a dri've upgrade kit or have to rebuy a new sound card (wanted 7. surround via coaxial/optical).
    Long story short, everything installed fine yet everytime I reboot the computer I lose sound. If I go into the diagnostic software included by Creative, all the test come back fine but at the last test where it actually test the speakers I get no sound. Selecting to restore defaults brings the sound back just fine. No other "restore default" command actually restores sound accept the one in diagnostics.
    If I reboot immediately after running the diagnostics/getting my sound back, I still come back into Windows without sound. So, it isn't anything I am tweaking that is causing sound loss.
    Currently my PC specs are as follows:
    Windows Vista
    XteremeGamer Pro
    Dri've Upgrade Kit
    Intel Core 2 Duo E6600 Conroe 2.4GHz (OC - 3.3GHz)
    Crucial Ballistix 2GB Ram
    GeForce 8800GTS 320MB
    eVGA NVIDIA nForce 680i SLI ATX Intel Motherboard
    Audio system:
    SLS Audio Q-Line Gold 5. Surround
    Connecting using coaxial right now, have not tried optical to see if that solves the problem though. Going to do that when I get home tonight.
    I completely uninstalled all the creative software and reinstalled using the CD that came with the dri've upgrade kit. I also ran the auto update and it installed the latest drivers.
    Dunno if it matters but it sees my card, with the upgrade kit, as a Sound Blaster X-Fi Platinum Fatalty Champion Series.
    Any suggestions/help?
    Thanks

    Called Creative support and they were just as helpful as these boards. To all who read this, stay away from Creative till they get their act back together. Leading in computer audio my butt, more like leading in customer dissatisfaction and poor support.

  • [SOLVED] no sound after reinstall

    **EDIT**
    POST IS IRRELEVANT
    My hp nc6220 laptop has an ICH6 soundchip and ac97 codec
    Installing alsa-utils and running alsaconf was one of the first things I did after a reboot into the new system.
    aplay /usr/share/sounds/alsa/Front_Center.wav worked. I set levels with alsamixer and did alsactl store.
    Then I proceeded installing xfce4, mplayer, audacious and a whole lot of packages. When I wanted to listen to music, there was no sound. Not outside of X either. I don't remember if I rebooted inbetween. The three mediabuttons mute, lowervolume and raisevolume register, but do nothing. I see the osd come up when i press them playing video in mplayer, though.
    buttons:
    .Xmodmap
    keycode 160 = XF86AudioMute
    keycode 174 = XF86AudioLowerVolume
    keycode 176 = XF86AudioRaiseVolume
    Is this kernel too new?       I have the 2.6.29-ARCH kernel. The modules snd_intel8x0, snd_intel8x0m and snd_ac97_codec are loaded. I'd like to go with alsa, I think it's more usable than oss. I have the same problem with debian sid and made a lengthy post about it. I finaly chose oss over alsa there.
    for reference:
    http://forums.debian.net/viewtopic.php?t=38112
    **EDIT**
    Nevermind. Sound works as expected. I think I accidentally set something wrong in a mixer.
    Last edited by kanonmat (2009-05-03 09:01:19)

    **EDIT**
    POST IS IRRELEVANT
    My hp nc6220 laptop has an ICH6 soundchip and ac97 codec
    Installing alsa-utils and running alsaconf was one of the first things I did after a reboot into the new system.
    aplay /usr/share/sounds/alsa/Front_Center.wav worked. I set levels with alsamixer and did alsactl store.
    Then I proceeded installing xfce4, mplayer, audacious and a whole lot of packages. When I wanted to listen to music, there was no sound. Not outside of X either. I don't remember if I rebooted inbetween. The three mediabuttons mute, lowervolume and raisevolume register, but do nothing. I see the osd come up when i press them playing video in mplayer, though.
    buttons:
    .Xmodmap
    keycode 160 = XF86AudioMute
    keycode 174 = XF86AudioLowerVolume
    keycode 176 = XF86AudioRaiseVolume
    Is this kernel too new?       I have the 2.6.29-ARCH kernel. The modules snd_intel8x0, snd_intel8x0m and snd_ac97_codec are loaded. I'd like to go with alsa, I think it's more usable than oss. I have the same problem with debian sid and made a lengthy post about it. I finaly chose oss over alsa there.
    for reference:
    http://forums.debian.net/viewtopic.php?t=38112
    **EDIT**
    Nevermind. Sound works as expected. I think I accidentally set something wrong in a mixer.
    Last edited by kanonmat (2009-05-03 09:01:19)

  • [SOLVED]No sound after resuming from suspend thinkpad t23

    On a T23 Thinkpad, suspend-to-ram works, but I have no sound and no network when resuming.
    After googling for a while, it seems I must unload sound modules before going to sleep and then reload my sound modules after resuming.
    lsmod|grep snd gives me this:
    snd_intel8x0 28700 3
    snd_ac97_codec 94756 1 snd_intel8x0
    snd_pcm_oss 38432 0
    snd_pcm 68996 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
    snd_timer 19332 1 snd_pcm
    snd_page_alloc 8072 2 snd_intel8x0,snd_pcm
    snd_mixer_oss 14464 1 snd_pcm_oss
    snd 44388 12 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
    soundcore 6496 1 snd
    ac97_bus 2432 1 snd_ac97_codec
    However, from the command line, after
    modprobe -r snd_seq_oss snd_seq snd_seq_device snd_intel8x0 snd_ac97_codec snd_pcm_oss snd_pcm snd_timer snd_mixer_oss
    I get:
    FATAL: Module snd_intel8x0 is in use.
    Even though I have no sound apps running.
    I am planning on putting the modprobe -r command in /etc/pm/sleep.d/whatever to unload and then another to reload the mods.
    Any help appreciated.
    Last edited by Misfit138 (2008-01-07 02:27:07)

    OK, solved it. Placed this in /etc/pm/sleep.d/11suspend
    #!/bin/sh
    mixers="Master PCM CD"
    for mixer in $mixers ; do
    /usr/bin/amixer -q sset $mixer mute
    /usr/bin/amixer -q sset $mixer unmute
    done
    Just mutes and unmutes master, PCM and cd channels. Works perfectly. suspend-to-ram and hibernate now work 100%.
    Thinkpads are so sweet.

  • [Solved]:No sound after updates!

    My sound works pretty good before the updates,I'm using ALSA,I just can't hear anything when i play music or video now,I can not figure out what breaks my sound,here is my pacman log,please help me,thanks!
    [2010-01-23 13:03] starting full system upgrade
    [2010-01-23 13:04] upgraded perl-gnome2-wnck (0.15-2.1 -> 0.16-1)
    [2010-01-23 13:04] upgraded perl-sub-uplevel (0.21_01-1 -> 0.22-1)
    [2010-01-23 13:04] upgraded perl-test-exception (0.27-1 -> 0.29-1)
    [2010-01-23 13:04] warning: directory permissions differ on var/lib/tor/
    filesystem: 700 package: 755
    [2010-01-23 13:04] upgraded tor (0.2.1.21-1 -> 0.2.1.22-1)
    [2010-01-24 16:14] synchronizing package lists
    [2010-01-24 16:15] starting full system upgrade
    [2010-01-24 16:18] ATTENTION DB PACKAGE:
    [2010-01-24 16:18] Please consider to run db_upgrade on Berkeley DB databases with a major db version number update.
    [2010-01-24 16:18] upgraded db (4.8.24-1 -> 4.8.26-1)
    [2010-01-24 16:18] upgraded gzip (1.3.13-1 -> 1.4-1)
    [2010-01-24 16:18] upgraded tzdata (2009t-1 -> 2010a-1)
    [2010-01-25 12:20] synchronizing package lists
    [2010-01-25 12:21] starting full system upgrade
    [2010-01-25 12:41] upgraded bluez (4.59-1 -> 4.60-1)
    [2010-01-25 12:41] upgraded bzr (2.0.1-1 -> 2.0.4-1)
    [2010-01-25 12:41] upgraded file (5.03-2 -> 5.04-1)
    [2010-01-25 12:41] upgraded kernel26-firmware (2.6.32.4-1 -> 2.6.32.5-1)
    [2010-01-25 12:41] >>>
    [2010-01-25 12:41] >>> If you use the LILO bootloader, you should run 'lilo' before rebooting.
    [2010-01-25 12:41] >>>
    [2010-01-25 12:41] >>> Updating module dependencies. Please wait ...
    [2010-01-25 12:42] >>> MKINITCPIO SETUP
    [2010-01-25 12:42] >>> ----------------
    [2010-01-25 12:42] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-01-25 12:42] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-01-25 12:42] >>> More information about mkinitcpio setup can be found here:
    [2010-01-25 12:42] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-01-25 12:42]
    [2010-01-25 12:42] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2010-01-25 12:42] ==> Building image "default"
    [2010-01-25 12:42] ==> Running command: /sbin/mkinitcpio -k 2.6.32-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-01-25 12:42] :: Begin build
    [2010-01-25 12:42] :: Parsing hook [base]
    [2010-01-25 12:42] :: Parsing hook [udev]
    [2010-01-25 12:42] :: Parsing hook [autodetect]
    [2010-01-25 12:42] :: Parsing hook [pata]
    [2010-01-25 12:42] :: Parsing hook [scsi]
    [2010-01-25 12:42] :: Parsing hook [sata]
    [2010-01-25 12:42] :: Parsing hook [filesystems]
    [2010-01-25 12:42] :: Generating module dependencies
    [2010-01-25 12:42] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-01-25 12:42] ==> SUCCESS
    [2010-01-25 12:42] ==> Building image "fallback"
    [2010-01-25 12:42] ==> Running command: /sbin/mkinitcpio -k 2.6.32-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-01-25 12:42] :: Begin build
    [2010-01-25 12:42] :: Parsing hook [base]
    [2010-01-25 12:42] :: Parsing hook [udev]
    [2010-01-25 12:42] :: Parsing hook [pata]
    [2010-01-25 12:42] :: Parsing hook [scsi]
    [2010-01-25 12:42] :: Parsing hook [sata]
    [2010-01-25 12:42] :: Parsing hook [filesystems]
    [2010-01-25 12:42] :: Generating module dependencies
    [2010-01-25 12:42] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-01-25 12:42] ==> SUCCESS
    [2010-01-25 12:42] upgraded kernel26 (2.6.32.4-1 -> 2.6.32.5-1)
    [2010-01-25 12:43] upgraded kernel26-headers (2.6.32.4-1 -> 2.6.32.5-1)
    [2010-01-25 12:43] upgraded moc (2.4.4-3 -> 2.5.0_alpha4-1)
    [2010-01-25 12:43] upgraded pciutils (3.1.4-1 -> 3.1.5-1)
    [2010-01-25 12:43] upgraded util-linux-ng (2.16.2-1 -> 2.17-1)
    [2010-01-25 12:43] upgraded xz-utils (4.999.9beta-1 -> 4.999.9beta-2)
    [2010-01-25 18:39] synchronizing package lists
    [2010-01-25 18:40] starting full system upgrade
    [2010-01-25 18:49] warning: /etc/logrotate.d/crond installed as /etc/logrotate.d/crond.pacnew
    [2010-01-25 18:49] upgraded dcron (3.2-4 -> 4.4-1)
    [2010-01-25 18:49] upgraded python (2.6.4-1 -> 2.6.4-2)
    [2010-01-25 22:45] installed phonon-xine (4.3.1-2)
    [2010-01-25 23:07] removed phonon-xine (4.3.1-2)
    [edit]This occurs on an Acer 4736G(laptop).
    Last edited by cael (2010-01-28 14:15:54)

    demonicanima wrote:
    I'm having the same problem. Sound worked last night after some updates...fails today after some more updates.
    This is true with multiple players (mplayer/audacious/vlc).
    I don't even get the beep I usually get when I shutdown.
    Here are the updates that you and I have in common.
    upgraded db (4.8.24-1 -> 4.8.26-1)
    upgraded gzip (1.3.13-1 -> 1.4-1)
    upgraded tzdata (2009t-1 -> 2010a-1)
    upgraded bluez (4.59-1 -> 4.60-1)
    upgraded file (5.03-2 -> 5.04-1)
    upgraded kernel26-firmware (2.6.32.4-1 -> 2.6.32.5-1)
    upgraded kernel26 (2.6.32.4-1 -> 2.6.32.5-1)
    upgraded pciutils (3.1.4-1 -> 3.1.5-1)
    upgraded util-linux-ng (2.16.2-1 -> 2.17-1)
    upgraded xz-utils (4.999.9beta-1 -> 4.999.9beta-2)
    upgraded python (2.6.4-1 -> 2.6.4-2)
    upgraded dcron (3.2-4 -> 4.4-1)
    Figured more information wouldn't hurt.
    [edit]: Forgot to mention, this occurs on an Acer Aspire One.
    I met this problem first time,before this my sound works pretty good,i hope it will be fixed in next update!

  • [Solved]no sound after suspend/resume after kernel 3.9.2 upgrade

    I don't know  what to provide to help solve this problem. Leave me messages.Thank you!
    Last edited by chu887 (2013-06-06 08:54:16)

    johni wrote:
    I got mine working!
    First I commented out the module parameter from my /etc/modprobe.d//intel-hda-audio.conf:
    #options snd-hda-intel model=dell-eq
    Since it works without that now, I will probably remove the file.
    Next, I went into alsamixer, and noticed a couple items not there before, turned down low:
    "Speaker", and two "HeadPhone" mixers, both turned down almost off.  I turned up the volume on the speaker, and was able to get sound from the speakers.   The same worked for the headphone entries (I have two headphone jacks).
    After I did this, it works better than before because I used to only have one working headphone jack.
    Also, I confirmed sound is still working after suspend/resume for me.
    Hopefully this will help one of you.
    Thanks,the problem has been resolved by downgrade.
    Sound is absolutely normal before I suspend/resume my system,  volume is normal, not too large,not too little. But there's no sound at all after resume it .  I guess it's probably to have something to do with our audio card - HDA intel,  my computer is also a dell laptop( dell 1420 , 2007/2008, really old ).
    My advice is : don't upgrade to kernel 3.9.2 ,it's an odd version( odd version is not stable).

  • [SOLVED] No sound after fresh install

    Hi
    I am having a little bit of a problem that I couldn't solve myself. My sound is not working after a fresh installation of Arch. Everything else is fine but sound is not working. My "user" is in "audio" group, I tried some solution nothing smart just trying to reinstall or try to delete pulseaudio or alsa, only to find they are dependant on something. I have a Gnome 3.12. Also I am not an expert (obviously) ,but some things are still unclear to me about linux and this is not my first expiriance with Arch.
    This is what I belive you need from harware list:
    Motherboard: Asus P5Q PRO
    Video Card: Ati Radeon 4850HD
    Audio: Realtek ALC1200, 8-channel High Definition Audio CODEC (this is built in)
    So enough of my rambling here are the data I think you may need for actually helping me:
    This is the version I am using
    pacman -Q | grep alsa
    alsa-lib 1.0.28-1
    alsa-oss 1.0.28-1
    alsa-plugins 1.0.28-2
    alsa-utils 1.0.28-1
    lib32-alsa-lib 1.0.28-1
    lib32-alsa-plugins 1.0.28-1
    pulseaudio-alsa 2-3
    zita-alsa-pcmi 0.2.0-1.
    cat /proc/asound/modules
    0 snd_hda_intel
    1 snd_hda_intel
    lsmod | grep snd
    snd_hda_codec_realtek 67127 1
    snd_hda_codec_generic 63126 1 snd_hda_codec_realtek
    snd_hda_codec_hdmi 45117 1
    snd_hda_intel 26327 10
    snd_hda_controller 26727 1 snd_hda_intel
    snd_hda_codec 108552 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep 17244 1 snd_hda_codec
    snd_pcm 88487 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd_timer 26614 1 snd_pcm
    snd 73436 28 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    soundcore 13031 2 snd,snd_hda_codec
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC1200 Digital [ALC1200 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 80 Oct 9 23:27 by-path
    crw-rw----+ 1 root audio 116, 5 Oct 9 23:27 controlC0
    crw-rw----+ 1 root audio 116, 2 Oct 9 23:27 controlC1
    crw-rw----+ 1 root audio 116, 10 Oct 9 23:27 hwC0D0
    crw-rw----+ 1 root audio 116, 4 Oct 9 23:27 hwC1D0
    crw-rw----+ 1 root audio 116, 7 Oct 9 23:27 pcmC0D0c
    crw-rw----+ 1 root audio 116, 6 Oct 9 23:27 pcmC0D0p
    crw-rw----+ 1 root audio 116, 8 Oct 9 23:45 pcmC0D1p
    crw-rw----+ 1 root audio 116, 9 Oct 9 23:27 pcmC0D2c
    crw-rw----+ 1 root audio 116, 3 Oct 9 23:27 pcmC1D3p
    crw-rw----+ 1 root audio 116, 1 Oct 9 23:26 seq
    crw-rw----+ 1 root audio 116, 33 Oct 9 23:27 timer
    Sorry if anything is wrong it's my first post
    Last edited by LArchimonde (2014-10-10 13:32:16)

    No, I checked that in the beggining, however the thing that bothers me is there is, in gnome settings; sound; there is no intel hd or radeonhd choises just "Digital Output" (S/PDIF) -Built-in-Audio". And I can't seem to add new one or anything else. Aslo in the same menu sound; I cannot choose another profile. Just one: Digital Stereo.
    I was thinking could the new kernel be guilty? Whenever I installed in the past everything was ok, including the sound. Now there is something that I didn't mention, there were two lines when I started installing Arch yesterday,
    "Posible missing firmware aic94, smsmdtv."
    This is not exactly how it was written but I do remeber posible and these two "missing" ones, because I writed them down.
    That's it. Anyone has any ideas?

  • No sound after rebooting on new installation of Audigy 2 ZS Plati

    Hi,
    I have already done the Clean boot throubleshooting including the uninstallation of the card, so there where no referenses left from the card. Then i downloaded the driver 2.8 and run the installation, when that was done i got sound from the speakers, but that installation demands a reboot, so i rebooted, and then a new "finishing installaton" message turns up and after that is completed i no longer have any sound. I have run the speaker set up and changed from the 7. system to the 2/2. speaker set up that i have. but there is still no sound. So what do i do now ?
    --Hdesknab

    Oh Ya forgot one thing. Do Any Creative Staff reply to this forum ?
    If so pls do consider in the options available in the ICE industry.
    Pls Liase to your "taukeh" .... :smileyvery-happy:
    if all goes well... and products become available to public... easier for me to purchase/source....
    pls dun forget my very small percent in royalties......
    regards.

  • [SOLVED] No Sound After Installing KDE

    After installing KDE I have no sound.
    Results of commands
    lspci | grep Audio
    gives
    00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
    and
    aplay -l
    gives
    aplay: device_list:256: no soundcards found...
    Can someone help?
    Last edited by vujke (2012-11-13 12:14:52)

    Morn wrote:First I would run "lsmod" to check if the snd kernel modules are loaded…
    Module Size Used by
    rfcomm 33791 4
    bnep 8857 2
    snd_hda_codec_realtek 61193 1
    btusb 12372 0
    bluetooth 192120 22 bnep,btusb,rfcomm
    snd_hda_intel 26180 0
    snd_hda_codec 98033 2 snd_hda_codec_realtek,snd_hda_intel
    rfkill 15604 2 bluetooth
    snd_hwdep 6300 1 snd_hda_codec
    snd_pcm 75167 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
    coretemp 6070 0
    kvm_intel 124749 0
    kvm 373917 1 kvm_intel
    snd_timer 18934 1 snd_pcm
    snd 59989 6 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 5442 1 snd
    ppdev 5902 0
    psmouse 71909 0
    microcode 12377 0
    parport_pc 30541 0
    acpi_cpufreq 5933 1
    mperf 1267 1 acpi_cpufreq
    processor 26855 1 acpi_cpufreq
    serio_raw 4689 0
    pcspkr 1899 0
    iTCO_wdt 5255 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    lpc_ich 10609 0
    parport 31363 2 ppdev,parport_pc
    atl1c 33646 0
    asus_atk0110 9824 0
    evdev 10266 4
    fuse 69173 8
    vboxdrv 1823469 0
    ext4 440434 2
    crc16 1359 2 ext4,bluetooth
    jbd2 78751 1 ext4
    mbcache 5977 1 ext4
    sr_mod 14823 0
    cdrom 35520 1 sr_mod
    sd_mod 29559 7
    ata_generic 3338 0
    pata_acpi 3451 0
    uhci_hcd 23436 0
    ata_piix 23352 5
    libata 167683 3 pata_acpi,ata_generic,ata_piix
    scsi_mod 133386 3 libata,sd_mod,sr_mod
    ehci_hcd 41816 0
    usbcore 150398 3 btusb,uhci_hcd,ehci_hcd
    usb_common 954 1 usbcore
    i915 495073 2
    video 11276 1 i915
    button 4662 1 i915
    i2c_algo_bit 5391 1 i915
    intel_agp 10744 1 i915
    intel_gtt 15659 3 i915,intel_agp
    drm_kms_helper 32877 1 i915
    drm 218724 3 i915,drm_kms_helper
    i2c_core 20707 4 drm,i915,drm_kms_helper,i2c_algo_bit
    I would say it is.
    Morn wrote:
    By the way, I'm also having audio issues with KDE 4.9.3 now. I can play sound though, it's the mixer that's broken.
    P.S. I could fix my issue in the KMix preferences. (The wrong audio interface had been selected since the upgrade.)
    Do you think on Phonon preferences. If is, I got nothing to select.
    Last edited by vujke (2012-11-11 22:50:35)

Maybe you are looking for