Announcement

Collapse
No announcement yet.

Need help disabling sound card modules

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

    Need help disabling sound card modules

    I have a problem, I have a a motherboard with built-in sound. It is a via-8235 something or other sound car built in to it. I also have a C-Media 8738 PCI sound card. The problem is i have the on-board disable but Kubuntu still see it and loads the modules for it. How do I disable the snd_via modules from loading. I manges to grep anything with snd_ via: see below.

    snd_via82xx 29208 1
    snd_via82xx_modem 16008 0
    snd_ac97_codec 98336 2 snd_via82xx,snd_via82xx_modem
    gameport 16520 2 snd_via82xx,snd_cmipci
    snd_pcm 79876 5 snd_via82xx,snd_via82xx_modem,snd_cmipci,snd_ac97_ codec,snd_pcm_oss
    snd_mpu401_uart 9472 2 snd_via82xx,snd_cmipci
    snd 54020 19 snd_via82xx,snd_via82xx_modem,snd_cmipci,snd_ac97_ codec,snd_pcm_oss,snd_opl3_lib,snd_mixer_oss,snd_h wdep,snd_pcm,snd_mpu401_uart,snd_seq_oss,snd_rawmi di,snd_seq,snd_timer,snd_seq_device
    snd_page_alloc 10888 3 snd_via82xx,snd_via82xx_modem,snd_pcm
    Proud to be Kubuntu user # 17587

    #2
    Re: Need help disabling sound card modules

    I would disable the on-board sound card in the bios. Usually hitting del of f2 when you see your bios splash screen will bring up the menu.

    john

    Comment


      #3
      Re: Need help disabling sound card modules

      I am sorry as it also is disabled in the bios.
      Proud to be Kubuntu user # 17587

      Comment


        #4
        Re: Need help disabling sound card modules

        Before you try and disable those modules, try going into System Settings > Sound System and poking around in there.

        If there's nothing there, try adding the modules' names to the module blacklist.
        For external use only.

        Comment


          #5
          Re: Need help disabling sound card modules

          I loked and ther is no thing to mark the cmedia as the defult. How do I black list the modules.
          Proud to be Kubuntu user # 17587

          Comment


            #6
            Re: Need help disabling sound card modules

            Originally posted by timberwolf753
            How do I black list the modules.
            Edit the file /etc/modprobe.d/blacklist (in root mode, e.g. by kdesu kwrite) and add the modules in question, one at a time (read: line), with "blacklist" as leading term, e.g.

            Code:
            blacklist snd_via82xx
            blacklist snd_ac97_codec
            You may, however, prior to that verify your approach by temporarily removing the modules in question, by the console command rmmod [module], e.g.

            Code:
            rmmod snd_via82xx

            Comment


              #7
              Re: Need help disabling sound card modules

              Thank you all for the suggestion but UnicornRider helped me the most. Thank you UnicornRider.
              Proud to be Kubuntu user # 17587

              Comment


                #8
                Re: Need help disabling sound card modules

                Heh, I was kind of hoping somebody would know exactly what to do... I didn't want to tell you to go around making kernel module-level changes when I don't even know what it'll do myself.
                For external use only.

                Comment


                  #9
                  Re: Need help disabling sound card modules

                  Originally posted by SheeEttin
                  I didn't want to tell you to go around making kernel module-level changes when I don't even know what it'll do myself.
                  Don't panic - the kernel will do that for you as appropriate

                  Comment

                  Working...
                  X