[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel 2.1.128 & sound



Hi :

> 
> > Hello everyone, I just got kernel 2.1.128 up and running.  I am loading
> > sound as a module.  When I try to cat something to the device I get this
> > error message:
> > 
> > [paul:~/multimedia/next-gen]$ cat youronbd.au > /dev/audio
> > bash: /dev/audio: Operation not supported by device
> > 
> > tail of /var/log/kern.log shows:
> > Nov 14 23:09:48 data kernel: Soundblaster audio driver Copyright (C) by
> > Hannu Savolainen 1993-1996
> > Nov 14 23:09:48 data kernel: sb: dsp reset failed.
> > 
> > 
> > lsmod shows:
> > Module                  Size  Used by
> > uart401                 5696   0
> > sound                  58064   0  (autoclean) [uart401]
> > soundcore               2120   3  (autoclean) [sound]
> >  
> > I know that sb.o is not loaded.  If I try to load it it say the the device
> > or resource is busy.
> > 
> You need to specify the options to sb
> 
> Here's what I use to get mine loaded (after running isapnp
> 
> insmod soundcore
> insmod sound
> insmod opl3
> insmod uart401
> insmod sb io=0x220 irq=5 dma=1 mpu_io=0x330
> insmod adlib_card io=0x388
> 
> 

	I have a Yamaha OPL3-SA3, I compiled the driver for its as module and 
I'm specifying all options of the driver. The loading process goes without 
problems but the /dev/sndstat don't report installed drivers and card config. 
The parameter are right, I'm using this card with kernel 2.0.35.
	
	Someone have any idea for solving this problem?
	
				Hernán.

                           Hernán J Cervantes Rodríguez
                           Instituto de Física da USP
                           e-mail   : hernan@if.usp.br
                           homepage : http://fge.if.usp.br/~hernan/
                           


Reply to: