[Intel-gfx] 82852/855GM, i915, No such device

Matthew W. S. Bell matthew at bells23.org.uk
Sat Feb 6 22:25:19 CET 2010


> Hello,
> 
> I am trying to get the intel driver/kernel module to work with a 
> versalogic cobra pc104 computer 
> (http://versalogic.com/products/ds.asp?productid=164)  and the i915 
> kernel module will not load - reports no such device.
> 
> Everything shows that it is a 82852/855GM Integrated Graphics Device 
> (rev 02).  The docs says this is supported.
> 
> I have tried debian stock kernel (2.6.30) and drm-intel kernel 
> 2.6.32.rc1 from the git repo.
> 
> On a modprobe i915 gives (for both kernels):
> WARNING: Error inserting i2c_algo_bit 
> (/lib/modules/2.6.30-1-686/kernel/drivers/i2c/algos/i2c-algo-bit.ko): No 
> such device
> WARNING: Error inserting agpgart 
> (/lib/modules/2.6.30-1-686/kernel/drivers/char/agp/agpgart.ko): No such 
> device
> WARNING: Error inserting drm 
> (/lib/modules/2.6.30-1-686/kernel/drivers/gpu/drm/drm.ko): No such device
> FATAL: Error inserting i915 
> (/lib/modules/2.6.30-1-686/kernel/drivers/gpu/drm/i915/i915.ko): No such 
> device

There is a bug in modprobe (now fixed) that cause it to omit printing an
error for the first module, which is the one that actually fails; the
following modules/errors are because these are dependee modules (and not
because of the printed error), but are otherwise irrelevant. 

> Any idea what am I missing?

The module that is failing to load is almost certainly the 'video'
module, which is an ACPI video driver. The reason that this module fails
to load can only be that ACPI is in some way disabled, such as by
'acpi=off' in the kernel command line.

Matthew W.S. Bell

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20100206/8b1715cb/attachment.sig>


More information about the Intel-gfx mailing list