Hi Iain, I used Michael Setzer's g4l-0.17 and it worked. Thanks a lot for your help!
Thanks! Lap Ki Lui Development Support Services http://labweb.torolab.ibm.com/dss Phone: 905-413-4318 T-Line 969-4318 Email: [EMAIL PROTECTED] or Lap Ki Lui/Toronto/[EMAIL PROTECTED] IBM Toronto Lab (B2-637/924/8200/MKM) Iain Allan <[EMAIL PROTECTED] om> To Lap Ki Lui/Toronto/[EMAIL PROTECTED] 01/13/2006 06:14 cc AM [email protected] Subject Re: [g4u-help] Network Card is not supported on G4U I think Hi, We managed to successfully apply the following patch for the Broadcom BCM95751M Gigabit ethernet controller from the NetBSD kernel mailing list then rebuilt G4U from source. Performance seems very slow but this may be because it is the old CVS NetBSD tree from the G4U web page. The other option was to use Ghost4Linux that Michael Setzer emailed the list about which does detect the card correctly and it operates and the full speed. ftp://amd64gcc.dyndns.org/g4l-0.17pp.iso We have also found that clearing the Windows pagefile on exit and temporaily disabling hibernation help reduce the size as well as the time it take's to image. -- Iain Allan [EMAIL PROTECTED] --- sys/dev/pci/pcidevs.orig 2005-06-13 22:15:52.000000000 +0200 +++ sys/dev/pci/pcidevs 2005-06-14 15:39:14.000000000 +0200 @@ -1,11 +1,3 @@ -$NetBSD: pcidevs,v 1.717 2005/06/13 15:27:42 tron Exp $ - -/* - * Copyright (c) 1995, 1996 Christopher G. Demetriou - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. @@ -1163,6 +1155,7 @@ product BROADCOM BCM5750 0x1676 BCM5750 10/100/1000 Ethernet product BROADCOM BCM5751 0x1677 BCM5751 10/100/1000 Ethernet product BROADCOM BCM5750M 0x167c BCM5750M 10/100/1000 Ethernet +product BROADCOM BCM5751M 0x167d BCM5751M 10/100/1000 Ethernet product BROADCOM BCM5782 0x1696 BCM5782 10/100/1000 Ethernet product BROADCOM BCM5788 0x169c BCM5788 10/100/1000 Ethernet product BROADCOM BCM4401_B0 0x170c BCM4401-B0 10/100 Ethernet --- sys/dev/pci/pcidevs.h.orig 2005-06-13 22:15:53.000000000 +0200 +++ sys/dev/pci/pcidevs.h 2005-06-14 15:33:54.000000000 +0200 @@ -1170,6 +1170,7 @@ #define PCI_PRODUCT_BROADCOM_BCM5750 0x1676 /* BCM5750 10/100/1000 Ethernet */ #define PCI_PRODUCT_BROADCOM_BCM5751 0x1677 /* BCM5751 10/100/1000 Ethernet */ #define PCI_PRODUCT_BROADCOM_BCM5750M 0x167c /* BCM5750M 10/100/1000 Ethernet */ +#define PCI_PRODUCT_BROADCOM_BCM5751M 0x167d /* BCM5751M 10/100/1000 Ethernet */ #define PCI_PRODUCT_BROADCOM_BCM5782 0x1696 /* BCM5782 10/100/1000 Ethernet */ #define PCI_PRODUCT_BROADCOM_BCM5788 0x169c /* BCM5788 10/100/1000 Ethernet */ #define PCI_PRODUCT_BROADCOM_BCM4401_B0 0x170c /* BCM4401-B0 10/100 Ethernet */ --- sys/dev/pci/pcidevs_data.h.orig 2005-06-13 22:15:53.000000000 +0200 +++ sys/dev/pci/pcidevs_data.h 2005-06-14 15:34:19.000000000 +0200 @@ -4136,6 +4136,10 @@ "BCM5750M 10/100/1000 Ethernet", }, { + PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5751M, + "BCM5751M 10/100/1000 Ethernet", + }, + { PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5782, "BCM5782 10/100/1000 Ethernet", }, --- sys/dev/pci/if_bge.c.orig 2005-06-13 22:15:52.000000000 +0200 +++ sys/dev/pci/if_bge.c 2005-06-14 15:25:10.000000000 +0200 @@ -2106,6 +2106,11 @@ "Broadcom BCM5751 Gigabit Ethernet", }, + { PCI_VENDOR_BROADCOM, + PCI_PRODUCT_BROADCOM_BCM5751M, + "Broadcom BCM5751M Gigabit Ethernet", + }, + { PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5782, "Broadcom BCM5782 Gigabit Ethernet", On 13 Jan 2006, at 03:19, Lap Ki Lui wrote: > Hi Hubert, > > I tried the G4U on IBM ThinkPad T43p but no network. After issuing the > command ifconfig -a, the status saying that "no network". I think the > problem is the G4U kernel do not have proper drive for the network > card > "Broadcom NetXtreme Fast and Gigabit Ethernet". I tried on T40p > with Intel > Pro 100 network card and it worked. > > http://www-307.ibm.com/pc/support/site.wss/multiplefiledownload.do? > validate=true > > > Thanks! > > Lap Ki Lui > Development Support Services http://labweb.torolab.ibm.com/dss > Phone: 905-413-4318 T-Line 969-4318 > Email: [EMAIL PROTECTED] or Lap Ki Lui/Toronto/[EMAIL PROTECTED] > IBM Toronto Lab (B2-637/924/8200/MKM) > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through > log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > g4u-help mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/g4u-help ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ g4u-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/g4u-help
