According to me, the problem of the wireless on Samsung n210 seems to be caused because of the conflicts between the drivers in the system and Netbook Remix. After getting the proper drivers, start a terminal and type the following:
Code:
sudo apt-get install linux-headers-`uname -r` build-essential
The next step, after doing the extraction and all, type the code given below in a terminal:
The remaining contents will be filled after you press on the TAB key.
At last typing the code below will help you to start with the wireless network:
Code:
make
sudo su
make install
modprobe r8192e-pci
iwconfig
Bookmarks