From owner-freebsd-questions Tue Jun 4 4:24:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.a1poweruser.com (oh-chardon6a-62.clvhoh.adelphia.net [68.65.175.62]) by hub.freebsd.org (Postfix) with ESMTP id 6775437B403 for ; Tue, 4 Jun 2002 04:23:48 -0700 (PDT) Received: from barbish (unknown [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id DD93A1B1; Tue, 4 Jun 2002 07:26:41 -0400 (EDT) Reply-To: From: "Joe & Fhe Barbish" To: "Sanjay Bhattacharya" Cc: "FBSDQ" Subject: RE: Rockwel internal modem Date: Tue, 4 Jun 2002 07:23:46 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0020_01C20B98.C3D5D2E0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <006c01c20b7b$c83ed880$4265c5cb@corrsl7vs6l3tz> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 This is a multi-part message in MIME format. ------=_NextPart_000_0020_01C20B98.C3D5D2E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit FBSD has 2 different versions of ppp, the old kernel ppp which is no longer supported, but carried on for backwards compatibility for the old time users, and the new user ppp which is a complete rewrite of kernel ppp fixing all it's problems and lack of debug facilities. Using user ppp is the way to go to dial out to your ISP. For user ppp edit /etc/ppp/ppp.conf changing the phone #, account #, password fields in the papchat section to the values for your isp. It also has a set device command in it, you have to target the correct device. Issue this from the command line to start user ppp, ppp -ddial papchap and killall ppp to stop it. You can also have user ppp start at boot time by adding this to your rc.conf ppp_enable="YES" ppp_mode="ddial" ppp_profile="papchap" The ppp mode of ddial will dial and connect to your isp and reconnect every time you get disconnected, you can use the keyword background which connect just one time, or the keyword auto which will just start user ppp but not dial out until you request internet service. Read man ppp for details. Review your /var/run/dmesg.boot log to see if your modem is found by the FBSD boot probe. You should see messages something like this if your modem is found by FBSD. sio3: configured irq 9 sio3: at port 0x3e8-0x3ef irq 9 on isa0 sio3: type 16550A If you find this in your /var/run/dmesg.boot log, it means your modem is a winmodem. pci0: (vendor=0x1106, dev=0x3057) at 7.4 FBSD does not work with winmodems. FBSD only works with internal modems that have onboard controllers. Plug & play is strictly am ms/windows function, FBSD knows nothing about this. It uses the irq assigned by the PC bios only. Check the PC's bios setting and disable p&p. Some PC bios do not have a p&p toggle but do have something called legacy setup. Try that. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Sanjay Bhattacharya Sent: Monday, June 03, 2002 11:56 PM To: freebsd-questions@freebsd.org Subject: Rockwel internal modem HI, I am using FreeBSD 4.5-RELEASE on an Celeron 633 Mhz CPU with 128 MB of RAM. I have one Rockwell 56K Internal Modem. Any of you guys have any idea how to make the modem work? I have done it quite easily in Linux running kernel 2.4.18 but no success with FreeB. Can anybody please tell me how to make the DEL key work in the normal way in FreeB running bash 2.4.5. Thanks in advance. See you, Sanjay ------=_NextPart_000_0020_01C20B98.C3D5D2E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

FBSD has 2 different versions of ppp, the old = kernel ppp which

is no longer supported, but carried on for = backwards compatibility

for the old time users, and the new user ppp = which is a complete

rewrite of kernel ppp fixing all it's problems = and lack of debug

facilities. Using user ppp is the way to go to = dial out to your ISP.

For user ppp edit /etc/ppp/ppp.conf   changing the phone #, = account #,

password fields in the papchat section to the = values for your isp.

It also has a set device command in it, you = have to target the correct

device. Issue this from the command line to = start user ppp,    =

ppp -ddial papchap     and killall ppp      to stop it.  

You can also have user ppp start at boot time = by adding this to

your rc.conf 

    ppp_enable=3D"YES"

   =  ppp_mode=3D"ddial"

    ppp_profile=3D"papchap"

   

The ppp mode of ddial will dial and connect to = your isp and reconnect

every time you get disconnected, you can use = the keyword background

which connect just one time, or the keyword = auto which will just start

user ppp but not dial out until you request = internet service.

Read man ppp for details.

 

Review your /var/run/dmesg.boot log to see if = your modem is found by

the FBSD boot probe. You should see messages = something like this if

your modem is found by = FBSD.

 

sio3: configured irq 9

sio3: <Rockwell 56K Modem> at port = 0x3e8-0x3ef irq 9 on isa0

sio3: type 16550A

 

If you find this in your = /var/run/dmesg.boot log, it means your modem

is a winmodem.

pci0: <unknown card> (vendor=3D0x1106, dev=3D0x3057) at = 7.4

FBSD does not work with winmodems. FBSD only works with internal modems =

that have onboard controllers.

 

Plug & play is strictly am ms/windows = function, FBSD knows nothing

about this. It uses the irq assigned by the PC = bios only.

Check the PC's bios setting and disable = p&p.

Some PC bios do not have a p&p toggle but = do have something

called legacy setup. Try that. =

 

 

-----Original Message-----
From: = owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Sanjay Bhattacharya
Sent: Monday, June 03, = 2002 11:56 PM
To: = freebsd-questions@freebsd.org
Subject: Rockwel internal = modem

 

HI,<= /p>

  I am using FreeBSD 4.5-RELEASE on an Celeron 633 Mhz CPU with 128 MB of = RAM. I have one Rockwell 56K Internal Modem. Any of you guys have any idea how = to make the modem work? I have done it quite easily in Linux running kernel = 2.4.18 but no success with FreeB.

 <= /p>

Can anybody please tell me how to make the DEL key work in the normal way in = FreeB running bash 2.4.5.

 <= /p>

Thanks in advance.

 <= /p>

See you,

Sanjay<= /p>

------=_NextPart_000_0020_01C20B98.C3D5D2E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message