Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Error attempting to run alsamixer Post 303029176 by wisecracker on Tuesday 22nd of January 2019 05:59:12 PM
Old 01-22-2019
AFAIK, it is a library and has no executable.
As I use OSX 10.14.x then I can't tell you where it lies but it seems, and I am guessing here, that the library is not being seen by your embedded system or it has the wrong filename for the alsamixer version you are using.
You could more <each_filename> and see what you can find from either of those two files and try man ncurses too.
 

8 More Discussions You Might Find Interesting

1. IP Networking

Error with ifconfig when attempting to switch to 10baseT

In Darwin, when typing "ifconfig en0 media 10baseT/UTP mediaopt half-duplex" I recieve the error message "ifconfig: SIOCSIFMEDIA: Operation not permitted". The same thing occurs when I sudo the command. Any suggestions? Thanks... (1 Reply)
Discussion started by: tkarrde
1 Replies

2. UNIX for Dummies Questions & Answers

attempting to break within function

Attempting to break from a case/esac paragraph while inside of a function. When executing the code below, entering the letter 'a', will prove that the directory exists, but the break command works for the if/fi, but not for the case/esac. So, in my example below, if an A is entered, the function... (8 Replies)
Discussion started by: tumblez
8 Replies

3. Red Hat

attempting to install chkconfig 1.3.5

Hi there everyone, I'm using redhat 7.3 at the moment and am currently trying to install chkconfig-1.3.5-3.i386.rpm , but when I type this command: rpm -Uvh chkconfig-1.3.5-3.i386.rpm I get the following error: error: failed dependencies: chkconfig = 1.2.24 is needed by... (3 Replies)
Discussion started by: redhat_newb101
3 Replies

4. Shell Programming and Scripting

"directory checksum error" when attempting to install tcl

OS: HP-UX Programs I want to install: expect and tcl I'm lost. I bought the book. I began reading the book. I want to install expect. I've been able to download the .z, and extract it successfully. But, of course, it apparently needs tcl and possibly tk also, and ... I... (0 Replies)
Discussion started by: instant000
0 Replies

5. Debian

attempting to boot from cd rom

i just installed Debian Lenny on HP DL380. After the server rebooted, it still asks for me to insert a cd rom. where can I exactly check the settings for the boot menu? Should it use the hard disk since I didnt insert any cd? pls advise (1 Reply)
Discussion started by: lhareigh890
1 Replies

6. SuSE

Attempting to use AutoYaST with SLES11SP2

We currently have a setup with SLES11SP1 where we have an AutoYaST ISO set up for automated network installs. I'm attempting to port this to SP2 to make new installs current, but I'm running into a few problems. The process seems the same, and after running mkisofs to build a new SP2 ISO the... (0 Replies)
Discussion started by: Magus Zeal
0 Replies

7. Linux

Problem with ALSAMIXER

Hi Team, Am trying to open alsamixer via command line but am getting the following error. $ alsamixer Home directory /home/root not ours. ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection refused cannot open mixer: Connection refused Even am opening as... (2 Replies)
Discussion started by: Adhi
2 Replies

8. UNIX for Beginners Questions & Answers

When I run the code yesterday I am getting output,when I run same code today I am getting error?

If run the below code today its creating all directory and getting output files,I f run same code tomorrow I am getting error. can any one give suggestion to sortout this error. OSError: no such file or directory : '062518'My code looks like this import paramiko import sys import os ... (8 Replies)
Discussion started by: haribabu2229
8 Replies
ALSAMIXER(1)						      General Commands Manual						      ALSAMIXER(1)

