PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > Sound Problems
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

Sound Problems

Réponse
 
LinkBack Outils de la discussion
Vieux 21/04/2008, 16h50   #1
Gerard Hooton
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Sound Problems

To get the sound to work I have to run alsaconf
every time I boot

I have the following Kernel
2.6.24-1-amd64 #1 SMP Thu Mar 27 16:52:38 UTC 2008 x86_64 GNU/L

Any Ideas

//Ger
--
Gerard Hooton.
Department of Microelectronic Engineering U.C.C.
Butler Building,
Enterprise Centre,
North Mall.
Cork.

Tel: +353 21 4904576
Fax: +353 21 4904573
http://www.ue.ucc.ie/




--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 21/04/2008, 23h00   #2
Jasper
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sound Problems

Gerard Hooton <g.hooton <at> ucc.ie> writes:

>
> To get the sound to work I have to run alsaconf
> every time I boot
>
> I have the following Kernel
> 2.6.24-1-amd64 #1 SMP Thu Mar 27 16:52:38 UTC 2008 x86_64 GNU/L
>
> Any Ideas
>
> //Ger


1 idea: as a side-effect alsaconf kills soundservers like esd, 'liberating' the
naked alsa-devices.

To see which applications keep the sounddevices busy run:

fuser -v $( find /dev -group audio )

-- Jasper.



--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 22/04/2008, 11h20   #3
Gerard Hooton
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sound Problems

Why do I have to run alsaconf each time I boot?
After booting the system I have no sound, I the run alsaconf
and everything works.

//Ger


On Mon, 2008-04-21 at 21:57 +0000, Jasper wrote:
> Gerard Hooton <g.hooton <at> ucc.ie> writes:
>
> >
> > To get the sound to work I have to run alsaconf
> > every time I boot
> >
> > I have the following Kernel
> > 2.6.24-1-amd64 #1 SMP Thu Mar 27 16:52:38 UTC 2008 x86_64 GNU/L
> >
> > Any Ideas
> >
> > //Ger

>
> 1 idea: as a side-effect alsaconf kills soundservers like esd, 'liberating' the
> naked alsa-devices.
>
> To see which applications keep the sounddevices busy run:
>
> fuser -v $( find /dev -group audio )
>
> -- Jasper.
>
>
>

--
Gerard Hooton.
Department of Microelectronic Engineering U.C.C.
Butler Building,
Enterprise Centre,
North Mall.
Cork.

Tel: +353 21 4904576
Fax: +353 21 4904573
http://www.ue.ucc.ie/




--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 22/04/2008, 12h30   #4
Jasper
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sound Problems

Gerard Hooton <g.hooton <at> ucc.ie> writes:

>
> Why do I have to run alsaconf each time I boot?
> After booting the system I have no sound, I the run alsaconf
> and everything works.
>
>
> > fuser -v $( find /dev -group audio )

>

run this command in a terminal before you run alsaconf and post its output.

-- Jasper.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 22/04/2008, 13h10   #5
Gerard Hooton
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sound Problems

fuser -v $( find /dev -group audio )
This returns nothing.

//Ger




On Tue, 2008-04-22 at 11:20 +0000, Jasper wrote:
> fuser -v $( find /dev -group audio )

--
Gerard Hooton.
Department of Microelectronic Engineering U.C.C.
Butler Building,
Enterprise Centre,
North Mall.
Cork.

Tel: +353 21 4904576
Fax: +353 21 4904573
http://www.ue.ucc.ie/




--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 22/04/2008, 13h40   #6
Jasper
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sound Problems

Gerard Hooton <g.hooton <at> ucc.ie> writes:

>
> fuser -v $( find /dev -group audio )
> This returns nothing.
>
> //Ger
>

reasoning backwards, I would try ( before running alsaconf ):

$( find /dev -group audio )

to see if the sounddevices are created

cat /proc/asound/cards

to see if your card is recognised

lsmod | grep snd

to see if the module is loaded ( assuming it is not compiled-in )

--Jasper.



--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 22/04/2008, 14h00   #7
Gerard Hooton
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sound Problems

