Announcement

Collapse
No announcement yet.

sound card does not work after upgrading to Oneiric [SOLVED]

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

    #31
    Re: sound card does not work after upgrading to Oneiric.

    Originally posted by Xinixs
    Can you run dmesg just after sounds starts getting quirky? Just to see if there is some pci conflict.

    Maybe in your BIOS setup you can disable one of the audio devices. Or you can choose to blacklist one of the drivers. But let's start with the dmesg bit.
    ok... I knew this moment will come
    my microphone went dead again...
    as xinixs asked me, this is the dmesg i got (dmseg | grep Audio only gave me this line):
    [ 20.261074] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9

    my microphone is dead, and I can see this msg with the word "input", which im sure related to the issue, but i cant understand it, any ideas...?
    Cheers, -Linda

    Comment


      #32
      Re: sound card does not work after upgrading to Oneiric.

      I keep believing it is a PCI conflict between the two sound chips. We can try to disable the HDMI audio driver.

      Can you post the output of
      Code:
      lsmod | grep -i "snd"
      please?

      Comment


        #33
        Re: sound card does not work after upgrading to Oneiric.

        gives me this:
        Code:
        snd_hda_codec_hdmi   32040 1 
        snd_hda_codec_realtek  330769 1 
        snd_hda_intel     33390 3 
        snd_hda_codec     104802 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
        snd_hwdep       13668 1 snd_hda_codec
        snd_pcm        96755 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
        snd_seq_midi      13324 0 
        snd_rawmidi      30547 1 snd_seq_midi
        snd_seq_midi_event   14899 1 snd_seq_midi
        snd_seq        61896 2 snd_seq_midi,snd_seq_midi_event
        snd_timer       29991 2 snd_pcm,snd_seq
        snd_seq_device     14540 3 snd_seq_midi,snd_rawmidi,snd_seq
        snd          68266 16 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
        soundcore       12680 1 snd
        snd_page_alloc     18529 2 snd_hda_intel,snd_pcm
        Cheers, -Linda

        Comment


          #34
          Re: sound card does not work after upgrading to Oneiric.

          OK, let's try the blacklisting thing. Open console and do the followiing:
          Code:
          sudo nano /etc/modprobe.d/blacklist.conf
          At the end of the file, add
          Code:
          blacklist snd_hda_codec_hdmi
          Close with Ctrl-o (that is a letter o, not a zero)

          reboot. You can run
          Code:
          lsmod | grep -i "snd"
          to see if the blacklisting has worked

          Good luck!

          Comment


            #35
            Re: sound card does not work after upgrading to Oneiric.

            ok... i did those, (except i used vim instead of nano since im much more familiar with it)
            now this is what i get from lsmod and still my microphone does not work:
            Code:
            snd_hda_codec_realtek  330769 1 
            snd_seq_midi      13324 0 
            snd_hda_intel     33390 2 
            snd_hda_codec     104802 2 snd_hda_codec_realtek,snd_hda_intel
            snd_rawmidi      30547 1 snd_seq_midi
            snd_hwdep       13668 1 snd_hda_codec
            snd_pcm        96755 2 snd_hda_intel,snd_hda_codec
            snd_seq_midi_event   14899 1 snd_seq_midi
            snd_seq        61896 2 snd_seq_midi,snd_seq_midi_event
            snd_timer       29991 2 snd_pcm,snd_seq
            snd_seq_device     14540 3 snd_seq_midi,snd_rawmidi,snd_seq
            snd          68266 13 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_rawmidi,snd_pcm,snd_seq,snd_timer,snd_seq_device
            soundcore       12680 1 snd
            snd_page_alloc     18529 2 snd_hda_intel,snd_pcm
            Cheers, -Linda

            Comment


              #36
              Re: sound card does not work after upgrading to Oneiric.

              Well, there may be two things going on:
              1. The mic volume needs to be set properly. Have you tried alsamixer in the console?
              2. Instead of the hdmi driver, you need to blacklist the snd_hda_intel driver.

              Looking again at the driver list, it might happen that blacklisting the intel driver renders you completely soundless, so in that case blacklisting is not the way to go.

              Sorry this is such a pain for you. In the end, if things just don't work, you might want to fall back on 11.04....

              Comment


                #37
                Re: sound card does not work after upgrading to Oneiric.

                Originally posted by Xinixs
                Well, there may be two things going on:
                1. The mic volume needs to be set properly. Have you tried alsamixer in the console?
                2. Instead of the hdmi driver, you need to blacklist the snd_hda_intel driver.

                Looking again at the driver list, it might happen that blacklisting the intel driver renders you completely soundless, so in that case blacklisting is not the way to go.

                Sorry this is such a pain for you. In the end, if things just don't work, you might want to fall back on 11.04....
                ok, I checked alsamixer everything was fine, but simply by clicking the mixer from taskbar found out capturing devices was muted (i dont know when and how that happened!!?!!!) and its abit of surprise to me to see alsamixer and the GUI taskbar mixer show different status (should'nt they be sync?)
                anyways... now its working, but as I really want to understand whats happening for future reference (i hope that day doesnt come!) tried blacklisting each againg. with blacklisting the intel my whole sounds totally went dead, but blacklisting hdmi leaves both in & out sounds fine.
                im having a hard time to understand whats happening, the intel sound card is the onboard one, right? isnt it better for hdmi to be working so my onboard drives wouldnt get so occupied...?
                Cheers, -Linda

                Comment


                  #38
                  Re: sound card does not work after upgrading to Oneiric.

                  should I manually install any drivers...?
                  Cheers, -Linda

                  Comment


                    #39
                    Re: sound card does not work after upgrading to Oneiric.

                    I am glad it's working. What I did was sort of make an educated guess. Seeing that the hdmi device was indicated as the one causing trouble in KDE, I thought you might need to blacklist it. I am no expert, but I believe the hdmi driver makes use of the same physical sound chip, but directs the sound to the hdmi port.

                    The intel driver is the one to bring the sound chip to life, hence disabling it leaves your system muted. At the moment, you will not have any sound if you connect an hdmi device, but I suppose you can live with that.

                    There is a bug there which you have now worked around, but of course, it is not the best solution.

                    There is afaik no need for manually loading drivers.

                    Comment


                      #40
                      Re: sound card does not work after upgrading to Oneiric.

                      alright thanks
                      I really hope this would be the end of this topic and I hope it helps others...
                      Cheers, -Linda

                      Comment


                        #41
                        Re: sound card does not work after upgrading to Oneiric [SOLVED]

                        You can expect the sound to be muted again whenever there are updates to the alsa or phonon or pulseaudio packages -- apparently that is the new default.

                        Comment


                          #42
                          Re: sound card does not work after upgrading to Oneiric [SOLVED]

                          Originally posted by dibl
                          You can expect the sound to be muted again whenever there are updates to the alsa or phonon or pulseaudio packages -- apparently that is the new default.
                          great note, thanks
                          Cheers, -Linda

                          Comment


                            #43
                            Re: sound card does not work after upgrading to Oneiric [SOLVED]

                            I have a very similar problem and think this blacklist technique could fix it for me as well, not sure what to type, can anyone help....
                            http://kubuntuforums.net/forums/inde...opic=3118893.0

                            thanks, michael

                            Comment


                              #44
                              Re: sound card does not work after upgrading to Oneiric [SOLVED]

                              Hmm, that problem does not look familiar to the one treated in this thread, at least not to me... Looks more like a wrong input channel that you selected.

                              I'll post in the other thread so as not to mess up this one.

                              Comment

                              Working...
                              X