Bug#666506: IDE devices are not recognized, so system is not bootable from an IDE hard disk ("IDE support disabled")
tags 666506 + patch moreinfo
quit
Fernando Cerezal wrote:
> Actually, my devices, a hard disk and a dvd reader are not recognized.
Ah! Ok, let's see.
| 04:05.0 IDE interface [0101]: Integrated Technology Express, Inc. IT8213 IDE Controller [1283:8213] (prog-if 85 [Master SecO PriO])
Please test the attached patch by performing the following steps
(roughly based on [1]):
0. Prerequisites
apt-get install build-essential fakeroot
apt-get build-dep linux-2.6
1. Get the source
apt-get source linux-2.6
cd linux-2.6-<version>
2. Patch it
patch -p0 < <path to patch>
3. Build it
fakeroot debian/rules source
fakeroot make -f debian/rules.gen binary-arch_amd64_none_amd64
4. Test it (as root)
dpkg -i ../<name of package>
reboot
Hope that helps,
Jonathan
[1] http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official
or the corresponding page in the debian-kernel-handbook package
Index: debian/changelog
===================================================================
--- debian/changelog (revision 18896)
+++ debian/changelog (working copy)
@@ -1,3 +1,9 @@
+linux-2.6 (3.2.13-2) UNRELEASED; urgency=low
+
+ * Enable PATA_IT8213 as module (Closes: #666506)
+
+ -- Jonathan Nieder <jrnieder@gmail.com> Sat, 31 Mar 2012 20:43:41 -0500
+
linux-2.6 (3.2.13-1) unstable; urgency=low
* New upstream stable update:
Index: debian/config/config
===================================================================
--- debian/config/config (revision 18896)
+++ debian/config/config (working copy)
@@ -128,7 +128,7 @@
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
-# CONFIG_PATA_IT8213 is not set
+CONFIG_PATA_IT8213=m
CONFIG_PATA_IT821X=m
CONFIG_PATA_JMICRON=m
CONFIG_PATA_MARVELL=m
Reply to: