From owner-freebsd-questions Thu Feb 24 17:42: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vitoria.ddsecurity.com.br (vitoria.ddsecurity.com.br [200.18.130.93]) by hub.freebsd.org (Postfix) with SMTP id 8EA1237BAA3 for ; Thu, 24 Feb 2000 17:41:50 -0800 (PST) (envelope-from grios@ddsecurity.com.br) Received: (qmail 99127 invoked from network); 25 Feb 2000 02:39:46 -0000 Received: from port48.tdnet.com.br (HELO ddsecurity.com.br) (grios@200.236.148.148) by vitoria.ddsecurity.com.br with SMTP; 25 Feb 2000 02:39:46 -0000 Message-ID: <38B5EB50.B4EA663A@ddsecurity.com.br> Date: Thu, 24 Feb 2000 23:39:12 -0300 From: Gustavo Vieira Goncalves Coelho Rios X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: en MIME-Version: 1.0 To: Ertan Kucukoglu Cc: Peter Schwenk , questions@freebsd.org Subject: Re: PCI modem References: <38B4DD64.1CB5DEBB@ozlerplastik.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ertan Kucukoglu wrote: > > Gustavo Rios wrote: > > > > So, here is my kernel config file: > > > > # Only related to serial ports, nothing else > > > > # Serial (COM) ports > > #device sio0 at isa? disable port "IO_COM1" flags 0x10 tty irq 4 > > device sio1 at isa? port "IO_COM2" flags 0x10 tty irq 3 > > #device sio2 at isa? port "IO_COM3" tty irq 4 > > device sio4 at pci? port 0xE400 tty irq 12 > > #device sio3 at isa? disable port "IO_COM4" tty irq 9 > > > > Isn't it strange i got no message about this device detection? > > > > -- > > The thing i like most about Windows is .... > > You can download FreeBSD with it! > > > Hello, > Hi, here i am again, but now i get a success to communicate: I got my PCI modem working under Linux, IT'S NOT A WINMODEM, IT'S A MODEM! Gettin it to work under linux was easy: After a closer look at /proc/pci i realized all its configuration (IRQ/PORT) From this point now it's simple: Just a "setserial /dev/ttyS2 irq 12 port 0xe400 autoconfig" to get it ready to be used. Now i have two very simple questions: How to obtain information about my PCI environment (Linux is, e.g., cat /proc/pci)? How to fine tune my modem in order to get the most from it? Thanks all you, specially those who were able to help me! Adios amigos! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message