[NC10] Kernel 2.6.31

Discussions about Linux installation and configuration on Samsung laptops
Post Reply
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

[NC10] Kernel 2.6.31

Post by voria »

There is a new kernel on the repository, version 2.6.31-6 (based on upstream 2.6.31-rc6), taken from karmic and recompiled for jaunty.
It fixes some issues with the intel driver, which works better now.
You can install it with one of the following commands (depending on your architecture, generic is for i386):

Code: Select all

sudo apt-get install linux-image-2.6.31-6-generic
or

Code: Select all

sudo apt-get install linux-image-2.6.31-6-lpia
Alternatively, you can install the package 'nc10-kernel', which depends always on the latest available kernel and its headers files.
This way you will get automatic updates for any new kernel I will add on the repository.

The packages 'alsa-modules' and 'linux-backports-modules' have been removed. They are no more required, because all the changes I used to apply to them (better support for NC10's sound card and rfkill support for wireless card) have been merged in the official kernel development tree and they are shipped in the main kernel package ('linux-image').

Comments and feedbacks are really welcome.
Last edited by voria on 26 Aug 2009, 11:31, edited 1 time in total.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
mysza-j
Newbie
Newbie
Posts: 2
Joined: 28 May 2009, 19:15

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by mysza-j »

voRia, can you add kernel headers to repository? Headers may be userful for somebody

Sorry for my bad english. :)
Last edited by mysza-j on 28 May 2009, 19:22, edited 1 time in total.
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by voria »

The kernel headers are available as 'linux-headers-2.6.30-7-generic' or 'linux-headers-2.6.30-7-lpia'.

There is a new 'nc10-kernel' version on the repository, which automatically installs headers too.
Last edited by voria on 28 May 2009, 19:58, edited 1 time in total.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
mysza-j
Newbie
Newbie
Posts: 2
Joined: 28 May 2009, 19:15

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by mysza-j »

Ok, thank you!

I'm not installing nc10-kernel because it installs alsa-modules and in debian alsa works ok. So i don't want to do a mess in my Debian Sid
nikgid
Newbie
Newbie
Posts: 3
Joined: 12 May 2009, 20:24

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by nikgid »

voRia wrote: This package will take care of everything.

Comments and feedbacks are really welcome.
First of all: thanks a ton for your work!

I installed nc10-kernel successfully
...but unfortunately the sound-odyssee doesn't seem to be over yet :-(
I can't get sound-recording working reliably for example in skype. In Audacity it worked quite well.
It may very well be my incompetence :-)
I have pulled up all the registers in alsamixer and unmuted the micros, played around with the mic-boost in alsamixer as well to make sure and all that.

Trying to setup audio in Skype, the best result I achieved until now was with:
Mic: HDA Intel (hw: Intel,0)
Speaker: HDA Intel (hw: Intel,0)
Bell/Ringing: HDA Intel (plughw: Intel,0)
Still with this settings audio is only on the left channel and there are some glitches sometimes. Pulseaudio also seems to be dodgy...
Can you give me an example of correct settings in skype?

Cheers,
Niklas
tscheckoff
Newbie
Newbie
Posts: 2
Joined: 04 May 2009, 07:00

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by tscheckoff »

Hi,

installed the 2.6.30-RC7 kernel today.

The intel performance boost is quite impressive, but now my webcam stopped working.

It seems that the kernel recognizes the cam correctly:

Code: Select all

[   10.008996] uvcvideo: Found UVC 1.00 device Namuga 1.3M Webcam (0ac8:c326)
[   10.012707] input: Namuga 1.3M Webcam as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input10
But both Cheese and Skype don't show an image... :(

Since I heavily use Skype for video telephony I'll revert to 2.6.28-12.

Tscheckoff
Motörhead
Newbie
Newbie
Posts: 3
Joined: 29 May 2009, 12:12

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by Motörhead »

nikgid wrote:
voRia wrote: This package will take care of everything.

Comments and feedbacks are really welcome.
First of all: thanks a ton for your work!

I installed nc10-kernel successfully
...but unfortunately the sound-odyssee doesn't seem to be over yet :-(
I can't get sound-recording working reliably for example in skype. In Audacity it worked quite well.
It may very well be my incompetence :-)
I have pulled up all the registers in alsamixer and unmuted the micros, played around with the mic-boost in alsamixer as well to make sure and all that.

