LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-26-2006, 06:58 AM   #1
angelo_maci
Member
 
Registered: Apr 2006
Posts: 62

Rep: Reputation: 15
midi problems


Hi
asking for midi game port drivers I got the answer:

"
MPU401 module is a part of alsa
just put
snd-seq-midi (if its not there) and
snd-mpu401-uart
at the bottom of the list of sound modules to load at boot
"
but I do not know which file i have to edit.
Please help me.

My sound card is in the mother board, I give you the lsmod output too
thanks in advance


Module Size Used by
ppp_deflate 8576 0
zlib_deflate 23960 1 ppp_deflate
bsd_comp 9216 0
ppp_async 12672 1
crc_ccitt 5888 1 ppp_async
md5 7680 1
ipv6 238016 8
ppp_generic 27796 7 ppp_deflate,bsd_comp,ppp_async
slhc 9984 1 ppp_generic
snd_seq_dummy 6660 0
snd_seq_oss 32128 0
snd_seq_midi 10272 0
snd_rawmidi 23072 1 snd_seq_midi
snd_seq_midi_event 10112 2 snd_seq_oss,snd_seq_midi
snd_seq 48656 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_seq_device 10636 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
radeon 74496 1
drm 59540 2 radeon
lp 13704 2
snd_pcm_oss 47264 0
snd_pcm 77316 1 snd_pcm_oss
snd_timer 23556 2 snd_seq,snd_pcm
snd_page_alloc 11268 1 snd_pcm
snd_mixer_oss 18304 1 snd_pcm_oss
snd 46820 8 snd_seq_oss,snd_rawmidi,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
i810_audio 36116 0
ac97_codec 20236 1 i810_audio
soundcore 11104 2 snd,i810_audio
via_agp 11392 0
sis_agp 9988 1
nvidia_agp 9756 0
intel_agp 22300 0
amd_k7_agp 10380 0
ali_agp 9216 0
autofs4 19076 1
af_packet 24328 0
agpgart 31440 7 drm,via_agp,sis_agp,nvidia_agp,intel_agp,amd_k7_agp,ali_agp
8250 42844 3
serial_core 21120 1 8250
sis900 21760 0
mii 8320 1 sis900
i2c_sis630 10380 0
i2c_sis96x 8580 0
i2c_core 20992 2 i2c_sis630,i2c_sis96x
parport_pc 38724 1
parport 33480 2 lp,parport_pc
unionfs 68088 0
sbp2 24584 0
usb_storage 68544 0
ohci1394 33460 0
ieee1394 297432 2 sbp2,ohci1394
usbhid 42464 0
ohci_hcd 21764 0
uhci_hcd 31632 0
usbcore 102492 5 usb_storage,usbhid,ohci_hcd,uhci_hcd
pcmcia 23696 0
yenta_socket 22152 0
rsrc_nonstatic 14080 1 yenta_socket
pcmcia_core 43268 3 pcmcia,yenta_socket,rsrc_nonstatic
apm 22252 2
rtc 13900 0
ntfs 163600 0
ext3 123912 0
jbd 65572 1 ext3
reiserfs 231024 1
 
Old 04-26-2006, 11:58 PM   #2
phleva
LQ Newbie
 
Registered: Apr 2006
Location: Montréal, Qc, Canada
Distribution: Kubuntu 5.10
Posts: 15

Rep: Reputation: 0
you can try /etc/modules.conf (read the manpages though, you might wanna modprobe first...)
 
Old 04-27-2006, 04:10 AM   #3
hold_breal
Member
 
Registered: Dec 2005
Distribution: suse/lfs/ubuntu
Posts: 46

Rep: Reputation: 15
if you're running suse, you'll find that /etc/modules.conf doesn't exist. instead you can add a file or change a file in /etc/modprobe.d

in this case, it's probable that modprobe.d/sound already exists.

reading your list of lsmod, the modules appear to have already been loaded. what happens if you try to load a soundfont?

to do this, search the net for a *.sf2 file and save it under /usr/share/sounds/sf2 (for example, just so you know where it is). sometimes there already is an sf2-file there. you can load this file by typing:
asfxload <name of *.sf2 file>

if gnu/linux doesn't complain, you're in business.

once you've done that, the most important command is aseqdump so you can check to see if a signal is coming in (check man aseqdump for details). other midi commands can be found by typing

apropos midi
or
apropos alsa

(assuming apropos is correctly installed and configured)

pmidi will play a file. this may be the next thing to try, after you have the sf2-soundfont loaded. midi works over ports, so you have to find out which ports are available:

pmidi -l
and then

pmidi -p <any port number which is a WaveTable>

this works on my system, but i'm not sure how much of that is system-specific.

hope this helps

hold
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cs4236b midi problems nymusicman Linux - Hardware 5 08-11-2005 02:02 AM
problems with midi and tv card darksmiley Slackware 19 06-14-2005 02:37 PM
problems with midi intuxicator Debian 6 04-09-2005 08:10 PM
How to play MIDI files: needed a MIDI mapper? vharishankar Linux - General 3 12-30-2004 01:12 AM
Set up midi device in suse 9.1 w/ AC'97 midi controller Guitarist88 Linux - Hardware 1 07-06-2004 04:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration