Results 1 to 3 of 3
Hi
i have redhat EL desktop 4.6 version.For tftp i want to add rtl8102 nic drivers
in initrd.img, for redhat desktop. i am new one in linux so if somebody
...
- 12-19-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 2
adding realtek rtl8102 nic card in initrd.img
Hi
i have redhat EL desktop 4.6 version.For tftp i want to add rtl8102 nic drivers
in initrd.img, for redhat desktop. i am new one in linux so if somebody
write step by step configuration for extracting initrd , adding nic and make again initrd.img and vmlinuz.
Thanks for help
- 12-19-2009 #2Just Joined!
- Join Date
- Jul 2006
- Posts
- 6
You simply need to recompile the kernel with a added support for rtl8102 nic drivers then update the modules inside the initrd.img.
To update the modules inside initrd.img, you'll need to extract it first then copy new files or replace files in lib/modules/. After updating the files, you'll then have to create a new initrd.
# extract:
# create:Code:mkdir temp; cd temp zcat ../initrd.img | while cpio -i; do:; done
i'm not sure if it's '-H bin'. please just try.Code:ls -1 | sort | cpio --create -H bin | gzip -c > ../initrd-new.img
- 12-22-2009 #3Just Joined!
- Join Date
- Dec 2009
- Posts
- 2
it did not work bro


Reply With Quote
