You are not logged in.

#151 2010-12-20 16:40:04

cylverbak
Member
Registered: 2010-11-04
Posts: 60

Re: [Project] kernel-netbook

My Bluetooth toggle (eee-control) is not surviving a re-boot if it's turned off at the time of re-booting.
I can't write into /sys/. (ie. echo 1 > /sys/devices/platform/eeepc/bt) as there is no bt file to change from 0 to 1.
Somewhere I read that /sys/ is a virtual folder set up by the kernel? I'm using the latest netbook-kernel.
Any hints on where to look to fix this before I re-install? smile

Thank you and have a very Merry Christmas!

Offline

#152 2010-12-20 18:55:07

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

Re: [Project] kernel-netbook

When i use eee-control i get a lot of errors...His develop has stopped, and i'm recently switched to acpi-eeepc-generic and all works fine! smile I suggest you to give it a try wink

p.s. the right name is /sys/device/platform/eeepc/rfkill/rfkill1/state wink


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

Offline

#153 2010-12-20 20:29:36

cylverbak
Member
Registered: 2010-11-04
Posts: 60

Re: [Project] kernel-netbook

Thank you again dieghen89. You've got eee-control in your signature so I'd thought you were using it with no problems. I'll switch to acpi-eeepc-generic and see how it goes . . .

Offline

#154 2010-12-21 11:34:21

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

Re: [Project] kernel-netbook

The 2.6.36.2-5 version fixes all problems (shutdown kernel panic and suspension) 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

#155 2010-12-21 19:39:43

cylverbak
Member
Registered: 2010-11-04
Posts: 60

Re: [Project] kernel-netbook

Ok, I'm using acpi-eeepc-generic 1.0rc3-0.1 with 2.6.36.2-5 and am having the same problem.

If I turn off bluetooth (mouse) with Fn-F7 and forget to turn it on again before shutting down or re-booting, I can't turn bluetooth on again with Fn-F7 - I have to either make sure I've pressed Fn-F7 once again so it says "bluetooth on" and re-boot or just re-boot and turn it on in BIOS. I'm reasonably sure it used to work so I'm guessing I've mucked something up that's interfering.

I'll try a re-install after the holidays.

Offline

#156 2010-12-22 13:52:48

cylverbak
Member
Registered: 2010-11-04
Posts: 60

Re: [Project] kernel-netbook

Solved! I fouled up when configuring acpi-eeepc-generic.

Offline

#157 2010-12-26 11:32:23

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

Re: [Project] kernel-netbook

Guys, now for 2 weeks i'll work and i'll have no internet connection, so i can't update if a new versions will be released...Luckily this version seems have no problems...


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

Offline

#158 2011-01-10 06:13:55

admiralspark
Member
From: Alaska, USA
Registered: 2011-01-07
Posts: 87

Re: [Project] kernel-netbook

I just wanted to drop in and say thank you for building this! My tiny Atom-powered netbook is booting in 14 seconds (half of what my i7 Lenovo takes on Linux Mint) and all hardware works right away!

EDIT: I was wondering, could you build the kernel with CONFIG_INOTIFY enabled for powerTOP usage? It's needed so that powerTOP can detect more devices etc. that are using up battery life...really useful to the netbook users! I'd be more than happy to do it myself if you'd like, but this is your project..

Last edited by admiralspark (2011-01-13 02:24:24)


Team Ignition Kernel Developer
linux-ideapad developer/maintainer
Flame Kernel developer for Galaxy Nexus and Galaxy S3
Want a cheap, reliable VPS with AWESOME customer service?

Offline

#159 2011-01-16 02:32:14

tjbp
Member
Registered: 2010-11-06
Posts: 43

Re: [Project] kernel-netbook

I've heard the acpi-cpufreq driver doesn't support the Atom N450 at a frequency under 1000MHz - is this true and does this kernel patch get the frequency down to 800MHz as it is in Windows?

Offline

#160 2011-01-16 07:41:41

philacorns
Member
From: Beijing
Registered: 2009-01-25
Posts: 21

Re: [Project] kernel-netbook

