From owner-freebsd-questions@FreeBSD.ORG Fri Nov 7 10:12:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B3F316A4D0 for ; Fri, 7 Nov 2003 10:12:06 -0800 (PST) Received: from mta2.adelphia.net (mta2.adelphia.net [68.168.78.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50C9A43FFB for ; Fri, 7 Nov 2003 10:12:05 -0800 (PST) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([68.169.105.65]) by mta2.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031107181208.GDGR22526.mta2.adelphia.net@barbish>; Fri, 7 Nov 2003 13:12:08 -0500 From: "fbsd_user" To: "Na?aae Eoeeeia" , Date: Fri, 7 Nov 2003 13:12:02 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <1872516063.20031107201004@hotbox.ru> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Can't make the system see my modem! Please help!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 18:12:06 -0000 Thanks so much for the help in getting my V.Everything Internal Modem working! I wanted to document the steps that I took so that in the future if Anyone else has this problem, hopefully this can point them in the right direction. To start with, I used the 'pnpinfo' command, and this got my hopes up that it was possible to get this modem working eventually. The output of pnpinfo was as follows: Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID USR0101 (0x01017256), Serial Number 0xacb0bb15 PnP Version 1.0, Vendor Version 0 Device Description: USRobotics Courier V.Everything Logical Device ID: USR0009 0x09007256 #0 TAG Start DF Good Configuration FIXED I/O base address 0x2f8 length 0x8 IRQ: 3 4 5 7 9 - only one type (true/edge) TAG Start DF Acceptable Configuration FIXED I/O base address 0x3f8 length 0x8 IRQ: 3 4 5 7 9 - only one type (true/edge) TAG Start DF Acceptable Configuration FIXED I/O base address 0x3e8 length 0x8 IRQ: 3 4 5 7 9 - only one type (true/edge) TAG Start DF Acceptable Configuration FIXED I/O base address 0x2e8 length 0x8 IRQ: 3 4 5 7 9 - only one type (true/edge) TAG End DF End Tag Successfully got 16 resources, 1 logical fdevs -- card select # 0x0001 CSN USR0101 (0x01017256), Serial Number 0xacb0bb15 Logical device #0 IO: 0x03e8 0x03e8 0x03e8 0x03e8 0x03e8 0x03e8 0x03e8 0x03e8 IRQ 5 0 DMA 4 4 IO range check 0x00 activate 0x01 The part that is interesting to us is this: Card assigned CSN #1 Vendor ID USR0101 (0x01017256), Serial Number 0xacb0bb15 PnP Version 1.0, Vendor Version 0 Device Description: USRobotics Courier V.Everything Logical Device ID: USR0009 0x09007256 #0 According to the documentation in the file: /usr/share/doc/en/books/faq/book.txt we need to add the part after the USR0101, (which is 0x01017256), to the file /usr/src/sys/isa/sio.c, recompile our kernel, and voila, it should be found. However, this didn't work for me right away. I played around with it, and found that it was the number on the line labeled 'Logical Device ID' that I needed to add to the sio.c file. After trying that, I recompiled the kernel and it worked like a charm. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Сергей Куликов Sent: Friday, November 07, 2003 12:10 PM To: freebsd-questions@freebsd.org Subject: Can't make the system see my modem! Please help!!! I have ELINE 576-PS (PCTel PCT789T-A Chipset) internal modem device and need to set it up under FreeBSD 4.7 box. GENERIC kernel says when booting: pci0: (vendor=0x134d, dev=0x7897) at 11.0 irq 9 As you see my modem is unknown for GENERIC kernel. I saw /boot/defaults/loader.conf and found no line corresponding to that particular modem at all. What should I do to make the system see the device and interact with one. Any help would be apreciated. -- Best regards, Сергей mailto:flux@hotbox.ru _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"