From owner-freebsd-questions@FreeBSD.ORG Fri May 25 15:23:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 450A116A468 for ; Fri, 25 May 2007 15:23:05 +0000 (UTC) (envelope-from peter@topcomtech.com.cn) Received: from mail.topcomtech.com.cn (61-221-55-190.HINET-IP.hinet.net [61.221.55.190]) by mx1.freebsd.org (Postfix) with ESMTP id C812F13C45E for ; Fri, 25 May 2007 15:23:04 +0000 (UTC) (envelope-from peter@topcomtech.com.cn) Received: from pjf3.fbsd.home (92.153.135.219.broad.gz.gd.dynamic.163data.com.cn [219.135.153.92] (may be forged)) (authenticated bits=0) by mail.topcomtech.com.cn (8.14.1/8.14.1) with ESMTP id l4PG5BBq000897 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 26 May 2007 00:05:16 +0800 (CST) (envelope-from peter@topcomtech.com.cn) Received: from pjf3.fbsd.home (localhost.fbsd.home [127.0.0.1]) by pjf3.fbsd.home (8.14.1/8.14.1) with ESMTP id l4PFMUq6001497; Fri, 25 May 2007 23:22:36 +0800 (CST) (envelope-from pjf@pjf3.fbsd.home) Received: (from pjf@localhost) by pjf3.fbsd.home (8.14.1/8.14.1/Submit) id l4PFMSoo001496; Fri, 25 May 2007 23:22:28 +0800 (CST) (envelope-from pjf) Date: Fri, 25 May 2007 23:22:28 +0800 From: Pei Pjf To: Nikos Vassiliadis Message-ID: <20070525152228.GA1456@pjf3.fbsd.home> References: <20070525035052.GA2927@pjfs.renzhichu.cc> <200705251641.19528.nvass@teledomenet.gr> <20070525142123.GA1156@pjf3.fbsd.home> <200705251755.47547.nvass@teledomenet.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705251755.47547.nvass@teledomenet.gr> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: mpd4 cann't work after upgrade freebsd os X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 15:23:05 -0000 On Fri, May 25, 2007 at 05:55:46PM +0300, Nikos Vassiliadis wrote: > On Friday 25 May 2007 17:21, Pei Pjf wrote: > > mail# kldstat -v |grep ng_ > > mail# > > so, no ng_* in your kernel. > > Please, try loading manually some modules: > kldload ng_tty ng_async ng_ppp ng_iface ng_vjc > > Try these, but keep in mind that I don't know > which exactly netgraph nodes you should load > to use a voiceband modem. > > HTH, Nikos > mail# kldload ng_socket kldload: can't load ng_socket: No such file or directory mail# kldload ng_iface kldload: can't load ng_iface: No such file or directory mail# kldload ng_tty kldload: can't load ng_tty: No such file or directory mail# kldload ng_ppp kldload: can't load ng_ppp: No such file or directory mail# kldload ng_iface kldload: can't load ng_iface: No such file or directory mail# kldload ng_vjc kldload: can't load ng_vjc: No such file or directory mail# I think these files were lost when upgrading os. I will search these from another freebsd box. Thanks pei