[PlanetCCRMA] midisport in FC2

chun lee leechun@leechun.freeserve.co.uk
Wed Jul 7 15:31:01 2004


Super cool, I got it working now! thanks

I now start pd by 

Pd -mididev 2

However, when I add "-mididev 2" to .pdrc, pd starts midi to -1 again and
therefore won't find the correct midi device. Any ideas? Am I doing
something wrong? 

cheers:)

CHUN

On 7/7/04 12:41 am, "Fernando Pablo Lopez-Lezcano"
<nando@ccrma.Stanford.EDU> wrote:

>> Ummm, I am running FC2 on a laptop and my modprobe.conf looks like this:
>> 
>> alias eth0 e100
>> alias snd-card-0 snd-ali5451
>> install snd-ali5451 /sbin/modprobe --ignore-install snd-ali5451 &&
>> /usr/sbin/alsactl restore >/dev/null 2>&1 || :
>> remove snd-ali5451 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
>> /sbin/modprobe -r --ignore-remove snd-ali5451
>> alias usb-controller ohci-hcd
>> 
>> I am not quite sure what they means. Would I need to modify this?
> 
> Probably yes. I have not tried an usb card on fc2 yet, but you probably
> need to add:
> 
> alias snd-card-1 snd-usb-audio
> 
> And then do a "/sbin/depmod -a" before trying to restart ALSA.
> -- Fernando
> 
>