You are not logged in.

#76 2010-10-19 10:47:50

dieghen89
Member
From: Italy
Registered: 2009-06-24
Posts: 134

Re: [Project] kernel-netbook

It was a you configuration problem so smile The next time be careful of this things, you'll earn a lot of time  XD


XPS 13 DE 2015 + K*5
"Machines are so stupid that if you tell them to do something perfect, they'll do it"

Offline

#77 2010-10-21 13:55:44

dauerbaustelle
Member
Registered: 2010-02-07
Posts: 62

Re: [Project] kernel-netbook

Any plans on providing binary packages? I really don't want to compile Linux on a netbook smile

Offline

#78 2010-10-22 08:49:20

dieghen89
Member
From: Italy
Registered: 2009-06-24
Posts: 134

Re: [Project] kernel-netbook

dieghen89 wrote:

GOOGLE CODE PROJECT PAGE  <-- Precompiled packages here


XPS 13 DE 2015 + K*5
"Machines are so stupid that if you tell them to do something perfect, they'll do it"

Offline

#79 2010-10-22 09:18:37

sugardeath
Member
Registered: 2010-03-02
Posts: 82

Re: [Project] kernel-netbook

pielgrzym wrote:

I can't mount my LUKS encrypted partition:
Kernel panic - not syncing VFS: Unable to mount root fs on unknown-block(0,0)

My grub2 linux line:
linux /vmlinuz-netbook cryptdevice=/dev/sda3:root root=/dev/mapper/root resume=/dev/mapper/swap acpi_osi=Linux noapic ro

I suppose I need the initrd to decrypt the goddamn luks partition?

Does your resume work?  I can get suspend to ram working with uswsusp (on lid-close, even!), but I can't get suspend to disk working.  I realize that since we don't use an initrd, the wiki guide for adding the uresume hook in mkinitcpio.conf doesn't apply, but is there another way to do this?

Thanks.

