Kevin J. Cummings ha scritto:
Can you find the same (or similar) modules in Fedora Core for your sound card? Can you insmod (or modprobe) them in by hand? soundcore is a dependant module that should be loaded as a dependancy of some higher up sound card module. The trick is to find the higher up module and configure it in your modprobe.conf file properly.
What do I have to "play music"?
We need more details! Maybe an "lspci" or the information from your /etc/sysconfig/hardware file from RH9 would be a good starting place.
"lspci" output:
00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 03)
00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 03)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB/EB/ER Hub interface to PCI Bridge (rev 12)
00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 12)
00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 12)
00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 12)
00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 12)
00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 12)
00:1f.5 Multimedia audio controller: Intel Corp. 82801BA/BAM AC'97 Audio (rev 12)
01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS
02:00.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 06)
02:04.0 Ethernet controller: VIA Technologies, Inc. VT6105 [Rhine-III] (rev 85)
and extract from file /etc/sysconfig/hwconf (from Fedora 2, I haven't RH9, I don't know where I could find the old file or back-file):
- class: AUDIO bus: PCI detached: 0 driver: snd-ens1371 desc: "Ensoniq|ES1371 [AudioPCI-97]" vendorId: 1274 deviceId: 1371 subVendorId: 1274 subDeviceId: 1371 pciType: 1 pcidom: 0 pcibus: 2 pcidev: 0 pcifn: 0 - class: AUDIO bus: PCI detached: 0 driver: snd-intel8x0 desc: "Intel Corp.|82801BA/BAM AC'97 Audio" vendorId: 8086 deviceId: 2445 subVendorId: 1695 subDeviceId: 4001 pciType: 1 pcidom: 0 pcibus: 0 pcidev: 1f pcifn: 5 -
do I have to insmod (or modprobe) them in by hand? (...of course!? :-) )
Thank you for answer!
Luca