/dev/sequencer missing - Midi support under 5.x

2004-01-01 Thread Dany Nativel
Searching the archives I found a previous thread 
(http://docs.freebsd.org/cgi/mid.cgi?3FA6C96D.3090502) talking about my 
problem.
Any progress on playing Midi files under 5.x ? My card uses the 
snd_DS1 module.

Kmidi is complaining about a missing /dev/sequencer (which I don't have 
in my /dev).

Thank you
Dany


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


/dev/sequencer missing

2003-11-03 Thread Bborie Park
Hey all,

I'm using the pcm driver and everything related to sound works thus far. 
 But now that I'm trying to use Wine, it prompts me that I do not have 
/dev/sequencer.

I'm running Free 5.1 and have a sblive card, which works great.  It 
looks several symbolic links are missing in my /dev folder, according to 
the pcm(4) man pages. Specifically, I found that these are missing:

/dev/midi
/dev/music
/dev/sequencer
/dev/pss
Any ideas?

Thanks for any help,
Bborie
PS... The entire reasoning for this is because I'm trying to get Quicken 
2003 deluxe to work under wine.

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


Re: /dev/sequencer missing

2003-11-03 Thread Kris Kennaway
On Mon, Nov 03, 2003 at 09:03:33PM +, Bborie Park wrote:
 Hey all,
 
 I'm using the pcm driver and everything related to sound works thus far. 
  But now that I'm trying to use Wine, it prompts me that I do not have 
 /dev/sequencer.
 
 I'm running Free 5.1 and have a sblive card, which works great.  It 
 looks several symbolic links are missing in my /dev folder, according to 
 the pcm(4) man pages. Specifically, I found that these are missing:
 
 /dev/midi
 /dev/music
 /dev/sequencer
 /dev/pss
 
 Any ideas?

You need to make the devices with /dev/MAKEDEV - read that file for
the available options.

Kris


pgp0.pgp
Description: PGP signature


Re: /dev/sequencer missing

2003-11-03 Thread Robin Schoonover
On Mon, 03 Nov 2003 21:03:33 +, Bborie Park [EMAIL PROTECTED] wrote:
 Hey all,
 
 I'm using the pcm driver and everything related to sound works thus far. 
   But now that I'm trying to use Wine, it prompts me that I do not have 
 /dev/sequencer.
 
 I'm running Free 5.1 and have a sblive card, which works great.  ...

Wait a sec...wine on FreeBSD 5.1?  Wasn't wine on 5.1 broken (but fixed in
-CURRENT)?

I haven't gotten wine to work on 5.1 (programs always hung for a bit
before 'generating an exception'), and from looking around on the net, it's
a known problem, and fixed in -CURRENT.

Furthermore, I think it's just winecheck that complains about
/dev/sequencer.  Back when I ran wine on 4.x it never once complained about
a missing /dev/sequencer.

-- 
Robin Schoonover (aka End)
#
# Pardon me, waiter. I like my water diluted.
#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /dev/sequencer missing

2003-11-03 Thread Robin Schoonover
On Mon, 3 Nov 2003 21:08:56 -0800, Kris Kennaway [EMAIL PROTECTED]
wrote:
 On Mon, Nov 03, 2003 at 09:03:33PM +, Bborie Park wrote:
  Hey all,
  
  I'm using the pcm driver and everything related to sound works thus
  far. 
   But now that I'm trying to use Wine, it prompts me that I do not have 
  /dev/sequencer.
  
  I'm running Free 5.1 and have a sblive card, which works great.  It 
  looks several symbolic links are missing in my /dev folder, according
  to the pcm(4) man pages. Specifically, I found that these are missing:
  
  /dev/midi
  /dev/music
  /dev/sequencer
  /dev/pss
  
  Any ideas?
 
 You need to make the devices with /dev/MAKEDEV - read that file for
 the available options.
 

He's running 5.1, which probably means he is using devfs.  That means there
is no /dev/MAKEDEV

-- 
Robin Schoonover (aka End)
#
# If you can keep your head when all about you are losing theirs, it's
# just possible you haven't grasped the situation.  -- Jean Kerr
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /dev/sequencer missing

2003-11-03 Thread Bborie Park
Robin Schoonover wrote:
On Mon, 3 Nov 2003 21:08:56 -0800, Kris Kennaway [EMAIL PROTECTED]
wrote:
On Mon, Nov 03, 2003 at 09:03:33PM +, Bborie Park wrote:

Hey all,

I'm using the pcm driver and everything related to sound works thus
far. 
But now that I'm trying to use Wine, it prompts me that I do not have 
/dev/sequencer.

I'm running Free 5.1 and have a sblive card, which works great.  It 
looks several symbolic links are missing in my /dev folder, according
to the pcm(4) man pages. Specifically, I found that these are missing:

/dev/midi
/dev/music
/dev/sequencer
/dev/pss
Any ideas?
You need to make the devices with /dev/MAKEDEV - read that file for
the available options.


He's running 5.1, which probably means he is using devfs.  That means there
is no /dev/MAKEDEV
Yep, don't have MAKEDEV.  Thats the reason why I ask.  Thanks for the 
help thus far though.

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


Re: /dev/sequencer missing

2003-11-03 Thread Kris Kennaway
On Mon, Nov 03, 2003 at 10:19:01PM -0700, Robin Schoonover wrote:

  You need to make the devices with /dev/MAKEDEV - read that file for
  the available options.
  
 
 He's running 5.1, which probably means he is using devfs.  That means there
 is no /dev/MAKEDEV

Oops, I missed that.  He doesn't have support for the device (MIDI?)
loaded/compiled into his kernel, then.

 
 -- 
 Robin Schoonover (aka End)
 #
 # If you can keep your head when all about you are losing theirs, it's
 # just possible you haven't grasped the situation.  -- Jean Kerr


pgp0.pgp
Description: PGP signature