Ubuntu 14.04
Ubuntu 14.04
Will there be a PPA vor Ubuntu 14.04?
I would love to see samsung-tools and samsung-backlight for Trusty Tahr.
Now I can't control the fan and the FN keys for the backlight are not working.
Thx
I would love to see samsung-tools and samsung-backlight for Trusty Tahr.
Now I can't control the fan and the FN keys for the backlight are not working.
Thx
Re: Ubuntu 14.04
Found some kind of "Workaround" at least for my Samsung R519 with Intel Graphics.
- To get the background light working edit /etc/default/grub and change the line .
- To see Temperatures (but not with the FN-keys -.-) i use Psensors http://wpitchoune.net/blog/psensor/ for a Indicator in the tray. It's possible to set a temperature when you want to get a warning.
- Get the fan to slow down when necessary, install TLP on laptops.
- To get the background light working edit /etc/default/grub
Code: Select all
sudo nano /etc/default/grub
toGRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
, thenGRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor"
Code: Select all
sudo update-grub
- To see Temperatures (but not with the FN-keys -.-) i use Psensors http://wpitchoune.net/blog/psensor/ for a Indicator in the tray. It's possible to set a temperature when you want to get a warning.
- Get the fan to slow down when necessary, install TLP on laptops.
Code: Select all
sudo add-apt-repository ppa:linrunner/tlp
sudo apt-get update
sudo apt-get install tlp tlp-rdw
-
- Newbie
- Posts: 7
- Joined: 13 Aug 2012, 10:46
Re: Ubuntu 14.04
It is about on switches on/off Wifi, bt, cam. and regulation of cooler for me
Re: Ubuntu 14.04
Ah okay.Honza Bouma wrote:It is about on switches on/off Wifi, bt, cam. and regulation of cooler for me
Switching Wifi on and off with FN keys does not work for me either, but I can turn it on/off in the network manager of ubuntu.
Don't have BT and Cam so no idea how to deal with it.
For regualtion of the fan/cooler I would recommend you TLP at least until there is a samsung-tools for 14.04.
You can't control the fan with it but it does a really good job controling it itself. My Laptop is now much more quiet and the temperature is much lower too. Nice side effect ist saving power and having it last longer in battery operation.
Like I said, it is only some kind of "workaround". At least now most of the stuff works but I still would love to see samsung-tools for 14.04. Now I don't need samsung-background because it works when you edit /etc/default/grub.
Re: Ubuntu 14.04
Sorry guys, I will push samsung-tools for ubuntu 14.04 on the repository as soon as possible, right now I don't have access to my ubuntu machine.
In the meanwhile, you can grab the latest version of samsung-tools for ubuntu 13.10 from the repository and install it manually, it should work without problems.
In the meanwhile, you can grab the latest version of samsung-tools for ubuntu 13.10 from the repository and install it manually, it should work without problems.
Re: Ubuntu 14.04
I've pushed the new version of Samsung Tools on the repository for Ubuntu 14.04, it will be available in the next few hours.
The instructions to use il repository are always the same: http://www.voria.org/forum/viewtopic.php?f=3&t=1091
The instructions to use il repository are always the same: http://www.voria.org/forum/viewtopic.php?f=3&t=1091
Re: Ubuntu 14.04
Ive installed it but it gives "Unable to start a DBus daemon!". Any fix for that?
-
- Newbie
- Posts: 7
- Joined: 13 Aug 2012, 10:46
Re: Ubuntu 14.04
Good news..but I have a problem...I can't control a fan by Fn+F11. And if I switch off bluetooth and Wifi, system tell me all sucsesfully off, but the LED is still lights. When I opend the Samsung chnfiguration tool, go to 2nd tab "system process" (I don't know ariginal English name, I have it in Czech lang) I have empty line in "Control platform" In czech is Ovládací Rozhraní" In previous version for Ubu 12.04 I have seen "samsung-laptop" not empty and all worked well.
I have Samsung NP350U2B, could you fix it, please?
I have Samsung NP350U2B, could you fix it, please?
-
- Newbie
- Posts: 7
- Joined: 13 Aug 2012, 10:46
Re: Ubuntu 14.04
I want take it back...I had installed ubuntu in EFI mode...when I installed in classic BIOS mode, the FAN control and LED ARE OK...But..when i set wifi to off in Samsung tools settings, after restart wifi go to off and in a few seconds to on..why? THX
Re: Ubuntu 14.04
On N230 Ubuntu 14.04 :
samsung-tools do the job (waiting for cpu undervolting )
backlight : had to add cpi_backlight=vendor, now working like a charm
still missing :
volume control
problems :
resume from sleep.
Thanks a lot for your work !!!
[UPDATE]
just updated the system (apt-get update && apt-get upgrade && apt-get autoremove), removed gnome-power-save something now the function key + light not work, applet to set the backlight works
samsung-tools do the job (waiting for cpu undervolting )
backlight : had to add cpi_backlight=vendor, now working like a charm
still missing :
volume control
problems :
resume from sleep.
Thanks a lot for your work !!!
[UPDATE]
just updated the system (apt-get update && apt-get upgrade && apt-get autoremove), removed gnome-power-save something now the function key + light not work, applet to set the backlight works
Re: Ubuntu 14.04
ferrema wrote:On N230 Ubuntu 14.04 :
still missing :
volume control
[UPDATE]
just updated the system (apt-get update && apt-get upgrade && apt-get autoremove), removed gnome-power-save something now the function key + light not work, applet to set the backlight works
just restarted the system (needed to check some workaround on the lid/suspend bug) ... now the VOLUME WORKS and I swear to God I didn't touch the configuration of anything but the power managent of the monitor between the previous edit and this .
-
- Newbie
- Posts: 1
- Joined: 04 Nov 2014, 21:20
Re: Ubuntu 14.04
Hi, I have installed samsung backlight in 12.04 in my NC110 a few years ago and it worked perfectly. When I tried to upgade to 14.04 I couldn't make it work so I reinstalled 12.04 and upgraded to 14.04 from there. I worked at first but with the update to 3.13.0-39-generic kernel it stopped working. I download the tar.gz from https://launchpad.net/~voria/+archive/u ... tal.tar.gz and I tried to do a simple but it didn't work :/
I have this result:
#source tree
install -d "/usr/src"
cp -a - /usr/src
cp: no se puede efectuar `stat' sobre «-»: No existe el archivo o el directorio
make: *** [install] Error 1
Aproximate translation of 4th line: cp: it can't make `stat' over «-»: File or directory doesn't exist
Can anyone give me a hando with this? Thank you!
Code: Select all
sudo make install
I have this result:
#source tree
install -d "/usr/src"
cp -a - /usr/src
cp: no se puede efectuar `stat' sobre «-»: No existe el archivo o el directorio
make: *** [install] Error 1
Aproximate translation of 4th line: cp: it can't make `stat' over «-»: File or directory doesn't exist
Can anyone give me a hando with this? Thank you!
-
- Newbie
- Posts: 1
- Joined: 24 Dec 2015, 11:24
Re: Ubuntu 14.04
Just to note that my Samsung NP-P510 and Ubuntu 14.04 LTS needs the same update for backlight.FTtk wrote:Found some kind of "Workaround" at least for my Samsung R519 with Intel Graphics.
- To get the background light working edit /etc/default/gruband change the lineCode: Select all
sudo nano /etc/default/grub
toGRUB_CMDLINE_LINUX_DEFAULT="quiet splash", thenGRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor".Code: Select all
sudo update-grub
thanks for your info here
Wolfgang R.