Sven- I went ahead and tried to continue with the neboot64 image, but it appears that this will not work on the Xserve. It only configures one interface (eth0) and it thinks the interface is firewire apparently.
When I do an lsmod, no network driver has been loaded for the gigE ports: ~ # lsmod Module Size Used by scsi_mod 207256 0 eth1394 34064 0 ohci1394 55800 0 ieee1394 428496 2 eth1394,ohci1394 ehci_hcd 54104 0 ohci_hcd 37052 0 usbcore 197140 3 ehci_hcd,ohci_hcd lspci lists them as broadcom netXtreme: ~ # lspci | grep Eth 0001:07:04.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet (rev 03) 0001:07:04.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet (rev 03) But on another system (non Xserve) where I have the same controllers, they use the 'tg3' driver. However, I don't see any tigon driver in the modules listing: ~ # ls /lib/modules/2*/kernel/drivers/net 3c59x.ko e1000 ns83820.ko sungem_phy.ko 8139cp.ko eepro100.ko pcmcia sunhme.ko 8139too.ko epic100.ko pcnet32.ko tokenring 8390.ko fealnx.ko r8169.ko tulip appletalk hamachi.ko s2io.ko typhoon.ko arcnet ibmveth.ko sis900.ko via-rhine.ko b44.ko ixgb sk98lin wireless defxx.ko mii.ko skfp yellowfin.ko dl2k.ko mv643xx_eth.ko starfire.ko dummy.ko natsemi.ko sundance.ko e100.ko ne2k-pci.ko sungem.ko Is lspci wrong? Thanks, Toni On Fri, 3 Mar 2006, Sven Luther wrote: > On Fri, Mar 03, 2006 at 07:43:58AM -0500, Toni L. Harbaugh-Blackford [Contr] wrote: > > Sven- > > > > I tried the mini.iso at > > > > http://people.debian.org/~luther/d-i/images/daily/powerpc64/netboot64 > > > > and it has the same problem, even though the installer kernel is 2.6.15 > > > > ~ # uname -a > > Linux (none) 2.6.15-1-powerpc64 #2 SMP Tue Feb 21 18:46:53 UTC 2006 ppc64 unknown > > ~ # lsmod > > Module Size Used by > > scsi_mod 207256 0 > > eth1394 34064 0 > > ohci1394 55800 0 > > ieee1394 428496 2 eth1394,ohci1394 > > ehci_hcd 54104 0 > > ohci_hcd 37052 0 > > usbcore 197140 3 ehci_hcd,ohci_hcd > > ~ # modprobe sbp2 > > FATAL: Error inserting sbp2 (/lib/modules/2.6.15-1-powerpc64/kernel/drivers/ieee1394/sbp2.ko): Unknown symbol in module, or unknown parameter (see dmesg) > > ~ # dmesg | tail -5 > > eth1394: eth0: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0) > > SCSI subsystem initialized > > sbp2: Unknown symbol bus_to_virt > > sbp2: Unknown symbol bus_to_virt > > sbp2: Unknown symbol bus_to_virt > > Well, bus_to_virt is not present in the powerpc/64bit tree. There should be > something missing here, i had asked, but lacked time, will investigate again. > > Friendly, > > Sven Luther > ------------------------------------------------------------------- Toni Harbaugh-Blackford [EMAIL PROTECTED] System Administrator Advanced Biomedical Computing Center (ABCC) National Cancer Institute Contractor - SAIC/Frederick -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

