Announcement

Collapse
No announcement yet.

no audio with intel ich9 chipset

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

    #16
    Re: no audio with intel ich9 chipset

    Originally posted by dibl
    3. It sounds like there is nothing to lose from trying GreyGeek's Realtek ALC262 codec -- it's a long shot, but who knows?
    I can choose the model of notebook to use, editing /etc/modprobe.d/alsa-base.conf not the codec (don't know how). Is that you meant?

    Comment


      #17
      Re: no audio with intel ich9 chipset

      That's what I meant, but I think you'll have a better chance using the information from that second link, in this list:
      HP model=hp
      tx1000, tx2000z model=hp
      3013 model=hp-3013
      nx6325 model=toshiba
      6535b model=laptop
      6735s model=laptop enable_msi=1
      TX2635us (tx2500 series) model=toshiba position_fix=1
      xw4400/6400, 8400/9400 model=hp-bpc
      BPC D7000 model=hp-d7000
      Thin Client T5735 model=hp-tc-t5735
      dv4-1120us, dv4-1124nr, dv4-1124cl, dv4-1150, dv4-1000ea, dv7 enable_msi=1
      dv5, dv4z model=dv5
      hptx2510us model=toshiba position_fix=1
      or
      snd-hda-intel model=zepto position_fix=1
      dv7t-2000
      options snd-hda-intel model=hp-m4 enable=1 index=0
      options snd-hda-intel enable_msi=1
      -Upgrade ALSA to 1.0.19
      Your dv6 is not listed, unfortunately, but you could try making some options. First try "model=hp". If that's no help, see the red one above? Make one like that for your dv6-1014el.

      On your 9.04 output, it sure looks like all the hardware is correctly detected, and intel sound modules are loaded. So it's some little fiddly thing that is keeping it from actually playing.

      Comment


        #18
        Re: no audio with intel ich9 chipset

        unfortunately, i already tried that's models.
        Just a question, evry time i change the model in /etc/modprobe.d/alsa-base.conf to use it i have to reboot or just logout/login ?

        Comment


          #19
          Re: no audio with intel ich9 chipset

          Here is my /etc/modules.d/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 beeing loaded as first soundcard
          options snd-pcsp index=-2
          "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
          – John F. Kennedy, February 26, 1962.

          Comment


            #20
            Re: no audio with intel ich9 chipset

            Mmm, yeah I already read this, but seems to be not for kubuntu because mark says:
            Restart alsa.
            Code:
            Code:
            
            killall pulseaudio
            
            sudo alsa force-reload
            
            pulseaudio -D
            and kubuntu doesn't use pulseaudio, indeed it is not installed, so i leave it, anyhow before leaving i tried some models

            It'll be interesting in testing if it works in ubuntu jaunty, if i have some times i'll test it.

            Comment


              #21
              Re: no audio with intel ich9 chipset

              Originally posted by GreyGeek
              Here is my /etc/modules.d/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 beeing loaded as first soundcard
              options snd-pcsp index=-2
              Equal to mine

              Thx for posting.

              Comment


                #22
                Re: no audio with intel ich9 chipset

                Originally posted by backslash
                unfortunately, i already tried that's models.
                Just a question, evry time i change the model in /etc/modprobe.d/alsa-base.conf to use it i have to reboot or just logout/login ?
                Honestly, I'm not 100% certain, but I THINK the /etc/modprobe.d modules are only loaded during the system boot. There might be a way to reload them without rebooting it, but it would be a "sudo" command, not just a user logout/login.

                Comment


                  #23
                  Re: no audio with intel ich9 chipset

                  I confirm, need to reboot, all howtos and posts says that.
                  Now i tried my last shot, i installed last alsa version (1.0.20) with the famous script (as the howto i read says) in ubuntuforums. Nothing changed. I use model hp-m4 .

                  Comment


                    #24
                    Re: no audio with intel ich9 chipset

                    Originally posted by backslash
                    I confirm, need to reboot, all howtos and posts says that.
                    Now i tried my last shot, i installed last alsa version (1.0.20) with the famous script (as the howto i read says) in ubuntuforums. Nothing changed. I use model hp-m4 .
                    Bummer.

                    OK, desperate situations call for desperate measures. There are two other Linux Live CDs that are really excellent at hardware detection -- I would try them both (if the first one doesn't work). If one of them works, you can check what the heck sound module is working, and use that information to set up your Kubuntu system.

                    http://www.elivecd.org/ (get the "Development" version -- the download is way faster)

                    and

                    http://sidux.com/Article485.html download links are toward the bottom of the page.


                    Comment


                      #25
                      [SOLVED]Re: no audio with intel ich9 chipset

                      IT WORKS !!!



                      What i did:
                      install the latest alsa driver running the script alsaUpgrade.sh you find here (must be logged to download)

                      put in /etc/modprobe.d/alsa-base.conf at last line:
                      options snd-hda-intel model=dell-m4-3 enable_msi=1

                      reboot

                      In mixer window now you have a new voice: "speaker" unmute or turn up the volume.

                      HAVE FUN!!

                      Thx to all you guy that help me and also to this guy that drive me on the right way, have a nice.... beer !!

                      Thx dibl and thx greygeek

                      Comment


                        #26
                        Re: no audio with intel ich9 chipset

                        Great -- persistence pays off, once again!

                        Comment


                          #27
                          Re: no audio with intel ich9 chipset

                          Originally posted by dibl
                          Great -- persistence pays off, once again!
                          Yeah, maybe not always so funny, but gives great satisfaction!!! (and i learned something more )

                          Comment

                          Working...
                          X