Embedded Motion Control 2012/FAQ

From Control Systems Technology Group
Revision as of 13:39, 7 May 2012 by SDries (talk | contribs) (Created page with '== Ubuntu == === I installed Ubuntu, but my wireless internet is not working. === You're wireless card is not supported by Ubuntu 10.04. One possible fix is to download the lat…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Ubuntu

I installed Ubuntu, but my wireless internet is not working.

You're wireless card is not supported by Ubuntu 10.04. One possible fix is to download the latest wireless drivers here. This page also contains detailed info on how to install the drivers. This basically boils down to:

  1. Downloading the latest driver. Direct link.
  2. Extract the tar ball into a folder
  3. Open a terminal, and cd to the directory
  4. Compile the driver against the kernel:
    make
    This may take a while.
  5. Install the driver:
    sudo make install
  6. After a reboot, your wireless should be working.

Note: Since you build the driver against the kernel, you need to rebuild it after every kernel update, i.e., you have to again do the compilation and installation step described above.