Trying to setup audio in Skype, the best result I achieved until now was with:
Mic: HDA Intel (hw: Intel,0)
Speaker: HDA Intel (hw: Intel,0)
Bell/Ringing: HDA Intel (plughw: Intel,0)
Still with this settings audio is only on the left channel and there are some glitches sometimes. Pulseaudio also seems to be dodgy...
Can you give me an example of correct settings in skype?

Cheers,
Niklas
You're Skype settings are the same as mine and for me it's working.
What are your general sound settings? Are you running Ubuntu Jaunty?
I use the 2.6.30 kernel in Jaunty, but I removed Pulseaudio which seems to cause some problems with my sound setup. I found a step-by-step workthrough for disabling Pulseaudio. I just followed steps 1 and 2, rebooted, checked my alsamixer settings again and now everything seems to work flawlessly.


My Gnome Audio Settings are:

Sound Events:
Sound playback autodetect
Music and Movies:
Sound playback autodetect
AudioConferencing:
Sound playback autodetect
Sound capture HDA Intel ALC272 Analog (ALSA)
Default Mixer tracks: HDA Intel (Alsa mixer)

BTW:
Great work, voRia!!! :)
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by voria »

I've updated pulseaudio on the repository to version 0.9.15, with all the needed libraries. Give it a try.

Besides, there is a new 'alsa-modules' package for kernel 2.6.28-12, based on alsa-driver 20090526 snapshot. It has a better support for NC10 sound, like the 'alsa-modules' for kernel 2.6.30-7.

Indipendently from the kernel in use, with the updated driver and the new pulseaudio the sound seems to be more stable, pulseaudio crashes are less frequent (it happens sometime yet, anyway).

As tscheckoff stated, the new kernel breaks the webcam support. If you need it then stay with the 2.6.28-12 version.
Last edited by voria on 29 May 2009, 13:41, edited 1 time in total.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
User avatar
Cimi
Jr. Member
Jr. Member
Posts: 95
Joined: 23 Apr 2009, 18:22
Location: Padova, Italy
Contact:

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by Cimi »

rc8 is out, with some fixes for intel
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by voria »

I'm updating packages right now.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
summel
Newbie
Newbie
Posts: 30
Joined: 02 May 2009, 01:37

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by summel »

Any archlinux users here? maybe i will make a NC10 repository with kernel etc
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by voria »

It would be nice to have support for other distros too, like I'm doing for ubuntu.
If you set up a repo for archlinux, please post it on this forum, it would be great! :)
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
summel
Newbie
Newbie
Posts: 30
Joined: 02 May 2009, 01:37

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by summel »

Ok, i will give it a try... can you post me the NC10 kernel .config?

Oh and are there other things in the ubuntu repository besides the kernel? because sounds and webcam and wifi and bluetooth all work out of the box on archlinux :)

Iam workinng on a "settings manager" for the NC10 written in Python... if it is usable i will also add that to the repository.... maybe ill make a plasmoid out of it (since i use kde4) but i am not sure...
Last edited by summel on 03 Jun 2009, 19:41, edited 1 time in total.
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by voria »

summel wrote: Ok, i will give it a try... can you post me the NC10 kernel .config?
I'm using the default configs from ubuntu. Here is the config for 2.6.30-7-generic (based on 2.6.30-rc7).
summel wrote: Oh and are there other things in the ubuntu repository besides the kernel? because sounds and webcam and wifi and bluetooth all work out of the box on archlinux :)
It's the same on ubuntu, they all work out of the box (on jaunty). Anyway I'm providing separate packages for wireless and alsa-drivers. The former adds support for rfkill function in order to physically shut down the wireless radio, the latter adds a better support for NC10 sound, thanks to the patch by Chris Pockelé.
summel wrote: Iam workinng on a "settings manager" for the NC10 written in Python... if it is usable i will also add that to the repository.... maybe ill make a plasmoid out of it (since i use kde4) but i am not sure...

This is a good new, I look forward to try it as soon as you release it. :)
Last edited by voria on 03 Jun 2009, 20:49, edited 1 time in total.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
summel
Newbie
Newbie
Posts: 30
Joined: 02 May 2009, 01:37

RE: [NC10] Kernel 2.6.30* and all the related stuff

Post by summel »

Hm ok... i thought your kernel was specially optimized for the NC10... ^^
Post Reply