From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Description of problem: The hwdata pcitable lists the Creative Sound Blaster Live (Dell) EMU10K1X card as supported by the snd-emu10k1 driver, which is incorrect. The correct driver is snd-emu10k1x, which I contributed to the ALSA project and which should become part of 2.6.11 kernel. If this cannot be done until the kernel supports it, the entry for 0x1102 0x0006 should be removed instead of pointing to snd-emu10k1 as this causes kudzu to load the incorrect driver on my machine. Version-Release number of selected component (if applicable): 2.6.10-741 How reproducible: Always Steps to Reproduce: 1. Install FC3 on a computer with the Dell SB Live (EMU10K1X) card 2. lsmod | grep snd-emu10k1 and notice the wrong driver is loaded Actual Results: snd-emu10k1 was loaded by kudzu even though it doesn't support the card. Expected Results: No driver should be loaded or the correct driver (snd-emu10k1x) should be used. Additional info:
*** This bug has been marked as a duplicate of 147787 ***