From owner-freebsd-questions Sat Jan 12 8:30:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 8BC5F37B405 for ; Sat, 12 Jan 2002 08:30:01 -0800 (PST) Received: from barbish ([63.70.155.64]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Sat, 12 Jan 2002 11:32:49 -0500 From: "Joe & Fhe Barbish" To: Cc: "FBSD Questions" Subject: RE: what does my dmesg say? Date: Sat, 12 Jan 2002 11:29:56 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <0d7213936040c12FE4@mail4.nc.rr.com> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To start with, WinModems do not work in FBSD. A FBSD internal modem must have a onboard controller and dsp. There kinds of modems cost around $70.00 to $100.00. I found that to get a internal modem found in FBSD you have to change sio0 to be disabled like sio3 and then comment out the sio1, sio2, and sio3 in the kernel source and recompile. Must leave sio0 in as it is used to spawn the sio1-3 for your internal modems. You also must disable com1 - com4 in the PC's bios. My boot looks like this. The ******* are comments I added for this email. ********Sound card pci slot 1 ************ found-> vendor=0x1274, dev=0x5000, revid=0x01 class=04-01-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 32, base 0000d800, size 6 ******** zoom modem pci slot 2 ************* found-> vendor=0x11c1, dev=0x0480, revid=0x00 class=07-03-03, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=3 map[10]: type 1, range 32, base e3001000, size 8 map[14]: type 1, range 32, base 0000dc00, size 8 map[18]: type 1, range 32, base 0000e000, size 8 map[1c]: type 1, range 32, base 0000e400, size 3 ********** Nic card pci slot 3 **************** found-> vendor=0x10b7, dev=0x9800, revid=0x30 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=4 map[10]: type 1, range 32, base 0000e800, size 7 map[14]: type 1, range 32, base e3000000, size 7 *********** USR modem pci slot 4 ***************found-> vendor=0x12b9, dev=0x1008, revid=0x01 class=07-00-02, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base 0000ec00, size 3 snip ********Sound card pci slot 1 ************ pci0: (vendor=0x1274, dev=0x5000) at 17.0 irq 10 ******** zoom modem pci slot 2 ************* sio0: irq maps: 0x3 0xb 0x3 0x3 sio0: port 0xe400-0xe407,0xe000-0xe0ff,0xdc00-0xdcff mem 0xe3001000-0xe30010ff irq 3 at device 18.0 on pci0 sio0: moving to sio1 sio1: type 16550A ********** Nic card pci slot 3 **************** xl0: <3Com 3c980 Fast Etherlink XL> port 0xe800-0xe87f mem 0xe3000000-0xe300007f irq 4 at device 19.0 on pci0 xl0: Ethernet address: 00:01:02:2f:c3:00 xl0: media options word: a xl0: found MII/AUTO miibus0: on xl0 xlphy0: <3Com internal media interface> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto bpf: xl0 attached *********** USR modem pci slot 4 *************** sio0: irq maps: 0x3 0x803 0x3 0x3 sio0: <3COM PCI FaxModem> port 0xec00-0xec07 irq 11 at device 20.0 on pci0 sio0: moving to sio2 sio2: type 16550A sio0: not probed (disabled) -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Brian T.Schellenberger Sent: Friday, January 11, 2002 11:36 PM To: leegold; freebsd-questions@FreeBSD.ORG Subject: Re: what does my dmesg say? On Friday 11 January 2002 11:01 pm, leegold wrote: > Below is a copy of my dmesg. > It's from an ibm aptiva that I > pulled all the stock cards out of and put > an isa hardware modem into. > > First could you comment on the modem, is > it detected? I think I see something going on > sio (?) If the modem were detected, it would say "modem" in there someplace in my experience so I'd say no. It lists the devices as it finds them. > > Could you comment/interpet it in general? > Any problem areas? > The machine seems to run smoothly w/the freebsd 4.4 > I have on it. Thanks. > > > Copyright (c) 1992-2001 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001 > murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC > Timecounter "i8254" frequency 1193182 Hz > CPU: Pentium/P54C (199.43-MHz 586-class CPU) > Origin = "GenuineIntel" Id = 0x52c Stepping = 12 > Features=0x1bf > real memory = 50331648 (49152K bytes) > avail memory = 44437504 (43396K bytes) > Preloaded elf kernel "kernel" at 0xc0480000. > Intel Pentium detected, installing workaround for F00F bug > md0: Malloc disk memory file system > npx0: on motherboard Duh! > npx0: INT 16 interface Dunno. > pcib0: on motherboard Duh! > pci0: on pcib0 Duh! > isab0: at device 8.0 on pci0 > isa0: on isab0 > atapci0: port 0xfe80-0xfe8f at device 8.1 on Duh, duh, and duh! > pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0 is a disk drive running on the pci bus it has Interrupt (irq) 14 and the control address is at 0x1f0. This should give some idea. > ata1: at 0x170 irq 15 on atapci0 > pci0: at 19.0 > orm0: