linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Jeremy Radlow <jtr@sourcerers.com>
To: linuxppc-dev@lists.linuxppc.org
Subject: Internal airport card works (was Re: Internal airport card not working? (2.4.6-benh))
Date: Sat, 18 Aug 2001 20:46:05 -0400	[thread overview]
Message-ID: <4.2.2.20010818203738.028a6d60@mail.inkverse.com> (raw)
In-Reply-To: <4.2.2.20010714123138.01d64dc0@mail.inkverse.com>


Just following up on a month old problem...

As I discovered, the problem was that I had to explicitly turn off encryption
via iwconfig.  I don't know whether the problem is in the card's firmware
(which I haven't updated yet) or in the driver initialization, but the
airport card works great under 2.4.6, and of course under the latest kernel
- 2.4.9-benh0.

-Jeremy

p.s. from /etc/network/interfaces:

auto eth1
iface eth1 inet static
         address 192.168.1.13
         netmask 255.255.255.0
         network 192.168.1.0
         broadcast 192.168.1.255
         gateway 192.168.1.1
         up iwconfig eth1 key off
         up iwconfig eth1 essid "Apple Network xxxxxx"
         up iwconfig eth1 mode Managed


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

      parent reply	other threads:[~2001-08-19  0:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-14 17:02 Internal airport card not working? (2.4.6-benh) Jeremy Radlow
2001-07-14 17:12 ` Ethan Blanton
2001-07-15 20:11   ` Benjamin Herrenschmidt
2001-07-15 21:04     ` Ethan Blanton
2001-07-15 21:08       ` Benjamin Herrenschmidt
2001-07-15 21:15         ` Ethan Blanton
2001-08-19  0:46 ` Jeremy Radlow [this message]

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=4.2.2.20010818203738.028a6d60@mail.inkverse.com \
    --to=jtr@sourcerers.com \
    --cc=linuxppc-dev@lists.linuxppc.org \
    /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).