Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] Can't "modprobe snd-virmidi index=1" after latest kernel upgrade.
Date: Sat, 16 Jul 2005 07:48:02
Message-Id: 20050716074551.GA9974@waltdnes.org
1 I've set up Dosbox to run old DOS games, and even managed to load
2 Windows3.1 under it. The emulation is perfect... Chessmaster 3000 whups
3 the daylights out of me just like in the old days. Anyhow, I had built
4 the virmidi module to provide midi support to some of the games. In
5 /etc/conf.d/local.start I had the line...
6
7 modprobe snd-virmidi index=1
8
9 It worked fine... until I updated the kernel. I copied over my
10 previous .config and ran "make oldconfig", so the module should still be
11 getting built. At bootup, I now get...
12
13 * Starting sshd ... [ ok ] * Starting local ...
14 FATAL: Error inserting snd_virmidi (/lib/modules/2.6.12-gentoo-r4/kernel/sound/drivers/snd-virmidi.ko): No such device
15 * Failed to start local [ !! ]
16
17 dmesg contains the following...
18
19 ReiserFS: hda6: checking transaction log (hda6)
20 ReiserFS: hda6: Using r5 hash to sort names
21 snd_rawmidi: Unknown symbol snd_seq_device_new
22 snd_mpu401_uart: Unknown symbol snd_rawmidi_receive
23 snd_mpu401_uart: Unknown symbol snd_rawmidi_transmit_ack
24 snd_mpu401_uart: Unknown symbol snd_rawmidi_transmit_peek
25 snd_mpu401_uart: Unknown symbol snd_rawmidi_new
26 snd_mpu401_uart: Unknown symbol snd_rawmidi_set_ops
27 snd_opl3_lib: Unknown symbol snd_seq_device_new
28 snd_ymfpci: Unknown symbol snd_opl3_create
29 snd_ymfpci: Unknown symbol snd_mpu401_uart_interrupt
30 snd_ymfpci: Unknown symbol snd_mpu401_uart_new
31 snd_ymfpci: Unknown symbol snd_opl3_hwdep_new
32 ACPI: PCI Interrupt 0000:00:0c.0[A] -> Link [LNKD] -> GSI 9 (level, low) -> IRQ
33 9
34 0000:00:0f.0: tulip_stop_rxtx() failed
35 eth0: Setting full-duplex based on MII#1 link partner capability of 45e1.
36 Card-VirMIDI #1 not found or device busy
37 Card-VirMIDI soundcard not found or device busy
38
39 Any ideas?
40
41 --
42 Walter Dnes <waltdnes@××××××××.org>
43 My musings on technology and security at http://tech_sec.blog.ca
44 --
45 gentoo-user@g.o mailing list

Replies