Package: systemimager-boot-i386-standard
Version: 3.2.3-5
Followup-For: Bug #293491
As far as I see, the 3.2.3-5 package did not resolve the problems with
the missing driver (which happens to be just the one that I needed..).
Yes, you need the firmware loader for the tg3 driver, but the FWL in
turn requires hotplug support ("make menuconfig" is helpful here).
I.e:
CONFIG_HOTPLUG <-dep- CONFIG_FW_LOADER <-dep- CONFIG_TIGON3
Here's the patch for the source package (please see attatched file).
It only fixes the i386 kernel, as I have no way to test ia64.
//conny
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-1-686-smp-storage+ctx
Locale: LANG=en_US, LC_CTYPE=swedish (charmap=ISO-8859-1)
diff -urN
systemimager-3.2.3.debian_3.2.3-4/patches/linux-i386-config-fix-tg3.patch
systemimager-3.2.3/patches/linux-i386-config-fix-tg3.patch
--- systemimager-3.2.3.debian_3.2.3-4/patches/linux-i386-config-fix-tg3.patch
1970-01-01 01:00:00.000000000 +0100
+++ systemimager-3.2.3/patches/linux-i386-config-fix-tg3.patch 2005-02-21
01:39:14.000000000 +0100
@@ -0,0 +1,25 @@
+diff -urN systemimager-3.2.3.orig/patches/linux.i386.config
systemimager-3.2.3/patches/linux.i386.config
+--- systemimager-3.2.3.orig/patches/linux.i386.config 2005-02-20
22:35:24.000000000 +0100
++++ systemimager-3.2.3/patches/linux.i386.config 2005-02-20
22:40:14.000000000 +0100
+@@ -84,7 +84,7 @@
+ # CONFIG_PCI_NAMES is not set
+ # CONFIG_EISA is not set
+ # CONFIG_MCA is not set
+-# CONFIG_HOTPLUG is not set
++CONFIG_HOTPLUG=y
+ # CONFIG_PCMCIA is not set
+ # CONFIG_HOTPLUG_PCI is not set
+ CONFIG_SYSVIPC=y
+@@ -554,6 +554,7 @@
+ # CONFIG_YELLOWFIN is not set
+ # CONFIG_R8169 is not set
+ CONFIG_SK98LIN=y
++CONFIG_TIGON3=y
+
+ #
+ # Need firmware loading support for Broadcom Tigon3
+@@ -1007,3 +1008,4 @@
+ # CONFIG_CRC32 is not set
+ CONFIG_ZLIB_INFLATE=y
+ # CONFIG_ZLIB_DEFLATE is not set
++CONFIG_FW_LOADER=y