From owner-freebsd-hackers@FreeBSD.ORG Sun Dec 28 03:18:24 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EEAB1065674 for ; Sun, 28 Dec 2008 03:18:24 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 366558FC08 for ; Sun, 28 Dec 2008 03:18:24 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id mBS3IMnp092448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 27 Dec 2008 19:18:23 -0800 (PST) (envelope-from sam@freebsd.org) Message-ID: <4956EFFE.7070603@freebsd.org> Date: Sat, 27 Dec 2008 19:18:22 -0800 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: "Carlos A. M. dos Santos" References: <4374ff010812261128i4d723deby9aa1ed49eec1926c@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: freebsd-hackers@freebsd.org, lazaax - Subject: Re: hack bios hp compaq v3618la X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2008 03:18:24 -0000 Carlos A. M. dos Santos wrote: > On Fri, Dec 26, 2008 at 5:28 PM, lazaax - wrote: > >> hi, people, anyone knows how to hack bios from v3618la or had a bios >> hacked, i want to bypass whitelist wireless network, i put a atheros >> on mi hp and cant supported, sorry my english is poor, i dont want ro >> risk my computer... please help >> > > I attempted to replace the wireless card of a similar HP notebook and > gave up. I suggest you to use a USB "dongle", instead. This is a cheap > and much safer approach. Hacking the BIOS may lead to a broken > notebook that can be hard to recover. > > Also, this kind of question should be sent to freebsd-questions, not > to -hackers. > > The usual way to deal w/ this is to overwrite the pci dev id in the card's eeprom so it matches the bios whitelist. Then map that device id to something ath will attach to. I'm not allowed to give out the recipe for writing the eeprom but it's well-known and easily found with google. Sam