Can I use it on my core2 laptop changing CONFIG_MATOM to CONFIG_MCORE2?

Offline

#161 2011-01-16 16:06:51

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

Re: [Project] kernel-netbook

@admiralspark

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

it is already enabled, powertop says wrong things wink

@tjbp
mmh i've already tried to reduce the timer, but then a lot of problems appeared...Btw I'll give it a look...

@philacorns
i think yes, but you have to look if all modules that you need are enabled...This kernel is moulded on netbooks hardware...


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

Offline

#162 2011-01-31 21:17:28

admiralspark
Member
From: Alaska, USA
Registered: 2011-01-07
Posts: 87

Re: [Project] kernel-netbook

Aye, I found that out when I was looking at the config on the AUR. It's still working faster than the mainline kernels, and if you'd like any help with the project I'd be more than happy to run tests/compile/tweak etc.

@philacorns: This kernel has netbook modules compiled into it, and little else. However, you can build your own kernel if you know what modules you need--and there are many good guides on the internet to guide you through it!

@tjbp: I have an N4xx and it doesn't go below 1GHz on this kernel (or the mainline, I believe, though I haven't tested on the newest update).

Last edited by admiralspark (2011-01-31 21:21:54)


Team Ignition Kernel Developer
linux-ideapad developer/maintainer
Flame Kernel developer for Galaxy Nexus and Galaxy S3
Want a cheap, reliable VPS with AWESOME customer service?

Offline

#163 2011-02-01 11:17:25

tjbp
Member
Registered: 2010-11-06
Posts: 43

Re: [Project] kernel-netbook

admiralspark wrote:

@tjbp: I have an N4xx and it doesn't go below 1GHz on this kernel (or the mainline, I believe, though I haven't tested on the newest update).

Thanks for the heads up. smile

Offline

#164 2011-02-01 19:50:18

admiralspark
Member
From: Alaska, USA
Registered: 2011-01-07
Posts: 87

Re: [Project] kernel-netbook

One thing I want to point out for those upgrading to the newest version: kernel 2.6.37 broke support for software using the deprecated /proc/acpi reports for temperature etc. Expect new updates to fix it, but the current version of acpi will not report the temperature from the same place as previous versions, so things like conky and temperature monitors for gnome and lxde will report 0*.

To fix in conky: replace

$acpitemp

with

${hwmon 0 temp 1}

Team Ignition Kernel Developer
linux-ideapad developer/maintainer
Flame Kernel developer for Galaxy Nexus and Galaxy S3
Want a cheap, reliable VPS with AWESOME customer service?

Offline

#165 2011-02-04 12:47:28

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

Re: [Project] kernel-netbook

Ok thank you admiralspark, if i need help i'll ask you wink

About the sensors, i don't know...I use KDE and the temp plasmoid works as before...In this days (untill the second half of march) i'm a lot busy (uni and work) and i haven't a lot of time to deepen the question...If you have some news i am very inclined to change something smile

p.s. i'm thinking to add Tux On Ice patch for the hibernation, somebody is against of the idea?

p.s.#2 with the next release i'll put BFQ as optional, i haven't notices any changes, only an higher usage of the cpu...

p.s.#3 i've just bought a 1015pem and sold the old 1005HAH wink

Last edited by dieghen89 (2011-02-04 12:50:51)


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

Offline

#166 2011-02-06 15:13:43

raph
Member
Registered: 2011-02-06
Posts: 1

Re: [Project] kernel-netbook

Congrats to your 1015pem its a great device, I own a very similar 1015pn.


Could you set CONFIG_NR_CPUS to 4 since the current Atom processors do have two physical cores + hyperthreading
Furthermore I noticed that Linux only scales down the processors to 1000mhz (Win7 around 700mhz) but I haven't looked more into this yet.

Offline

#167 2011-02-06 17:17:46

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

Re: [Project] kernel-netbook

Thank you raph! In my testing release i have already enabled the 4 cpu wink with the 2.6.37.1 i'll update the config in google code and aur wink

About the frequency, i don't know...The atom n550 has only 1000MHz or 1500MHz, no middle way....If you have some news please tell me 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

