Re: [Fwd: Re: No sound problems on Intel board]

2008-08-15 Thread Nigel Henry
On Wednesday 13 August 2008 16:26, Frank McCormick wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Nigel Henry wrote:
 | On Tuesday 12 August 2008 22:57, Frank McCormick wrote:
 | -BEGIN PGP SIGNED MESSAGE-
 | Hash: SHA1
 |
 | Sometime over the last few days I lost all sound on my system. Its
 | an intel board - audio apps tell me they can't open the sound device,
 | but when the system boots I hear a pop in the speakers as the drivers
 | are loaded.
 |
 | cat /proc/asound/cards
 |
 |  0 [ICH5   ]: ICH4 - Intel ICH5
 |   Intel ICH5 with AD1985 at irq 17
 |
 | In a terminal/Konsole, what does typing alsamixer as user show? Perhaps
 | some
 | update or other has muted the sound, and you now need to unmute it.
 | Just a thought.
 |
 |   Nope. Nothing is muted.
 |
 | Hi Frank. I should have realised that all the above output would be

 ok, when a

 | couple of posts back, you said that aplay was working ok.
 |
 | Did you run aplay as user, or root?

 ~  As a user. I am still in audio group.

 ~  I have since discovered SOME of the problem is caused by
 audacious...which not only doesn't play..but sits quietly sucking up
 100% cpu. I have filed a bug.


 Cheers

 Frank

Not using Sid, and wondering if pulseaudio may have been installed as a new 
package to your Sid install as part of the updates, I changed 
my /etc/apt/sources.list in Lenny to point to unstable, ran apt-get update, 
apt-get dist-upgrade (without doing the upgrade), but saw no mention of 
pulseaudio being installed as a new package.

Of course, if you had already installed pulseaudio on your Sid install, it is 
possible that there may have been an update to it, which may have caused your 
sound to hit the fan . Saying that though, perhaps with pulseaudio 
installed, even aplay would not have worked (not sure on that).

I don't have pulseaudio installed on my Lenny install, and from experiencing 
it on a Fedora 8 install, where my sound no longer worked, I quickly disabled 
it, and have no intention of using it on Lenny, or anything else for that 
matter.

Have you tried other audio apps apart from audacious since the sound problems? 
I use Mhwaveedit for playing sound files, and it's available from the Debian 
repo's. I'm not sure what the default is for audio out, but if you try it, 
look in Edit/preferences/sound, and driver options.

If by some obscure chance you do have pulseaudio installed, you can disable it 
by removing the package, alsa-plugins-pulseaudio, and if you're using KDE, as 
I am, this will also remove the package kde-settings-pulseaudio.

Just a couple of thoughts Frank, as it's horrible when you use sounds a lot, 
then suddenly they are no more.

All the best, and have a nice weekend.

Nigel.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [Fwd: Re: No sound problems on Intel board]

2008-08-13 Thread Nigel Henry
On Tuesday 12 August 2008 22:57, Frank McCormick wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

   Sometime over the last few days I lost all sound on my system. Its
   an intel board - audio apps tell me they can't open the sound device,
   but when the system boots I hear a pop in the speakers as the drivers
   are loaded.
  
   00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER
   (ICH5/ICH5R) AC'97 Audio Controller (rev 02) Subsystem: Intel
   Corporation Device e001
Flags: bus master, medium devsel, latency 0, IRQ 17
Memory at ffa7f800 (32-bit, non-prefetchable) [size=512]
Memory at ffa7f400 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2
Kernel driver in use: Intel ICH
Kernel modules: snd-intel8x0
 
  What do you you
  get from the following comands.
 
  cat /proc/asound/cards

  0 [ICH5   ]: ICH4 - Intel ICH5
   Intel ICH5 with AD1985 at irq 17

  lsmod | grep snd

 snd_intel8x0   26268  1
 snd_ac97_codec 88484  1 snd_intel8x0
 ac97_bus1728  1 snd_ac97_codec
 snd_pcm_oss32800  0
 snd_mixer_oss  12320  1 snd_pcm_oss
 snd_pcm62628  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
 snd_timer  17800  1 snd_pcm
 snd45604  8
 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
 soundcore   6368  1 snd snd_page_alloc  7816  2
 snd_intel8x0,snd_pcm

  In a terminal/Konsole, what does typing alsamixer as user show? Perhaps
  some
  update or other has muted the sound, and you now need to unmute it. Just
  a thought.

   Nope. Nothing is muted.

 - --
 Frank -- [EMAIL PROTECTED]

