Embedded Motion Control 2012/FAQ: Difference between revisions
Jump to navigation
Jump to search
(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…') |
No edit summary |
||
Line 3: | Line 3: | ||
=== I installed Ubuntu, but my wireless internet is not working. === | === 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 [http://wireless.kernel.org/en/users/Download here]. This page also contains detailed info on how to install the drivers. This basically boils down to: | You're wireless card is not supported by Ubuntu 10.04. One possible fix is to download the latest wireless drivers [http://wireless.kernel.org/en/users/Download here], see ''Where to download bleeding edge''. This page also contains detailed info on how to install the drivers. This basically boils down to: | ||
# Extract the tar ball into a folder | # Extract the tar ball into a folder | ||
# Open a terminal, and ''cd'' to the directory | # Open a terminal, and ''cd'' to the directory |
Revision as of 12:40, 7 May 2012
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, see Where to download bleeding edge. This page also contains detailed info on how to install the drivers. This basically boils down to:
- Extract the tar ball into a folder
- Open a terminal, and cd to the directory
- Compile the driver against the kernel:
make
This may take a while. - Install the driver:
sudo make install
- 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.