From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 22 03:57:21 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C3B016A401 for ; Thu, 22 Feb 2007 03:57:21 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id 497A013C47E for ; Thu, 22 Feb 2007 03:57:21 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so39468ana for ; Wed, 21 Feb 2007 19:57:20 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ejUo+cpMtg70D7LJqyuCCpwhCYpaNesWmjPSE7G0PIx9bAPAA1UBhEqDd3sVAacvMxQ4Ocdw66pOi0Q3OxjowLMhf0qSeW8RLFQceOHSuAWRVMmh6e+81mIT1puiRq+dEq+IWyMIvOS4JaOpd6AAnQIoXQswuxreZo5GVpOYaTs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=icO8VGCsPdX4EQ/mSPr++Y5dEg6Ut+ezDbph3fvolxOH4gFhRKy0AHvsuwvPGSOEQjwyafDC4nHYhaEasVrCfu2HLF55/+uklf4nT8f1uHLNB+oOH0k+MAXK5x2D5foxIKhG6xhNng8PtMWZ7KuBHhLD1w7XOKh+1FhQuKcWzy0= Received: by 10.114.25.3 with SMTP id 3mr75137way.1172116640296; Wed, 21 Feb 2007 19:57:20 -0800 (PST) Received: by 10.115.108.15 with HTTP; Wed, 21 Feb 2007 19:57:20 -0800 (PST) Message-ID: <346a80220702211957t691bc8e9y2bde48bc0d1d0d32@mail.gmail.com> Date: Wed, 21 Feb 2007 20:57:20 -0700 From: "Coleman Kane" To: "DAK GHATIKACHALAM" In-Reply-To: <5df74baa0702181756o24be57c5r660bfb5f70db1194@mail.gmail.com> MIME-Version: 1.0 References: <5df74baa0702181756o24be57c5r660bfb5f70db1194@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: Re: Wireless card not being detected X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@cokane.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2007 03:57:21 -0000 On 2/18/07, DAK GHATIKACHALAM wrote: > > Hi Freebsd > > > I have an issue with new card I need to make it work with freebsd, > > > on /var/log/messages I get > > > Feb 18 20:51:55 DAK kernel: pccard0: (manufacturer=0x0192, > produc > t=0x0710, function_type=6) at function 0 > Feb 18 20:51:55 DAK kernel: pccard0: CIS info: Sierra Wireless, AC860, > 3G > Net > work Adapter, R1 > > > For some reason I dont understand why I get unknown card error > > Does any one has idea > > > Thanks > Dak This is a 3G wireless card (not Wi-Fi)... apparently it is supposed to be supported by the uart or sio drivers. You should try searching google for: freebsd "sierra wireless" AC860 There are apparently some sort of changes to the kernel that need to be made. -- Coleman