(I wasn't able to find anything on the google page and the quote post is the only reference to {suspend,hibernate,resume} I was able to find in this thread..)

Offline

#80 2010-10-26 11:53:16

dieghen89
Member
From: Italy
Registered: 2009-06-24
Posts: 134

Re: [Project] kernel-netbook

I don't use suspend and hibernate, so i can't help you..We have to wait a pielgrzym response...

btw, i've updated the kernel to 2.6.36 version big_smile


XPS 13 DE 2015 + K*5
"Machines are so stupid that if you tell them to do something perfect, they'll do it"

Offline

#81 2010-10-26 14:14:47

Zom
Member
From: Sweden
Registered: 2007-10-27
Posts: 430

Re: [Project] kernel-netbook

I know you have support for BFS, but how about BFQ?

Offline

#82 2010-10-27 08:16:44

dieghen89
Member
From: Italy
Registered: 2009-06-24
Posts: 134

Re: [Project] kernel-netbook

Hi Zom, i have used the BFS in the first period of live of kernel-netbook...Then the guys of the italian forum and me have decided that the performance gain was imperceptible so i removed the patch...

I dont know BFQ have you already tested it?

Last edited by dieghen89 (2010-10-27 08:17:35)


XPS 13 DE 2015 + K*5
"Machines are so stupid that if you tell them to do something perfect, they'll do it"

Offline

#83 2010-10-27 14:58:26

Zom
Member
From: Sweden
Registered: 2007-10-27
Posts: 430

Re: [Project] kernel-netbook

dieghen89 wrote:

Hi Zom, i have used the BFS in the first period of live of kernel-netbook...Then the guys of the italian forum and me have decided that the performance gain was imperceptible so i removed the patch...

I dont know BFQ have you already tested it?

I'm running a patched kernel both on my workstation and on my laptop, with both BFS and BFQ. There's no noticable difference in regular performance from BFS/BFQ, but it quickly becomes noticable while using stuff like flash. Try starting a few flash-videos or games and try switching desktop or changing song.

BFS/BFQ pretty much makes the impact from flash unnoticable in the running system. Hell, you could be compiling stuff in the background and you wouldn't notice while playing music or browsing the web.

Both of these are present in kernel26-ck from AUR, you could give it a try and see what you think.

Offline

#84 2010-10-29 10:20:35

dieghen89
Member
From: Italy
Registered: 2009-06-24
Posts: 134

Re: [Project] kernel-netbook

Yes, i've tried the BFS some months ago and i haven't seen any changes, but i can give to this patch another chance if you say me that it works very well on high cpu load...With the next release i'll apply this patch...


XPS 13 DE 2015 + K*5
"Machines are so stupid that if you tell them to do something perfect, they'll do it"

Offline

#85 2010-10-29 14:31:41

twix
Member
Registered: 2010-10-07
Posts: 63

Re: [Project] kernel-netbook

Hi, just updated the kernel, but i can't mount / as rw with kernel compiled from AUR. No problem with your precompiled package hosted on Google code.

and powertop advise me to set the CONFIG_INOTIFY to the kernel conf, in order to monitor passively folders and files instead of active monitoring (if you mind in a future version)

Offline

#86 2010-10-29 14:36:04

dieghen89
Member
From: Italy
Registered: 2009-06-24
Posts: 134

Re: [Project] kernel-netbook

Mmh now i'm uploading the -2 because the bradcom driver isn't updated...I've alsa added the BFS+BFQ scheduler as Zom has suggested...

Can you try to compile the new one, i've just ended to compile it and it works...Wait a few minutes and i'll upload the new packages on google code and aur...


XPS 13 DE 2015 + K*5
"Machines are so stupid that if you tell them to do something perfect, they'll do it"

Offline

#87 2010-10-29 14:46:56

dieghen89
Member
From: Italy
Registered: 2009-06-24
Posts: 134

Re: [Project] kernel-netbook

Updated!

@twix
I saw that powertop notice, but i haven't found that option...The only option with the similar name is:

diego@eeepc ~>sudo zcat /proc/config.gz | grep INOTIFY
Password: 
CONFIG_INOTIFY_USER=y

and it is already enabled..


XPS 13 DE 2015 + K*5
"Machines are so stupid that if you tell them to do something perfect, they'll do it"

Offline

#88 2010-10-29 15:13:01

Zom
Member
From: Sweden
Registered: 2007-10-27
Posts: 430

Re: [Project] kernel-netbook

twix wrote:

Hi, just updated the kernel, but i can't mount / as rw with kernel compiled from AUR. No problem with your precompiled package hosted on Google code.

and powertop advise me to set the CONFIG_INOTIFY to the kernel conf, in order to monitor passively folders and files instead of active monitoring (if you mind in a future version)

Are you perhaps using fam or something similar?

'Cause FAM is outdated and replaced by gamin.

@dieghen89:
Thanks, I'll give it a spin when I have time. smile

Offline

#89 2010-10-29 16:25:32

twix
Member
Registered: 2010-10-07
Posts: 63

Re: [Project] kernel-netbook

@ Zom : I just checked I just have gamin installed, fam is not present. And powertop indicate that this is only kernel-related. Maybe an deprecated parameter or renamed in newer kernels.

And thx for the binary, it save alot of time and work well !!

Last edited by twix (2010-10-29 16:26:24)

Offline

#90 2010-10-29 16:42:48

twix
Member
Registered: 2010-10-07
Posts: 63

Re: [Project] kernel-netbook

You can also add toshiba netbook as supported on your google code page (NB100 here)

Offline

#91 2010-10-29 16:51:29

Zom
Member
From: Sweden
Registered: 2007-10-27
Posts: 430

Re: [Project] kernel-netbook

twix wrote:

@ Zom : I just checked I just have gamin installed, fam is not present. And powertop indicate that this is only kernel-related. Maybe an deprecated parameter or renamed in newer kernels.

And thx for the binary, it save alot of time and work well !!

I guess. Some things in powertop is a bit out of date, IIRC. You could try the git branch in AUR and see if there's any difference. smile

Offline

#92 2010-10-29 19:31:39

twix
Member
Registered: 2010-10-07
Posts: 63

Re: [Project] kernel-netbook

I have noticied a slight battery life improvement when idleing (4h -> 4h15) Maybe the BFS, i don't know

Offline

#93 2010-10-30 07:35:57

dieghen89
Member
From: Italy
Registered: 2009-06-24
Posts: 134

Re: [Project] kernel-netbook

It would be possible...With thw 2.6.36-1 i've enabled intel_ips...I think that this option stop the disk in idle...There is improvement of the battery life but my sistem freezes 2 time...If i have another freeze i try remove this option...


XPS 13 DE 2015 + K*5
"Machines are so stupid that if you tell them to do something perfect, they'll do it"

Offline

#94 2010-10-30 14:33:11

twix
Member
Registered: 2010-10-07
Posts: 63

Re: [Project] kernel-netbook

Hum, i can't find docs about intel_ips, but maybe it's that , dk.

@zom I use already the git version, because yaourt makes it easy as hell

Offline

#95 2010-10-31 07:14:48

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: [Project] kernel-netbook

was this kernel already tested with a btrfs root volume? i know that it doesn't support btrfs by default, but i recompiled it with the required modules but i always run into a kernel panic. i don't know what i'm doing wrong, maybe it's because of the root volume (/dev/sda2) is an encrypted lvm and i need an initrd image to map the btrfs volume?!

Offline

#96 2010-10-31 08:39:41

Zom
Member
From: Sweden
Registered: 2007-10-27
Posts: 430

Re: [Project] kernel-netbook

arch0r wrote:

was this kernel already tested with a btrfs root volume? i know that it doesn't support btrfs by default, but i recompiled it with the required modules but i always run into a kernel panic. i don't know what i'm doing wrong, maybe it's because of the root volume (/dev/sda2) is an encrypted lvm and i need an initrd image to map the btrfs volume?!

I don't know if legacy grub supports btrfs. You might need a ext2/3/4 /boot partition.

Offline

#97 2010-10-31 08:44:03

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: [Project] kernel-netbook

i'm using grub2 on a ext4 partition. the stock kernel boots nicely, but the netbook-kernel runs into a panic sad

Offline

#98 2010-10-31 12:09:23

Zom
Member
From: Sweden
Registered: 2007-10-27
Posts: 430

Re: [Project] kernel-netbook

arch0r wrote:

i'm using grub2 on a ext4 partition. the stock kernel boots nicely, but the netbook-kernel runs into a panic sad

Strange indeed. Perhaps it built btrfs as a module and you'd need an initrd to boot?

Offline

#99 2010-11-02 10:47:35

dieghen89
Member
From: Italy
Registered: 2009-06-24
Posts: 134

Re: [Project] kernel-netbook

I never used btrfs, but i've read that an additional hook is needed --> need of initrd image...

@Zom
have you tried the BFS+BFQ kernel-netbook package? i have some random freeze and it isn't reactive as i expected...Maybe it can be the BFQ? I'm trying compile a package with only BFS to see the difference...


XPS 13 DE 2015 + K*5
"Machines are so stupid that if you tell them to do something perfect, they'll do it"

Offline

#100 2010-11-02 13:34:39

Zom
Member
From: Sweden
Registered: 2007-10-27
Posts: 430

Re: [Project] kernel-netbook

I did give the package a try, but only briefly since I ran into issues with suspend (Using uswsusp with pm-utils).

However, I'm currently running kernel26-ck and I've tried kernel26-pf. Both ran fine from what I gathered, though I had some issues with X, which I suspect was because I updated in the middle of the current xorg upgrade.

Offline

Board footer

Powered by FluxBB