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

Re: [Bug 484] Unable to install on Adaptec 2100S raidcard when in Fujitsu Siemens TX150.



Jeg foreslår denne patchen for å fikse problemet, men får ikke sjekket
inn akkurat nå (svn.debian.org er visst syk).

Index: debian/changelog
===================================================================
--- debian/changelog    (revision 38296)
+++ debian/changelog    (working copy)
@@ -9,6 +11,11 @@
   [ Luk Claes ]
   * Remove myself from uploaders.

+  [ Petter Reinholdtsen ]
+  * Make sure to only try to load the dpt_i2o kernel module for PCI
+    device 1044:a511 (and not the i2o_core module), to avoid boot
+    problem after the install.
+
  -- Luk Claes <luk@debian.org>  Sat,  1 Sep 2007 16:26:03 +0000

 debian-edu-install (0.667.0.edu.etch.3) terra; urgency=low
Index: debian/debian-edu-install-udeb.isinstallable
===================================================================
--- debian/debian-edu-install-udeb.isinstallable        (revision 38296)
+++ debian/debian-edu-install-udeb.isinstallable        (working copy)
@@ -26,6 +26,17 @@
 # always eth0
 echo "blacklist eth1394" >>/etc/modprobe.d/blacklist

+# Force the use of dpt_i2o for devices where both it and i2o_core can
+# support the card, to avoid device name confusion.  Skolelinux bug
+# #484 and #1254.
+if lspci -n | grep -q " 1044:a511 " ; then
+    cat >>/etc/modprobe.d/blacklist <<EOF
+# Make sure dpt_i2o is used for PCI device 1044:a511 (Adaptec 2100 RAID)
+blacklist i2o_core
+blacklist i2o_block
+EOF
+fi
+
 # Avoid questions which are overriden by init.d/update-hostname and
 # DHCP.  Must do it here, because netcfg runs before the
 # debian-edu-install postinst.  This should only be done for



Reply to: