Oi Qual o modelo do seu modem ?
Se for um Lucent Venus, eu consegui instalar sem usar o driver que voc� est� tentando compilar. Eu tamb�m tive o mesmo problema para instalar em um compaq. Com o conectiva 7.0 n�o funcionava. Se for o modelo VENUS siga estas dicas que em encontrei em : http://linux.softhouse.com.cn/linux/hardware/hardware_comp/intel/rh6.0-h cl-i.ld-15.html []�s Marcos M. Souza. S�o Paulo � Brasil. 15.9 Getting Lucent Venus PCI modems to work with Linux Lucent Venus based PCI modem emulate a complete serial UART and are able to work under Linux because of this. The Actiontec PM-6500-LKI is an implimentation of this chipset that has been tested to work with Red Hat Linux version 5.2 Here is how you get a Venus based PCI modem to work under Linux: I) Physically install the modem. If you cannot do this or are unsure, please consult a qualified computer technician. II) Login to your system as "root". III) Determine the resources used by the modem. To do this, look at your /proc pci file with a comamand something like this: "less /proc/pci". IV) Look for an entry that has vendor id=11c1 and a device id=480. Note the IRQ that this device uses as well as the first I/O address that is listed. V) Use the IRQ and I/O address obtained in step IV to set up the serial port that the modem uses with a command like this: "setserial /dev/ttySx uart 16550A port y irq z" where x is the serial device you want to use, y is the I/O address and z is the IRQ. VI) You will want this command to execute each time that your machine boots, so you will want to put the command that you typed in /etc/rc.d/rc.local or in /etc/rc.d/rc.serial You will probably also want to make a symbolic link from your serial device to /dev/modem with a command like this: "ln -s /dev/ttySx /dev/modem" where x is the serial device that you choose (like in step V) for your modem. That should do it. The test conditions for this are as follows: OS: RedHat Linux 5.2 Boxed CD with Linux kernel 2.0.36 BIOS: AWARD MOTHERBOARD: Shuttle Hot 557 w/i437 VX chipset and latest BIOS update. CPU: Intel Pentium 166MMX cpu MEMORY: 32 MB EDO RAM VIDEO: PCI S3 Virge DX with 2mb memory STORAGE: 820 Quantum EIDE Hard Drive, ATAPI CD-ROM, 3.5" floppy SOUND: Creative Labs Sound Blaster AWE 32 PNP Thanks to Richard Nelson for performing the testing and reporting his procedures. Assinantes em 21/11/2001: 2372 Mensagens recebidas desde 07/01/1999: 142561 Historico e [des]cadastramento: http://linux-br.conectiva.com.br Assuntos administrativos e problemas com a lista: mailto:[EMAIL PROTECTED]
