WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver  (Read 2357 times)

Offline n3ond4x

  • Newbie
  • *
  • Posts: 27
Hello,

I'm trying to get this Intel Atom D2550 with an NM10. The CPU and GPU are combined into one chip. The only current support for linux are some kernel patch files for kernel 3.1.0 as far as I can tell. Has anyone had any experience with this or know how terrible of an idea it would be to upgrade the kernel? Would it break most extensions?

Thanks in advance guys

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver
« Reply #1 on: November 01, 2012, 09:52:52 PM »
Maybe the patches will work on this kernel?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver
« Reply #2 on: November 02, 2012, 07:31:26 AM »
It is safe to run TC with a vanilla kernel.

On the choice of hardware, you could spend your time better - something with actual linux support for example... /OT
The only barriers that can stop you are the ones you create yourself.

Offline n3ond4x

  • Newbie
  • *
  • Posts: 27
Re: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver
« Reply #3 on: November 02, 2012, 10:47:33 AM »
Oh I agree, not a fan of having to get this particular chipset working but not much of a choice in the matter  :-\

I tried the patches on the TC patched 3.0.21 kernel source and compiled. It ended up creating a 4.5mb vmlinuz which is twice the size of the stock TC4.4 vmlinuz. So perhaps I did something wrong there, but the kernel will not work and panics at boot.

So I would be safe to download say a 3.1.0 kernel, apply the TC 3.0.21 patches and then the Cedarview patches?

Thanks again guys.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver
« Reply #4 on: November 02, 2012, 11:23:29 AM »
Yes, 3.1 with or without TC patches should work.
The only barriers that can stop you are the ones you create yourself.

Offline n3ond4x

  • Newbie
  • *
  • Posts: 27
Re: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver
« Reply #5 on: November 02, 2012, 12:21:17 PM »
Thanks. Where should I place the kernel modules? They used to reside in /lib/modules/3.0.21-tinycore/ but I'm not sure how that is referenced or what I need to change. Is there a symlink that points to this or something similar that you know of?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver
« Reply #6 on: November 02, 2012, 01:54:13 PM »
When you 'make modules install' they will be copied to /lib/modules/3.1.
You will need to create a new initrd with the new modules. 
You will need to run depmod as instructed in the wiki articles.