From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 16:08:32 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 807E71065676 for ; Wed, 4 Aug 2010 16:08:32 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 172F28FC08 for ; Wed, 4 Aug 2010 16:08:31 +0000 (UTC) Received: by ewy26 with SMTP id 26so2374577ewy.13 for ; Wed, 04 Aug 2010 09:08:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=D0HpmlKK2tKfe8Vxa259tdjcFoadvsOd2LgZZ62gVZc=; b=jLVmPVhLkWdnBvT6/VjpQwn/GJIibr1Uc8T6FtzI1LregZMzb3bIJw8yym36t3Qtzi ZGCNbXdyEvlKXO1GxS7cSz63nAKcP2oUM7xwjjb35fBY4TQpp9O15bu1MKDD11TJSLq1 APKNOrCgod102Fh+7gCQ38YDIF0//bX83FQFE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=HQ84FNOdaKCfNS9zn2N3+nxxO85CqPkbv7pQkGt53v/zqeHd5YCIbwRSjhvH0UKgE3 2Fr2+HFu78/wNpyXVlPTpUq7TRBMgPbLEbR701cAcAYMzsfeq1j02glZ9mwdDIdG0sbc ndA+3B2UmLibnW80q1yJPYgWmdTkrJoTdRVCQ= MIME-Version: 1.0 Received: by 10.216.35.138 with SMTP id u10mr2282156wea.80.1280938110920; Wed, 04 Aug 2010 09:08:30 -0700 (PDT) Received: by 10.216.22.68 with HTTP; Wed, 4 Aug 2010 09:08:30 -0700 (PDT) Date: Wed, 4 Aug 2010 18:08:30 +0200 Message-ID: From: claudiu vasadi To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: rescan com ports 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: Wed, 04 Aug 2010 16:08:32 -0000 Hello guys, my system: 8.0-release i386 my question: Is there a way to manually rescan the com devices ? reason: yesterday I added a USR external modem on one com port and the system did not detect it until a reboot. Is this normal ? btw, is there a way to manually detect newly added hardware ? something like "cfgmgr" or "devfsadm" ?