NAME
alsamixer - soundcard mixer for ALSA soundcard driver, with ncurses interface SYNOPSIS
alsamixer [options] DESCRIPTION
alsamixer is an ncurses mixer program for use with the ALSA soundcard drivers. It supports multiple soundcards with multiple devices. OPTIONS
-h, --help Help: show available flags. -c, --card <card number or identification> Select the soundcard to use, if you have more than one. Cards are numbered from 0 (the default). -D, --device <device identification> Select the mixer device to control. -V, --view <mode> Select the starting view mode, either playback, capture or all. -g, --no-color Toggle the using of colors. MIXER VIEWS
The top-left corner of alsamixer is the are to show some basic information: the card name, the mixer chip name, the current view mode and the currently selected mixer item. When the mixer item is switched off, [Off] is displayed in its name. Volume bars are located below the basic information area. You can scroll left/right when all controls can't be put in a single screen. The name of each control is shown in the bottom below the volume bars. The currently selected item is drawn in red and/of emphasized. Each mixer control with volume capability shows a box and the current volume filled in that box. The volume percentages are displayed below the volume bar for left and right channels. For a mono control, only one value is shown there. When a mixer control is turned off, M (mute) appears below the volume bar. When it's turned on, O in green appears instead. You can tog- gle the switch via m key. When a mixer control has capture capability, the capture flag appears below the volume bar, too. When the capture is turned off, ------- is shown. CAPTURE in red appears when the capture switch is turned on. In addition, L and R letters appear in left and right side to indicate that left and the right channels are turned on. Some controls have the enumeration list, and don't show boxes but only texts which indicate the currently active item. You can change the item via up/down keys. VIEW MODES
alsamixer has three view modes: playback, capture and all. In the playback view, only the controls related with playback are shown. Simi- larly, only the controls for capture (recording) are shown in the capture view. The all view mode shows all controls. The current view mode is displayed in the top-left position together with the mixer name, etc. The default view mode is the playback view. You can change it via -V option. Each view mode can be switched via keyboard commands, too. See the next section. KEYBOARD COMMANDS
alsamixer recognizes the following keyboard commands to control the soundcard. Commands shown here in upper case can also be given in lower case. To be reminded of these keystrokes, hit the h key. General Controls The Left and right arrow keys are used to select the channel (or device, depending on your preferred terminology). You can also use n ("next") and p ("previous"). The Up and Down Arrows control the volume for the currently selected device. You can also use + or - for the same purpose. Both the left and right signals are affected. For independent left and right control, see below. The B or = key adjusts the balance of volumes on left and right channels. M toggles muting for the current channel (both left and right). If the hardware supports it, you can mute left and right independently by using , (or <) and . (or >) respectively. SPACE enables recording for the current channel. If any other channels have recording enabled, they will have their recording function dis- abled first. This only works for valid input channels, of course. L re-draws the screen. View Mode Controls Function keys are used to change view modes. You can switch to the help mode and the proc info mode via F1 and F2 keys, respectively. On terminals that can't use function keys like gnome-terminal, ? and / keys can be used alternatively for help and proc modes. F3, F4 and F5 keys are used to switch to playback, capture and all view mode, respectively. TAB key toggles the current view mode circu- larly. Quick Volume Changes PageUp increases volume by 5. PageDown decreases volume by 5. End sets volume to 0. You can also control left & right levels for the current channel independently, as follows: [Q | W | E ] -- turn UP [ left | both | right ] [Z | X | C ] -- turn DOWN [ left | both | right ] If the currently selected mixer channel is not a stereo channel, then all UP keys will work like W, and all DOWN keys will work like X. The number keys from 0 to 9 are to change the absolute volume quickly. They correspond to 0 to 90% volume. Selecting the Sound Card You can select another sound card by pressing the F6 or S keys. This will show a list of available sound cards to choose from, and an entry to enter the mixer device name by hand. Exiting Quit the program with ALT Q, or by hitting ESC. Please note that you might need to hit ESC twice on some terminals since it's regarded as a prefix key. SEE ALSO
amixer(1), aplay(1), arecord(1) BUGS
Some terminal emulators (e.g. nxterm) may not work quite right with ncurses, but that's their own damn fault. Plain old xterm seems to be fine. AUTHOR
alsamixer has been written by Tim Janik and been further improved by Jaroslav Kysela <perex@perex.cz> and Clemens Ladisch <clemens@ladisch.de>. This manual page was provided by Paul Winkler <zarmzarm@erols.com>. 22 May 2009 ALSAMIXER(1)
All times are GMT -4. The time now is 01:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy