search for: driver_download

Displaying 2 results from an estimated 2 matches for "driver_download".

Did you mean: drive_download
2007 Oct 26
4
BROADCOM 5708 ON POWER EDGE 1955
Hello, I''ve this strange problem. When Xen kernel start and it try to start eth devices, network doesn''t work. It seems to be a problem with NICs firmware. Anyone had this problem? Do you know where I can download firmware upgrade? (on DELL''s site I''ve just searched...) Thanks, Carlo No virus found in this outgoing message. Checked by AVG Free Edition.
2007 Oct 07
9
RESOLVED: Debian Xen + Broadcom NetXtreme II (IBM x3655 7985-AC1)
...: aptitude install linux-source unzip cd /usr/src tar jxf linux-source-2.6.18.tar.bz2 ln -s linux-source-2.6.18 linux cd linux cp /boot/config-2.6.18-5-xen-amd64 ./.config make oldconfig (<enter> through all the prompts to take defaults) make prepare cd /tmp wget http://www.broadcom.com/docs/driver_download/NXII/linux-1.5.10c.zip unzip linux-1.5.10c.zip cp Server/Linux/Driver/bnx2-1.5.10c.tar.gz /usr/src cd /usr/src tar zxf bnx2-1.5.10c.tar.gz cd bnx2-1.5.10c/src make make install mv /boot/initrd.img-2.6.18-5-xen-amd64 \ /boot/initrd.img-2.6.18-5-xen-amd64.orig update-initramfs -k `uname -r` -c reboot...