Hi Frank. I should have realised that all the above output would be ok, when a 
couple of posts back, you said that aplay was working ok.

Did you run aplay as user, or root? I ask because it sort of sounds like a 
permissions problem. If you did run it as root, it may be worth a look 
in /etc/group, and make sure that your user name is still attached to the 
audio group.

Nigel.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [Fwd: Re: No sound problems on Intel board]

2008-08-13 Thread Frank McCormick

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Nigel Henry wrote:
| On Tuesday 12 August 2008 22:57, Frank McCormick wrote:
| -BEGIN PGP SIGNED MESSAGE-
| Hash: SHA1
|
| Sometime over the last few days I lost all sound on my system. Its
| an intel board - audio apps tell me they can't open the sound device,
| but when the system boots I hear a pop in the speakers as the drivers
| are loaded.
|
|
| cat /proc/asound/cards
|  0 [ICH5   ]: ICH4 - Intel ICH5
|   Intel ICH5 with AD1985 at irq 17
|
| In a terminal/Konsole, what does typing alsamixer as user show? Perhaps
| some
| update or other has muted the sound, and you now need to unmute it. Just
| a thought.
|   Nope. Nothing is muted.
|
|
| Hi Frank. I should have realised that all the above output would be
ok, when a
| couple of posts back, you said that aplay was working ok.
|
| Did you run aplay as user, or root?

~  As a user. I am still in audio group.

~  I have since discovered SOME of the problem is caused by
audacious...which not only doesn't play..but sits quietly sucking up
100% cpu. I have filed a bug.


Cheers

Frank
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkii7y0ACgkQnQV1aTcQlJtFoQCghz0+hosmrRmPaM5j4fIGwyIM
nHUAniD5gagaQ7+eJTUT3fFetiQAUtA1
=ugRG
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: No sound problems on Intel board

