Alexander Clouter [EMAIL PROTECTED] wrote: > On Sat, 12 Aug 2000, Shao Zhang wrote: > > > > Hi, > > I am using the esssolo1 for my laptop's soundcard, but I cannot get > > the midi working. I read the source code and it seems to me that > > /dev/midi is supported. > > > > But playmidi keeps trying /dev/sequence. any ideas? > > > > [17:56|pts/[EMAIL PROTECTED] % playmidi -D /dev/midi i-do.mid > > lfeifei.mid lovepain.mid > > Playmidi 2.3 Copyright (C) 1994-1996 Nathan I. Laredo > > This is free software with ABSOLUTELY NO WARRANTY. > > For details please see the file COPYING. > > open /dev/sequencer: No such device > > > can you actually see /dev/sequencer? If not you will need to create it > (with the mknod) command. How I'm not sure but its probably in the > Sound-HOWTO or more likely to be in the linux kernel source code > documentation /usr/src/linux/Documentation/...etc... Yep. [19:50|pts/[EMAIL PROTECTED] % ls -al /dev/sequencer crw-rw---- 1 root audio 14, 1 Apr 8 04:20 /dev/sequencer
And the major number 14 is correctly owned by the sound module. From the esssolo1.c, it said it only supports /dev/midi. And on my system, it symbolic linked to /dev/midi0. And I could not figure out a way to ask playmidi to use /dev/midi rather than /dev/sequencer. Shao. -- ____________________________________________________________________________ Shao Zhang - Running Debian 2.1 ___ _ _____ Department of Communications / __| |_ __ _ ___ |_ / |_ __ _ _ _ __ _ University of New South Wales \__ \ ' \/ _` / _ \ / /| ' \/ _` | ' \/ _` | Sydney, Australia |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, | Email: [EMAIL PROTECTED] |___/ _____________________________________________________________________________

