We are trying to image new student PCs up to an image server using a Suse Linux imaging CD (newest Novell Zenworks imaging ISO available - 10.0.03) and are hitting a snag using an Intel 82566DC-2 Gb NIC.
The latest Novell ISO CD does not have the freakin' drivers compiled for this particular NIC, so we cannot connect to the imaging server on the same subnet to dump the image onto it. Does anybody have the capability to compile this particular driver for me so that we can get some work done ??
I have downloaded the Linux driver, but obviously cannot compile it, so hopefully somebody has the Linux knowledge to help me out.
Linky:
http://downloadcenter.intel.com/Deta...stems&lang=eng
What I'm looking for will be something like this:
# tar zxvf e1000-abc.tar.gz
# cd e1000-abc/src
# make install
# chmod 744 /lib/modules/kernel-xyz/drivers/net/e1000/e1000.ko
This one is obviously a hardcore geek endeavor, so I won't be surprised to see the thread die off, but luckily the vendor we have has a guy that is trying to compile it for us as well. Obviously, he's quite busy now, so I was hoping to have it sooner rather than later.
The latest Novell ISO CD does not have the freakin' drivers compiled for this particular NIC, so we cannot connect to the imaging server on the same subnet to dump the image onto it. Does anybody have the capability to compile this particular driver for me so that we can get some work done ??
I have downloaded the Linux driver, but obviously cannot compile it, so hopefully somebody has the Linux knowledge to help me out.
Linky:
http://downloadcenter.intel.com/Deta...stems&lang=eng
What I'm looking for will be something like this:
# tar zxvf e1000-abc.tar.gz
# cd e1000-abc/src
# make install
# chmod 744 /lib/modules/kernel-xyz/drivers/net/e1000/e1000.ko
This one is obviously a hardcore geek endeavor, so I won't be surprised to see the thread die off, but luckily the vendor we have has a guy that is trying to compile it for us as well. Obviously, he's quite busy now, so I was hoping to have it sooner rather than later.
Comment