Return to BSD News archive
Newsgroups: comp.unix.bsd.freebsd.misc Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!news.mathworks.com!uunet!in1.uu.net!news.new-york.net!actcom!actcom.co.il!baum From: Alexander Indenbaum <baum@actcom.co.il> Subject: Re: SoundCard Error: The soundcard system has not been configured In-Reply-To: <Pine.SUN.3.93-heb-2.07.961103002322.3924A-100000@actcom.co.il> X-Nntp-Posting-Host: actcom.co.il Content-Type: TEXT/PLAIN; charset=US-ASCII Message-ID: <Pine.SUN.3.93-heb-2.07.961103021324.21346B-100000@actcom.co.il> Sender: news@actcom.co.il (News) Organization: ACTCOM - Internet Services in Israel References: <32775018.555F@fpmbh.com> <55cgv8$njh@bs33n.staffs.ac.uk> <chad-0111962054360001@sverige.pengar.com> <Pine.SUN.3.93-heb-2.07.961103002322.3924A-100000@actcom.co.il> Mime-Version: 1.0 Date: Sun, 3 Nov 1996 00:31:14 GMT Lines: 87 Hi! OK, I admit, I do not know what the hell am I doing. How should I configure my kernel??? I am trying to configure my sound card but: ( from /var/log/messages ) Nov 3 02:08:04 act11 /kernel: sb0 not found at 0x220 Nov 3 02:08:04 act11 /kernel: sbxvi0 not found Nov 3 02:08:04 act11 /kernel: sbmidi0 not found at 0x330 Nov 3 02:08:04 act11 /kernel: mss0 not found at 0x530 Nov 3 02:08:05 act11 /kernel: mpu0 at 0x330 irq 9 drq 0 on isa Nov 3 02:08:05 act11 /kernel: mpu0: <MPU-401 MIDI Interface 0.0 > And here is my DOS config file ( from sound16.cfg ) " OPTi 82C930 Testing & Configuration Program v1.07 " [OPTION] FM=OPL3 CDROM=YES [ENVIRONMENT] WINDOWS=C:\WINDOWS MPUDRV=mpu401p.drv BACKUP=mad [COLORS] ; Color Customizations PALETTE=16 ; Palette choices between 0 and 18 [SETTINGS] PORT1=220,220 IRQ1=5,5 DRQ1=1,1 PORT2=530,530 IRQ2=7,7 DRQ2=0,0 DRQ3=0,1 PORT3=330,330 IRQ3=9,9 MPU401=ON,ON MODE=0,0 ..... Alexander Indenbaum baum@actcom.co.il On Sat, 2 Nov 1996, Alexander Indenbaum wrote: > Hi! > > I am trying to configure my Voyetra SoundCard but when > I try 'cat file.au >/dev/audio' I get: > SoundCard Error: The soundcard system has not been configured > on the console > > I created devices by ./MAKEDEV snd0 > I also edited /sys/i386/isa/sound/config.h and entered my IRQ etc. > and recompiled kernel ( couple of times :) ) > > here is my configuration: > controller snd0 > options CONFIGURE_SOUNDCARD > options "SBC_BASE=0x220" > options "SBC_IRQ=5" > options "SBC_DMA=1" > options "SB16_DMA=7" > options "SB16MIDI_BASE=0x330" > device sb0 at isa? port 0x220 conflicts irq 5 conflicts drq 1 vector sbintr > device sbxvi0 at isa? port 0x220 conflicts irq 5 conflicts drq 7 vector sbintr > device sbmidi0at isa? port 0x330 > > I tried also: > controller snd0 > device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > > Am I missing something ? > > Thank you in advance, > > Alexander Indenbaum > baum@actcom.co.il > > >