From owner-freebsd-questions@FreeBSD.ORG Sat Jan 10 13:09:12 2009 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 709F2106566C for ; Sat, 10 Jan 2009 13:09:12 +0000 (UTC) (envelope-from nealhogan@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 1FB248FC26 for ; Sat, 10 Jan 2009 13:09:11 +0000 (UTC) (envelope-from nealhogan@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so4126781yxb.13 for ; Sat, 10 Jan 2009 05:09:11 -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:references; bh=YeMXE8Sfq0XWDnVPug1ds/wyF6LDLLBlvOsL0xr+N9A=; b=qikn6BNS5ZlUXy2Gkdl2oMdX2aLm38+xADMeeZ7eJTrNXS9v51xJe/GkJfEKGLkkf+ Zqbl1jetnwvn42Stn1PWc7kpPl960hNrdKlnRpo2qGJNYbBQu5oj8CgO693g4sMqlKci kiuTrpAhDOlwuIpIthCaW9PttDWu70d0EknDU= 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:references; b=Zir/UbN01VE+YTgDCM9W0PTQXSnlNhXzZcpoozvAJ94xAkgeGJqZzb1EfA38h3LCba CDcnQ/BswKqPZqlH6u0ftcO4vhO0b9Kw6B6dFFTy8t7EpfbwMhQ1MgDJvZ70Zm+jdXbE EKH1Hq4wjbpT/1XxX1g85tHmE9lfnJuMO6eQY= Received: by 10.151.83.12 with SMTP id k12mr6192595ybl.196.1231592950629; Sat, 10 Jan 2009 05:09:10 -0800 (PST) Received: by 10.150.182.2 with HTTP; Sat, 10 Jan 2009 05:09:07 -0800 (PST) Message-ID: Date: Sat, 10 Jan 2009 07:09:07 -0600 From: "Neal Hogan" To: "Glen Barber" In-Reply-To: <4ad871310901091107g12a7cd62l772c08f5e99add56@mail.gmail.com> MIME-Version: 1.0 References: <4ad871310901081337h23a2d22fldfee1dbabc9044a2@mail.gmail.com> <4ad871310901081420s3f02fa2drc0571373ec1a1b2f@mail.gmail.com> <4ad871310901090624r702347c9re5ee0c5b6d6908c@mail.gmail.com> <4ad871310901091107g12a7cd62l772c08f5e99add56@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: onemda@gmail.com, freebsd-questions@freebsd.org Subject: Re: ndis panic HP pavilion ze4400 won't boot 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: Sat, 10 Jan 2009 13:09:12 -0000 On Fri, Jan 9, 2009 at 1:07 PM, Glen Barber wrote: > > > > I'm in the process of sync'ing up my system with source . . . but, in the > > meantime I'm wondering about the choice of Broadcom driver. Is it really > a > > matter of trying different ones? > > It was for me. It took me 3 tries before I found one that 'worked'. > > > I updated the driver this morning to a new > > version. Is that not the driver that I'll use for the ndiswrapper? Should > an > > older version, perhaps the one that was originally installed? > > > > If I remember correctly, the version I use is 3 versions back from the > latest update. > > > I apologize if these questions are rather simple and naiive. > > > > Not at all. Broadcom is difficult sometimes. This is one of those times. > > -- > Glen Barber > 570.328.0318 > Well, it took me all day, but I did synch-up the source with the kernel. However, being new to the ways of fBSD I (accidentally) ended up building the -CURRENT source and kernel (8.0). I tried ndisgen on the latest driver and it didn't work . . . I'll tell you why in a second. I'm a bit uncomfortable dealing with current. I'd rather go back to the 7.1-RELEASE, which claims to have better ndis support. FYI - I've dual booted fBSD, and am merely experimenting with it. So, while it may seem odd that I continue to move between versions, I do have access to other machines that have more familiar environments (oBSD and XP). Now, the *ndisgen path/to/inf path/to/sys* didn't work because it said that the .inf file was in a different format than it expected. So, I attempted to convert it to ascii using *iconv -c -f utf-16 -t ascii path/to/inf > .inf.ascii* and use the new file as the .inf. Again, it said it was the wrong format. That's when I bailed. So as not to waste my time with 8.0, because I wish to pursue expermenting on 7.1. Anyway . . . at this time, I have one more question regarding the driver that will end up being successfull (hopefully there is one). Should I have to manipulate the .inf file? There is the wrong format issue, mentioned above, and when setting up ndis in the "panicky" situation, ndisgen claimed that the last line of the .inf file was bad (I forget the actual teminology used). So, I deleted that line and it successfully generated the .ko file. It seems odd to me that I would have to manipulate the driver information so much and that it may the source of some of my ndis problems. Another way of asking this question . . . will the successful driver just work (i.e., not need such manipulations)? Thanks for you patience. -- www.nealhogan.net