Re: missing /dev/sequencer and /dev/midi under 5.4

2005-08-02 Thread Ben Paley
On Tuesday 02 August 2005 14:59, Lowell Gilbert wrote:
> Ben Paley <[EMAIL PROTECTED]> writes:

> > I guess I need to enable midi in the kernel, but what device / options?
>
> I'm not sure that MIDI is supported by the kernel these days.
> Does anyone know for sure?

Not me, that's certain. I guess another approach is to put something 
in /boot/loader.conf...  but what? 

[EMAIL PROTECTED] locate snd | grep mid
[EMAIL PROTECTED] locate snd | grep seq
[EMAIL PROTECTED]

doesn't look too good, does it?

Well, I shall try audio/xmms-midi - from what I can gather, it plays midi 
files through whatever xmms normally uses, which will do, I suppose!

Thanks a lot for your help, I really appreciate a reply even if it's to let me 
know not to bother! ;-)

Cheers,
Ben
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: missing /dev/sequencer and /dev/midi under 5.4

2005-08-02 Thread Lowell Gilbert
Ben Paley <[EMAIL PROTECTED]> writes:

> Hello,
> 
> I'm running FreeBSD 5.4 with a custom kernel on a Dell Inspiron 6000 - the 
> Dell website only says "SoundBlaster compatible" for the sound card.
> 
> Normal sound stuff works fine (though I can't hear the cd player, actually, 
> now that I think of it...) but midi doesn't work: kmidi complains 
> that /dev/sequencer is busy, but actually it doesn't exist, and neither 
> does /dev/midi.
> 
> I guess I need to enable midi in the kernel, but what device / options?

I'm not sure that MIDI is supported by the kernel these days.
Does anyone know for sure?

> I'm sure I don't need all this stuff in there, but I haven't got round to 
> experimenting with what I can take out. Could that be my problem?

Nope.  The extra stuff wouldn't hurt.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


missing /dev/sequencer and /dev/midi under 5.4

2005-08-01 Thread Ben Paley
Hello,

I'm running FreeBSD 5.4 with a custom kernel on a Dell Inspiron 6000 - the 
Dell website only says "SoundBlaster compatible" for the sound card.

Normal sound stuff works fine (though I can't hear the cd player, actually, 
now that I think of it...) but midi doesn't work: kmidi complains 
that /dev/sequencer is busy, but actually it doesn't exist, and neither 
does /dev/midi.

I guess I need to enable midi in the kernel, but what device / options?

device pcm
device snd
device seq
device midi

all give me "unknown device" errors at compile time: here's the relevent 
section of my kernel config file:

device  sound   #   generic sound driver: these added...
device  "snd_ad1816"
device  "snd_als4000"
#device "snd_au88x0"
device  snd_cmi
device  "snd_cs4281"
device  snd_csa
device  "snd_ds1"
device  "snd_emu10k1"
device  "snd_es137x"
device  snd_ess
device  "snd_fm801"
device  snd_gusc
device  snd_ich
device  snd_maestro
device  "snd_maestro3"
device  snd_mss
device  snd_neomagic
device  "snd_sb16"
device  "snd_sb8"
device  snd_sbc
device  snd_solo
device  "snd_t4dwave"
device  "snd_via8233"
device  "snd_via82c686"
device  snd_vibes
#device "snd_vortex1"
device  snd_uaudio

I'm sure I don't need all this stuff in there, but I haven't got round to 
experimenting with what I can take out. Could that be my problem?

Thanks in anticipation for your help...

Cheers,
Ben
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"