The design of this site is being fiddled with. Any strange sights and sounds are to be welcomed, not feared.

Samsung Q210 + Ubuntu Intrepid Ibex + wifi

Update: With the release of Ubuntu Jaunty Jackalope the wifi on a Samsung Q210 works right out of the box. Upgrade now!

I couldn’t go any longer without my own computer, so after a few days intensive research I’ve gone and splunged down the money for a Samsung Q210 ultraportable.

Naturally, the first thing I did after pulling faces at the pre-installed Vista was to install the latest Ubuntu Intrepid Ibex release. As always with Ubuntu things went swimmingly – booted from a USB key image and Ubuntu was installed.

However, getting wifi working (using FOSS and not ndiswrapper ::spit:: ) took a bit of figuring out, but is actually quite simple.

Step 1: Disable native drivers

Goto System => Administration => Hardware Drivers and deactivate the “Support for Atheros 802.11.wireless LAN cards” option.

Step 2: Install prerequisites

  • sudo apt-get update
  • sudo apt-get install build-essential
  • sudo apt-get install subversion

Step 3: Download MadWifi drivers via svn

There is a patched version of MadWifi that enables support for the Q210s wireless card, the Atheros AR242x.

  • cd /usr/src
  • sudo svn checkout http://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6 madwifi-hal-0.20.5.6

This may be updated in the future, so keep an eye on this thread to see how things progress.

Step 4: Install

  • cd madwifi-hal-0.10.5.6
  • sudo make
  • sudo make install
  • sudo modprobe ath_pci

Finally,tell Ubuntu to load the appropriate module at boot:

  • sudo gedit /etc/modules

and add this to the end of the file:

  • ath_pci

You should now be able to reboot and see your locla wireless networks in Network Manager!

3 Responses to “Samsung Q210 + Ubuntu Intrepid Ibex + wifi”

  1. [mad]Berry Says:

    If all else fails for Intrepid try this:

    http://madberry.org/2008/11/how-to-get-atheros-ar242x-to-work-on-810-intrepid-ibex/

    Thanks,
    [mad]Berry

  2. Mike Says:

    I get to stage 4 and this is what I get:
    Checked out revision 3901.
    michael@michael-laptop:/usr/src$ cd madwifi-hal-0.10.5.6
    bash: cd: madwifi-hal-0.10.5.6: No such file or directory
    michael@michael-laptop:/usr/src$

    What am I doing wrong?

    Thanks

  3. SonniesEdge Says:

    Have you done a directory listing to see if anything downloaded?

Leave a Reply