2008-08-12 Thread Aniruddha
On Tue, 2008-08-12 at 10:21 -0400, Frank McCormick wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 
 Sometime over the last few days I lost all sound on my system. Its an
 intel board - audio apps tell me they can't open the sound device, but
 when the system boots I hear a pop in the speakers as the drivers are
 loaded.
 
 here's the relevant output of lspci -v
 
 
 00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER 
 (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
   Subsystem: Intel Corporation Device e001
   Flags: bus master, medium devsel, latency 0, IRQ 17
   Memory at ffa7f800 (32-bit, non-prefetchable) [size=512]
   Memory at ffa7f400 (32-bit, non-prefetchable) [size=256]
   Capabilities: [50] Power Management version 2
   Kernel driver in use: Intel ICH
   Kernel modules: snd-intel8x0
 
 Its a Sid system, up to date.
 Where should I start looking, as sound used to work with no problems.
 
 
Have you tried running 'alsaconf'?


-- 
Regards,


Aniruddha



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: No sound problems on Intel board

2008-08-12 Thread Frank McCormick
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 12 Aug 2008 19:29:19 +0200
Aniruddha [EMAIL PROTECTED] wrote:

 On Tue, 2008-08-12 at 10:21 -0400, Frank McCormick wrote:
  
  
  Sometime over the last few days I lost all sound on my system. Its
  an intel board - audio apps tell me they can't open the sound device,
  but when the system boots I hear a pop in the speakers as the drivers
  are loaded.
  
  here's the relevant output of lspci -v
  
  
  00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER
  (ICH5/ICH5R) AC'97 Audio Controller (rev 02) Subsystem: Intel
  Corporation Device e001 Flags: bus master, medium devsel, latency 0,
  IRQ 17 Memory at ffa7f800 (32-bit, non-prefetchable) [size=512]
  Memory at ffa7f400 (32-bit, non-prefetchable) [size=256]
  Capabilities: [50] Power Management version 2
  Kernel driver in use: Intel ICH
  Kernel modules: snd-intel8x0
  
  Its a Sid system, up to date.
  Where should I start looking, as sound used to work with no problems.
  
  
 Have you tried running 'alsaconf'?

  Yes I did - it went through its routine and promised me I'd end up with
a functioning sound system. I didn't. I really don't understand the 
can't open audio device ( Alsa default) message. There are no error
messages during the boot, except one which says aumix won't touch the
settings because it detects alsa config ( or word to that effect).

I have since discovered aplay will play wav files
this is the output of aplay -l

 List of PLAYBACK Hardware Devices 
card 0: ICH5 [Intel ICH5], device 0: Intel ICH [Intel ICH5]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: ICH5 [Intel ICH5], device 4: Intel ICH - IEC958 [Intel ICH5 -
IEC958] Subdevices: 1/1
  Subdevice #0: subdevice #0


I'm stuck.


- -- 
Frank -- [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkih2AwACgkQnQV1aTcQlJsVmwCeKKAC/sVIOVWoOddJT8Hyn6cS
TZUAnRlk+uyY5ODcIqyZuZeL/v75MdZb
=LlMw
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: No sound problems on Intel board

2008-08-12 Thread Nigel Henry
On Tuesday 12 August 2008 16:21, Frank McCormick wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1



 Sometime over the last few days I lost all sound on my system. Its an
 intel board - audio apps tell me they can't open the sound device, but
 when the system boots I hear a pop in the speakers as the drivers are
 loaded.

 here's the relevant output of lspci -v


 00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER
 (ICH5/ICH5R) AC'97 Audio Controller (rev 02) Subsystem: Intel Corporation
 Device e001
  Flags: bus master, medium devsel, latency 0, IRQ 17
  Memory at ffa7f800 (32-bit, non-prefetchable) [size=512]
  Memory at ffa7f400 (32-bit, non-prefetchable) [size=256]
  Capabilities: [50] Power Management version 2
  Kernel driver in use: Intel ICH
  Kernel modules: snd-intel8x0

 Its a Sid system, up to date.
 Where should I start looking, as sound used to work with no problems.




 - --
 Frank -- [EMAIL PROTECTED]

Hi Frank. I presume this is after some updates to Sid. What do you you get 
from the following comands.

cat /proc/asound/cards
lsmod | grep snd

In a terminal/Konsole, what does typing alsamixer as user show? Perhaps some 
update or other has muted the sound, and you now need to unmute it. Just a 
thought.

I have Sarge, Etch, and Lenny installs, but havn't dared to go as close to the 
edge as Sid yet.

All the best.

Nigel.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [Fwd: Re: No sound problems on Intel board]

2008-08-12 Thread Frank McCormick
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 
  Sometime over the last few days I lost all sound on my system. Its
  an intel board - audio apps tell me they can't open the sound device,
  but when the system boots I hear a pop in the speakers as the drivers
  are loaded.
 
  00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER
  (ICH5/ICH5R) AC'97 Audio Controller (rev 02) Subsystem: Intel
  Corporation Device e001
   Flags: bus master, medium devsel, latency 0, IRQ 17
   Memory at ffa7f800 (32-bit, non-prefetchable) [size=512]
   Memory at ffa7f400 (32-bit, non-prefetchable) [size=256]
   Capabilities: [50] Power Management version 2
   Kernel driver in use: Intel ICH
   Kernel modules: snd-intel8x0
 

 What do you you
 get from the following comands.
 
 cat /proc/asound/cards

 0 [ICH5   ]: ICH4 - Intel ICH5
  Intel ICH5 with AD1985 at irq 17

 lsmod | grep snd


snd_intel8x0   26268  1 
snd_ac97_codec 88484  1 snd_intel8x0
ac97_bus1728  1 snd_ac97_codec
snd_pcm_oss32800  0 
snd_mixer_oss  12320  1 snd_pcm_oss
snd_pcm62628  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer  17800  1 snd_pcm
snd45604  8
snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore   6368  1 snd snd_page_alloc  7816  2
snd_intel8x0,snd_pcm


 
 In a terminal/Konsole, what does typing alsamixer as user show? Perhaps 
 some
 update or other has muted the sound, and you now need to unmute it. Just
 a thought.


  Nope. Nothing is muted.

- -- 
Frank -- [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkih+UYACgkQnQV1aTcQlJtQGACfQ1EJ+UVWgwv8Vc8tkMoTKDF8
lEcAn296i+2U/q74NNSnE+EoSJtFnqy8
=c5N0
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]