Re: Upgrade to 2.2.1 kernel, sound problems

1999-03-17 Thread Torsten Hilbrich
Antal Ritter <[EMAIL PROTECTED]> writes:

> That's also true, but has nothing to do with the mentioned error
> message. The "Cant't open /dev/dsp" error seemed to be going away
> after I stopped NAS. Sorry again for the mis-information...

You should upgrade your nas, the current version (1.2p5-9) will not
open /dev/nas unless playing a sound file.

Torsten


Re: Upgrade to 2.2.1 kernel, sound problems

1999-03-16 Thread Antal Ritter
Hi,

Sorry for replying my own post, but...

On Fri, Mar 12, 1999 at 12:58:09PM +0100, Antal Ritter wrote:
> > ... However when I attempt to use mpg123 to
> > play mp3 files I recieve the following error.
> > 
> > Can't open /dev/dsp!
> 
> I had the same problem. 

That's true...

> I compiled sound support as modules, so
> I need to specify io,irq,dma and dma16 parameters when the
> modules are loaded. Without specifying dma16 I could use bplay, 
> the mixer worked, but mpg123 was not able to play. Providing dma16 
> solved the problem for me. HTH

That's also true, but has nothing to do with the mentioned error
message. The "Cant't open /dev/dsp" error seemed to be going 
away after I stopped NAS. Sorry again for the mis-information...

Antal


Re: Upgrade to 2.2.1 kernel, sound problems

1999-03-13 Thread Pedro Guerreiro
On Thu, Mar 11, 1999 at 10:32:04PM -0600, Mark Panzer wrote:

> I upgraded to the 2.2.1 kernel (it should be somewhat stable being an
> even release number) and my AWE 64 sound card now fails to work. I have
> isapnp installed to configure the soundcard on bootup, that works fine
> (prints out board id etc...). However when I attempt to use mpg123 to
> play mp3 files I recieve the following error.
> 
> Can't open /dev/dsp!
> 
> However I do have dsp in my device driver dir (/dev/).
> 
> ls -l /dev/dsp
> crw-rw1 root  audio   14, 3 May 12 1998 /dev/dsp

Make sure you belong to group audio, or you'll never get permition to
write/read from /dev/dsp.

> Can you shed any light on my problem? (I also noticed that the config
> script for the kernel never asked for io/irq/dma etc.. addresses what's
> up?)

Just add the configuration to the /etc/modutils/options file and then run
update-modules, that will do the trick. It did for me:-)

I've got an AWE32 PNP with a 2.2.3 kernel running with no problems.
-- 
Pedro Guerreiro (aka digito)([EMAIL PROTECTED])
 
Diplomacy: the art of letting someone have your own way.


Re: Upgrade to 2.2.1 kernel, sound problems

1999-03-12 Thread Antal Ritter
Hi,

On Fri, Mar 12, 1999 at 05:32:04AM +0100, Mark Panzer wrote:
> I upgraded to the 2.2.1 kernel (it should be somewhat stable being an
> even release number) and my AWE 64 sound card now fails to work. I have
> isapnp installed to configure the soundcard on bootup, that works fine
> (prints out board id etc...). However when I attempt to use mpg123 to
> play mp3 files I recieve the following error.
> 
> Can't open /dev/dsp!

I had the same problem. I compiled sound support as modules, so
I need to specify io,irq,dma and dma16 parameters when the
modules are loaded. Without specifying dma16 I could use bplay, 
the mixer worked, but mpg123 was not able to play. Providing dma16 
solved the problem for me. HTH

Antal


Re: Upgrade to 2.2.1 kernel, sound problems

1999-03-12 Thread Gregory T. Norris
Also, there were several updates to the AWE driver (as well as
data-corruption fixes) between 2.2.1 and 2.2.3).  It might be a good
idea to update to the current sources.

I don't think there's a .deb version of 2.2.3 on the main debian site
yet... but I believe that http://netgod.net/ has the debianized
source/image.

On Fri, Mar 12, 1999 at 12:51:38AM -0600, [EMAIL PROTECTED] wrote:
> Are you upgrading from a 2.0.x series kernel? If so, there are a number of
> changes to the way sound is set up -- read the docs in Documentation/sound.
> Especially if you compiled sound support as a module (which I'm guessing
> you did since you weren't asked to configure it), it would be a good idea
> to take a look at README.modules. 
> 
> Hope that helps,
> 
> Alan Liu
> [EMAIL PROTECTED]
> 
> > I upgraded to the 2.2.1 kernel (it should be somewhat stable being an
> > even release number) and my AWE 64 sound card now fails to work. I have
> > isapnp installed to configure the soundcard on bootup, that works fine
> > (prints out board id etc...). However when I attempt to use mpg123 to
> > play mp3 files I recieve the following error.
> > 
> > Can't open /dev/dsp!
> > 
> > However I do have dsp in my device driver dir (/dev/).
> > 
> > ls -l /dev/dsp
> > crw-rw  1 root  audio   14, 3 May 12 1998 /dev/dsp
> > 
> > Can you shed any light on my problem? (I also noticed that the config
> > script for the kernel never asked for io/irq/dma etc.. addresses what's
> > up?)
> > 
> > Thanks for your time
> > 
> > Mark Panzer


Re: Upgrade to 2.2.1 kernel, sound problems

1999-03-12 Thread surak
Are you upgrading from a 2.0.x series kernel? If so, there are a number of
changes to the way sound is set up -- read the docs in Documentation/sound.
Especially if you compiled sound support as a module (which I'm guessing
you did since you weren't asked to configure it), it would be a good idea
to take a look at README.modules. 

Hope that helps,

Alan Liu
[EMAIL PROTECTED]

> I upgraded to the 2.2.1 kernel (it should be somewhat stable being an
> even release number) and my AWE 64 sound card now fails to work. I have
> isapnp installed to configure the soundcard on bootup, that works fine
> (prints out board id etc...). However when I attempt to use mpg123 to
> play mp3 files I recieve the following error.
> 
> Can't open /dev/dsp!
> 
> However I do have dsp in my device driver dir (/dev/).
> 
> ls -l /dev/dsp
> crw-rw  1 root  audio   14, 3 May 12 1998 /dev/dsp
> 
> Can you shed any light on my problem? (I also noticed that the config
> script for the kernel never asked for io/irq/dma etc.. addresses what's
> up?)
> 
> Thanks for your time
> 
> Mark Panzer


Upgrade to 2.2.1 kernel, sound problems

1999-03-12 Thread Mark Panzer
I upgraded to the 2.2.1 kernel (it should be somewhat stable being an
even release number) and my AWE 64 sound card now fails to work. I have
isapnp installed to configure the soundcard on bootup, that works fine
(prints out board id etc...). However when I attempt to use mpg123 to
play mp3 files I recieve the following error.

Can't open /dev/dsp!

However I do have dsp in my device driver dir (/dev/).

ls -l /dev/dsp
crw-rw  1 root  audio   14, 3 May 12 1998 /dev/dsp

Can you shed any light on my problem? (I also noticed that the config
script for the kernel never asked for io/irq/dma etc.. addresses what's
up?)

Thanks for your time

Mark Panzer