What's new

Closed Linux/Ubuntu on Samsung n220?

Status
Not open for further replies.

natalies

Enthusiast
Joined
Jun 12, 2013
Posts
3
Reaction
0
Points
63
Age
30
Hi guys, Im new to this site and im getting a lot of useful information from here. Good work by the way to the admin and the contributors. Im just wondering if anyone here is experienced in using a linux distribution (preferably linux mint of ubuntu) that would work perfectly with my unit here (samsung n220). I tried installing the latest versions of these OS but there seems to be a problem with drivers or glitches (e.g freezing mouse, flickering lcd, backlight problem). The best OS for linux that i had installed for my unit was "ubuntu 10.04 lucid lynx netbook remix" but this version is not supported anymore. Im currently using windows xp since it is "snappier" than win7 and win8 is out of question since my resolution is small. Thanks for your help and may you be blessed :)
 
wrong section :rules: basa basa din pag my time :pompous:

New Members Corner : The place for new members to introduce themselves and tell us a bit about them. Be sure to read first our Forum Rules first.
 
Ubuntu on a Samsung N210

I have Ubuntu 10.04 working on a Samsung N210, running Thunderbird, Firefox as well as all my Java development systems. It may not be a fast machine but it's very convenient. The process is now easy, easier than some older material (for 9.10 and very early 10.04) on the web might suggest.



When first turned on, the machine installed Windows 7 starter. I let this finish even though I didn't want it so I could install Ubuntu 10.04 along side Windows in case it didn't work. Once I was happy it would work, I repartitioned the disk (with gparted) to create a single partition, deleting Windows and the restore partition, then reinstalled.

First, build a USB drive with the install on. To get the machine to boot fro this I had to:

  • As the machine boots, keep F2 pressed to go into the BIOS.
  • Make sure the machine will boot from a USB pendrive.
  • Reboot with USB and install Ubuntu Netbook Remix
You have to press F2 very early to get into the BIOS configuration screens. The boot through the BIOS is very fast so don't wait for machine to put the Samsung flash screen up.

You can reset the BIOS to not boot from USB if you want to at this stage, or later.

At this point the wireless does not work. Don't panic; plug in an Ethernet cable and update the system.

sudo apt-get update
sudo apt-get upgrade
sudo reboot

and now the wireless works. There's quite a lot of advice on the web about this but it now seems that there is no need for any custom software - looks like the main Ubuntu repositories have a working version of the system.

To get the function keys working I followed the advice in You do not have permission to view the full content of this post. Log in or register now..

The missing function keys are due to the fact that Samsung N150/N210/N220 are missing from the udev rules:

/lib/udev/rules.d/95-keymap.rules
/lib/udev/rules.d/95-keyboard-force-release.rules

adding "|N150/N210/N220" to the product part of the rules for Samsung in BOTH files, will enable the Fn-up and Fn-down keys. The new product section will look like:

ENV{DMI_VENDOR}=="[sS][aA][mM][sS][uU][nN][gG]", ATTR{[dmi/id]product_name}=="*NC10|NC20|N130|SP55S|SQ45S70S|SX60P|SX22S|SX30S|R59P/R60P/R61P|SR70S/SR71S|Q210|Q310|X05|P560|R560|N150/N210/N220"

Now, you can map these keys to any program setting the backlight

and then install some Samsung tools - you need to add the repository to the package manager which you can do graphically or as:

sudo add-apt-repository ppa:voria/ppa
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install samsung-tools samsung-backlight
sudo reboot
at which point the N210 works a treat.

Now - remove all the Windows stickers on the machine, front and back.

If you are looking for software to try, You do not have permission to view the full content of this post. Log in or register now. is a good place to start.


More info / Source: http://seaborne.phc.onl/#forbidden#/2010/07/ubuntu-on-samsung-n210.html​
 
Hi,
i installed Kali Linux on my phone. and it was success but,, when i try to connect to VNC... it doesnt work, can u help me.. to fixed it?
 
Dear natalies,

Since 2 years have passed since the last reply in this thread, I am locking it to prevent necroposting. Feel free to start a new thread or contact any forum staff if you want this to be reopened.

Thread closed.
 
Status
Not open for further replies.

Similar threads

Back
Top