Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2000 12:03:28 -0700
From:      "Max Calvo" <max.calvo@maxcalvo.net>
To:        <multimedia@FreeBSD.ORG>
Subject:   Re: Help with sound
Message-ID:  <000b01bfd4a0$e4ac0d80$f5da50ce@maxcalvo.net>
References:  <011c01bfd247$ac887c00$f5da50ce@maxcalvo.net> <20000609220748.A1191@nc.rr.com> <d7lnhk28.fsf@pc166.gits.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
Cyrille.

I did what you suggested. Here is my kernel configuration:
device pcm
device sbc
device sb0      at isa? port 0x220 irq 5 drq 1
device sbxvi0   at isa? port? drq 5
device opl0     at isa? port 0x388
device sbmidi0  at isa? port 0x300

However, when I build the kernel it gives me this output:
linking kernel
isa_compat.o(.data+0xc): undefined reference to `sbdriver'
isa_compat.o(.data+0x14): undefined reference to `sbxvidriver'
isa_compat.o(.data+0x1c): undefined reference to `sbmididriver'
isa_compat.o(.data+0x24): undefined reference to `opldriver'
midi_synth.o: In function `midi_outc':
midi_synth.o(.text+0x4d): undefined reference to `midi_devs'
midi_synth.o: In function `prefix_cmd':
midi_synth.o(.text+0xa0): undefined reference to `midi_devs'
midi_synth.o: In function `midi_synth_input':
midi_synth.o(.text+0xdd): undefined reference to `num_midis'
midi_synth.o(.text+0xff): undefined reference to `midi_devs'
midi_synth.o: In function `leave_sysex':
midi_synth.o(.text+0x2c6): undefined reference to `synth_devs'
midi_synth.o(.text+0x2ef): undefined reference to `midi_devs'
midi_synth.o: In function `midi_synth_ioctl':
midi_synth.o(.text+0x352): undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_kill_note':
midi_synth.o(.text+0x383): undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_set_instr':
midi_synth.o(.text+0x4b2): undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_start_note':
midi_synth.o(.text+0x512): undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_open':
midi_synth.o(.text+0x5f3): undefined reference to `synth_devs'

What am I doing wrong???

Thanks in advance

-Max


----- Original Message -----
From: Cyrille Lefevre <clefevre@no-spam.citeweb.net>
To: Randall Hopper <aa8vb@nc.rr.com>
Cc: Max Calvo <max.calvo@maxcalvo.net>; <multimedia@FreeBSD.ORG>
Sent: Sunday, June 11, 2000 4:30 PM
Subject: Re: Help with sound


> Randall Hopper <aa8vb@nc.rr.com> writes:
>
> > Max Calvo:
> >  |I have been trying to get my sound to work for a few weeks and now I
am
> >  |turning to the mailing list. This is my mesg output:
> > ...
> >  |And this is my kernel configuration.
> >  |
> >  |device snd0
> >  |device sb0      at isa? port 0x220 irq 5 drq 1
> >  |device sbxvi0   at isa? port? irq? drq 5
> >  |device opl0     at isa? port 0x388
> >  |device sbmidi0  at isa? port 0x300 irq?
> >
> > I don't know the 4.0 sound driver details, but your first line looks
fishy.
> > I also wonder about the sbxvi0 line.
>
> in 4.0, why don't you use the new pcm audio device driver ? try :
>
> device pcm
> device sbc
> device joy0 at isa? port IO_GAME
>
> > Here's mine (on 3.4-RELEASE):
> >
> > controller      snd0
> > device sb0      at isa? port 0x220 irq 5 drq 1
> > device sbxvi0   at isa? drq 5
> > device sbmidi0  at isa? port 0x330
> > device opl0     at isa? port 0x388
> > device awe0     at isa? port 0x620         <--- You won't want this one.
>
> in 4.0, the syntax is right. there is no more controler, disk and tape
> keywords. all are devices or pseudo-devices.
>
> Cyrille.
> --
> home:mailto:clefevre@no-spam.citeweb.net Supprimer "no-spam." pour me
repondre.
> work:mailto:Cyrille.Lefevre@no-spam.edf.fr Remove "no-spam." to answer me
back.
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-multimedia" in the body of the message
>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01bfd4a0$e4ac0d80$f5da50ce>