Announcement

Collapse
No announcement yet.

No alsamixer?

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

    No alsamixer?

    Hey, Iv'e just installed the drivers for my AC'97 card, and the sound still isn't working. I'm geussing it had something to do with alsamixer, so i tried to run it
    Code:
    alsamixer
    From konsole, but just get this error
    Code:
    alsamixer: function snd_ctl_open failed for default: No such file or directory
    so then I try installing it using
    Code:
    sudo apt-get install alsamixer
    but when I do that, all I get is
    Code:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package alsamixer
    So then I try downloading it from the Alsa site, but i don't know how to install it, can anyone help me with this?

    #2
    Re: No alsamixer?

    alsamixer is in the alsa-utils package.
    gnu/linux is not windoze

    Comment


      #3
      Re: No alsamixer?

      Yeah thats what i downloaded, but have no idea how to install it.

      Comment


        #4
        Re: No alsamixer?

        Open Adept Package Manager, type alsa-utils in the search box, click on Request Install, then Preview Changes, then Apply Changes (if nothing is going to get broken).

        Comment


          #5
          Re: No alsamixer?

          According to that its already installed,but when i run it, all i get is:

          Code:
          alsamixer: function snd_ctl_open failed for default: No such file or directory

          Comment


            #6
            Re: No alsamixer?

            what do you get when you type
            Code:
             aplay -l
            into konsole?

            Comment


              #7
              Re: No alsamixer?

              I get...
              Code:
              aplay: device_list:205: no soundcards found...

              Comment


                #8
                Re: No alsamixer?

                Originally posted by lwil08
                alsamixer: function snd_ctl_open failed for default: No such file or directory
                snd_ctl_open looks like a lib call to me.
                was your sound card detected alright?
                might be drivers are not installed as a consequence...
                gnu/linux is not windoze

                Comment


                  #9
                  Re: No alsamixer?

                  well, i followed this guide and it seemed to install because i typed
                  Code:
                  sudo modprobe snd-atiixp
                  (which is what the results of typing
                  Code:
                  lspci -v
                  Get me this:
                  Code:
                  00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 Audio
                  Controller (rev 80)
                      Subsystem: Foxconn International, Inc. Realtek ALC 653
                      Flags: 66MHz, slow devsel, IRQ 20
                      Memory at fdff8000 (32-bit, non-prefetchable) [size=256]
                      Capabilities: <access denied>
                  And it is listed here.)

                  But nothing happened so i just presumed it had installed.

                  Comment


                    #10
                    Re: No alsamixer?

                    Is this happened after upgrading? I also have got this problem. And the cause of this problem is no module installed.

                    I have upgrade the kernel 2.6.24.20 And the Kmix state "Mixer cannot be found". Later I found out that the modules for kernel 2.6.24.20 haven't installed. The solution is simple. Use Adept or Synaptic to install linux-ubuntu-modules-xx.xx.xx.xxx

                    xx.xx.xx.xxx is your kernel version. You can find out by typing
                    uname -r

                    After restart my computer, the sound modules loaded successfully. Hope this can help
                    P4 3.06 HT,RAM 512 MB, 80GB HD, Geforce 6200 LE, Kubuntu 8.04

                    Comment

                    Working...
                    X