before running alsaconf:
==========================
ed:~# fuser -v $( find /dev -group audio )
ed:~# cat /proc/asound/cards
0 [Camera ]: USB-Audio - Logitech EyeToy USB Camera
Sony Corporation Logitech EyeToy USB Camera at
usb-0000:00:10.1-2, full speed
ed:~# lsmod | grep snd
snd_via82xx 34600 0
gameport 20496 1 snd_via82xx
snd_ac97_codec 118616 1 snd_via82xx
ac97_bus 6912 1 snd_ac97_codec
snd_mpu401_uart 13568 1 snd_via82xx
snd_seq_dummy 8580 0
snd_usb_audio 97440 0
snd_pcm_oss 47392 0
snd_mixer_oss 21760 1 snd_pcm_oss
snd_seq_oss 38272 0
snd_pcm 87688 4
snd_via82xx,snd_ac97_codec,snd_usb_audio,snd_pcm_o ss
snd_page_alloc 15760 2 snd_via82xx,snd_pcm
snd_usb_lib 22656 1 snd_usb_audio
snd_seq_midi 13376 0
snd_seq_midi_event 12544 2 snd_seq_oss,snd_seq_midi
snd_seq 59392 6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_mid i_event
snd_rawmidi 30752 3 snd_mpu401_uart,snd_usb_lib,snd_seq_midi
snd_timer 29064 2 snd_pcm,snd_seq
snd_seq_device 13076 5
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd _rawmidi
snd_hwdep 14856 1 snd_usb_audio
snd 68040 15
snd_via82xx,snd_ac97_codec,snd_mpu401_uart,snd_seq _dummy,snd_usb_audio,snd_pcm_oss,snd_mixer_oss,snd _seq_oss,snd_pcm,snd_usb_lib,snd_seq,snd_rawmidi,s nd_timer,snd_seq_device,snd_hwdep
soundcore 13216 1 snd


===========================================


After running alsaconf:


ed:~# alsaconf
Unloading ALSA sound driver modules: snd-via82xx snd-ac97-codec
snd-mpu401-uart snd-seq-dummy snd-usb-audio snd-pcm-oss snd-mixer-oss
snd-seq-oss snd-pcm snd-page-alloc snd-usb-lib snd-seq-midi
snd-seq-midi-event snd-seq snd-rawmidi snd-timer snd-seq-device
snd-hwdep.
Building card database...


Loading driver...
Setting default volumes...


================================================== =============================

Now ALSA is ready to use.
For adjustment of volumes, use your favorite mixer.

Have a lot of fun!
ed:~#
ed:~# fuser -v $( find /dev -group audio )
ed:~# cat /proc/asound/cards
0 [V8237 ]: VIA8237 - VIA 8237
VIA 8237 with ALC658D at 0xee00, irq 22
ed:~# lsmod | grep snd
snd_via82xx 34600 0
gameport 20496 1 snd_via82xx
snd_ac97_codec 118616 1 snd_via82xx
ac97_bus 6912 1 snd_ac97_codec
snd_pcm_oss 47392 0
snd_mixer_oss 21760 1 snd_pcm_oss
snd_pcm 87688 3 snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_page_alloc 15760 2 snd_via82xx,snd_pcm
snd_mpu401_uart 13568 1 snd_via82xx
snd_seq_dummy 8580 0
snd_seq_oss 38272 0
snd_seq_midi 13376 0
snd_rawmidi 30752 2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 12544 2 snd_seq_oss,snd_seq_midi
snd_seq 59392 6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_mid i_event
snd_timer 29064 2 snd_pcm,snd_seq
snd_seq_device 13076 5
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi ,snd_seq
snd 68040 12
snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_o ss,snd_pcm,snd_mpu401_uart,snd_seq_dummy,snd_seq_o ss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 13216 1 snd












On Tue, 2008-04-22 at 12:35 +0000, Jasper wrote:
> Gerard Hooton <g.hooton <at> ucc.ie> writes:
>
> >
> > fuser -v $( find /dev -group audio )
> > This returns nothing.
> >
> > //Ger
> >

> reasoning backwards, I would try ( before running alsaconf ):
>
> $( find /dev -group audio )
>
> to see if the sounddevices are created
>
> cat /proc/asound/cards
>
> to see if your card is recognised
>
> lsmod | grep snd
>
> to see if the module is loaded ( assuming it is not compiled-in )
>
> --Jasper.
>
>
>

--
Gerard Hooton.
Department of Microelectronic Engineering U.C.C.
Butler Building,
Enterprise Centre,
North Mall.
Cork.

Tel: +353 21 4904576
Fax: +353 21 4904573
http://www.ue.ucc.ie/




--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 22/04/2008, 14h10   #8
Jasper
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sound Problems

Gerard Hooton <g.hooton <at> ucc.ie> writes:

>
> before running alsaconf:
> ==========================
> ed:~# cat /proc/asound/cards
> 0 [Camera ]: USB-Audio - Logitech EyeToy USB Camera
> Sony Corporation Logitech EyeToy USB Camera at
> usb-0000:00:10.1-2, full speed
> ===========================================
>
> After running alsaconf:
>
> ed:~# cat /proc/asound/cards
> 0 [V8237 ]: VIA8237 - VIA 8237
> VIA 8237 with ALC658D at 0xee00, irq 22


To me it seems the usb-camera is in the way.
Do you have the same problem if you boot without the camera plugged in?
There are ways to give all 'cards' a fixed order, whether they are plugged in or
not. Afaik it is done in /etc/modprobe.d/sound .

--Jasper.



--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 06h51.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,16745 seconds with 16 queries