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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-26-2006, 06:58 AM
|
#1
|
Member
Registered: Apr 2006
Posts: 62
Rep:
|
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
|
|
|
04-26-2006, 11:58 PM
|
#2
|
LQ Newbie
Registered: Apr 2006
Location: Montréal, Qc, Canada
Distribution: Kubuntu 5.10
Posts: 15
Rep:
|
you can try /etc/modules.conf (read the manpages though, you might wanna modprobe first...)
|
|
|
04-27-2006, 04:10 AM
|
#3
|
Member
Registered: Dec 2005
Distribution: suse/lfs/ubuntu
Posts: 46
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 06:51 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|