« May 2012»
M T W T F S S
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      

[blog...]

03.11.2010
15:54

Poulsbo Driver for 2.6.36 Kernel Only Compiles with a Patch

On 20th October 2010 the linux kernel 2.6.36 was released. Yesterday I compiled it for my fit-PC2. This works without problems. When I install a custom kernel with

 

 

dpkg -i linux-image-2.6.36_ab.1_i386.deb

 

 

the /etc/kernel/postinst.d/* scritps will be executed. One of these scripts (dkms) is building the psb (poulsbo) driver for this stupid GMA500 Intel graphics chipset.

But for 2.6.36 this fails with psb-kernel-source-4.42 :-(

 

The reason is explained in the make.log which is located in

/var/lib/dkms/psb-kernel-source/4.42.0/2.6.36/i686/log/:

 

 

psb_drv.c:988: error: unknown field ‘ioctl’ specified in initializer

 

 

So, something changed in the kernel API from 2.6.35 to 2.6.36 and the psb-driver is not up-to-date. After a quick search, I found a patch which repaired it for me. And I hope this patch is getting soon in the psb-kernel-source package.

 

Thank you for the patch!

back

[ 07.05.2012 ]