Comment 8 for bug 128149

Revision history for this message
Sunny Shin (shin-seu) wrote :

I appreciate your previous attempt. And I am sorry, but I detected couple of your mistakes.
andyblah@UBUNTUANDY:~$ sudo modprobe snd_cmipci isapnp=0 port=0x220 mpu_port=0x330 dma1=1 dma2=5 irq=5 fm_port=0x388
Here, snd_cmipci should have been fixed as snd-cmipci (If this doesn't work, then try $ sudo modprobe snd-card-cmipci )

Second, when you use mkdir at the /usr/src, you have to use 'sudo'.
Thus, the command should be
$ sudo mkdir alsa

Thank you for your time.