Kevin Ryan wrote: >Ok I need to give more specifics with my question... > >I am using Knoppix 3.3, with an ALS-100 soundcard. >Knoppix autoconfigures the soundcard so I have no idea >if the soundcard is using ALSA or OSS drivers. > >I tried running the Rosegarden sequencer, but its >midiport was set up as /dev/null so it apparently >didn't locate the midiport. I am pretty sure the >midiport has been autoconfigured, so how do I find >what device (/dev/????) to set the midi port to? > >thanks! > >__________________________________ >Do you Yahoo!? >New Yahoo! Photos - easier uploading and sharing. >http://photos.yahoo.com/ > > > > Do a lsmod to get a listing of the loaded modules. If you find your card with the prefix "snd-" then you're using ALSA. You'll probably find lot of things so probably a lsmod | grep als-100 will be a better choice, or at least it will be more understandable.