Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: 12.04 terminal cannot find alsamixer

  1. #1
    Join Date
    Jun 2007
    Location
    Pretoria RSA
    Beans
    271
    Distro
    Ubuntu

    12.04 terminal cannot find alsamixer

    I am setting up my new 12.04 system.Progress sofar good.
    First I cuuldn't boot the system until my ATI graphics card was removed.
    I have no sound.I go terminal alsamixer ......no such file or directory.It appears that my install disk did not have a complete 12.04 system.Where is alsamixer and is there another way to get to it or is there a script I can run to to add whatever is missing on my system or is getting old getting the better of me?
    I only have the computer's onboard sound system which should be ample.
    Any help please

  2. #2
    Join Date
    Jun 2007
    Beans
    322

    Re: 12.04 terminal cannot find alsamixer

    Install alsa-utils
    Intel C2D E7200 || Intel DG33FB mobo || 4 GB RAM || 64 bit Lucid/ Precise Desktops || WD Caviar Black 1TB, Green 2TB; Corsair Force 3 60GB
    Dell U2412M || Palit Sonic GT 240 (OC'd NVidia card) || Logitech Quickcam Connect || Acer 3300U Scanner

  3. #3
    Join Date
    Jun 2007
    Location
    Pretoria RSA
    Beans
    271
    Distro
    Ubuntu

    Re: 12.04 terminal cannot find alsamixer

    according to the software centre it is installed and I can only uninstall alsa-utils.tried again,terminal says 'command not found'

  4. #4
    Join Date
    Jun 2007
    Beans
    322

    Re: 12.04 terminal cannot find alsamixer

    That's weird...

    What does Synaptic say about alsa-utils install status?

    Other guess would be the PATH variable is set incorrectly...
    Intel C2D E7200 || Intel DG33FB mobo || 4 GB RAM || 64 bit Lucid/ Precise Desktops || WD Caviar Black 1TB, Green 2TB; Corsair Force 3 60GB
    Dell U2412M || Palit Sonic GT 240 (OC'd NVidia card) || Logitech Quickcam Connect || Acer 3300U Scanner

  5. #5
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: 12.04 terminal cannot find alsamixer

    Hi ,
    open a terminal and copy-paste this command
    Code:
     wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && bash alsa-info.sh --upload
    you will see "Your ALSA information is located at:" , give the link here.

    Thanks

  6. #6
    Join Date
    Jun 2007
    Location
    Pretoria RSA
    Beans
    271
    Distro
    Ubuntu

    Re: 12.04 terminal cannot find alsamixer

    still no luck.
    see copy/paste terminal infookkie@okkie-desktop:~$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && bash alsa-info
    --2012-10-17 11:57:31-- http://www.alsa-project.org/alsa-info.sh
    Resolving www.alsa-project.org (www.alsa-project.org)... 77.48.224.243
    Connecting to www.alsa-project.org (www.alsa-project.org)|77.48.224.243|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://git.alsa-project.org/?p=alsa-...s/alsa-info.sh [following]
    --2012-10-17 11:57:32-- http://git.alsa-project.org/?p=alsa-...s/alsa-info.sh
    Resolving git.alsa-project.org (git.alsa-project.org)... 77.48.224.243
    Connecting to git.alsa-project.org (git.alsa-project.org)|77.48.224.243|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: unspecified [application/x-sh]
    Saving to: `alsa-info.sh'

    [ <=> ] 27*785 72,7K/s in 0,4s

    2012-10-17 11:57:34 (72,7 KB/s) - `alsa-info.sh' saved [27785]

    bash: alsa-info: No such file or directory
    okkie@okkie-desktop:~$

  7. #7
    Join Date
    Jun 2007
    Location
    Pretoria RSA
    Beans
    271
    Distro
    Ubuntu

    Re: 12.04 terminal cannot find alsamixer

    still no luck.
    see copy/paste terminal infookkie@okkie-desktop:~$ wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && bash alsa-info
    --2012-10-17 11:57:31-- http://www.alsa-project.org/alsa-info.sh
    Resolving www.alsa-project.org (www.alsa-project.org)... 77.48.224.243
    Connecting to www.alsa-project.org (www.alsa-project.org)|77.48.224.243|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: http://git.alsa-project.org/?p=alsa-...s/alsa-info.sh [following]
    --2012-10-17 11:57:32-- http://git.alsa-project.org/?p=alsa-...s/alsa-info.sh
    Resolving git.alsa-project.org (git.alsa-project.org)... 77.48.224.243
    Connecting to git.alsa-project.org (git.alsa-project.org)|77.48.224.243|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: unspecified [application/x-sh]
    Saving to: `alsa-info.sh'

    [ <=> ] 27*785 72,7K/s in 0,4s

    2012-10-17 11:57:34 (72,7 KB/s) - `alsa-info.sh' saved [27785]

    bash: alsa-info: No such file or directory
    okkie@okkie-desktop:~$

  8. #8
    Join Date
    Jun 2007
    Beans
    322

    Re: 12.04 terminal cannot find alsamixer

    You haven't pasted the full command...

    It seems to have downloaded alsa-info.sh correctly, now just check it has and then run

    $ bash alsa-info.sh --upload
    Intel C2D E7200 || Intel DG33FB mobo || 4 GB RAM || 64 bit Lucid/ Precise Desktops || WD Caviar Black 1TB, Green 2TB; Corsair Force 3 60GB
    Dell U2412M || Palit Sonic GT 240 (OC'd NVidia card) || Logitech Quickcam Connect || Acer 3300U Scanner

  9. #9
    Join Date
    Jun 2007
    Location
    Pretoria RSA
    Beans
    271
    Distro
    Ubuntu

    Re: 12.04 terminal cannot find alsamixer

    in the process of getting things right I forgot about this probably because I don't exactly know what it is.I copy and paste .Please let me know what you think and thanks for your help.

    okkie@okkie-desktop:~$ bash alsa-info.sh --upload
    Uploading information to www.alsa-project.org ... Done!

    Your ALSA information is located at http://www.alsa-project.org/db/?f=65...5788a6851f270b

    Please inform the person helping you.

    okkie@okkie-desktop:~$

  10. #10
    Join Date
    Jun 2007
    Location
    Pretoria RSA
    Beans
    271
    Distro
    Ubuntu

    Re: 12.04 terminal cannot find alsamixer

    I obviously also don't know what the above means.will I eventually get it back ?

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •