[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#448819: marked as done (linux-source-2.6.22: i8k module does not recognize Dell Vostrohardware)



Your message dated Thu, 8 May 2008 21:56:10 +0200
with message-id <20080508195610.GD13915@stro.at>
and subject line Re: linux-source-2.6.22: i8k module does not recognize Dell Vostrohardware
has caused the Debian Bug report #448819,
regarding linux-source-2.6.22: i8k module does not recognize Dell Vostrohardware
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
448819: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448819
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-source-2.6.22
Version: 2.6.22-5
Severity: normal
Tags: patch

The i8k module doesn't recognize the Dell Vostro family as a supported machine,
and must be forced to load in order for the fan control et al to work. This
patch adds support for the Vostro family:

--- drivers/char/i8k.c.orig     2007-07-08 20:32:17.000000000 -0300
+++ drivers/char/i8k.c  2007-09-27 03:06:08.000000000 -0300
@@ -439,6 +439,13 @@
                        DMI_MATCH(DMI_PRODUCT_NAME, "Latitude"),
                },
        },
+       {
+               .ident = "Dell Vostro",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Vostro"),
+               },
+       },
        { }
 };

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-lauren2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-source-2.6.22 depends on:
ii  binutils            2.18.1~cvs20071027-1 The GNU assembler, linker and bina
ii  bzip2               1.0.3-7              high-quality block-sorting file co

Versions of packages linux-source-2.6.22 recommends:
ii  gcc                           4:4.2.1-6  The GNU C compiler
ii  libc6-dev [libc-dev]          2.6.1-6    GNU C Library: Development Librari
ii  make                          3.81-3     The GNU version of the "make" util

-- no debconf information

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 2.6.25-1

patch got applied upstream and landed in unstable kernel.
that kernel installs just fine in Lenny and Lenny should
soon get > 2.6.24 thus closing.

-- 
maks


--- End Message ---

Reply to: