Results 1 to 2 of 2

Thread: How to play midis in Linux?

  1. #1
    Guest

    How to play midis in Linux?

    I installed playmidi, but it asks for /dev/sequencer? WTF is that?

    ...and why would I want to play midis? Well I want to listen to some Gameboy Tetris music while I code

  2. #2

    Re: How to play midis in Linux?

    First try 'ls -al /dev/sequencer' to see if the device exists. If not, then as root

    mknod -m 777 /dev/sequencer c 14 1

    You can also do a Google ( www.google.com/linux ) search for /dev/sequencer to find out more information on the subject.

    Also have a look in /usr/share/doc/FAQ or HTML or LDP or HOWTO and you will most likely find documentation that explains devices such as 'sequencer'.

Similar Threads

  1. is Linux even worth it on my system?
    By s134k in forum Linux - General Topics
    Replies: 13
    Last Post: 12-28-2006, 01:39 AM
  2. Desktop Linux: The Final Hurdles
    By in forum General Chat
    Replies: 1
    Last Post: 11-11-2004, 12:47 AM
  3. Preorder your Linux for PS2 now!
    By rick420 in forum Linux - General Topics
    Replies: 4
    Last Post: 04-05-2002, 05:47 PM
  4. Review: Redmond Linux
    By in forum Linux - General Topics
    Replies: 11
    Last Post: 01-12-2002, 02:10 PM
  5. Linux Better Than FreeBSD?
    By Coral_Sea in forum BSD
    Replies: 16
    Last Post: 01-04-2002, 01:37 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •