PDA

View Full Version : Knoppix & MIDI



rsq1963
09-09-2004, 11:08 PM
I'm running Knoppix 3.6 from the poor man's install and really need to be able to play MIDI files. Knoppix recognized my .mid files as sound files, and tries to open them with XMMS on the left click, and has XMMS and xplaymidi both linked under the Action tab on the right click, but nothing opened it. I have not found anywhere to configure the system to play MIDI files aside from the KDE Control Center, but that has no options for for deviecs, mapping, etc. What am I missing here?

aay
09-10-2004, 01:56 AM
Try this:


apt-get install timidity

Then go to the command line, navigate to where your midi file is, and do the following:


timidity (name of file)

rsq1963
09-10-2004, 02:48 AM
Try this:


apt-get install timidity

Then go to the command line, navigate to where your midi file is, and do the following:


timidity (name of file)


I tried that, but since I am using the poor man's install, nothing happened. :(

Just reading between the lines, I guess without a full install MIDI just won't work?

The response from the bash shell was


W: Not using locking for read only lock file /var/lib/dpkg/lock
E: Unable to write to /var/cache/apt/
E: The package lists or status file could not be parsed or opened.

aay
09-10-2004, 03:30 AM
I'm quite sorry. I somehow skipped over the poor man's install part of your initial post. You won't be able to do what I suggest until you do a hard drive install. You might try some knoppix spin off distros. Here's one that should have timidy (as well as other audio/video apps).

http://www.mediainlinux.org/

redss
09-15-2004, 06:22 PM
Why would knoppix come with the Rosegarden sequencer and playmidi, if it doesn't configure your midi port for you?

My soundcard's WAV out works fine, but the MIDI part doesn't seem to get configured since /dev/sequencer isn't setup. (yes my soundcard ALS100 is on the list of supported cards for the OSS driver)

The soundcore module seems to be installed, so surely there should be a way to get midi working without a harddrive install?????

minamata
09-26-2004, 03:26 PM
hi
I am under KNOPPIX 3.6 (kernel 2.4.27) HD install, debian mode

I though my sound was working fine (it's ok for radio, audi CD, etc) but no sound with rosegarden4 or Muse.


a lspci gives :
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
Subsystem: Chaintech Computer Co. Ltd: Unknown device 766d
Flags: medium devsel, IRQ 22
I/O ports at e000 [size=256]
Capabilities: [c0] Power Management version 2


and lsmod :
Module Size Used by Tainted: P
unicorn_usb_atm 633088 1
pppoatm 2600 1
atm 35336 1 [unicorn_usb_atm pppoatm]
ppp_generic 22816 3 [pppoatm]
slhc 4560 0 [ppp_generic]
parport_pc 25128 1 (autoclean)
lp 7460 0
parport 22496 1 [parport_pc lp]
ehci-hcd 16616 0 (unused)
ntfs 50944 0 (unused)
autofs4 8756 1
af_packet 13544 0 (unused)
nls_iso8859-1 2844 0 (unused)
nls_cp437 4348 0 (unused)
via82cxxx_audio 19448 1
ac97_codec 11884 0 [via82cxxx_audio]
uart401 6052 0 [via82cxxx_audio]
sound 55244 0 [via82cxxx_audio uart401]
soundcore 3428 4 [via82cxxx_audio sound]
8139too 13768 0 (unused)
serial 52068 0
usbnet 13390 0 (unused)
crc32 2816 0 [8139too usbnet]
mii 2240 0 [8139too usbnet]
pcmcia_core 39840 0 (unused)
thermal 6692 0 (unused)
processor 9008 0 [thermal]
fan 1600 0 (unused)
button 2700 0 (unused)
battery 5952 0
ac 1792 0
rtc 7004 0
sbp2 16588 0 (unused)
ohci1394 22888 0 (unused)
ieee1394 183300 0 [sbp2 ohci1394]
usb-storage 62016 0 (unused)
usb-uhci 21836 0 (unused)
usbcore 57824 1 [unicorn_usb_atm ehci-hcd usbnet usb-storage usb-uhci]
ataraid 6404 0 (unused)
ide-scsi 9040 0
ext3 64388 1 (autoclean)
jbd 46804 1 (autoclean) [ext3]


I have tried playmidi, but got the following message :
open /dev/sequencer: No such device or address


I have also tried timidity, error also :
timidity: Can't read any configuration file.
Please check /etc/timidity.cfg

any idea would be welcome

:D

redss
09-27-2004, 03:32 PM
The only way I've heard of people getting midi to work is by booting with the alsa drivers using the alsa cheatcode, but I think this also requires a customized image so that all the alsa libraries are present...

michaa
09-27-2004, 07:44 PM
If you have a soundblaster 128 pci you need to install timidity. Soundblaster has NO synthesizer hardware on board (its fake). Using soundblaster 128 pci with windows you will not get aware of this fact, because a software synthesizer is being installed during the driver install.

Obviously this software synthesizer can not be installed with linux...

The good news: Timidity is MUCH better than creatives soft synthsizer...

michaa

firebyrd10
09-27-2004, 10:40 PM
If you can get the .deb file for Timidity

then I think a klik file can be made.

You'll have to ask probono how to though.

minamata
09-28-2004, 09:58 PM
I have a Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)

I've tried to boot on liveCD with cheatcode ALSA : no sound at all

on HD instal, with OSS, things are better, but MIDi is not supported.


did not acheive to use timidity (but timididty is for ALSA isn't it ?)

So, does anybody know is this sound card
1) supports MIDI with OSS?
2) support ALSA

thanks

finferflu
03-23-2006, 04:13 PM
I got Rosegarden4 working following this tutorial:

http://rosegarden.sourceforge.net/tutorial/en/chapter-2.html

hope it helps ^__^