Announcement

Collapse
No announcement yet.

no pcm sound. (flash games etc) - solved

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    no pcm sound. (flash games etc) - solved

    I have no sound from pcm using audolgy2 sound-card. On-board sound is disabled in bios.
    This only started after i added backports and the kernel was updated.
    Version.
    Linux home 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:28:05 UTC 2010 x86_64 GNU/Linux

    I can get sound by "sudo alsa force-reload" which lets me watch flash etc.
    This throws up another problem in that i can't log/out shut down, I get the shutdown music but thats it.
    To shut down i have to ctrl-alt f1 and shutdown from there.

    Thanks in advance.
    Sparky64

    Edit.
    Tried out a few things.
    cat /proc/asound/modules
    gives 1 snd_ca0106

    lspci -v | less
    gives
    01:09.0 Multimedia audio controller: Creative Labs CA0106 Soundblaster
    Subsystem: Creative Labs Device 1006
    Flags: bus master, medium devsel, latency 32, IRQ 19
    I/O ports at c400 [size=32]
    Capabilities: <access denied>
    Kernel driver in use: CA0106
    Kernel modules: snd-ca0106

    also this (disabled in bios)
    00:07.0 Audio device: nVidia Corporation MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio (rev a1)
    Subsystem: Giga-byte Technology Device a022
    Flags: 66MHz, fast devsel, IRQ 22
    Memory at fe024000 (32-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>

    Trying to start alsamixer gives this
    cannot open mixer: No such file or directory
    trying the gui version gives this
    alsamixer:function snd_ctl_open failed for default:no such directory.
    Kernel modules: snd-hda-intel

    Sound is working as i am listening to paradise radio via amarok . It just no pcm sounds.
    When i force reload alsamixer will start and shows my card as the correct one.And can listen to flash videos/vlc/games etc.But still can't shut down when i do this.

    #2
    Re: no pcm sound. (flash games etc)

    in terminal open alsamixer

    look for

    audigy analog/digitaljack hit m to remove off

    hope its as easy as it sounds

    Comment


      #3
      Re: no pcm sound. (flash games etc)

      No help I'm afraid.
      Problem is when i get alsamixer to load everything works, Its just not loading on boot.
      I Have noticed a couple of problems with audoligy cards/same problem on the forums and the ubuntu forums.
      I have disabled on board sound but my g/card has hdmi output and is picked up as a sound source.
      I also have a tv card which is also picked up as a sound decoder.
      I have also tried a live beta2 and rc and it worked fine, It was only after adding backports - proposed updates. that it stopped working.

      This is my alsa-base.conf
      # autoloader aliases
      install sound-slot-0 /sbin/modprobe snd-card-0
      install sound-slot-1 /sbin/modprobe snd-card-1
      install sound-slot-2 /sbin/modprobe snd-card-2
      install sound-slot-3 /sbin/modprobe snd-card-3
      install sound-slot-4 /sbin/modprobe snd-card-4
      install sound-slot-5 /sbin/modprobe snd-card-5
      install sound-slot-6 /sbin/modprobe snd-card-6
      install sound-slot-7 /sbin/modprobe snd-card-7

      # Cause optional modules to be loaded above generic modules
      install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
      #
      # Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
      install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
      install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
      install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
      #
      install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
      # Cause optional modules to be loaded above sound card driver modules
      install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
      install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }

      # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
      install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
      # Prevent abnormal drivers from grabbing index 0
      options bt87x index=-2
      options cx88_alsa index=-2
      options saa7134-alsa index=-2
      options snd-atiixp-modem index=-2
      options snd-intel8x0m index=-2
      options snd-via82xx-modem index=-2
      options snd-usb-audio index=-2
      options snd-usb-us122l index=-2
      options snd-usb-usx2y index=-2
      options snd-usb-caiaq index=-2
      # Ubuntu #62691, enable MPU for snd-cmipci
      options snd-cmipci mpu_port=0x330 fm_port=0x388
      # Keep snd-pcsp from being loaded as first soundcard
      options snd-pcsp index=-2

      Thanks for you reply.
      sparky64

      EDIT
      found this bug report where people are having similar sound issues, Including shutdown logout problems.
      https://bugs.launchpad.net/ubuntu/+s...io/+bug/557421

      Comment


        #4
        Re: no pcm sound. (flash games etc - solved)

        Looks like i have sorted it.
        I tried the alsa upgrade script i found on the ubuntu forums but could not connect to the alsa site to download the latest alsa-base etc (1/2 gig download wasted in dependencies)
        so i added deb http://ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu for latest stable. no change.
        i now use deb http://ppa.launchpad.net/ricotz/unstable/ubuntu lucid main
        Quick reboot and everything seems to work fine. including shutdown/logout problem.

        Comment

        Working...
        X