Airport Extreme on Ubuntu - Howto

I’m currently surfing with Airport Extreme on my Powerbook, running Ubuntu. This is how I got it to work on Ubuntu Dapper (Flight CD 3) - please don’t just cut and paste, try to understand it and convert it to your system:

  • wget http://ftp.debian.org/debian/pool/contrib/ (new line) b/bcm43xx-fwcutter/bcm43xx-fwcutter:20060108-3_powerpc.deb
  • sudo dpkg -i bcm43xx-fwcutter_20060108-3_powerpc.deb
  • sudo mkdir /media/OSX
  • sudo mount -t hfsplus /dev/hda5 /media/OSX/
  • sudo cp /media/OSX/System/Library/Extensions/ (new line) AppleAirport2.kext/Contents/MacOS/AppleAirPort2 ./
  • bcm43xx-fwcutter AppleAirPort2
  • sudo cp bcm* /lib/firmware/
  • sudo ifconfig eth1 down
  • sudo ifconfig eth0 up
  • sudo iwconfig eth0 channel 6
  • sudo iwconfig eth0 rate 11M
  • sudo iwconfig eth0 essid Vintergatan
  • sudo iwconfig eth0 key s:MySecretWepKey
  • sudo route add default gw 192.168.0.1

Comments: Remove ” (new line) “, they are there as breakers so I don’t get too long lines. “MySecretWepKey” needs the “s:”-prefix if it is an ASCII key, remove it if the key is in HEX. “Vintergatan” is the name of my wireless network. I dualboot with OS X on /dev/hda5, but from what I have heard, you could also download the Apple Airport2-module from Apple.com. (Update 2006-02-13: Download from Apple and unpack it with pax.) Oh, and if you wanna surf, make sure you have added a working DNS to /etc/resolv.conf.

Please understand that those instructions helped me, but won’t necessary help you. I take no responsibility whatsoever for any harm or damage this may cause to you, your computer or anything else.

Good luck!

2 svar på “Airport Extreme on Ubuntu - Howto”

  1. emanuele donetti Says:

    Hej Par!
    my machine: PB12″ 1.5GH - GEFORCE GO 5200 - DAPPER 6.04 flight5 updated on line - Airport Extreme fungerar inte - dual monitor doesn’t work as well
    I used bcm43xx-fwcutter_20060108-6build1_powerpc.deb
    AIRPORT—>
    lele@ubuntulele:~$ sudo mount -t hfsplus /dev/hda3 /media/MacOS/
    Password:
    lele@ubuntulele:~$ sudo cp /media/MacOS/System/Library/Extensions/AppleAirport2.kext/Contents/MacOS/AppleAirPort2 ./
    lele@ubuntulele:~$ bcm43xx-fwcutter AppleAirPort2
    Sorry, the input file is either wrong or not supported by fwcutter.
    I can’t find the MD5sum 2ba0c4de95344b00f2c7efad917490f5 :(
    lele@ubuntulele:~$

    The file AppleAirPort2 is a FOOT (input file is not supported?)

    Dual monitor? some hope for GEFORCE?

    Thanks
    lele
    from Massa Carrara-Italy

  2. Pär Says:

    Hi!

    Apparently some versions of AppleAirport2 doesn’t work to extract. Apple has another version on their site, download that one and try to follow the instructions on using PAX.

    I know it worked for another reader of mine. Good luck!

    About the Geforce, I’m sorry. It’s ati in my powerbook, and I don’t know anything about the nvidia drivers. I haven’t had the need to use dual monitors either…