sin sonido en login, logout y restart

Superchango superchango en ruyjol.net
Jue Ago 7 02:31:35 BST 2008


Saludos a la lista,

tengo una presario SR5020LA con Ubuntu 8.04, sin problemas 'mayores' de
sonido (incluso puedo oir ya el audio de mis archivos 3gp)

pero no consigo hacer sonar cuando inicio y cierro sesión, si voy a
preferencias de sonido, en autodetectar me da sonido sin problemas, en la
pestaña 'sonidos' todas las casillas reproducen el archivo wav que tiene por
defecto, salvo la ultima que no reproduce nada y una vez que hice clic deja
de sonar por completo, posteriormente al presionar el boton para reiniciar o
apagar el sistema, este tarda mucho en aparecer, no se si tenga que ver con
lo anterior pero estos problemas aparecieron desde que use esto:


#!/bin/bash
# Installation script for the Borealis sound theme ver.1.0
# Copyright 2004 - Ivica Ico Bukvic
# http://meowing.ccm.uc.edu/~ico/
# This install script is made available under GPL license
# For more info regarding this license, please see
http://www.gnu.org/copyleft/gpl.html

name='Borealis sound theme v.0.9a'
title='by Ivica Ico Bukvic
ico en fuse.net
http://meowing.ccm.uc.edu/~ico/
'
directory='/usr/share/sounds/Borealis'
config="$HOME/.kde/share/config"
homepage='http://meowing.ccm.uc.edu/~ico/'
kde_page='http://kde-look.org/content/show.php?content=12584'

#==============================================================

echo "The $name $title"

#Let's see if we are root
if [ `id -u` -ne 0 ]
then
  echo "You must be superuser (su) to run this script. Please also use 'su
-p' command when entering the superuser mode in order to preserve your user
environment variables."
  exit 1
fi

#Let's see if environment variables have been preserved
testhome="$HOME"
testuser="$USER"
if [ $testhome == '/root' ] && [ $testuser != 'root' ]
then
  echo "You are either not logged in as a superuser (su) with a '-p'
variable that preserves your user environment variables or you are trying to
run this script using 'sudo'. Please use the superuser mode with the '-p'
flag by typing 'su -p' before running this script."
  exit 1
fi

test=`pwd | grep Borealis`
if [ -z "$test" ]
then
  echo "This script needs to be run from the install folder. Exiting..."
  exit 1
fi

# Step 1
if [ -e /usr/share/sounds/Borealis ]
then
  echo "Step 1: Removing old content. All of the content in the $directory
folder will be removed. Press 'y' to continue or any other key to abort..."
  read text

  case $text in
    [y] | [Y] )
      rm -rf ${directory}/*
    ;;
    * )
      echo "Aborting install of the $name..."
      exit 0
    ;;
  esac
else
  echo "This is a new install, creating new directory $directory."
  mkdir $directory
fi
echo "Step 1 complete."

# Step 2

para instalar el tema Borealis que baje de gnome-look.org, si, ya se es para
KDE y yo tengo Gnome...

espero que me puedan ayudar, la informacion relacionada al audio que me da
la  consola es la siguiente:

Información del Sistema relacionada a Audio

Versión de Ubuntu: hardy
# Listar los dispositivos pci relacionados con audio:
[code]
$ lspci | grep -i audio
[/code]
[quote]
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition
Audio Controller (rev 01)
[/quote]
# Listar las Tarjetas disponibles con Alsa.
[code]
$ asoundconf list
[/code]
[quote]
Names of available sound cards:
Intel
[/quote]
[code]
$ cat /proc/asound/cards
[/code]
[quote]
 0 [Intel          ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xfe938000 irq 16
[/quote]
# Listar los módulos o drivers de sonido cargados por el sistema.
[code]
$ lsmod | grep -i snd
[/code]
[quote]
snd_hda_intel         344728  3
snd_pcm_oss            42144  0
snd_mixer_oss          17920  1 snd_pcm_oss
snd_pcm                78596  2 snd_hda_intel,snd_pcm_oss
snd_page_alloc         11400  2 snd_hda_intel,snd_pcm
snd_hwdep              10500  1 snd_hda_intel
snd_seq_dummy           4868  0
snd_seq_oss            35584  0
snd_seq_midi            9376  0
snd_rawmidi            25760  1 snd_seq_midi
snd_seq_midi_event      8320  2 snd_seq_oss,snd_seq_midi
snd_seq                54224  6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              24836  2 snd_pcm,snd_seq
snd_seq_device          9612  5
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    56996  17
snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore               8800  1 snd
[/quote]
# Revisar que proceso está usando nuestro dispositivo de audio /dev/dsp:
[code]
$ lsof /dev/snd/controlC0 /dev/snd/hwC0D0 /dev/snd/pcmC0D0c
/dev/snd/pcmC0D0p /dev/snd/pcmC0D4c /dev/snd/seq /dev/snd/timer
[/code]
[quote]
COMMAND    PID USER   FD   TYPE DEVICE SIZE  NODE NAME
mixer_app 5940  ruy   22u   CHR  116,0      11637 /dev/snd/controlC0
[/quote]

-- 
http://www.ruyjol.net/
Ubuntu User 4652
Linux User 417140
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: https://lists.ubuntu.com/archives/ubuntu-es/attachments/20080806/9c2619a1/attachment.htm 


Más información sobre la lista de distribución ubuntu-es