la guida mi dice:
Ora digitare:
Codice: Seleziona tutto
gedit ~/.bashrcCodice: Seleziona tutto
export ALSA_OUTPUT_PORTS="128:0"Benissimo .. il punto è questo.. vi copio il file, SENZA MODIFICA..
Codice: Seleziona tutto
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
export HISTCONTROL=ignoredups
# ... and ignore same sucessive entries.
export HISTCONTROL=ignoreboth
Io ora l'ho modificato cosi:
Codice: Seleziona tutto
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
export HISTCONTROL=ignoredups
export ALSA_OUTPUT_PORTS="128:0"
# ... and ignore same sucessive entries.
export HISTCONTROL=ignoreboth
Codice: Seleziona tutto
No client/port specified.
You must supply one with the -p option or with the
environment variable ALSA_OUTPUT_PORTS

