Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2005 10:22:21 +0300
From:      Igor Robul <igorr@speechpro.com>
To:        Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>,  freebsd-questions@freebsd.org
Subject:   Re: dial-up with modem
Message-ID:  <4365C62D.6030807@speechpro.com>
In-Reply-To: <437BBE6C.7010502@pahlevanzadeh.org>
References:  <437BBE6C.7010502@pahlevanzadeh.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mohsen Pahlevanzadeh wrote:

> Dears,
> I wanna install package.But it is in the web,I need to dial up 
> modem.So,Am i do compile kernel for supppurting ppp ?

No, if I remember correctly PPP is in generic kernel (both "tun" for 
user-level, and "ppp" for pppd").
If I'm wrong, then you can load module. Do this as "root" user:

# For kernel ppp (pppd):
kldload if_ppp

# For user level ppp:
kldload if_tun

Then read pppd(8) or ppp(8), if you dont know how to read manual pages, 
then run following command:

man man






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4365C62D.6030807>