Search found 1383 matches

by voria
15 Jul 2013, 12:33
Forum: Linux On My Samsung
Topic: SamsungTools — FORKED
Replies: 10
Views: 38931

Re: SamsungTools — FORKED

Hello voRia! I just cleaned code. In your code, CPU doing excess operation. Python accepts 0/1 as bool code, why don't use this? For the sake of clarity. voRia, I just wanted to draw your attention to this post. I tried many times to contact some developers of some python projects. They just ignore...
by voria
15 Jul 2013, 12:13
Forum: Linux On My Samsung
Topic: SamsungTools — FORKED
Replies: 10
Views: 38931

Re: SamsungTools — FORKED

Why did you report this thread as spam?
by voria
15 Jul 2013, 12:06
Forum: Linux On My Samsung
Topic: SamsungTools — FORKED
Replies: 10
Views: 38931

Re: SamsungTools — FORKED

Hi, first of all, thanks for your interest in "Samsung Tools" project, which is rather slack at the moment (along with the whole project "Linux On My Samsung"). The main reason is that I've lost interest, I'm starting to dislike Samsung products, and it just does not feel right t...
by voria
18 May 2013, 19:21
Forum: Linux On My Samsung
Topic: HOWTO: Use the repository on *buntu 12.04 LTS and above
Replies: 33
Views: 415419

Re: HOWTO: Use the repository on *buntu 12.04 LTS

Go to the repository page (link is above, in the header of this forum), click on "view package details", download the .deb file you need and install it on your system with a double click on it.
by voria
28 Apr 2013, 15:18
Forum: Linux On My Samsung
Topic: HOWTO: Use the repository on *buntu 12.04 LTS and above
Replies: 33
Views: 415419

Re: HOWTO: Use the repository on *buntu 12.04 LTS

Samsung Tools is on the repository for Ubuntu 13.04 now. Note: 'easy-slow-down-manager' and 'samsung-backlight' packages are not available for Ubuntu 13.04, because I don't really know if the problem with new UEFI devices [1] has been fixed. Better safe than sorry. If you really need them, you can m...
by voria
28 Apr 2013, 15:10
Forum: Linux On My Samsung
Topic: Samsung tools for Raring Ringtal 13.04
Replies: 6
Views: 14101

Re: Samsung tools for Raring Ringtal 13.04

I've just uploaded Samsung Tools for Ubuntu 13.04 on the repository, should be available in the next few hours.

There are no changes anyway, it's the same version as Ubuntu 12.10.
by voria
30 Jan 2013, 16:01
Forum: Linux On My Samsung
Topic: WARNING! Caution needed with new UEFI devices!
Replies: 8
Views: 186442

WARNING! Caution needed with new UEFI devices!

I've been informed that the latest devices from Samsung using UEFI mode can be permanently bricked if Ubuntu, and probably other distros too, is installed without taking some precautions. Here is a transcription of the email I've received from an user (thank you!): There has been a long thread on La...
by voria
09 Jan 2013, 13:18
Forum: Linux On My Samsung
Topic: HOWTO: Use the repository on *buntu 12.04 LTS and above
Replies: 33
Views: 415419

Re: HOWTO: Use the repository on *buntu 12.04 LTS

'samsung-laptop' is not available and is not needed on ubuntu 12.10, the version shipped with the official ubuntu kernel is working now.
by voria
10 Oct 2012, 15:23
Forum: Linux On My Samsung
Topic: Do you plane to add quantal support to your PPA?
Replies: 6
Views: 13021

Re: Do you plane to add quantal support to your PPA?

I have yet to install quantal on my working box, I'll do it as soon as I can. Anyway, I think there is no more need for my custom packages, everything should work just fine out of the box. I think (I hope) the samsung-laptop module shipped with quantal kernel is in good shape now. Probably the only ...
by voria
02 Aug 2012, 21:18
Forum: Linux On My Samsung
Topic: How to 'grep' Samsung Tools on the command line?
Replies: 3
Views: 6804

Re: How to 'grep' Samsung Tools on the command line?

Well, I have no plans for a new release at the moment.

If you need the fix quickly, you can just apply it to your installed Samsung Tools.
Edit the file '/usr/bin/samsung-tools' and add the 3 new lines of code as shown in the bzr commit (link).
by voria
02 Aug 2012, 16:51
Forum: Linux On My Samsung
Topic: How to 'grep' Samsung Tools on the command line?
Replies: 3
Views: 6804

Re: How to 'grep' Samsung Tools on the command line?

You found a bug. :P

I've just fixed it in the bzr branch (link).
by voria
30 Apr 2012, 09:48
Forum: Linux On My Samsung
Topic: install it on openSUSE
Replies: 4
Views: 9803

Re: install it on openSUSE

I don't know if samsung-tools has been packaged as rpm for opensuse, anyway you can install it manually from the sources. Grab them from here , extract them and use the command "make install" (as root) to install it. Also, read the included README file and make sure all the dependencies ar...
by voria
30 Apr 2012, 09:39
Forum: Linux On My Samsung
Topic: Ubuntu 12.04 - precise - N510 wireless driver
Replies: 4
Views: 7473

Re: Ubuntu 12.04 - precise - N510 wireless driver

The driver for 11.10 does not work on 12.04, and on the realtek website there is no trace of updated sources.
Have you tried the driver "r8192e_pci" shipped with the kernel?

Use the command:

Code: Select all

sudo modprobe r8192e_pci
and check if it works.