Walter Dnes wrote:
  I've set up Dosbox to run old DOS games, and even managed to load
Windows3.1 under it.  The emulation is perfect... Chessmaster 3000 whups
the daylights out of me just like in the old days.  Anyhow, I had built
the virmidi module to provide midi support to some of the games.  In
/etc/conf.d/local.start I had the line...

modprobe snd-virmidi index=1

  It worked fine... until I updated the kernel.  I copied over my
previous .config and ran "make oldconfig", so the module should still be
getting built.  At bootup, I now get...

 * Starting sshd ...                                                      [ ok 
] * Starting local ...
FATAL: Error inserting snd_virmidi 
(/lib/modules/2.6.12-gentoo-r4/kernel/sound/drivers/snd-virmidi.ko): No such 
device
 * Failed to start local                                                  [ !! ]

dmesg contains the following...

ReiserFS: hda6: checking transaction log (hda6)
ReiserFS: hda6: Using r5 hash to sort names
snd_rawmidi: Unknown symbol snd_seq_device_new
snd_mpu401_uart: Unknown symbol snd_rawmidi_receive
snd_mpu401_uart: Unknown symbol snd_rawmidi_transmit_ack
snd_mpu401_uart: Unknown symbol snd_rawmidi_transmit_peek
snd_mpu401_uart: Unknown symbol snd_rawmidi_new
snd_mpu401_uart: Unknown symbol snd_rawmidi_set_ops
snd_opl3_lib: Unknown symbol snd_seq_device_new
snd_ymfpci: Unknown symbol snd_opl3_create
snd_ymfpci: Unknown symbol snd_mpu401_uart_interrupt
snd_ymfpci: Unknown symbol snd_mpu401_uart_new
snd_ymfpci: Unknown symbol snd_opl3_hwdep_new
ACPI: PCI Interrupt 0000:00:0c.0[A] -> Link [LNKD] -> GSI 9 (level, low) -> IRQ
9
0000:00:0f.0: tulip_stop_rxtx() failed
eth0: Setting full-duplex based on MII#1 link partner capability of 45e1.
Card-VirMIDI #1 not found or device busy
Card-VirMIDI soundcard not found or device busy

  Any ideas?


Why are you loading the module in local.start?  Normally that is done by the 
alsasound service.  You should probably go through the alsa guide and make sure 
you've done everything there: http://www.gentoo.org/doc/en/alsa-guide.xml  You 
can use the alsa-driver ebuild to rebuild your alsa drivers if necessary.

Zac
--
gentoo-user@gentoo.org mailing list

Reply via email to