Comment 7 for bug 1156667

Revision history for this message
Samantha Jian-Pielak (samantha-jian) wrote :

The changes to be made to the src/Makefile in order to compile and load dcmi successfully are attached. Thanks Leann.

rorke@ocpr0s11l:~/dcmi-from-david/DCMI/dcmi$ modinfo dcmi
filename: /lib/modules/3.5.0-26-generic/kernel/drivers/char/dcmi.ko
version: 2.1.6.28.MEI
license: Dual BSD/GPL
description: Intel(R) Data Center Host Interface
author: Intel Corporation
srcversion: 370A4CA27DE6D4AC35F7A81
depends:
vermagic: 3.5.0-26-generic SMP mod_unload modversions
parm: dcmi_debug:Debug enabled or not (int)
rorke@ocpr0s11l:~/dcmi-from-david/DCMI/dcmi$ sudo modprobe dcmi
rorke@ocpr0s11l:~/dcmi-from-david/DCMI/dcmi$ dmesg |grep "dcmi"
[428597.474992] dcmi: disagrees about version of symbol module_layout
[705108.380665] dcmi: Intel(R) Data Center Host Interface (DCMI-HI) - version 2.1.6.28.MEI
[705108.380672] dcmi: Copyright (c) 2003 - 2011 Intel Corporation.
rorke@ocpr0s11l:~/dcmi-from-david/DCMI/dcmi$