#168 2011-02-08 08:16:32

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

Re: [Project] kernel-netbook

I'd agree with just dropping BFQ altogether. Thing has caused me really unreliable performance. Then again, I'm on the A110L model of the aspire ones, so I just thought I was a special case.

But yeah, CFQ is good enough on regular harddrives, and apparently noop (which I'm currently using) is better for SSDs.

Personally, I never hibernate my netbook, just suspend it, so I don't care either way for tux-on-ice. I don't see any harm in including it though. smile

Offline

#169 2011-03-05 02:56:09

cylverbak
Member
Registered: 2010-11-04
Posts: 60

Re: [Project] kernel-netbook

I'd like to ask a really dumb question . . .
What do I put in /etc/rc.conf to start acpi-eeepc-generic? I can't seem to get it working. This is on a re-install. I did have it working just fine first time around but that was months ago. I have no idea what I'm missing this time around. EeePC 1000.
Thanks folks.

Edit: (Solved) 1 letter, 1 lousy letter . . . I'd been using acpi instead of acpid.  Thank you for having that info dieghen89. Just posting here reminded me of your website.  And google translate did an awesome job of explaining it to me in english big_smile  Gads the internet is wonderful!

Last edited by cylverbak (2011-03-05 04:31:02)

Offline

#170 2011-03-10 00:11:56

Manji
Member
Registered: 2006-02-11
Posts: 12

Re: [Project] kernel-netbook

Just tried to switch to kernel-netbook. Installation works fine but I can't get broadcom-wl to compile. It stops at asm/io.h and complayins about that the xen.h is missing.
Is it even necessary to install the broadcom-wl module with this kernel? Or should I remove the old wl package that was compiled for the standard kernel first?
I hope this Question is not to stupid but I don't know where to look next.

Offline

#171 2011-03-10 12:49:58

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

Re: [Project] kernel-netbook

Personally, I don't use broadcom-wl. While I did, my computer just froze randomly.

But why not just use the precompiled kernel on the google-code page?

Offline

#172 2011-03-10 13:24:29

Manji
Member
Registered: 2006-02-11
Posts: 12

Re: [Project] kernel-netbook

I'll give that a try today. But there shouldn't be any differences between the yaourt build kernel and the pre build kernel.

Edit:
Got it. The wl module is already shipped with the kernel. I just removed the old aur broadcom-wl module and it loaded the module properly.
Now I have to get wlan working with the wl driver.. still no scanning possible.....

Last edited by Manji (2011-03-10 16:43:32)

Offline

#173 2011-03-10 18:00:53

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

Re: [Project] kernel-netbook

Manji wrote:

I'll give that a try today. But there shouldn't be any differences between the yaourt build kernel and the pre build kernel.

Edit:
Got it. The wl module is already shipped with the kernel. I just removed the old aur broadcom-wl module and it loaded the module properly.
Now I have to get wlan working with the wl driver.. still no scanning possible.....

Well, true, except you don't have to spend time building the package on your netbook with no real benefits.

For the wl module, make sure you put wl in your MODULES section in rc.conf, and add !b43 to disable the other driver.

Offline

#174 2011-03-10 19:07:46

Manji
Member
Registered: 2006-02-11
Posts: 12

Re: [Project] kernel-netbook

I've done this already. Just as described on the wiki page. I also disabled ssb and b43legacy.
I just don't know what do do now. Is it a kernel related problem (tried the same on standard kernel: same thing) or is it a driver problem?
There are no Bugs regarding to this kind of problem so I seem to be the only one having this problem.

Offline

#175 2011-03-11 16:11:12

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

Re: [Project] kernel-netbook

Manji wrote:

I've done this already. Just as described on the wiki page. I also disabled ssb and b43legacy.
I just don't know what do do now. Is it a kernel related problem (tried the same on standard kernel: same thing) or is it a driver problem?
There are no Bugs regarding to this kind of problem so I seem to be the only one having this problem.

Strange.

What netbook are you using by the way?

Offline

Board footer

Powered by FluxBB