El mié, 12-09-2007 a las 08:41 -0400, Marvin Stodolsky escribió: > Maykel > > Under Debian GNU/Linux lenny/sid Linux version 2.6.21-1-686 > > for the Modem: ALi Corporation M5457 AC'97 Modem Controller > Primary PCI_id 10b9:5457 > Subsystem PCI_id 10cf:1130 > > The diagnostics didn't reveal needed modem chipset data > and there is no Archival info. The two mutually exclusive possibiities for > Subsystem PCI_id 10cf:1130 > 1) has a Conexant chipset requiring software from www.linuxant.com > 2) some other chip supported by the Smartlink slamr driver + its > slmodemd helper > If this case your setup command would be: > # modprobe slamr > After which diagnostic info can be captured by: > # dmesg | grep slamr > After > # mknod -m 600 /dev/slamr0 c 242 0 > the modem setup command is: > # slmodemd -c USA -s /dev/slamr0 > This support is not gauranteed, because the driver was written with > knowledge of the 10b9:5459 chipset and the 10b9:5457 is guesswork > therefrom. > It serves find on some Systems and fails on others. gloria:~# dmesg | egrep slam slamr: SmartLink AMRMO modem. slamr: probe 10b9:5457 SL1800 card... slamr: mc97 codec is ��v66 slamr: cannot init card. That driver is from version slmodem-2.9.11-20070813 on a Debian 2.6.22-2-686 kernel. > if you can alternately boot with Microsoft, run the modem diagnostics > thereunder. I don't have Windows here :( > Also www.linuxant.com provides a tool for recognizing modems with > Conexant chips. I downloaded the installer from Conexant, compiled the module and run the tool. Sep 12 13:26:10 gloria kernel: HSF: ERROR: SILICON Laboratories or LUCENT AC97 modem detected!<3> Sep 12 13:26:10 gloria kernel: HSF: ERROR: This driver only supports CONEXANT devices<3> Sep 12 13:26:10 gloria kernel: HSF: ERROR: not a Conexant modem<3> Sep 12 13:26:10 gloria kernel: cnxthsf_cnxt_serial_add: ComCtrlOpen failed (1) Sep 12 13:26:10 gloria kernel: ACPI: PCI interrupt for device 0000:00:03.0 disabled Sep 12 13:26:10 gloria kernel: hsfmc97ali: probe of 0000:00:03.0 failed with error -5 In both cases, there is this message in the kernel kernel: ACPI: PCI Interrupt 0000:00:03.0[A] -> Link [LNKG] -> GSI 11 (level, low) -> IRQ 11 do you recommend anything to be changed on setup? I wonder why the system detects so many serial ports. The laptop has only one moya@gloria:~$ dmesg | egrep ttyS serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A serial8250: ttyS3 at I/O 0x2e8 (irq = 3) is a 16550A 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 0000:00:03.0: ttyS1 at I/O 0x1028 (irq = 11) is a 8250 0000:00:03.0: ttyS2 at I/O 0x1040 (irq = 11) is a 8250 the 00:03.0 is the modem device as per lspci moya@gloria:~$ lspci 00:00.0 Host bridge: ATI Technologies Inc RS200/RS200M AGP Bridge [IGP 340M] (rev 02) 00:01.0 PCI bridge: ATI Technologies Inc PCI Bridge [IGP 340M] 00:03.0 Modem: ALi Corporation M5457 AC'97 Modem Controller ... any hints? Regards, maykel