From owner-freebsd-questions Thu Sep 28 14:55:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from knatte.tninet.se (knatte.tninet.se [195.100.94.10]) by hub.freebsd.org (Postfix) with SMTP id 943C337B423 for ; Thu, 28 Sep 2000 14:55:22 -0700 (PDT) Received: (qmail 2814 invoked from network); 28 Sep 2000 23:55:17 +0200 Received: from garibaldi.tninet.se (HELO algonet.se) (195.100.94.103) by knatte.tninet.se with SMTP; 28 Sep 2000 23:55:17 +0200 Received: from gudake (du148-228.ppp.luth.tninet.se [195.100.228.148]) by garibaldi.tninet.se (BLUETAIL Mail Robustifier 2.2.1) with ESMTP id 735106.178115.970garibaldi-s1 for ; Thu, 28 Sep 2000 23:55:15 +0200 Message-ID: <000801c02996$495033c0$94e464c3@gudake> From: =?iso-8859-1?Q?=E5ke_larsson?= To: Subject: modem problems Date: Thu, 28 Sep 2000 23:51:38 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C029A7.0B4F5680" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C029A7.0B4F5680 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have some problems with my modem, the computer doesn't seem to find it when i'm running freeBSD. It works with the original OS and is then = using COM_2. The problem is that sio1 (COM_2) is not found at startup. Can somebody = help me find it ?!? I have an AST Advantage 7302 computer using an IBM mwave communications adapter with an inbuilt IBM v.34 PnP-modem. I have tried to configure this for use with freeBSD 3.4 with a method described in the hardware = compability FAQ-section. The changes i made is: 1. following lines in kernel, ... controller pnp0 ... # Serial (COM) ports device sio0 at isa? port "IO_COM1" tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 ... 2. and a line added in /sys/i386/isa/sio.c, at about line 2777. #if NPNP > 0 static pnpid_t siopnp_ids[] =3D { { 0x5015f435, "MOT1550"}, { 0x8113b04e, "Supra1381"}, { 0x9012b04e, "Supra1290"}, { 0x7121b04e, "SupraExpress 56i Sp"}, { 0x11007256, "USR0011"}, { 0x01017256, "USR0101"}, { 0x30207256, "USR2030"}, { 0x31307256, "USR3031"}, { 0x90307256, "USR3090"}, { 0x0100440e, "Cardinal MVP288IV"}, { 0x340c3235, "MIR0c34" }, /* added for IBM Mwave communications = adapter */ { 0 } }; /* message at boot-time when pnp0 was enabled in kernel. CSN 1 Vendor ID: MIR0c34 [0x340c3235] Serial 0x64010000 Comp ID: = @@@0000 [0x00000000]*/ 3. and at boot time in userconfig i wrote the following to make the modem show. pnp 1 0 enable os irq0 3 drq0 0 port0 0x2f8 The sio's then show's as > dmesg | grep sio sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1 not found at 0x2f8 > The PnP-card is also disabled at some occasions. Thank you kindly for some assistance. =C5ke. ------=_NextPart_000_0005_01C029A7.0B4F5680 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have some problems with my modem, the computer = doesn't seem=20 to find it
when i'm running freeBSD. It works with the original OS = and is=20 then using COM_2.
The problem is that sio1 (COM_2) is not found at = startup.=20 Can somebody help me
find it ?!?
I have an AST Advantage 7302 = computer=20 using an IBM mwave communications
adapter with an inbuilt IBM  = v.34=20 PnP-modem. I have tried to configure
this for use with freeBSD 3.4 = with a=20 method described in the hardware compability
FAQ-section.  The = changes i=20 made is:
 
1. following lines in kernel,
 
 ...
controller pnp0
 ...
# = Serial=20 (COM) ports
device  sio0 at isa? port "IO_COM1" tty = irq=20 4
device  sio1 at isa? port "IO_COM2" tty irq=20 3
device  sio2 at isa? disable port "IO_COM3" tty irq=20 5
device  sio3 at isa? disable port "IO_COM4" tty irq=20 9
 ...
 
2. and a line added in   = /sys/i386/isa/sio.c,=20 at about line 2777.
 
#if NPNP > 0
 
static pnpid_t siopnp_ids[] =3D {
 { = 0x5015f435,=20 "MOT1550"},
 { 0x8113b04e, "Supra1381"},
 { 0x9012b04e,=20 "Supra1290"},
 { 0x7121b04e, "SupraExpress 56i Sp"},
 {=20 0x11007256, "USR0011"},
 { 0x01017256, "USR0101"},
 {=20 0x30207256, "USR2030"},
 { 0x31307256, "USR3031"},
 {=20 0x90307256, "USR3090"},
 { 0x0100440e, "Cardinal = MVP288IV"},
 {=20 0x340c3235, "MIR0c34" },  /* added for IBM Mwave communications = adapter=20 */
 { 0 }
};
/* message at boot-time when pnp0 was enabled = in=20 kernel.
   CSN 1 Vendor ID: MIR0c34 [0x340c3235] Serial = 0x64010000=20 Comp ID: @@@0000 [0x00000000]*/
 
3. and at boot time in userconfig i wrote the=20 following
 to make the modem show.
 
  pnp 1 0 enable os irq0 3 drq0 0 port0=20 0x2f8
 

The sio's then show's as
 
> dmesg | grep sio
sio0 at 0x3f8-0x3ff irq 4 = on=20 isa
sio0: type 16550A
sio1: configured irq 3 not in bitmap of = probed irqs=20 0
sio1 not found at 0x2f8
>
 
The PnP-card is also disabled at some = occasions.
 
        =     Thank=20 you kindly for some = assistance. =C5ke.
------=_NextPart_000_0005_01C029A7.0B4F5680-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message