linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: Max Siegel <max8455@hotmail.com>
Cc: wireless <linux-wireless@vger.kernel.org>
Subject: Re: Broadcom card wont pickup access point signal
Date: Fri, 08 Aug 2008 19:30:51 -0500	[thread overview]
Message-ID: <489CE53B.6050204@lwfinger.net> (raw)
In-Reply-To: <BAY131-W6F7D0B2EA6D7DC6EB07B4B7770@phx.gbl>

Max Siegel wrote:
> Thank you for your quick answer.  I will try and update the kernel, but 
> I don't know how.  If you can link me a guide that would be of great 
> help, if not I will be searching google.

The first step is to download the kernel source from 
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.2.tar.bz2. 
Open a terminal and unpack it with a 'tar jxvf linux-2.6.26.2.tar.bz2' 
command. The download is 47 MB.

The next step is to make sure that you have the c compiler and make 
routine installed. You can do this by entering the commands 'gcc' and 
'make'. If either of them returns a "command not found" message, then 
you need to get them for your distribution.

At this point do a 'cd linux-2.6.26.2' command and look for the 
configuration used by your distro. I use openSUSE which puts the 
configuration at /proc/config.gz. Other distros place it in /boot. As 
I don't know where yours is, I cannot help you more. From here you 
should look at Google to find how to build a kernel for your distro.

Larry


           reply	other threads:[~2008-08-09  0:30 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <BAY131-W6F7D0B2EA6D7DC6EB07B4B7770@phx.gbl>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=489CE53B.6050204@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=max8455@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).