fx wrote:
> Hi
>
> Despite your efforts, it still doesn't work for me (with the latest daily
> snapshot dated from 11/5) ... :(
>
> Compilation works fine, but I still have that message loading the module :
>
> [ 46.643271] ACPI: PCI Interrupt 0000:01:08.0[A] -> Link [APC1] -> GSI 16
> (level, low) -> IRQ 22
> [ 47.809340] AC'97 0 does not respond - RESET
> [ 47.809346] AC'97 0 access is not valid [0x0], removing mixer.
> [ 47.809958] ACPI: PCI interrupt for device 0000:01:08.0 disabled
> [ 47.809966] EMU10K1_Audigy: probe of 0000:01:08.0 failed with error -5
>
>
> Here is the result of lspci for information :
>
> 01:08.0 0401: 1102:0004 (rev 03)
> Subsystem: 1102:4002
> Flags: medium devsel, IRQ 22
> I/O ports at a000 [size=32]
> Capabilities: <access denied>
>
> Any idea ?
> Thanks :(
> -fx
>
>
Try this attached patch.
diff -r c58bbce8bd11 pci/emu10k1/emu10k1_main.c
--- a/pci/emu10k1/emu10k1_main.c Sun Nov 04 14:08:26 2007 +0000
+++ b/pci/emu10k1/emu10k1_main.c Mon Nov 05 10:15:17 2007 +0000
@@ -1353,14 +1353,6 @@ static struct snd_emu_chip_details emu_c
.spi_dac = 1,
.i2c_adc = 1,
.spk71 = 1} ,
- /* Tested by James@xxxxxxxxxxxxxx 20-3-2007. */
- {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40021102,
- .driver = "Audigy2", .name = "E-mu 0404 [4002]",
- .id = "EMU0404",
- .emu10k2_chip = 1,
- .ca0102_chip = 1,
- .spk71 = 1,
- .emu_model = 4} , /* EMU 0404 */
/* Tested by James@xxxxxxxxxxxxxx 4th Nov 2007. */
{.vendor = 0x1102, .device = 0x0008, .subsystem = 0x42011102,
.driver = "Audigy2", .name = "E-mu 1010 Notebook [MAEM8950]",
@@ -1386,6 +1378,14 @@ static struct snd_emu_chip_details emu_c
.ca0102_chip = 1,
.spk71 = 1,
.emu_model = 1} , /* Emu 1010 */
+ /* Tested by James@xxxxxxxxxxxxxx 20-3-2007. */
+ {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40021102,
+ .driver = "Audigy2", .name = "E-mu 0404 [4002]",
+ .id = "EMU0404",
+ .emu10k2_chip = 1,
+ .ca0102_chip = 1,
+ .spk71 = 1,
+ .emu_model = 4} , /* EMU 0404 */
/* Audigy4 (Not PRO) SB0610 */
{.vendor = 0x1102, .device = 0x0008,
.driver = "Audigy2", .name = "Audigy 2 Value [Unknown]",
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Alsa-user mailing list
Alsa-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-user