Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jan 1996 08:12:59 -0800
From:      gpalmer@westhill.cdrom.com
To:        stoney@florence.ds.adp.com (Don Stonebraker)
Cc:        questions@FreeBSD.ORG
Subject:   Re: Cannot successfully install FreeBSD 
Message-ID:  <4977.821117579@westhill.cdrom.com>
In-Reply-To: Your message of "Mon, 08 Jan 1996 11:08:05 EST." <9601081608.AA19651@corky> 

next in thread | previous in thread | raw e-mail | index | archive | help
Don Stonebraker wrote in message ID
<9601081608.AA19651@corky>:
> 	system for networking.  The people at Walnut Creek (FreeBSD
> 	developers) have lent NO HELP at all even though I have called
> 	them countless times.  My answer from them is they do not know
> 	anything to help me but will have someone call me back and
> 	this never happens.

Okay. Could you tell me the name of anybody you spoke to a Walnut
Creek? I am the most likely recipient of such a message and I have (to
date) returned all calls that I have been TOLD ABOUT...


 
> # vi CPCCKERNEL
 
> 	---> added following two lines :
 
> 	controller snd0
> 	device sbmidi0 at isa? port 0x220

Why didn't you add the rest of the lines to support the SoundBlaster?
It won't work without the base `sb' device.  The file that defines
those symbols is only included if you define one of `gus', `mss',
`mpu', `pas', `sb' or `uart' devices. You should really add the other
two lines as well:

device sb0      at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr
device sbxvi0   at isa? drq 5


>  ---> does not complete, ends with messages:
 
>  loading kernel
>  soundcard.o: Undefined symbol `MIDIbuf_init' referenced from segment text
>  sound_switch.0: Undefined symbol `MIDIbuf_read' referenced from text segment
>  sound_switch.0: Undefined symbol `MIDIbuf_write' referenced from text segment
>  sound_switch.0: Undefined symbol `MIDIbuf_open' referenced from text segment
>  sound_switch.0: Undefined symbol `MIDIbuf_release' referenced from text segment
>  sound_switch.0: Undefined symbol `MIDIbuf_ioctl' referenced from text segment
>  **** Error code 1

>  Stop

Yours

Gary Palmer
Walnut Creek CDROM



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4977.821117579>