Discussions about Linux installation and configuration on Samsung laptops
-
voria
- Administrator

- Posts: 1383
- Joined: 12/02/2009, 18:08
- Location: Italy
-
Contact:
Post
by voria » 29/10/2009, 11:20
- Repository URL: https://launchpad.net/~voria/+archive/ppa
- Instructions:
- Add the repository to the sources list and enable it
Open a terminal and use the following command:
Code: Select all
sudo add-apt-repository ppa:voria/ppa
- Perform a complete system update
From the terminal, use the following command in order to update all the packages at the latest versions:
Code: Select all
sudo apt-get update && sudo apt-get upgrade
- Install the important packages
Use your favourite package manager to install the following packages:
- samsung-backlight
Enable the screen backlight support for notebooks/netbooks that don't have a proper support (mostly with Intel video cards).
On Samsung NC10 it's not needed if you are using BIOS 11CA.
- nvidia-bl-dkms (only for K/Ubuntu 10.04 - Lucid Lynx)
Enable the screen backlight support for notebooks/netbooks shipped with nvidia video cards.
After the installation, open the file '/etc/modules' in a text editor and add the line nvidia_bl.
- samsung-wireless
Enable the wireless card, on netbooks shipped with a Realtek card.
- samsung-scripts (only for K/Ubuntu 9.10 - Karmic Koala)
Enable the FN keys (more info and instructions on how to enable and use them here).
- samsung-tools (only for K/Ubuntu 10.04 - Lucid Lynx)
Enable full control and configuration of all devices (bluetooth, webcam, wireless, CPU fan, FN keys).
- Reboot the system to have all changes applied.
- Have fun!

NOTE FOR KARMIC TO LUCID UPGRADE:
If you have previously installed the packages 'samsung-backlight' and 'easy-slow-down-manager' in karmic, you need to reinstall them in lucid, or else they will not work. Remove the old ones:
Code: Select all
sudo apt-get purge samsung-backlight-* easy-slow-down-manager-*
and install the new versions:
Code: Select all
sudo apt-get install samsung-backlight easy-slow-down-manager
Also, remove the old 'samsung-scripts' package if it's still installed, in order to avoid conflicts with the new 'samsung-tools'.
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
-
voria
- Administrator

- Posts: 1383
- Joined: 12/02/2009, 18:08
- Location: Italy
-
Contact:
Post
by voria » 31/10/2009, 12:36
A little note for the Ubuntu users who are considering to upgrade to karmic and need VGA output: it does not work well yet. When trying to switch monitors, image freezes on both the internal and external screens. I will investigate the problem.
Instead, on Kubuntu everything works perfectly, by using the 'krandrtray' utility.
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
-
voria
- Administrator

- Posts: 1383
- Joined: 12/02/2009, 18:08
- Location: Italy
-
Contact:
Post
by voria » 01/11/2009, 11:04
After some tests, it seems the screens' freeze only happens when compiz in enabled.
So, a simple workaround for now is to disable it when VGA output is needed, and everything will work perfectly.
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
-
voria
- Administrator

- Posts: 1383
- Joined: 12/02/2009, 18:08
- Location: Italy
-
Contact:
Post
by voria » 04/11/2009, 20:12
Yes, I'm following it, hoping in a fast solution.

Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
-
Nemorox
- Newbie

- Posts: 4
- Joined: 12/11/2009, 10:47
Post
by Nemorox » 12/11/2009, 10:57
Hello,
First of all thank you very much for the great job you are doing for Ubuntu and NC10
I install NC-10 Backlight but i still can't change the brightness using Fn+arrow up/down.
I'm using Ubuntu Karmic 9.10 on Samsung NC10. I have Bios 04CA.
I am afraid to update Bios. I read the How too and did not understand it
Therefore I prefer the solution with your NC-10 Backlight.
Any Idea to fix the problem ?
-
voria
- Administrator

- Posts: 1383
- Joined: 12/02/2009, 18:08
- Location: Italy
-
Contact:
Post
by voria » 12/11/2009, 11:34
What kernel are you using?
The current nc10-backlight is for kernel 2.6.31-14 available on main ubuntu repos. Proposed repos have the new 2.6.31-15, but I don't provide updates for proposed packages anymore.
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
-
Nemorox
- Newbie

- Posts: 4
- Joined: 12/11/2009, 10:47
Post
by Nemorox » 12/11/2009, 12:07
Right
I don't know how it happened but I have the Kernel 2.6.31-15
I re-start my NC10 and choosed 2.6.31-14 in the Grub and the Brightness adjustment worked fine!
I tried to get rid off 2.6.31-15 using Synaptic to delete it. But when I restart the computer it logged in using it again ?
How can I suppress this 2.6.31-15 ?
Last edited by
Nemorox on 12/11/2009, 13:26, edited 1 time in total.
-
voria
- Administrator

- Posts: 1383
- Joined: 12/02/2009, 18:08
- Location: Italy
-
Contact:
Post
by voria » 12/11/2009, 13:24
To disable proposed updates, go to 'System'->'Administration'->'Software Sources', then in 'Updates' tab and disable 'karmic-proposed'.
To remove the 2.6.31-15 kernel, open the package manager, search for '2.6.31-15' and remove any package found.
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
-
Nemorox
- Newbie

- Posts: 4
- Joined: 12/11/2009, 10:47
Post
by Nemorox » 12/11/2009, 13:32
It worked
Thanks !!
-
w00dy
- Newbie

- Posts: 2
- Joined: 29/11/2009, 23:02
Post
by w00dy » 29/11/2009, 23:06
hi,
first, thanks for this wonderful scripts...but i have one problem.
i add the source like your manual above, but i`m getting the following error message:
W: GPG error:
http://ppa.launchpad.net karmic Release: The following signatures were invalid: BADSIG 36960FC31E5F36F0 Launchpad PPA for Fortunato Ventre
what is wrong??? what can i do?
thx for hlp. greetings from germany.
-
voria
- Administrator

- Posts: 1383
- Joined: 12/02/2009, 18:08
- Location: Italy
-
Contact:
Post
by voria » 30/11/2009, 0:04
Install the GPG key with the command
Code: Select all
sudo apt-get install --allow-unauthenticated voria-ppa-keyring
then reload the sources list
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
-
w00dy
- Newbie

- Posts: 2
- Joined: 29/11/2009, 23:02
Post
by w00dy » 30/11/2009, 0:15
hey,
after executing
Code: Select all
sudo apt-get install --allow-unauthenticated voria-ppa-keyring
i got this message:
voria-ppa-keyring is the newest version.
and after
sudo apt-get update
is still got

-
voria
- Administrator

- Posts: 1383
- Joined: 12/02/2009, 18:08
- Location: Italy
-
Contact:
Post
by voria » 30/11/2009, 0:21
Mmm, that's really odd.
Maybe something went wrong during GPG key installation?
Please try to reinstall it with this command:
Code: Select all
sudo apt-get install --reinstall --allow-unauthenticated voria-ppa-keyring
If everything goes well you'll see an 'OK' at the end of the command's output.
Then, reload the sources list with
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
-
mintlars
- Newbie

- Posts: 3
- Joined: 19/12/2009, 17:35
Post
by mintlars » 19/12/2009, 17:46
Great! You're repo rock. About the backlight though, I can change the backlight now with the nc10-backlight package, but it don't have as many steps as before. It doesn't go really dark, like it used to do in jaunty, when brightness is set at the bottom. Is it suppose to be like that or is something wrong?