Jump to content

cannot auto load midi module


Guest FYC
 Share

Recommended Posts

Hi, I am trying to play midi files using my keyboard. I successfully linked the keyboard to my PC and after a while, I found that the module mpu401 and snd_mpu401 are not loaded. After modprobe these 2, I can play happily via my keyboard.

 

I try a number of ways to make the system automatically load these 2 modules, but not working. Need some advices. I guess I need to modify the /etc/modprobe.conf

 

My current file is like this:

 

remove snd-intel8x0 /sbin/modprobe --first-time -r --ignore-remove snd-intel8x0

install snd-intel8x0 /sbin/modprobe --first-time --ignore-install snd-intel8x0

install usb-interface /sbin/modprobe ohci-hcd; /bin/true

alias eth0:9 forcedeth

alias wlan0:9 prism2_usb

remove mpu401 /sbin/modprobe --first-time -r --ignore-remove mpu401

install mpu401 /sbin/modprobe --first-time --ignore-install mpu401

remove snd-mpu401 /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-mpu401

install snd-mpu401 /sbin/modprobe --first-time --ignore-install snd-mpu401 && { /sbin/modprobe snd-pcm-oss; /bin/true; }

 

 

 

alias snd-0 snd-intel8x0

 

 

# --- BEGIN: Generated by ALSACONF, do not edit. ---

# --- ALSACONF version 1.0.9 ---

options snd device_mode=0666

alias sound-slot-0 snd-intel8x0

# --- END: Generated by ALSACONF, do not edit. ---

 

I am using Mandriva 2006 and the sound card alsa module is intel8x0

 

Need some advices. Thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...