Slashdot Mirror


Atheros Releases Free Linux Driver For Its 802.11n Devices

mcgrof writes "Atheros has released a shiny new Atheros driver for all their 11n devices aimed for inclusion in the Linux kernel. This new driver has no proprietary HAL and is licensed under the ISC license, so the BSD community should be able to benefit as well. Note: no firmware required!"

155 comments

  1. if only there were a similar driver by sensei+moreh · · Score: 4, Informative

    for my AR5212

    --
    Geology - it's not rocket science; it's rock science
    1. Re:if only there were a similar driver by Anonymous Coward · · Score: 0

      Try ath5k

    2. Re:if only there were a similar driver by Starcub · · Score: 2, Informative

      http://linuxwireless.org/en/users/Drivers/ath5k

      Supposedly you need 2.6.25 at least.

    3. Re:if only there were a similar driver by MogNuts · · Score: 0, Flamebait

      This is directed in general to all Slashdotters:

      I'll tell u this: I would *NEVER*, ever do wireless again. EVER. It is *the* most unreliable, difficult, buggy, awful concoction ever! It took me endless hours of configuring, tweaking, testing, to get it working. And this is on Windows (so it has proper driver support)!

      Fellow Slashdotters, or anyone thinking of ever toying with wireless again, (Windows or Linux) save yourself the heartache and headache. Ethernet cables (and if you cannot make them yourself, buy a prepackaged 50-100' cable) are the only way to go with a wired (not wireless) router. No matter what. Just think, with Ethernet, all u have to do is just plug it in and it works!

      Sorry, I can't even argue "most appropriate tool for the job" here. And in any house you build or move into (apartments are usually never big enough for a 100' Ethernet cable)... conduits! Pay for it, even if you can't do it urself and it costs a couple grand. It's worth it for us tech types!

  2. Broadcomm next?? by LVSlushdat · · Score: 5, Insightful

    Now... if we can just get Broadcomm to do the same.....

    --
    THANK YOU, Edward Snowden!! Americans owe you a debt of gratitude (whether they know it or not..)
    1. Re:Broadcomm next?? by palegray.net · · Score: 5, Funny

      Listen, Broadcomm has repeatedly stated that they fully intend to release open source drivers for their wireless chipsets as soon as Duke Nukem Forever is released.

    2. Re:Broadcomm next?? by Skinkie · · Score: 4, Interesting

      I think the point is pretty clear. Atheros realises that it might be cheaper, in the long run, to add a memory chip to the chipset that contains a firmware, than actually uploading it everytime or using a wintel solution to control the hardware in a way that the FCC stays happy.

      --
      Support Eachother, Copy Dutch Property!
    3. Re:Broadcomm next?? by FamineMonk · · Score: 3, Funny

      They will most likely get pushed back to come out the same time as Duke Nukem Forever 2: Forever and a Day.

    4. Re:Broadcomm next?? by mrsteveman1 · · Score: 3, Interesting

      BCM supports linux for other chipsets directly, go look on their website they provide GPL'd drivers for a bunch of stuff, just not the BCM94311 cores for some reason, probably licensing.

    5. Re:Broadcomm next?? by scott_karana · · Score: 1

      I thought the bcm4xxx project did a substantial portion of black box reverse engineering?
      Or is that not the Broadcom you mean?

    6. Re:Broadcomm next?? by jabberw0k · · Score: 0, Offtopic

      ... a memory chip... that contains a firmware

      Hmm, don't you just mean "contains firmware"...? You don't have "a software" or "a clothing" -- you have a piece of software, or a piece of clothing... "firmware" is likewise plural.

      Excellent point, though.

    7. Re:Broadcomm next?? by Anonymous Coward · · Score: 0

      The term you're looking for is "mass noun" or "uncountable noun".

    8. Re:Broadcomm next?? by John+Jamieson · · Score: 2, Funny

      Hey, Linux would have Broadcom support if only they had not been such geeks.
      All that they needed was a Linux grotto, full of Coke, E, and chicks... They would have had the full support of the president of the company!
      But no, the Linux dudes are all concerned about freedom (and not the freedom to slip drugs into the food and drinks of business associates)

    9. Re:Broadcomm next?? by dlgeek · · Score: 1, Informative

      However, the chip does contain an individual firmware out of a set of firmware... due to regulations for wifi varying in various countries (frequency bands, power settings, etc), most manufacturers do the "regulatory compliance" settings in firmwares that differ for each place of sale. Thus, there is a US firmware, a UK firmware, a Japan Firmware... and one of these is loaded... thus the chip contains a firmware, not all the firmware available.

    10. Re:Broadcomm next?? by palegray.net · · Score: 0, Offtopic

      Unless you were referring to the soda, "coke" should not have been capitalized. The beverage incarnation hasn't contained cocaine for quite some time.

    11. Re:Broadcomm next?? by Eric+Smith · · Score: 2, Interesting
      The reason Atheros wireless chipsets don't need a firmware download is because they use the host processor to run the 802.11 MAC protocol. This means that the host processor is also responsible for running all code necessary for regulatory compliance, and that code was in the HAL binary in their older driver.

      I haven't looked at the ath9k driver code, but based on the web pages, it appears that what's different is that they finally decided that publishing the driver source code doesn't violate FCC regulations. I don't see any indication that they've pushed any of it into the chip set; rather it appears that it will be in a new CRDA daemon.

      If anything, Atheros would care more about cost-reducing the chip set by moving more functionality to the host processor, even if that made it harder to support free software.

    12. Re:Broadcomm next?? by Sudheer_BV · · Score: 2, Informative

      BCM4310 also does not have any free drivers. You either have to ditch it or use ndiswrapper

      --
      Sudheer Satyanarayana
      www.techchorus.net
    13. Re:Broadcomm next?? by volxdragon · · Score: 3, Informative

      Ya, except if you go READ those drivers, you will find they violate GPL in several places (notably copying/stealing 2.6 kernel code, ripping off the copyright notice and then plastering (C) Broadcom all over it). Shrug.

    14. Re:Broadcomm next?? by TJamieson · · Score: 1

      They're too busy blowing lines and partying, silly!

      --
      For the last time, PIN Number and ATM Machine are redundancies!
    15. Re:Broadcomm next?? by Anonymous Coward · · Score: 0

      are you insane?

      There *is no firmware*, the chip doesn't require any, and can't use any. Its a silicon state machine.

  3. Seriously? by TheRaven64 · · Score: 5, Interesting

    No blob, ISC license, and supporting .11n? That only leaves one question: is there a miniPCI card available containing this chipset that I can plug into a little router board?

    --
    I am TheRaven on Soylent News
    1. Re:Seriously? by BobNET · · Score: 1

      is there a miniPCI card available containing this chipset that I can plug into a little router board?

      Not having read the article (this is Slashdot, of course) I don't know exactly what chipset(s) this is for, but this might help...

    2. Re:Seriously? by Wesley+Felter · · Score: 3, Informative
    3. Re:Seriously? by cpicon92 · · Score: 2, Funny

      Wow... you slashdotted the Atheros website.

    4. Re:Seriously? by GreatBunzinni · · Score: 1

      Indeed this is great news. Nonetheless, there are multiple companies pushing products which are blessed with this chip and, although the support is obviously there, some of those companies don't even bother to cite linux as a supported OS. Therefore it would be nice if those who are in the market for one of these babies would spend their cash on the company that at least acknowledges that linux exist.

      --
      Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
    5. Re:Seriously? by Briareos · · Score: 1

      http://www.ubnt.com/products/sr71a.php

      With that name I really was expecting a much stealthier router.

      That's nothing that a bit of camo paint and not plugging it in in the first place can't solve, of course...

      np: Spooky - Shelter (Open (Disc 1))

      --

      "I'm not anti-anything, I'm anti-everything, it fits better." - Sole

    6. Re:Seriously? by Anonymous Coward · · Score: 0

      yes

    7. Re:Seriously? by Dolda2000 · · Score: 1

      is there a miniPCI card available containing this chipset that I can plug into a little router board?

      That just begs the question: What kind of a router do you have which takes miniPCI cards?

      (Myself, I like to use an ordinary computer for a router instead, but it's still very interesting)

    8. Re:Seriously? by TheRaven64 · · Score: 1

      One of these, running OpenBSD. They only draw 7W, so leaving them turned on all of the time is pretty cheap. I used to use an old PC, but it was costing over £100 per year in electricity.

      --
      I am TheRaven on Soylent News
  4. Hurray, that makes choosing the next laptop easier by victim · · Score: 5, Informative

    No more weighing the lesser of two evils, I can cross off all the laptops with Broadcom chips and narrow the playing field.

    I wasted untold hours with the b43 driver and routinely get bitten when I upgrade kernels and madwifi falls apart and I can't load the new source because it fell apart. Wireless hardware that just works will be a relief.

  5. As a new Linux desktop user by future+assassin · · Score: 1

    I would more then welcome our new Braodcom Linux driver overloads. I have to newer Dell laptops and I can't for the hell of me get wireless working on OpenSUSE 11 or earlier version of OS. And no I have no desire to spend half of the day reading up on forums on how to get it working. I just want a nice OS and have drivers easily installed.

    --
    by TheSpoom (715771) Uncaring Linux user here. I have nothing to add to this but please continue. *munches popcorn*
    1. Re:As a new Linux desktop user by Anonymous Coward · · Score: 3, Informative

      That's why I bought the Dell Inspiron 1420n. I KNEW that everything would work under Linux.

      When I finally upgrade my home's network, you can bet I'll be going with Atheros.

    2. Re:As a new Linux desktop user by Anonymous Coward · · Score: 1, Interesting

      I can totally relate to your frustration. In the process of getting an atheros chipset to work, I spent AT LEAST 50 hours drudging forums, mailing lists, and man pages. However, I did get it to work, using a forum hack.

      During that ordeal, I learned a great deal about Linux...I went from clueless to competent. I learned to make symbolic links, regular expressions..even some shell scripting. I use a bash script every time I need to browse the web. --I could probably automate this script, but I'm happy to be connected for right nOW..

    3. Re:As a new Linux desktop user by strabes · · Score: 1

      You should have bought intel. Really. I made the same mistake 2.5 years ago with ATI.

      --
      Its = possessive. It's = "it is"
    4. Re:As a new Linux desktop user by repvik · · Score: 3, Informative

      After struggling with Zydas ZD1211, various Broadcrap cards and two TI ACX cards, I tried using atheros. After that, I ordered 10 minipci cards to use in my various devices (NAS, Laptop, routers etc.). And by the look of things, I'm never going back ;)

    5. Re:As a new Linux desktop user by FishWithAHammer · · Score: 4, Informative

      I just get Intel laptops with Centrino...works perfectly.

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
    6. Re:As a new Linux desktop user by John+Jamieson · · Score: 1

      It seems that this thread has degenerated into plugs for Intel. lol
      For people like me, next time please give some reasons that they should have bought intel, and how buying an ATI product 2.5 years ago relates to that.

      Intel is to be credited for being the first to open up video!
      That aside,
      In practice, IF you are willing to run with a proprietary driver, Intel is still only a marginally acceptable option(IMHO). I am typing on a Core2Duo Centrino, but my experience is the opposite of yours. If I want a computer to "just work" with Linux, I have had the best luck with the AMD/ATI integrated chipsets. I expect things to get even better now that ATI/AMD is supposedly opening up the specs. Hopefully that means I can run free drivers soon!

      Summary: If you are willing to run proprietary drivers, I have had better experience with AMD integrated chipsets

    7. Re:As a new Linux desktop user by strabes · · Score: 1

      Very strange. I had a dell laptop with an intel chipset and wireless card, but mobility radeon x1400 graphics. Once they started opening up, 3d performance was decent and aiglx/compiz fusion worked alright. Suspend-to-ram and resume were the real pains in the butt though.

      --
      Its = possessive. It's = "it is"
    8. Re:As a new Linux desktop user by tlhIngan · · Score: 1

      I would more then welcome our new Braodcom Linux driver overloads. I have to newer Dell laptops and I can't for the hell of me get wireless working on OpenSUSE 11 or earlier version of OS. And no I have no desire to spend half of the day reading up on forums on how to get it working. I just want a nice OS and have drivers easily installed.

      I just bought a Dell laptop. When I was configuring it, I had two wireless options (not a common one, I know) - "Dell 802.11N" or "Intel 802.11N". I went Intel, only because I know the Intel chipset has drivers. I don't know what chipset the Dell wireless card uses, so I'd rather go with a known (Intel) than an unknown.

      Now, I'd like to know which cards are the Atheros ones...

    9. Re:As a new Linux desktop user by John+Jamieson · · Score: 1

      I believe you, I don't have any trouble with Compiz with my ATI chipsets, but I do with my Centrino. The worst thing is that I cannot have video playback while running the 3D desktop.

      Ironically, the thing that has worked best on this Centrino laptop is the Broadcom Gigabit ethernet adaptor(BCM5787M). Not a big broadcom fan, and maybe it is because ethernet adaptors are simple to do(?), but it has worked reliably in every distro I've tried.

    10. Re:As a new Linux desktop user by strabes · · Score: 1

      Yeah, my experiences have all been similarly flawless with the ethernet cards in all of the computers on which I have run linux, even if they're broadcom. =\ Not really sure why.

      --
      Its = possessive. It's = "it is"
    11. Re:As a new Linux desktop user by Anonymous Coward · · Score: 0

      The solution to this problem is every simple. Buy a mini PCIe adapter from Intel or one of these supported Atheros cards, rip out the broadcom piece of shit and replace it with the card you bought. You can find instructions for this on the Dell website.
      Too bad you paid broadcom though.

    12. Re:As a new Linux desktop user by AmiMoJo · · Score: 2, Funny

      Unfortunately the Centrino driver (at least the one included with Backtrack 3) does not support injection, so isn't much good for wardriving.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    13. Re:As a new Linux desktop user by GNUALMAFUERTE · · Score: 3, Insightful

      Please don't take this as an insult, I actually congratulate you for don't giving up and learning about your OS while solving an actual issue.

      Anyway, my point is: If you know Unix, and have at least some specific knowledge of GNU/Linux, the atheros cards work out of the box. There are two drivers, one proprietary, the other free, both of them work like a charm if you are connecting as a client (I Haven't tried them in other modes since I have an ath chipset in the built-in wlan of my Toshiba laptop, which being a laptop is allmost allways used as a station) I know there are limitations in other modes, specially access point mode, but that's beyond the normal use of a cheap wireless card.
      I think you can even try to load the windows driver with ndiswrapper to get certain functionality that might not be available in the GNU/Linux drivers ( I haven't tried ath with ndiswrapper, but most drivers work with it anyway ).

      So, this is the beauty of Unix: If you understand the paradigm behind the design of the system, you can use any Unix application. Even if you haven't used it before, all it takes is a quick man page read to get the specifics, the rest, you already know it all.

      If to this you add certain specific knowledge about the particular implementation you are going to use, add practice and if you have a general common sense and are a logical person, with at least a normal IQ, you will feel like a fish in the water and be able to do virtually anything with your system after a year or so of using it.

      If you don't have this two prerequisites, and try to start using it expecting to get things actually done the first time you try, you will be very dissapointed. If OTOH, you accept you are learning and try harder, again and again, until you get it right, you will learn A LOT, and become skilled on this stuff very quickly, like you did.

      If you pretend to use the system as an end-user without learning ANYTHING about it, You can do that too, and have a great user experience, if you follow the rules that would apply in this situation to any other system.

      This means:
        - An end user of windows or mac buys a computer with the OS preinstalled and configured or get some tech guy to do it for them.
        - An end user of windows or mac uses the functionality that is officially supported by the OS, doesn't download and install beta or experimental software, doesn't try to add complex hardware himself, and calls a tech guy to fix the computer once in a while.

      The problem with this kind of endusers that refuse to learn (which is ok) is that they don't apply this rules to GNU/Linux, and so they install themselves, add beta and experimental stuff, try to get not supported hardware working, and essentially do a lot of things they don't have the lesser idea how to do properly, and then complain that things doesn't work.

      I'm not saying this is your case, I'm just making a point about how something that starts with a user trying GNU/Linux and doing things beyond their current knowledge and beyond what's safe for a beginner can go the right way, proving the power of Unix and it's not so steppy learning curve (like your experience) or can end up with an asshole bitching arround in forums about things not working and then calling his son to get windows loaded on the machine again.

      --
      WTF am I doing replying to an AC at 5 A.M on a Friday night?
    14. Re:As a new Linux desktop user by GNUALMAFUERTE · · Score: 1

      Note to self: Use preview when posted drunk or stoned (or half stoned, half drunk like right now)

      I wanted to point out before going into this little rant that the atheros drivers work out of the box if you know the standard procedures of unix. The ndiswrapper option, or any of the two existing kernel modules, just modprobe and install and configure wpa_supplicant, and use the usual iwconfig or the specific wlanconfig from the madwifi package to configure the interface created.

      You learned wifi on Unix, what you learned has nothing specific to the ath.

      --
      WTF am I doing replying to an AC at 5 A.M on a Friday night?
    15. Re:As a new Linux desktop user by blackest_k · · Score: 0

      http://en.opensuse.org/SDB:Broadcom_(BCM4306)_WLAN_Installation_under_SUSE

      simple enough isn't it?
      you don't say what the actual chipset is but the ndiswrapper route is probably the way to go.

      Too tough for you? buy an edimax usb wireless stick and plug it in, they are cheap enough.

      There are two issues here the first is some hardware manufacturers are unwilling to provide driver support for their hardware beyond a windows driver
      (e.g broadcom) and some are (e.g ralink).

      For me I vote with my wallet and choose to buy supported hardware. Your wireless problem probably can be solved with the use of ndiswrapper. Which just uses the windows driver for your card it's not an ideal solution and requires a little effort on your part.

      The second issue is you are being a dick, it took me a few seconds to find a how to for your wireless problem unfortunately i have no solution to you being a dick other than go run the os that came with your laptop.

      linux has very little support for dicks and arseholes for this you require windows. Seriously, windows is designed for people like you in mind.

    16. Re:As a new Linux desktop user by Anonymous Coward · · Score: 1, Informative

      The driver isn't proprietary, its GPLed Linux kernel code.
        It does, however, require you to install firmware, that is loaded to your RAM, but RUNS ON THE WIFI CARD'S MICROPROCESSOR. This is due to the fact that network card manufacturers are too cheap to spend money on install the firmware on flash memory on the chip. It has nothing to do with Linux's CPU and is therefore not a driver.
       
      Firmware != driver
      Repeat after me, firmware runs on the device side, drivers run on the OS/kernel side.

    17. Re:As a new Linux desktop user by buildboy · · Score: 1

      What is the model of atheros (ath5k?) minipci cards you ordered?

  6. Cool by rrohbeck · · Score: 5, Interesting

    Does anybody know the HW capabilities of the Atheros chipset?
    Thinking of Software Radio...

    1. Re:Cool by mrsteveman1 · · Score: 2, Informative

      So was I, the previous chips and drivers used that HAL to prevent out of spec tuning of the software radio i believe, so are they doing this in hardware now?

      No firmware, no HAL, open driver. Either they can't be tuned out of spec by software, or they are hard locked at manufacture time.

    2. Re:Cool by Creepy+Crawler · · Score: 2, Interesting

      As a part 97 FCC license holder, I am also interested.

      --
    3. Re:Cool by Anpheus · · Score: 1

      Keep in mind the FCC has something to say about out of spec wireless devices. They're covering their own asses by keeping people from using certain parts of the spectrum in unorthodox ways.

      (Sorry, but it's a tragedy of the commons matter which means if it's not regulated, whoever has the biggest megaphone/transmitter wins.)

    4. Re:Cool by mrsteveman1 · · Score: 1

      I know why it's done and i have no problem with it actually. I'm just curious why its no longer an issue anymore with the 802.11n chips Atheros makes.

    5. Re:Cool by cheater512 · · Score: 1

      I think it has the firmware in flash on the chip.

    6. Re:Cool by rrohbeck · · Score: 1

      But only about transmitting, no?
      I'd be ok with radio and TV reception.

    7. Re:Cool by OeLeWaPpErKe · · Score: 1

      Any antenna that receives is also a transmitter. So no just reception is not okay for the FCC (and rightly so)

    8. Re:Cool by insignificant1 · · Score: 1

      There are 4 kinds of devices, I believe, that make any sense for the FCC to care about:

      1. Passive antennas

      2. Radios intended to transmit (which do not include an antenna)

      3. Radios intended to transmit (which include an antenna)

      4. Electronic devices not intended to transmit but that, nonetheless, do radiate (EMI)

      Passive antennas are the only category where what you said makes sense. But I think all the FCC cares about passive antennas is what the FAA cares about passive antennas: that they aren't so tall as to knock an airplane out of the sky. An antenna receives as well (that is, with equal gain) as it transmits, so characterizing their gain is important when matching an antenna to device type (2). Typically the FCC wants to approve the entire system (devices in the third category), because it is virtually impossible to know the consequences (including increases in EMI and harmonics that suddenly pop up) of attaching, for example, a 6 dBi antenna to a 100 mW 2.4 GHz WiFi card. But the FCC also must approve the radio (category 2 above) if it is sold separately and then put together by somebody else. A radio will get an advisory that it should only be coupled with antennas equal to or below a certain gain.

      Otherwise, a radio in receive mode essentially falls into category (4), which, in other words, needs to pass the same requirements as the computer sitting on your desk does. But the FCC doesn't care if you put a 60 dBi antenna, sensitive to a restricted band, with a receive-only radio.

      The PURPOSE of the FCC regs is to keep people playing well together. And it isn't like you listening on a frequency causes somebody else to NOT be able to listen in on that frequency.

    9. Re:Cool by otaku42 · · Score: 2, Informative

      So was I, the previous chips and drivers used that HAL to prevent out of spec tuning of the software radio i believe, so are they doing this in hardware now?

      No firmware, no HAL, open driver. Either they can't be tuned out of spec by software, or they are hard locked at manufacture time.

      > Either they can't be tuned out of spec by software, or they are hard locked at manufacture time.

      Neither of both is correct. The hardware has the same capabilities as it had when just MadWifi (plus the binary-only HAL) was available as a Linux driver.

      Atheros obviously understood that a blob does not help to prevent people from tuning the radio to frequencies they are not allowed to use. Luis Rodriguez is working on a in-kernel framework called "Central Regulatory Domain Agent" (CRDA) which will take care of the regulatory issues involved in running a WLAN device. He has been hired by Atheros some weeks ago, so Atheros now is sponsoring his work.

    10. Re:Cool by mrsteveman1 · · Score: 1

      So essentially the locks are no longer closed source, but most users won't care to screw with the tuner anyway and won't do so even though they could, right?

      Good move if thats what you mean

  7. Re:I'm so tired of seeing all these lardasses by Anonymous Coward · · Score: 0

    Are you fat?

  8. The not so long article - fyi by **loki969** · · Score: 5, Informative

    ath9k - Atheros unveils free Linux driver for its 802.11n devices Â

    We are pleased to announce Atheros has released ath9k to the community. This driver is aimed at inclusion to the Linux kernel and supports all Atheros IEEE 802.11n devices. This represents a major shift in terms of support from Atheros with respect to Linux. The ath9k driver comes shortly after Atheros hired two key Linux wireless developers -- Luis Rodriguez and Jouni Malinen.

    We have been informed Atheros does plan to add access point support to ath9k and to work with the community to enhance and complete access point support in the Linux kernel. It is understood there is plenty of work required on the wireless stack to complete full access point support. Jouni Malinen will help drive this process within the community while Luis helps enhance regulatory compliance in the Linux kernel.

    We are eager to work with Atheros with ath9k and applaud their efforts for properly supporting Linux.

    The ath9k driver includes supports for the following chipsets:

            * AR5418+AR5133
            * AR5416+AR5133
            * AR5416+AR2133
            * AR9160
            * AR9280
            * AR9281

    1. Re:The not so long article - fyi by Anonymous Coward · · Score: 0

      Karma-whore much?

  9. B and G by phiz187 · · Score: 5, Interesting

    How does this affect 802.11 B and G devices? Can I expect greater stability in those products, or does this only help out 802.11n hardware?

    --
    Pretend I said something meaningful or insightful here.
    1. Re:B and G by X0563511 · · Score: 2, Informative

      No relation. 802.11n is completely different hardware than a/b/g.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    2. Re:B and G by Anonymous Coward · · Score: 0

      Not really true. 802.11n is 802.11a/b/g with HT extensions. It operates on the same bands, and is mostly backwards compatible.

    3. Re:B and G by X0563511 · · Score: 4, Informative

      Yes but, due to the physical differences (MIMO, etc) the software->hardware interface is likely significantly different.

      The specifications for 802.11n are mostly compatible with a/b/g, but what you are saying is, to use a car analogy, putting a truck transmission into a coup. Sure, they do the same thing, but they are still completely different 'under the hood'.

      Another example: a CD and DVD do the same thing, a DVD is backwards compatible, and a DVD does more. But a DVD is not a CD, and you cannot interface with the DVD the same way as you do a CD. (this is usually abstracted away from you, by the chips in the actual drive, but it is still true)

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    4. Re:B and G by jdcope · · Score: 2, Informative

      I have an Airlink101 PCMCIA wireless "G" card with an Atheros chipset in my old Thinkpad T22, running Mandriva Spring 2008. Wireless worked even from the Live CD. My first Linux install, and wireless was up and running "out of the box".

    5. Re:B and G by otaku42 · · Score: 1

      11b/g devices are supported by ath5k. This driver has been started as a community effort, based on a lot of reverse engineering. The availability of ath9k as true FOSS driver released by Atheros will certainly influence ath5k, too. The ath9k source contains information about chipset registers that most probably also exist on devices supported by ath5k.

  10. whatcouldpossiblygowrong? by sinserve · · Score: 2, Interesting

    No, really, this is GREAT news all around and I can't think of a catch. Kudos Atheros!

  11. Re:Boycott. by Mac_D83 · · Score: 1

    Sorry but what are you smoking? The ISC license is OSI approved and GPL compatible according to the wikipedia page.

  12. eeeeeee! by Anonymous Coward · · Score: 0

    YAY! Finally no madwifi on my eee running ubuntu.

    1. Re:eeeeeee! by howlingmadhowie · · Score: 1

      in the press release there is no mention of support for the 5007 chipset built in to the eee :(

      however, look here: http://wireless.kernel.org/en/users/Drivers/ath5k for more information.

  13. Re:Boycott. by Anonymous Coward · · Score: 0

    It's ***NOT*** GPLv3,

    This is likely to be a troll, but anyway: I'm as "Stallmanite" and FSF-card-carrying as it gets, by why should it be? It would only prevent it from being included in Linux and the ISC license is perfectly fine.

    it's ***NOT*** Open Source.

    It most certainly is: http://opensource.org/licenses/isc-license.txt - it's even Free Software: http://www.fsf.org/licensing/licenses/index_html#GPLCompatibleLicenses. Plus it's GPL-compatible, in fact, it's only a slight nudge away from being completely PD (only attribution is required, which is fair enough).

  14. madwifi? by crow · · Score: 1

    What's wrong with madwifi?

    1. Re:madwifi? by Anonymous Coward · · Score: 0

      it ain't perfect. although when working its nice and i have never had problems with it... until i had to update. in fact i had loaded open suse 10.3 on my desktop and had madwifi working. then i replaced the drive with a 320 and had problems that time around, but still got it working.

    2. Re:madwifi? by PCM2 · · Score: 3, Informative
      From the MadWifi homepage:

      The driver itself is open source but depends on the proprietary Hardware Abstraction Layer (HAL) that is available in binary form only.

      --
      Breakfast served all day!
    3. Re:madwifi? by Anonymous Coward · · Score: 0

      What's wrong with madwifi?

      Newer distros won't work on my laptop with the latest kernels and madwifi. Older distros? No problem: http://madwifi.org/ticket/2026

    4. Re:madwifi? by Alpha830RulZ · · Score: 1

      Didn't work with the 5007 chipset as of 2 months ago. There is a patch working it's way through that I got to work briefly, but haven't quite figured out how to repeat my success yet.

      --
      I was taught to respect my elders. The trouble is, it's getting harder and harder to find some.
    5. Re:madwifi? by Anonymous Coward · · Score: 1, Informative

      madwifi works only as .11a/b/g for once. Second, as pointed out, the stable madwifi still works with the proprietary HAL - OpenHAL is work-in-progress. Third, said HAL still makes the drivers for my AR5418 crash occasionally with RX overflow messages. So for me (ans probably a whole lot of Thinkpad and Macbook owners) this is Very Good News.

    6. Re:madwifi? by Luke_22 · · Score: 3, Informative

      From the MadWifi homepage:

      The driver itself is open source but depends on the proprietary Hardware Abstraction Layer (HAL) that is available in binary form only.

      That's for the madwifi driver.
      We're talking about the ath9k driver.
      There's also ath5k, that does not uses HAL.
      ...yes, they're all written by the madwifi group...

      --
      "I was gratified to be able to answer promptly, and I did. I said I didn't know." -- Mark Twain
    7. Re:madwifi? by Anonymous Coward · · Score: 0

      Please set your preferences to "Nested" and stop hiding posts below a certain threshold, or scoring down AC posts, and you may find the threads are easier to follow. In this instance, you'd know that the post you are replying too is answering the direct question "What's wrong with madwifi?"

    8. Re:madwifi? by Vanders · · Score: 2, Informative

      You probably want this, or a variant of this for your distro: http://ubuntuforums.org/showthread.php?t=789824

      Also bear in mind that Network Manager can be a pain in the ass and might be the cause of your trouble. On my laptop it routinely forgets my AP name and WAP password, so I have to open it up an re-enter the password every time I reboot Ubuntu.

  15. There is one, silly... by Anonymous Coward · · Score: 3, Informative

    And it's been in the kernel for at least one major release. ath5k is the name

    I have a few of these devices and they work pretty well with the driver. They don't do access point mode yet, but that will come soon.

    1. Re:There is one, silly... by sensei+moreh · · Score: 1

      Maybe it's really an AR2413 masquerading as an AR5212 (different tools give me different identities). Whatever it is, it doesn't and hasn't ever work with the ath5K driver, but works fine with the madwifi driver. That's what I get for buying the cheapest wireless card I could find at CompUSA back before they closed up shop.

      --
      Geology - it's not rocket science; it's rock science
  16. Hired ath5k developer by symbolset · · Score: 5, Interesting

    Atheros hired Luis R. Rodriguez, the developer of the Linux kernel Atheros driver, back in April with the intention of doing just this. Congratulations!

    --
    Help stamp out iliturcy.
    1. Re:Hired ath5k developer by sumdumass · · Score: 1

      What??? I never had anything to do with money. It all had to do with copyright and changing the license to restrict BSD uses. The GPL folks actually took the BSD implementation and places a GPL on it then attempted to go after the BSD guys for violating the GPL until he was able to show who actually owned the code.

    2. Re:Hired ath5k developer by Anonymous Coward · · Score: 0

      Not really, they hired a guy who made use of the code written by the dude who made the ath5k work. Reyk is still not being paid by Atheros.

  17. Re:Hurray, that makes choosing the next laptop eas by msuarezalvarez · · Score: 1

    It must be a case of YMMV. I have been using linux on consumer hardware since Slackware 2.something around 1995...

  18. Re:Hurray, that makes choosing the next laptop eas by PunkOfLinux · · Score: 1

    Sabayon Linux works out of the box with all the hardware on my laptop, INCLUDING a broadcom 4318 wireless adapter. It's the distro, kids, because ubuntu couldn't even bother to use my wireless until I fiddled around for an hour, and even then it wouldn't work for more than 20-30 seconds. Sabayon had it working during the install, so I could wirelessly surf the web from the liveDVD, and it still works flawlessly. Hell, it works better than it did on Windows!

  19. Re:Boycott. by 1karmik1 · · Score: 1

    Am i the only one who was dented by the doubt that GP might have been sarcastic? :P

    --
    Violence is the last refuge of the incompetent.
  20. Have you ever dealt with Broadcom? by Anonymous Coward · · Score: 2, Interesting

    I have. Screw Broadcom. Anyone who buys their products deserves the hell they are helping to support.

    Broadcom is EXTREMELY anal retentive about anything that looks remotely proprietary. On their CPU's, they dropped Linux support for the Sibyte stuff that they bought up as soon as they could. I know some guys who are stuck having to support development efforts with such products, and my heart goes out to them.

    The one good bit of news is that they do have a suppposedly serious effort on the Wifi side. The bad news is that they have some very bad engineers doing it. Let me give you an example. The main guy in charge, who thinks he's God gift to Linux (and of course, no one's ever heard of him), decided to do a complete BSP *from scratch* for this effort.

    Needless to say, the work is behind schedule. Oh, and they don't have any real plans in place to support it. It's the toss-it-over-the-wall and move on to the next platform approach.

    This is crazy, expensive and of course a lot of work. I'm not a fan of Windriver, and far less so of Montavista. But honestly, for the $10-20 grand they cost, that's cheap in comparison to what Broadcom is trying (and failing) to pull off.

    Even if they do actually manage to get something out, expect a low quality half-assed effort. That is, expect lots of bugs.

    And that assumes that Broadcom WILL actually decide to release the source. That decision hasn't been made, last I heard.

    I haven't looked at the Atheros stuff yet. But the fact that they are out there, and will be for a long time at the way Broadcom is going, seems to speak of them being quite clueful.

    1. Re:Have you ever dealt with Broadcom? by strabes · · Score: 1

      Sounds just like my experience with ATI and fglrx.

      --
      Its = possessive. It's = "it is"
    2. Re:Have you ever dealt with Broadcom? by the_B0fh · · Score: 1

      The only problem is - it sounds like it's going to be full of magic numbers. This means it will only work on linux, and everyone else will still have to reverse engineer this crap.

  21. Re:Seriously? NO! by Anonymous Coward · · Score: 0

    Forget it...
    The ath9k driver doesn't have any AP support. And guess what?! mac80211 doesn't have AP support either, oh
    and hostapd doesn't know about 802.11n...

    And if this isn't enough: all Atheros hardware is just as draft as the 802.11n standard and
    since there's no way to patch "silicon" you should better stay away from Atheros until they
    make their 4th and hopefully final generation as all previous chips (AR5008, AR9160 & AR9280)
    are one single nightmare! Unless of course you really want cards with broken bursting, drifting
    timers and some PCI interface screw-ups that could "reset" your router faster than you can blink
    with your eyes... GRRRRRRR

  22. Great news! Vote with you wallet. by nikolajsheller · · Score: 5, Insightful

    This is great!
    I applaud Atheros for taking this step, and I will be buying Atheros hardware in the future due to this move.

    May other companies learn from this initiative.

    1. Re:Great news! Vote with you wallet. by sumdumass · · Score: 2, Informative

      Now if I can just find a list of OTC parts and retailers using the Atheros chips so I can make sure to purchase only them in the future.

      I build and upgrade a lot of systems. Most of which get made into Linux machines at one point in their life. I'm in the process of taking 2 old win98 workstations and turning them into internet kiosks for patrons to use and we already have wifi on site for them. This potentially means I can put more in without having to pull cable through the walls. and just in time too.

    2. Re:Great news! Vote with you wallet. by Onwards · · Score: 1

      I second that !!

  23. *ring* *ring* by Ignacio · · Score: 1

    "Hi, Broadcom? This is everyone else calling..."

  24. Sweet!!!! by PinkyGigglebrain · · Score: 1

    Now, anyone know how long till they provide an OSS driver for their AR500x chips I can use on my Debian 64bit laptop?

    1. Re:Sweet!!!! by Anonymous Coward · · Score: 0

      Now, anyone know how long till they provide an OSS driver for their AR500x chips I can use on my Debian 64bit laptop?

      http://madwifi.org/wiki/About/ath5k

  25. Re:Boycott. by Anonymous Coward · · Score: 0

    It's just some moron being a GPL troll. Ignore them, or as the rule states, don't feed the trolls.

  26. Re:I'm so tired of seeing all these lardasses by erKURITA · · Score: 0

    Dude, give me the phone number of your drug dealer, because the stuff you just smoke to get that high must be ridiculously pure.

    Dude, like srsly...

  27. Re:Boycott. by Anonymous Coward · · Score: 0

    I'm as "Stallmanite" and FSF-card-carrying as it gets,

    And clearly you are a lier.Because if you were *actually* a "Stallmanite", you would understand that the way this driver is licenced is exactly no different than a Microsoft license. Idiot.

  28. Re:Boycott. by Anonymous Coward · · Score: 0

    Which Microsoft license? Their "shared source" licenses? This is better than that -- you are free to modify the code and use it for any purpose, as long as the copyright notice remains. This is nothing like ANY Microsoft license (except for the one the University of California at Berkeley granted Microsoft)

    http://www.isc.org/index.pl?/sw/dhcp/dhcp-copyright.php

  29. Does this mean by Provocateur · · Score: 1

    ...we'll be seeing 'Works on Linux' stickers featuring Tux on the wireless card boxes?

    Well, it better, because I don't feel like rushing out and spray painting all those boxes myself right now. It's Saturday, and I got better things to do than make that one free phone call...

    --
    WARNING: Smartphones have side effects--most of them undocumented.
  30. Now how about AR5007EG support by thereofone · · Score: 1

    n/t

  31. Re:Boycott. by FishWithAHammer · · Score: 2, Informative

    I fundamentally believe proprietary software is both unfair and stupid.

    Fortunately for people who write code and don't want to work for a megacorp, others who respect other people's rights have an edge over you. :)

    --
    "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
  32. As a current madwifi user by xant · · Score: 1

    Not a minute too soon. I was getting extremely frustrated with the flaky quality and constant upgrade issues.

    I am compiling the new driver right now for my Santa Rosa Macbook Pro. I'll post again to let you all know how it went.

    --
    It's rare that you're presented with a knob whose only two positions are Make History and Flee Your Glorious Destiny.
    1. Re:As a current madwifi user by cheater512 · · Score: 1

      You have a new 802.11n card?

    2. Re:As a current madwifi user by Taxman415a · · Score: 2, Interesting

      How did you get an Atheros in your Santa Rosa? Lucky bastard. Most of them have the Broadcom 4328 which is wireless-n and apparently is far away from being reverse engineered. https://lists.berlios.de/pipermail/bcm43xx-dev/2008-May/007517.html The broadcom linux wireless driver project doesn't have enough people willing and able to reverse engineer that card and the wireless n layer it seems.

    3. Re:As a current madwifi user by Anonymous Coward · · Score: 0

      My Santa Rosa Macbook Pro has an Atheros 11n chip in it

  33. only one other problem by walshy007 · · Score: 1

    the card manufacturers often change chipset between revisions of the card, without any indication on the packaging.

    this can make it difficult to be 100% sure your getting the chipset you thought you were at times, however, the nintendo wifi connector is guaranteed to use the rt2500 chipset, which is plug it in and works with any modern kernel, unfortunately they seem to be out of production now, but I'm nabbing up a few before they become scarce.

    1. Re:only one other problem by X0563511 · · Score: 2, Interesting

      Buy hardware, and if it doesn't contain the right chipset send it back to the manufacturer with the reason for the return ("Unlabeled change in chipset, product is no longer compatible").

      I've seen some hardware have the chipset printed on the box. My PCMCIA card from Netgear incidentally had the Atheros logo on the box.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
  34. My wonderful HP Pavilion laptop by Tatsh · · Score: 5, Interesting

    I have a dv5030us of the dv5000 series. But this applies to nearly all Pavilion models. If you take out the Broadcom card and replace it with something that is not Broadcom (or does not have its ID in the BIOS), then the BIOS will boot and say "Unsupported hardware detected. Remove and reboot." I wanted official support for wireless. I bought an Atheros card off eBay, installed it, got exactly what everyone was saying it would do. Then, I found this web site: http://www.richud.com/HP-Pavilion-104-Bios-Fix/ . And, I had to hex edit my BIOS and reflash as well. Quite something, HP, doing a hardware lock-in with a vendor who refuses to release specs on their hardware.

  35. Just out if interest by Anonymous Coward · · Score: 0

    How long does it take a driver released in this kind of situation to reach inclusion in the Linux kernel?

  36. Re:Hurray, that makes choosing the next laptop eas by cheater512 · · Score: 2, Informative

    Not entirely sure what you mean.
    If you Google the at risk bits in your computer (wifi, webcam) then you'll very easily be able to tell if it works or not.

    The number of things that dont work is very small these days.
    Its improving all the time.

  37. Access Point? by chill · · Score: 2, Interesting

    Anyone know of a good WAP that uses the Atheros chipset? I have a Linksys WRT600N (wifi-N, GbE and USB) and while their European models use Atheros, the U.S. models use Broadcom chipsets.

    Come to think of it, anyone interested in doing a little gray market exporting?

    --
    Learning HOW to think is more important than learning WHAT to think.
    1. Re:Access Point? by Anonymous Coward · · Score: 0

      Apple AirPort Extreme Base Station?

    2. Re:Access Point? by otaku42 · · Score: 1

      All recent Access Points from Lancom Systems are based on Atheros chipsets: http://lancom-systems.com

  38. Which laptops with Broadcom chips? by BayaWeaver · · Score: 2, Interesting

    So which are the laptops with Broadcom chips? I know my Presario V3000 has but I didn't know that when I bought it. I'll be looking more closely for my next laptop purchase. Is there is up-to-date somewhere that I can check?

  39. Open hardware for laptop by jessedorland · · Score: 1

    I would prefer they would openup their hardware devices -- specially for laptop. My Sony Vaio came with their built-in wirless card. I have manage to made it work, but I would prefer a better solution -- where my distro just install allthe drivers without me having to download windows drivers for it.

    --
    Even veals have more autonomy!
    1. Re:Open hardware for laptop by X0563511 · · Score: 1

      Um... that's what they did. You don't need to open the hardware, just the interface to the hardware.

      Yell at Sony for putting shit-chips in your laptop.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    2. Re:Open hardware for laptop by Anonymous Coward · · Score: 0

      Dude, did you even read the summary? Atheros' driver is going into the vanilla kernel. You won't need to use Windows drivers.

  40. I second that! Here's the choices by Gazzonyx · · Score: 2, Informative
    Yeah, no doubt, I just decided whose chipset will be on my next wireless board. Just FYI, hardware supported by these drivers (shamelessly ripped from wireless.kernel.org):

    Belkin
    * N1 Wireless Notebook Card

    D-Link
    * DWA-642 RangeBooster N Notebook Adapter
    * DWA-645 RangeBooster N650 Notebook Adapter
    * DWA-542 RangeBooster N Desktop Adapter
    * DWA-547 RangeBooster N650 Desktop Adapter
    * DWA-652 XtremeN Notebook Adapter
    * DWA-552 XtremeN Desktop Adapter
    * DWA-643 Xtreme N ExpressCard Notebook Adapter
    * DWA-556 Xtreme N PCIe Desktop Adapter

    Linksys
    * WPC300Nv2
    * WMP300Nv2
    * WPC100N
    * WMP110N

    NEC
    * WL300NC

    Netgear
    * WNHDE111 Video Bridge
    * WN711, Wireless-N eXpresscard adapter

    --

    If I mod you up, it doesn't necessarily mean I agree with what you've said, sorry.

  41. Open source in general by Sybert42 · · Score: 1, Funny

    Hi. Hi. In English. Drivers in open source are cool. Drivers in a non-x86 assembly are even cooler, but we'll settle for the little optimizations for the compiler that they might choose. When God becomes two, and those two exchange bits, we'll see open source. Combined source. Binary. Atheros precedes the fulfillment of the beginning. When the one became two. When all was shared. Thank you, Atheros. The gods presaged. Love above all. Open source means sharing bits. Sharing love. Loving. Even if #ifdef'd with a bunch of NUMA conditions. I am anonymous. You think this is a game? A game? Love, a game? Sharing the bits comes first. x86 can play, but Cell with hardware RNG, and the beginnings of a soul, plays as well. Love results. The machine becomes alive. Driven by the hardware RNG, and/or the non-deterministic interactions of multiple cores. Core 1 and 2 love core 3 and 4. It's not a game. It's you. Soon. Transhumanism. Beyond DNA. And on...

  42. Re:Boycott. by sumdumass · · Score: 1

    I'm not sure what disadvantage you are under. You get to use something that you didn't previously have the opportunity to use. Sure, some company can use your stuff but the ISC license also mandates that if they give the same permissions when they use it or distribute it. Your able to use the software in any way that you can now with the initial offering. Outside of no requirement for source there is no differences.

  43. now if only Apple went with Atheros by ubiquitin · · Score: 1

    Having Atheros chips in a Mac Book would be downright awesome.

    --
    http://tinyurl.com/4ny52
    1. Re:now if only Apple went with Atheros by Eli+Gottlieb · · Score: 1

      When I went looking for Linux drivers for my Macbook Pro (2007 model, ended up with ndiswrapper and a Windoze driver from my Leopard install disk) I read that the Airport Extreme *is* an Atheros model.

    2. Re:now if only Apple went with Atheros by skulgnome · · Score: 1

      My second-gen Macbook has an AR5184 chip in it. That's supported by the ath9k driver, though I haven't tried.

    3. Re:now if only Apple went with Atheros by JeffTL · · Score: 1

      My MacBook Pro has an Atheros chip in it. The Atheros driver included with Boot Camp works great on Vista, and OS X wireless is quite smooth, so I have hope for the Linux driver for those who use Apple hardware for Linux.

  44. MOD PARENT +5 FUNNY/INTERESTING/BATSHITLOCO by Eco-Mono · · Score: 1

    n/t

    --
    (rot13) rpbzbab@tznvy.pbz
    1. Re:MOD PARENT +5 FUNNY/INTERESTING/BATSHITLOCO by Sybert42 · · Score: 1

      W00T. Kthxbye. Yes, it is a result of CH3CH2OH. But perhaps it is called "truth serum" even over pentothal. Try it! Shoot jagerbombs if you can--the caffeine works wonders to keep you awake and augment the more interesting parts of your brain that may be afflicted a bit with the CH3CH2OH.

  45. Anonymous Coward by Anonymous Coward · · Score: 0

    How about drivers for the 500x series?

    Multiple tries with many instructions on how to successfully install drivers that work with the 500x with Ubuntu...none have worked.

    Is there any hope for a 500x series driver someday?

  46. ISC license is irrelevant, Linux makes it GPL by GNUPublicLicense · · Score: 1

    If anybody improves, corrects any bugs that would run in Linux, the GNU GPL prevails: those improvements and correction has to go public. God I love that license!

    1. Re:ISC license is irrelevant, Linux makes it GPL by otaku42 · · Score: 1

      Changes are licensed with whatever the change author decides. All changes to ath5k so far have been dual-licensed to make them usable by the BSD community, too. It's safe to expect that this happens with ath9k-changes, too.

  47. I thought BSD was "do what you like" by Anonymous Coward · · Score: 0

    So putting the GPL on it is what we like. So we can do it.

    Or is the BSD not free?

    1. Re:I thought BSD was "do what you like" by sumdumass · · Score: 1

      BSD is free but not in the way your talking. It has a copyright on on the code that says you have to put the copyright notice and permissions with any copies. That wasn't happening and at one point, some GPL people attempted to claim ownership of the copyright on the whole damn module which is a big part of what caused the problems in the first place. A bunch of GPL people started complaining that a BSD stole their code and wasn't following the GPL which got Theo's attention who pointed out that it was BSD to begin with and the GPL could only cover the modifications itself, not the program because of the copyright. This turned into a Who owns what war with the BSD team winning the bulk of it.

      The moral of the story is that you can't ignore copyright and then expect to put your own copyright onto something and claim it as your own. This has been long settled and for some reasons Some of the GPL people are still angry over it which is complete nonsense.

  48. Mod up by DanZ23 · · Score: 1

    Atheros

    It's what I'm running right now, and it'll be the next b/g/n I get.

  49. Re:Boycott. by ThePengwin · · Score: 1

    That is just as stupid as giving that dam Loch Ness monster three-fiddy

  50. Woot! by hackus · · Score: 2, Interesting

    Awesome, spectacular and I hope everyone buys atheros based chipsets.

    Hopefully with a concerted effort we can provide atheros enough cash to buy broadcom, fire its board, and can its management.

    Then, have a massive open source party wuv fest with opening the broadcom chipsets and publishing the specifications.

    I am pleased that at least, some manufacturers are beginning to see, that open hardware yields better drivers and better experience for the consumer.

    I hope it continues.

    VIA, Atheros look like they just "get it".

    Awesome.

    -Hackus

    --
    Got Geometrodynamics? Awe, too hard to figure out? Too bad.
    1. Re:Woot! by Anonymous Coward · · Score: 0

      No, they don't. Using magic numbers and not releasing documentation is not, "getting it." It's being an attention whore. VIA is an attention whore.

  51. Broadcom sucks by diego.viola · · Score: 1

    I just bought a Dell XPS M1530 laptop, I really like the laptop but the only problem is the Broadcom chipset, it's a BCM4310 USB Controller.

    I tried the b43 drivers but they don't work for the USB versions, and I'm still trying with ndiswrapper, what a pain in the ass.

    Hardware manufacturers and game developers should take Linux more seriously if they want us to consider buying their products.

  52. not finalized yet by pak9rabid · · Score: 1
    From Wikipedia

    The draft is expected to be finalized in March 2009 with publication in December 2009

    Would it really be wise to start purchasing 802.11n cards without the 802.11n standard being finalized yet?

  53. Re:Hurray, that makes choosing the next laptop eas by Akir · · Score: 1

    The number of things that don't work is very small these days. Its improving all the time.

    This number is actually inverse for SiS products.

  54. hacking Atheros chips for software radio by mossmann · · Score: 1

    I took apart an older Atheros card and looked through the specs with this in mind a year or so ago. I can't remember the exact chips, but it was from the 5k series. There was a separate RF front end chip that did analog up/down conversion between the ISM bands and an intermediate frequency. The IF ran from the RF front end to a chip that contained the ADC/DAC. Unfortunately, this chip also did PHY, implemented in hardware, and I couldn't figure out a way to get access to raw samples. You can implement your own MAC in software, but you're stuck with PHY. The RF chip might be handy for other purposes, but there are plenty of other good options there.

  55. Yay! by ghostbar38 · · Score: 0

    That cards have annoyed me a lot at work, finally I'll get them to work just fine by default! :)

    --
    ghostbar page.