From owner-freebsd-questions@FreeBSD.ORG Fri Dec 19 10:34:16 2008 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 486C01065674 for ; Fri, 19 Dec 2008 10:34:16 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.190]) by mx1.freebsd.org (Postfix) with ESMTP id F19F18FC1E for ; Fri, 19 Dec 2008 10:34:15 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so1036357rne.12 for ; Fri, 19 Dec 2008 02:34:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=O/YAiVfQQ8/dAUV2cvaHwXLmO5jONo3dnKMzasvawF0=; b=SDVSOYUPqBvBYwTb3J0J6xxRT5EqsYzSM2xa0R1b6xZgb15t4NOyeNW4XnInz5SpM2 hjIOB+OPWVowlEpCB1GfdAQq+37818LZBMEvJKEx/QEnHKonu/xY6ZBe5o7L1UrV3DSt 8/RlDl7/L9vlEfu3yHON3ntHjvl+rf+Ecv34o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=im9uCQQZgeOmaH6ekSms5JMFCnYzPGk5/alpl7Nsoq0HdhoVdVh9XfiIo2INW6aiFW Rm+CAhzJmSKmlxMwyyPZz95CytTPRzkibnv9z/ph6LhHAaNpuw8ipyI4fXj/Ek+sGX8X 66ePQz2ueLn9UvhD2F5FoOmsP7VbCCV3LAxY8= Received: by 10.231.30.74 with SMTP id t10mr90910ibc.51.1229682855014; Fri, 19 Dec 2008 02:34:15 -0800 (PST) Received: by 10.231.17.200 with HTTP; Fri, 19 Dec 2008 02:34:14 -0800 (PST) Message-ID: <3a142e750812190234h48b73a4id95694214c2e302e@mail.gmail.com> Date: Fri, 19 Dec 2008 11:34:14 +0100 From: "Paul B. Mahol" To: "Abd Hamid Shamsi" In-Reply-To: <63eb7d8e0812181852i11f281f8q8857950e7948ee1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <63eb7d8e0812181852i11f281f8q8857950e7948ee1@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: SIS191 Ethernet Controller Support 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, 19 Dec 2008 10:34:16 -0000 On 12/19/08, Abd Hamid Shamsi wrote: > Hi Admin, > I just want to know does FreeBSD support SIS191 Ethernet controller. Because > recently i just install PCBSD in my laptop, and there is no connection for > internet. and of course my network card seem doesn't appear in networking > configuration. Do you have any suggestion to foresee this situation. There is no native driver, you may try to play with ndis(4) -- Paul