linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: <mlan@cpu.lu>, <linuxppc-dev@lists.linuxppc.org>
Subject: Re: Airport in BenH's kernels
Date: Sun, 6 May 2001 22:28:01 +0200	[thread overview]
Message-ID: <20010506202801.14354@smtp.wanadoo.fr> (raw)
In-Reply-To: <200105062011.WAA00674@piglet.grunz.lu>


>Hi all,
>
>For a few days airport doesn't work in BenH's kernels, due do an
>unresolved symbol in orinoco.o.
>
>Below is a two-line patch that fixes the problem.

Thanks ! The driver have been a pretty quickly moving target lately
as Jean Tourrihles and I were working to finally have a common code
base for airport and orinoco_cs without duplicating the driver.

The new driver is getting close to completion now and things should
finally stabilize.

For those who missed part of the story, here are some tips for the
new driver:

 - it's located in drivers/net/wireless and configured from the
"wireless" sub-menu in the "network drivers" menu.

 - the interface is now always ethx (eth1 most of the time)

 - the card is no longer powered down when the inteface is off, this
caused various troubles. If you want to make sure the interface is
powered off when not used, rmmod airport.

 - typicall setup sequence:

    modprobe airport
    ifconfig eth1 <ip_address> netmask <mask> up
    iwconfig essid <network name>
    iwconfig enc <WEP key>

The driver is made of 3 different modules (hermes.o, orinoco.o and
airport.o). A fourth one (orinoco_cs.o) is used for the PCMCIA cards.
This new driver should work properly with all airport incarnations, not
only PCMCIA capables boxes.

Ben.


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

  reply	other threads:[~2001-05-06 20:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-06 20:11 Airport in BenH's kernels Michel Lanners
2001-05-06 20:28 ` Benjamin Herrenschmidt [this message]
2001-05-06 20:51   ` Airport in BenH's kernels (a few tips & tricks) Michel Lanners
2001-05-06 21:47   ` Airport in BenH's kernels Paul Nasrat
2001-05-06 22:53     ` Benjamin Herrenschmidt

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=20010506202801.14354@smtp.wanadoo.fr \
    --to=benh@kernel.crashing.org \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=mlan@cpu.lu \
    /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).