Slashdot Mirror


Linux Firmware For Some 802.11b Access Points

drwho writes "This just unveiled at the BAWUG meeting tonight: Linux firmware for Access Points. Check this URL for more info. I haven't tried it yet but it looks great!" The upshot is that certain Access Points can be flashed with a stripped-down Linux system, which makes them more flexible than they'd be under the included firmware. There are even some screenshots of a modded access point booting up.

151 comments

  1. READ THIS!!!!**!!! by Anonymous Coward · · Score: 0, Funny
    Slashdot editors are a bunch of useless fucking cunts. READ THIS

    The slashdot editors tried to censor this port by threadslapping it to -1.

    In less then `0 seconds every fucking reply to this thread went to -1 (some were at +1)

    Just goes to show censorship at work, from the very hipocrits that winge like girls about other site's censorship.

    1. Re:READ THIS!!!!**!!! by Marcus+Brody · · Score: 0, Offtopic

      He's Right. I checked this thread perhaps 15 minutes ago (more interesting than most stuff on slashdot at the moment...). The parent was at +5, and there were a number of posts at 2, and many at 1 and 0. Within 15 minutes, the whole thread got bitchslapped to -1.

      What does this tell us?

      -The slashdot editors (unsuprisingly) have tools to moderate a whole thread in one go.

      -They are willing to use these tools.

      As this thread was highly critical of the slashdot moderation system, this would appear to be a form of hypocritical censorship.

  2. 2.4.x by tulare · · Score: 5, Interesting

    A quick thought - iptables on an access point? That I like. Think of all the possiblities...

    --
    political_news.c: warning: comparison is always true due to limited range of data type
    1. Re:2.4.x by autocracy · · Score: 3, Insightful

      Other quick thought - wouldn't that take up all the RAM while processing packets?

      --
      SIG: HUP
    2. Re:2.4.x by 1010011010 · · Score: 5, Insightful

      Another thought:

      IPSec on the access point. Screw WEP!

      --
      Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
    3. Re:2.4.x by tulare · · Score: 4, Interesting
      Not a bad point, actually. I don't imagine that you could run all the packets through some 500-line list of various netfilter errata. What I had in mind would be more like
      1. iptables -A INPUT -s --source-mac [mac address of my allowed devices] -j ACCEPT

      2. iptables -P INPUT DROP
        iptables -t nat -A POSTROUTING -o [er, whatever the interface is called] -j MASQUERADE
      Not neccessarily complete or accurate in terms of syntax, but you get the gist. Nothing requiring too much memory usage, but enough to ensure you can limit the use of the access point to trusted devices.
      --
      political_news.c: warning: comparison is always true due to limited range of data type
    4. Re:2.4.x by louissypher · · Score: 4, Insightful

      With the embedded processor that those access points have (16.4 BogoMips), forget IPSEC.

      --
      www.bleepyou.com
    5. Re:2.4.x by Nectar · · Score: 2, Interesting

      Screw WEP anyway. You don't need anything special on the access point for IPsec: just configure your mobile units to use IPsec, and tunnel through some other host or use transport mode.

    6. Re:2.4.x by medcalf · · Score: 3, Funny

      Just get an airport base station as your 802.11 access point, and then configure it to only accept connections from MACs you trust, using the appropriate box in the GUI. Oh, wait, that wouldn't be as much fun. It's too easy.

      --
      -- Two men say they're Jesus. One of them must be wrong. - Dire Straits
    7. Re:2.4.x by autocracy · · Score: 2

      It's not fun, it's flexibility (and I approve of the airport very much - that feature it quite nice). However, my interest is more along the lines of actual firewalling (and many things that often bleed into it) such as port restricions, QoS, and redirection. Sure, the smart thing to do is buy computer and underclock the proc while sticking a WLan card in it, but this would cost less...

      --
      SIG: HUP
    8. Re:2.4.x by Anonymous Coward · · Score: 0

      all access points that i've seen already allow this with their built in software.

    9. Re:2.4.x by sderle · · Score: 2, Informative

      Yer damn right. Have you taken a look at NoCatAuth yet? As it happens we're working on a C port that should run comfortably on one of these. Join the mailing list to find out more.

    10. Re:2.4.x by Dwonis · · Score: 2

      You *do* realize that the MAC can be spoofed, right?

  3. Sweet! by jiminim · · Score: 3, Funny

    So now I can run Seti on my AP?

    1. Re:Sweet! by mbyte · · Score: 3, Funny

      > So now I can run Seti on my AP ?

      yes. with 16 bogomips (according to screenshot ;)

    2. Re:Sweet! by linzeal · · Score: 2, Informative

      Seti@home would have to port to the little amd proc in there as no source code is available for obvious reasons.

  4. firewall replacement by 47PHA60 · · Score: 5, Insightful

    One thing that irks me to no end is that my home firewall is a noisy old Pentium 200 with disks and fans. I've been looking into embedded systems to do this, and the current access points I've seen are not effective firewalls at all; no logging, and they don't _reall_ block everything, even though they say they do. A small Linux kernel which does not need to be built up with support for PCI, two ethernet cards, disks and multiple filesystems might just do the trick.

    1. Re:firewall replacement by linzeal · · Score: 3, Interesting

      Underclock the proc and run it without a fan but get a big cheap socket 7 heatsink and get an rpm adjustable fan that will rev up and down according to a temparture probe included. I have an amd 500mhz underclocked to 375mhz without a fan that runs my firewall.

    2. Re:firewall replacement by parc · · Score: 2, Informative

      I'm using a diskless setup on FreeBSD with an Intel NIC. Boots in about 15 seconds, and the only noise is the power supply and CPU fan. I can probably get rid of the CPU fan. I might even try cutting the PS fan, since the load on the PS is next to nothing.

    3. Re:firewall replacement by Anonymous Coward · · Score: 0

      you can always use syslog and log to another machine

    4. Re:firewall replacement by Raptor+CK · · Score: 3, Interesting

      How about this?

      Two 10/100 ports, 1 serial port, one Mini-PCI slot, two PCMCIA/CardBus slots.
      Granted, it's not out just yet, but you could make it handle wireless, inbound traffic, and two internal segments fairly easily.

      The only problem is the dependence on CF. Logging isn't generally a good idea to media that can't handle excessive writes. While a Microdrive would fare better, it would also cost much more.

      --
      Raptor
      "Procrastination is great. It gives me a lot more time to do things that I'm never going to do."
    5. Re:firewall replacement by Anonymous Coward · · Score: 0

      People who complain about loud routers usually don't have other machines running 24/7 which they could log to. Wouldn't make much sense to complain about the router if they had.

    6. Re:firewall replacement by jim3e8 · · Score: 1

      My Pentium 200 didn't come with a fan, and I ripped out the power supply fan without any ensuing problems. It boots over the network and as such needs no disks, so it's completely quiet. I use it as my MP3 server.

    7. Re:firewall replacement by Howie · · Score: 3, Funny

      I use it as my MP3 server.

      Without any disks?

      --
      "don't fall into the fallacy of believing that Perl can solve social problems. Maybe Perl 6 can, but that's a ways off"
    8. Re:firewall replacement by Anonymous Coward · · Score: 0

      RAM is/was cheap. ;)

    9. Re:firewall replacement by Etyenne · · Score: 3, Informative

      syslogd -r

      --
      :wq
    10. Re:firewall replacement by Anonymous Coward · · Score: 0

      Take a look at Advantech's PCM-5823. Small, dual ethernet, CF card, ide interface. And it's available now. Very nice.

    11. Re:firewall replacement by jim3e8 · · Score: 1

      Of course. The noisy server with the disks is in the closet in another room. The MP3 server gets its files over NFS. It also runs esd, so any compatible client can stream .wavs to it directly. I do this with xmms from my laptop sometimes.

    12. Re:firewall replacement by Howie · · Score: 1

      *blink* OK... I don't see quite why the clients can't just stream from the fileserver and save your network, but hey, that's me told. I'm sure there's a good reason.

      --
      "don't fall into the fallacy of believing that Perl can solve social problems. Maybe Perl 6 can, but that's a ways off"
    13. Re:firewall replacement by MindStalker · · Score: 1

      I think what the meant was mp3 player, hook up speaker to the puppy, and it can play without making any extra noise.

    14. Re:firewall replacement by jim3e8 · · Score: 1

      Right, it's essentially an audio server, hooked up to my stereo and the network. As discussed on /., some companies make similar units that get MP3's off a server via for example Samba, so you don't need a loud computer in your living room. Mine does this, and you can also stream audio [not just mp3s] -to- it (laptop doesn't need big speakers then). Disadvantage: it's not in a neat little package.

    15. Re:firewall replacement by HunterWare · · Score: 1

      Only downside is that IPSec would drown that processor too...

    16. Re:firewall replacement by Raptor+CK · · Score: 2

      Which I figured was somewhat obvious, but also not that great of an idea, since hard drives tend to make a lot of noise, too.

      If he's trying to phase out the use of an old pentium box, it's generally not advisable to hook up the same old pentium box as a syslog server.

      --
      Raptor
      "Procrastination is great. It gives me a lot more time to do things that I'm never going to do."
    17. Re:firewall replacement by Raptor+CK · · Score: 2

      They make a Mini-PCI card to offload crypto to. Clever, those guys.

      I've been drooling over the boards for a while, since it'd give me exactly what I want. Firewall, Wireless AP, NAT and DMZ management, DHCP, all in a silent, small package, running FreeBSD. Even the ability to secure it. Just set it to mount the FS read only, and walk away.

      --
      Raptor
      "Procrastination is great. It gives me a lot more time to do things that I'm never going to do."
  5. AirPort by ciryon · · Score: 1

    This is really cool, but I think I'll stick with Apple's Airport. Don't need to configure that much, plus I like the design. :-)

    Ciryon

    1. Re:AirPort by Strog · · Score: 2, Informative
      Don't need to configure that much


      You mean can't configure much. The original airports are the same as the Orinoco RG-1000 and each one is its own wireless network. The Orinoco has a better range for some reason. Better antenna? They released an updated firmware on the RG-1000 that would allow you to change the network name. I used it to change the network name of my boss's home one to the same network name as the AP at work. This makes the RG-1000 a lot more versatile. Is there an update for the airports that anyone is aware of? Anyone daring enough to try the Orinoco update on the airport?

    2. Re:AirPort by Anonymous Coward · · Score: 0

      Sorry no url, But there is a guy out there who has managed to get linux to run on an airport base station. Apparently, the airport is actually a 386 inside...

    3. Re:AirPort by Anonymous Coward · · Score: 0

      Well, the AirPort is just a 486, so it's most likely not very hard to boot some kind of Linux on it, just like what this story describes.

    4. Re:AirPort by voltaire · · Score: 2, Informative

      Actually, the Airport and the Rg-1000 are all the same hardware, infact the Ap-500 and Ap1000 are also compatible hardware. The Comunity Wireless groups have already experimented with swaping the firmware on these devices. All the devices use a Lucent/Orinoco wavelan card internally (Rg100 and Airport use silvers) Checkout PersonalTelco's FirmwareSwapping page for details. The reason you see better range in the Rg1000 is probably the orientation, the radiation patern of the integrated antennas are better suited for verticial operation. I can't quote the source but I had read a site on 802.11 antenna design and what a sorry design the client adapters used.

    5. Re:AirPort by kwj8fty1 · · Score: 2, Informative

      There are a number of firmwares that work on both the airports and the RG1000s.

      There is an update to the airports... but I'm not sure what it fixes.

      You can also flash a AP500 firmware onto either of them, and it works great. You lose DHCP, but you gain radius auth, and syslog. Good stuff.

      You can download any of those firmwares from here:

      http://www.vilos.com/rg1000

    6. Re:AirPort by PowerBook2k · · Score: 1

      That would be here:
      http://www-hft.ee.tu-berlin.de/~strauman/airport /a irport.html

      Amazing what a quick Google search will turn up.

  6. Slogan by Hougaard · · Score: 5, Funny

    I Like their slogan:

    "All your base stations are belong to us"

    .. Sense of humor :)

    1. Re:Slogan by Suburban+nmate · · Score: 1

      That's a +5? Needs a moderation overhaul NOW. (IMHO, of course) Moderation in Moderation, if you will.

      And whats with /. advertising everything that runs Linux embedded? When they fit WinXP in there, *that* will be news! :P

      Moderation whingeing, M$ bashing, /. "Story" slagging; I'm on a roll...

      Yeah I'm in a bad mood, but that dosnt make this a troll. You would be peeved too, living under President Blair.

      "Working in Westminster [Parliament] is like having the nutter on the bus sit beside you all day." Amanda Platel

      --
      "Windows and Linux can co-exist on the same machine." - Microsoft Corporation.
  7. Mirror of Screenshots by NewbieSpaz · · Score: 4, Informative
    --
    ------
    Random, useless fact: I type in startx entirely with my left hand.
    1. Re:Mirror of Screenshots by Mignon · · Score: 3, Funny
      Moderation Totals: Redundant=1, Informative=1, Total=2.

      When I first saw this post, I thought - what a jackass moderator, marking this post as redundant. I mean, he's just trying to help. Then I realized that that's exactly what posting a mirror is: redundant and informative.

    2. Re:Mirror of Screenshots by 42forty-two42 · · Score: 1

      Hmmm... Seems to be holding it's own against the /. effect fairly well...

  8. Finally by mattyohe · · Score: 3, Informative

    Multi-point to Multi-point works with this solution... its funny how going to linux solves my problems

    --
    - what is the definition of simultanagnosia?! I've been meaning to look it up!
  9. Same Some Bucks? by blitzrage · · Score: 3, Insightful

    I think that this is a cool idea. You can now upgrade and fix bugs, security holes etc.. yourself instead of having to wait for the vendor to do it (if they do it). Not to mention if you have a really old AP, maybe you can get it out and play around with Linux on it. This could allow you to take old AP's that people are pretty much throwing out, and recycle them. Might save you a few bucks. That'd be cool.

    --

    I have no signature
  10. ok, ok by warpSpeed · · Score: 0, Flamebait

    Imagine a...

  11. 802.11b ? by Anonymous Coward · · Score: 0, Troll

    Can someone please give a few lines describing what 802.11b is and perhaps some recommended urls?

    Thanks
    AC.

    1. Re:802.11b ? by mattyohe · · Score: 1

      Wireless.. sorry I dont have any rfcs on me... use google....

      --
      - what is the definition of simultanagnosia?! I've been meaning to look it up!
    2. Re:802.11b ? by Hougaard · · Score: 3, Informative

      802.11b is wireless LAN. 11Mbit (With fallback to 5 and 2). A good reference is Nokia since they produce a complete setup.

      Nokia Wireless LAN

      I'm using (Nokia) 802.11b for all my home stuff now. No more cables running across the floor (This is really a wife pleaser :). Even my printers are connected on a miniport (To a jet direct box) and mounted on a little mobile table.

    3. Re:802.11b ? by burntfungus · · Score: 2, Informative

      http://www.netstumbler.com
      http://pasadena.net/vacation/

      --
      http://wireless.pasadena.net
    4. Re:802.11b ? by Anonymous Coward · · Score: 1, Informative
      IEEE 802.11b is an international standard for local area wireless networking, analogous to 802.3 for wired Ethernet. The folks at IEEE have been nice enough to make the standard document available for free, at the following page:

      http://standards.ieee.org/getieee802/802.11.html

      Most of the rest of the information around the 'net just paraphrases or simplifies the content from this document. Check this out for the real meat.

    5. Re:802.11b ? by quinto2000 · · Score: 0, Offtopic
      that was fairly transparent. Post as AC, thus allowing you to reply logged in and accumulate some karma points and not be redundant or offtopic!

      I admire someone with your dedication.

      --
      Ceci n'est pas un post
  12. Great by Yarn · · Score: 2

    I may try this, as long as I can rollback to the original firmware ;)

    (I have the SMC ezconnect 2652 AP)

    The site is getting slower and slower so I may have to wait until next week before I find out :/

    I also wonder how much WEP it supports

    --
    -Yarn - Rio Karma: Excellent
    1. Re:Great by Yarn · · Score: 2

      After thinking about it on my walk home I've decided against it. With only ~16bogomips I doubt I could do anything particularly interesting with it. The IPSEC idea someone posted would probably take far too long to even exchange keys for any other device to happy talk to it.

      I saw someone intending to limit access to it by MAC. I hope they realise that faking a MAC address is extremely trivial.

      --
      -Yarn - Rio Karma: Excellent
  13. Woohoo! by ALecs · · Score: 1, Flamebait

    Now my access point can get 0wn3d too! What'll they think of next?

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

      noo noo.. they said linux not windows silly.

      dont get all worked up.

  14. Slasdotted by asv108 · · Score: 1, Redundant

    I put up a mirror of the screens available here

    1. Re:Slasdotted by Saint+Aardvark · · Score: 1, Redundant
      And I've mirrored the download here:

      http://saintaardvarkthecarpeted.com/openap-0.1.0.t ar.gz

  15. Hmm, security? by RC514 · · Score: 5, Interesting

    After the initial install with the SRAM card the access point can be upgraded over the network.

    Does that mean the vendors of access points do not write protect the operating system on the hardware level? Or are future modifications only possible when the jumper remains in the upgrade position? If the jumper becomes meaningless after the upgrade, its implementation is a serious design flaw and an undetected rooting waiting to happen.

    --

    1. Re:Hmm, security? by iamchris · · Score: 1

      One would think that you could allow/disallow tftp access from any given host.

      However, an access point makes a lousy firewall... Which interface is the protected interface anyway? The one that you can access from the internet, or the one that you can access as you drive by?

    2. Re:Hmm, security? by Anonymous Coward · · Score: 0

      just mount your AP on a realy realy tall tree..

      Fat linux Hacking gods wont be able to reach it, and skinny newbies wont have a clue what to do when they get to it.

    3. Re:Hmm, security? by Bruce+Perens · · Score: 2
      Before the upgrade to Linux, you have to open the box. After the upgrade, Linux and your own software are what protects whether or not a network upgrade is allowed. You have to become root on the box to do it.

      Bruce

  16. Airport Killer!! by phloda · · Score: 0, Troll

    You forgot to mention that this is very much an Airport Killer.

    1. Re:Airport Killer!! by Sc00ter · · Score: 2
      Why is this an airport killer? The airport base station is easy to configure, easy to use, and the new one even has a trusted lan connection that you can set other permissions to. There's windows/linux software to configure it.


      Why would I run this linux thing over the OS that's already on the Airport, an OS that's specifically designed for this operation.

  17. About you sig... by DAldredge · · Score: 0, Offtopic

    Make sure you update it to reflect the people killed by the suicide gunmans attack on the 12 year olds party that happend in the past 24 hours. I don't want you stat to be out of date.

    1. Re:About you sig... by DAldredge · · Score: 0, Troll

      Make sure you update it to reflect the people killed by the suicide gunmans attack on the 12 year olds party that happend in the past 24 hours. I don't want you stat to be out of date.

    2. Re:About you sig... by linzeal · · Score: 0, Offtopic

      I did around 4:00 am my time.

  18. NoCatAuth by adavidw · · Score: 1

    I've always thought that an access point that had NoCatAuth built in would be a great product. Now, until the AP vendors come up with something like this, at least we can roll our own.

    -Aaron

  19. Hardware by Cybersonic · · Score: 4, Informative

    in case your curious, this works on access points using the Eumitcom WL11000SA-N boards...
    ( ref: http://opensource.instant802.com/hardware.php )
    Tested: US Robotics 2450, SMC EZconnect 2652W

    Time to buy an SMC for me :)

    --
    Cybie! aka Ralph Bonnell
    1. Re:Hardware by Ryan+Kirkpatrick · · Score: 1
      Good luck finding one. I just hit pricewatch.com and eBay with no luck. It appears that both the USR and the SMC products are already out of production.

      Maybe the people who developed this cornered the market on these WAPs first, then released their software knowing every Linux geek would want one. And they say you can't make money off of open source. :)

      --
      -------------------------------
      "For to me to live is Christ, and to die is gain." - Phil. 1:21 (KJV)
    2. Re:Hardware by Squash · · Score: 1

      A quick check on CompUSA shows the USR model is available, and In Stock at my local store for $249.99.

      --
      Squash
    3. Re:Hardware by Anonymous Coward · · Score: 0

      I hate to reply to myself, but Best Buy shows the USR model for $169.50. No way to see if it is in stock at a particular outlet, though.

  20. How are they doing bridging? by tzanger · · Score: 2

    AFAIK, the bridging code is loaded to the PCMCIA card each boot. Did they manage to keep the file and just replay it or did they reverse-engineer the bridging code?

    Not that I am really concerned, bridging a wireless LAN to your wired LAN is bad news unless there is zero need for security (aka my home).

    1. Re:How are they doing bridging? by Anonymous Coward · · Score: 0

      unless there is zero need for security (aka my home).

      Where did you say you live? Nice to know I've got free internet access and a place to stick my files next time I'm in Listowel.

      p.s. just kidding! I'm not stalking you!

    2. Re:How are they doing bridging? by irregular_hero · · Score: 4, Informative

      The "bridging code" is standard Linux bridging. I think what you're referring to is the "Host AP" or "Infrastructure" mode of the wireless card inside the AP.

      If the card is based on the Prism chipset, there's already a Linux driver that will operate the card in Host AP mode by implementing some of the functions normally present in the access point's Infrastructure mode in user space. Other things are handled by the card.

      For example, the card itself will handle time-dependent functions like beacon-sending. And it will handle hardware-dependent functions like WEP encrypt-decrypt (optionally). But the association table and all the rest of the functions are part of user space.

      Incidentally, you don't need the Host AP driver for your Wireless card to operate a bridged network. Oddly enough, the bridge code in the Linux kernel functions just fine with a wireless card in Peer-to-Peer mode -- it is, after all, just another interface to the kernel itself. What you won't get in peer to peer is sophisticated association handling -- that means that the signal strength meter in your wireless tools won't work exactly right in most commercial packages.

    3. Re:How are they doing bridging? by Fluffy+the+Cat · · Score: 2

      No, the APs in question appear to be based on the Intersil Prism-II chipset. This supports a "host-AP" mode, which allows it to work as an access point without requiring special firmware. At that point you can just use the standard Linux kernel bridging code.

    4. Re:How are they doing bridging? by Multispin · · Score: 2

      The Linux bridge code doesn't work with many wireless cards (Orinoco and cisco) because the cards themselves didn't allow transmission with an arbitrary MAC address. I think bridge mode is possible with the PrismII cards.

    5. Re:How are they doing bridging? by funky+womble · · Score: 1
      The APs already include the required 'tertiary' (host-ap) firmware on the PC cards.

      However this is not the firmware on 'normal' PC cards that would be used as wireless clients and might be used with homebrew hardware.

      Normal cards have 'primary' (ap-client) firmware not host-AP firmware (which is owned by Intersil and subject to NDA). Some code is floating around on the net but of dubious heritage and probably best avoided for any commercial projects :)

  21. Can I use this to turn my old notebook into an AP? by mocm · · Score: 2, Interesting

    I have been looking for a reliable software that can be used to turn a notebook into an AP. There is
    a driver for prism2 cards which works well enough, but lacks roaming support and in the latest version
    WEP doesn't seem to work.
    I had been looking for AP software under Linux, but the prism2 card combined with bridging in the kernel
    was all I could find. It works, but could be better.
    So, the question is, if I could use this to turn an old notebook into something more usefull. And,
    if so, why has it only been announced as Linux for certain AP hardware.

    --
    ***Quis custodiet ipsos custodes***
  22. Security by dwen · · Score: 1

    Interesting features. However, looks it needs to add some security features, such as 64-bit or 128-bit WEP, MAC access control etc.

    1. Re:Security by Hougaard · · Score: 2

      Thats why its opensource, go write it :)

    2. Re:Security by cosmol · · Score: 1

      I believe the card has WEP builtin and ipchains has access control, what is the problem?

    3. Re:Security by Anonymous Coward · · Score: 0

      Great reply, is the entire world a bunch of programmers with nothing but time on their hands? It's tired and stupid, stop saying it.

  23. PC104 Bus on there? Think of the potential. by Devi0us · · Score: 1

    Anyone else notice that board had what looked to be a PC/104 bus? That just adds even more to the potential. Put it in a new case, add a PC/104 board with another PCMCIA controller, and you've got 3x ethernet + 802.11b . Hells yah. Firewall potential gets nice. External, Internal, DMZ, and 802.11b DMZ.

    1. Re:PC104 Bus on there? Think of the potential. by Anonymous Coward · · Score: 0

      remember you are dealing with an embedded processer. you can't throw your crazy ciphers at it because that little processer will choke. same for making it any type of firewall routing 3 interfaces.

      if you built an entirely new small box with a larger processer, these become possible (and would be hella neat to see.)

  24. So? by sootman · · Score: 0, Redundant

    I've got a pacemaker that runs Linux. Beat that. Seriously, this is way cool. Send critical logs to a printer on your WLAN, or save them all to an nfs-mounted volume... sweeeeeeet.

    --
    Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    1. Re:So? by Oggust · · Score: 2, Funny
      > I've got a pacemaker that runs Linux. Beat that.

      You know, that could really put the "panic" back in "kernel panic".

      /August.

      --
      "An object declared as type _Bool is large enough to store the values 0 and 1." -- 6.1.2.5, C99 standard.
  25. Repeater? by 1010011010 · · Score: 3, Insightful

    Could someone elaborate on the repeater functionality? Could I place unwired access points at regular distances, with only the one at the end wired to the regular network, and roam all down the chain with an 802.11b device (PDA for instance)?

    --
    Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
    1. Re:Repeater? by CBoy · · Score: 1

      I know the RG-1000 latest firmware doesn't let you do this (reference: BAWUG mailing list archives), and I assume the airport doesn't either. At least I can't get it to work, even making network name the same. I have no clue about this linux distribution can, but if it does, I'd flash it in a minute!!!

    2. Re:Repeater? by SPiKe · · Score: 1

      That sort of functionality seems to be reserved for the higher end access points, such as the Ap-1000.

    3. Re:Repeater? by praedor · · Score: 2

      What about a simple PC using WRP? Could a PC running wireless linux router act as a repeater?


      I am considering building a pentium/celeron diskless/headless PC exclusively for the purpose of acting as an access point. It would be VERY helpful if I could, instead, make it a simple repeater.

      --
      In Bushworld, they struggle to keep church and state separate in Iraq as they increasingly merge the two in America.
    4. Re:Repeater? by dwhedon · · Score: 3, Informative

      Exactly correct. The mesh formed between APs is an ethernet bridge. Stations associated with completely wireless APs (that is, no direct ethernet connection) will have their packets forwarded to the destination which may involve multiple wireless-wireless AP hops. The mesh is dynamic, APs can appear and disappear and stations can move between APs without loss of service.

      David Kimdon
      Instant802 Networks Inc.

    5. Re:Repeater? by 1010011010 · · Score: 2

      That. Is. So. Sweet.

      Thank you!

      --
      Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
    6. Re:Repeater? by Anonymous Coward · · Score: 0

      I had a problem with bad coverage. I studied different antennas etc. The solution to the problem was much simpler. I converted my old PowerBook to a relay station. Just allocate two IP addresses for
      the wavelan card and do masquerading between the two. So when I'm close to the
      real base station I use one IP number, but when I no longer can connect to the base station I change IP number -- now all my traffic is relayed with my old powerbook running Linux. Getting the relay capability is really only a couple of lines with IP tables.

  26. Re:802.11b ? DUH! by Anonymous Coward · · Score: 0

    YHTB.&nbsp DNPG.&nbsp DNCaHD.&nbsp YHL.&nbsp HAND.&nbsp

  27. You can build an AP on a PC: by burntfungus · · Score: 4, Informative

    You can build a Linux Access point on a PC or laptop, pehaps even a PDA:

    http://people.ssh.com/jkm/Prism2/

    Bridging software: http://bridge.sourceforge.net

    --
    http://wireless.pasadena.net
  28. Re:Can I use this to turn my old notebook into an by Bruce+Perens · · Score: 2
    Yes, if your wireless card is based on the Prism II chip (as many new cards are, but not your old ones).That's the only thing we have an AP driver for.

    Bruce

  29. Re:Can I use this to turn my old notebook into an by jalewis · · Score: 1

    Check the nocat site for the (Wireless router Project) WRP. I think that is what you are looking for.

    http://www.nocat.net

  30. Use serial port for modem backup? by Fencepost · · Score: 4, Interesting

    One of the features that I like about the MultiTech router/switch I have is that a modem can be hung off the serial port and used as a backup connection. What would it take to do the same with this, and is there a getty out there that would support operating both ways (i.e. use a modem for dialout, but if a terminal was connected instead then allow login).

    --
    fencepost
    just a little off
    1. Re:Use serial port for modem backup? by cmoss · · Score: 1

      I think mgetty/vgetty is standard for most linux distros. It supports sharing the serial port easily.

  31. Try an old Laptop by luiss · · Score: 3, Insightful

    Try getting hold of an old laptop. I got a 486 toshiba satelite for about $20, added two cheap PCMCIA ethernet cards, and loaded linux on it.

    No fans (I think), battery backup, and LCD screen, nice...

    There is a Linux on Laptops FAQ somewhere out there where you can check for compatability. Ebay is a good place to check for cheapo laptops. Just whatch out the the amount of RAM available. With no CD-ROM most of the old cheapo laptops can be a pain to get linux loaded, if your working from a distro whose imstall img can be over 8MB in size.

  32. MOD PARENT UP Re:firewall replacement by SPiKe · · Score: 1

    Yes, I was just about to say that.

    Remember kiddies, the network IS the computer, to the nth power, cuz I'mthedoindot.com.

    1. Re:MOD PARENT UP Re:firewall replacement by halxd2 · · Score: 1

      cuz I'mthedoindot.com

      That's great! My new tag line.

      --
      hal
  33. Re:Can I use this to turn my old notebook into an by burntfungus · · Score: 3, Informative

    Yes see: http://people.ssh.com/jkm/Prism2/

    Lots o links on this subject: http://wireless.pasadena.net/links.php

    --
    http://wireless.pasadena.net
  34. Re:Can I use this to turn my old notebook into an by mocm · · Score: 1

    I know this link and I have been using these drivers for a long time now (using it right now), but since November
    or so WEP doesn't work with the newer versions and the old versions have problems with clients connecting to the AP.
    It always takes 2-5 tries to get a connection to the AP. I guess, what I really wanted to ask is, if openap is better than this,
    or just built on this driver. Or maybe WEP is the problem?!

    --
    ***Quis custodiet ipsos custodes***
  35. Skip WEP by Anonymous Coward · · Score: 0

    Wep is absolutly worthless. Instead use ipsec on the ends.
    The bridging/routing/iptables works great.

  36. Why wireless? by pacc · · Score: 1

    The PCMCIA port could be used for anything, just ip-tables and a rudimentary web-server would be great on an embedded system.

    I turn off my linux firewall every night, but
    a small device checking it's heartbeat on the serial console could make it look like a 99.9999 system...

    1. Re:Why wireless? by pacc · · Score: 1

      Doh,

      High Availability Linux is the project that really could use a small device with dual NIC's and a serial console that forwards traffic to one of several servers (knowing which are alive and free).

      Changing the Wireless card to something else would make it useful for someone else, solid state web-server, bluetooth connecting point, digital camera printer server...

  37. base station / stereo component question by quasha · · Score: 1

    I want a cheap low power 80211.b / USB device with no fan noise to which I can hook up an external drive and the soundblaster extigy and run an mp3 player off it. Can I have that? Does this get me closer?

  38. Re:Can I use this to turn my old notebook into an by Anonymous Coward · · Score: 0

    >That's the only thing we have an AP driver for.
    Bruce, is that the royal we (linux) or is that the company?
    As in, is this your company?

  39. Re:Can I use this to turn my old notebook into an by kwj8fty1 · · Score: 1

    Here is a baseline image that should work on most notebooks:

    http://www.personaltelco.net/index.cgi/FujitsuStyl istic1000

    I've used this on two old notebooks, and it's work. It works great on the Stylistics, but it's not really required.

    Keep in mind that you can only use prism2 based cards if you want to run true BSS (infa) Mode. But other cards will support iBSS mode (adhoc).

  40. Spare me. by MrPerfekt · · Score: 1

    The "All your base" crap as the slogan is enough to make me never look at this software.

    --
    I just wasted your mod points! HA!
    1. Re:Spare me. by Anonymous Coward · · Score: 0

      I'm sure they'll miss your business. Now move along and shut up.

    2. Re:Spare me. by Anonymous Coward · · Score: 0

      EXCELLENT!
      I am off to put that on everything Open Source to chase away self worshiping idiots like you :-))

      what else do you hate so I can use that too!

  41. Linux on apple airports by Sir+Spank-o-tron · · Score: 1

    This guy got linux on his airport, only 2.2, but i'm sure it'd be no problem to upgrade to 2.4ness.

    http://www-hft.ee.tu-berlin.de/~strauman/airport /a irport.html

    pretty cool

    --
    -- Spankmeister General
  42. PCMCIA disks are cheap by leighklotz · · Score: 1

    If you don't want remote logging, try a PCMCIA hard disk. Softwareandstuff.com has 170MB drives for $25 -- I bought two.

  43. Re:AirPort good, it uses the lucent chipset by Splork · · Score: 2

    yes, the airport is still the nicest cheap 802.11b access point. it uses real 802.11b cards with the Lucent chipset (orinoco/wavelan) rather than the cheapo "Prism" chipset. That way you can use WEP encryption without any performance hit. [yes, wep is useful; it keeps the 95% of people who don't know how to run airsnort off of your network]

    airports are also some sort of amd 486 cpu with 8 or 16 megs of ram i believe. porting bsd or linux to them would be great.

  44. nocat by bshuler · · Score: 1

    So... we could load up nocat, config it for our users, then resale them to the community to build our community net.... how cool
    http://nocat.net/

  45. Well I'm the com in .com by gatesh8r · · Score: 1

    So there.

    --
    Karma whorin' since 1999
  46. Linux for the Airport by ekalb · · Score: 3, Informative

    There is a port of linux to the Apple Airport Base Station as well. However, it requires the use of a dhcp & tftp server, as well as the Java-based Airport admin tools.

  47. Re:AirPort good, it uses the lucent chipset by Anonymous Coward · · Score: 0

    it uses real 802.11b cards with the Lucent chipset (orinoco/wavelan) rather than the cheapo "Prism" chipset. (-1, Flamebait)

    What makes you think that the Agere/Orinoco/WaveLAN product is better than the Prism chipset? Intersil prides itself in the fact that they sell more chipsets than "that other company." Linux drivers seem to exist, and quite frankly I don't see a good reason to buy one or the other. The particularly nice thing about the Prism chipset is its available in MiniPCI and CF form factors.

  48. Re:Spread 'em by Anonymous Coward · · Score: 0

    I'll bet MLK at least knew the difference between rabble and rebel, you illiterate twit.

  49. Re:AirPort good, it uses the lucent chipset by Anonymous Coward · · Score: 0

    yes, its great for the CF form factor. its just doesn't perform well with WEP enabled (2mbit/sec max). otherwise its fine.

  50. When are they going to look at routers? by Anonymous Coward · · Score: 0

    This is neat and all but I'd really like to see this on a gateway/router. It'd be nice to have a personal SMTP server, DNS server, etc. running on my wireless gateway so I don't have to sit around with my thumb up my ass every time my ISP drops the ball. There are several services that require minimal resources that would be nice to see in a router.