Date: Thu, 25 Oct 2001 13:25:10 -0600 From: "Korey Pelton" <peltkore@hotmail.com> To: sam@bigstudios.com, questions@freebsd.org Subject: Re: modem not detected by probe Message-ID: <LAW2-F10nzNwRC6Hixq000145aa@hotmail.com>
next in thread | raw e-mail | index | archive | help
Sam, Thank you for your reply. The USR Performance Pro is an $80 modem that has its own controller, yet it is a PCI, therefore FreeBSD has a tough time finding it. I have had a little success however. I gathered information from Windows98, which I run on the same machine, and applied as much of it as I could to the sio4 line in my kernel config file (because Windows says it is on COM5). And now I have this in my dmesg (these are only the meaningful lines): .... pci0: <unknown card> (vendor=0x12b9, dev=0x1008) at 12.0 irq 11 .... sio4 at port 0x6500-0x6507 irq 11 on isa0 sio4: type 16550A .... As you can see, it is now seeing a com port on sio4. Here is my only sio line in my kernel config file: device sio4 at isa? port 0x6500 irq11 That is the most amount of info I could put in the line without /usr/sbin/config giving me an syntax error mesg. I got that info from Windows98. When I try to test it with tip, I get the message "link down" and then it quits. So where should I go next? Trying to find a clue, Korey >From: Sam Suh <sam@bigstudios.com> >To: Korey Pelton <peltkore@hotmail.com>, questions@freebsd.org >Subject: Re: modem not detected by probe >Date: Thu, 25 Oct 2001 13:41:40 -0400 >MIME-Version: 1.0 >Received: from [216.136.204.119] by hotmail.com (3.2) with ESMTP id >MHotMailBDA1996000A94004375AD888CC7750F20; Thu, 25 Oct 2001 10:39:45 -0700 >Received: from hub.freebsd.org (hub.FreeBSD.org [216.136.204.18])by >mx2.freebsd.org (Postfix) with ESMTPid CF44655C1C; Thu, 25 Oct 2001 >10:39:38 -0700 (PDT)(envelope-from owner-freebsd-questions@FreeBSD.ORG) >Received: by hub.freebsd.org (Postfix, from userid 538)id 7F17837B405; Thu, >25 Oct 2001 10:39:34 -0700 (PDT) >Received: from localhost (localhost [127.0.0.1])by hub.freebsd.org >(Postfix) with SMTPid EA87E2E814E; Thu, 25 Oct 2001 10:39:33 -0700 (PDT) >Received: by hub.freebsd.org (bulk_mailer v1.12); Thu, 25 Oct 2001 10:39:33 >-0700 >Received: from mail.bigstudios.com (H185.C214.tor.velocet.net >[216.138.214.185])by hub.freebsd.org (Postfix) with ESMTP id 82F6837B40Dfor ><questions@freebsd.org>; Thu, 25 Oct 2001 10:39:18 -0700 (PDT) >Received: from bigstudios.com([192.168.75.105]) (1263 bytes) by >mail.bigstudios.comvia sendmail with P:esmtp/R:bind_hosts/T:smtp(sender: ><sam@bigstudios.com>)id <m15woTN-00046EC@mail.bigstudios.com>for ><questions@freebsd.org>; Thu, 25 Oct 2001 13:39:17 -0400 >(EDT)(Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Jul-5) >From owner-freebsd-questions@FreeBSD.ORG Thu, 25 Oct 2001 10:39:51 -0700 >Delivered-To: freebsd-questions@freebsd.org >Message-ID: <3BD84ED4.80FAE571@bigstudios.com> >X-Mailer: Mozilla 4.77 [en] (WinNT; U) >X-Accept-Language: en >References: <LAW2-F85tgr6qn3KjLL00014341@hotmail.com> >Sender: owner-freebsd-questions@FreeBSD.ORG >List-ID: <freebsd-questions.FreeBSD.ORG> >List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) >List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) >List-Subscribe: ><mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-questions> >List-Unsubscribe: ><mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-questions> >X-Loop: FreeBSD.ORG >Precedence: bulk > >Korey Pelton wrote: > > > > Hello Everyone, > > > > Is there something that I need to include in > > my kernel config file in order for my US > > Robotics 56k internal PCI modem to be detected > > by the FreeBSD 4.0 device probe? The modem is > > currently called an "unknown card" in my dmesg. > > > > Thanks, > > > > Korey > >Hi, Korey. > >Check the www.freebsd.org for compatibility of this modem card. I am >pretty sure it is "winmodem", not real hardware modem. If it is >"winmodem", then you are out of luck. Don't blame freeBSD though. This >kind of card will give you hard time even with Windows NT or 2000(Yuck!) >or linux, unless vendor had provided the driver for them. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?LAW2-F10nzNwRC6Hixq000145aa>