Page 4 of 10

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala)

Posted: 16 Feb 2010, 11:25
by storms
I am also a Samsung Q45 user trying to install Samsung-Backlight without success.

I am having the same difficulty - being told that it cannot be installed.

I believe (for me at least) it is because the main packages for samsung-wireless and samsung-backlights are for all architectures, but they depend on secondary packages - which are in the repository, but only available for i386 and lpia architectures. There is no 64bit support it seems.

Any hope of 64bit support? Might it work if we force the architecture (probably not I assume given its kernel actions)?

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala)

Posted: 16 Feb 2010, 12:02
by voria
New 'samsung-backlight' package on the repository. Changelog:

Code: Select all

samsung-backlight (2.6.31-19~ppa4~loms~karmic) karmic; urgency=low

  * debian/control:
    - build package for 'amd64' architecture too.
;)

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala)

Posted: 16 Feb 2010, 12:07
by storms
You're amazing, many thanks!

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala)

Posted: 16 Feb 2010, 12:26
by monkeyflight
Cool, thanks man! That was quick!!

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala)

Posted: 16 Feb 2010, 12:30
by voria
I've enabled the amd64 architecture on 'mesa', 'udev', and 'samsung-wireless' packages too.

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala)

Posted: 19 Feb 2010, 12:25
by voria
New kernel and udev packages on the repository. Changelogs:

Code: Select all

linux (2.6.31-19.57~ppa5~loms~karmic) karmic; urgency=low
  ...
  * Fix FN keys release on following samsung models:
    N120, N130, N140, N150/N210/N220, N310, N510, Q310, X120.
  * Apply 'libata-ata_piix-clear-spurious-IRQ.patch' to fix the
    SATA freezing problem on Samsung N130/N140.
  * Apply 'linux-phc-0.4.0.patch'.

Code: Select all

udev (147~-6.2~ppa10~loms~karmic) karmic; urgency=low

  * Add Samsung N150/N210/N220 support to '95-keymap.rules'.

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala)

Posted: 22 Feb 2010, 11:54
by francesco
Hi,

first of all, thanks for your great work.
I'm using lucid lynx on a Q45 with 09ST bios, but i'm having some issues IRQ related that were not there with 13ST, so i'm willing to re-upgrade the bios. do you have any plan to support lucid lynx? or, better yet, do you have any instructions on how to build the relevant packages (mainly those regarding brightness and wireless fn keys) on lucid?

thanks!

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala)

Posted: 23 Feb 2010, 18:27
by voria
Yes, I will support lucid for sure, but at the moment I have not tried it yet, it's under an heavy development and things change/break too fast yet. :P
When will be the moment, I'll start to work on it.

Anyway, you can rebuild the packages for lucid easily (assuming that something new in the new kernel has not broken the compatibility, in which case more work would be required):
- Get the sources for karmic from the repository and extract them.
- Open the 'debian/changelog' file and add a new entry on the top, for the kernel version you are going to build for. For instance, if you are going to rebuild 'samsung-blacklight', add a new entry like this:

Code: Select all

samsung-backlight (2.6.32-12~ppa1~loms~karmic) lucid; urgency=low

   * Package adapted to lucid

 -- Full Signature
- Use the command 'fakeroot debian/rules clean' from inside the sources' directory, to clean and update them.
- Use the command 'dpkg-buildpackage' to build the new package.
If the process stops and complains about missing required packages, install them and retry.
If everything goes well, you'll have the .deb files ready to be installed.

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala

Posted: 17 Mar 2010, 18:43
by Mimic47
Hi,

At first, thanks a lot for the work you're doing!

Got my new N220 today, removed crappy win 7 starter and installed clean karmic desktop.
I did exactly what you wrote in your first post, but now I have a strange, somehow odd problem ;-)

When I enter the commands provided by samsung-scripts manually in the console, everything works as expected, but as soon as I hit Fn + key it seems like it runs the script dozens of time, cpu load goes up to 100%. Checked the running processes an discovered dozens "sh" with status "zombie". This also occur when i try to change brightness with Fn + UP/DOWN, resulting in a funny flickering of the bar showing the actual brightness :-)

I hope I did not miss another thread discussing this ;-)

greetings,
Mimic47

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala

Posted: 17 Mar 2010, 19:14
by voria
Hi and welcome to the forum. :)

You are experiencing a common problem when using the default kernel shipped with ubuntu karmic, with which FN keys get stuck when used, like if you were keeping them pressed permanently.
The problem is fixed in the custom kernel available on my repository, so all you have to do is to update your system:

Code: Select all

sudo apt-get update && sudo apt-get upgrade
In any other problem/question, don't hesitate to ask. ;)

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala

Posted: 17 Mar 2010, 20:00
by Mimic47
Wow, thanks, did that before, at least i think so, but he did something and after reboot it worked.

Thanks Again

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala

Posted: 18 Mar 2010, 17:10
by endless
Still no lucid package for the backlight support? I am waiting for this to upgrade. Is the kernel not yet frozen perhaps?

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala

Posted: 18 Mar 2010, 18:16
by voria
No, it's just me, I have yet to find the time to install lucid. :(

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala

Posted: 18 Mar 2010, 21:23
by endless
I'll be patient then ;)

Re: HOWTO: Use the repository on K/Ubuntu 9.10 (Karmic Koala

Posted: 20 Mar 2010, 13:55
by voria
First package for Ubuntu Lucid is on the repository now, 'easy-slow-down-manager'. :)
It contains both the 'easy-slow-down-manager' kernel module (needed by 'Samsung Tools' when it will be released) and 'samsung-backlight' module.