Udhcp
Fix – LxNETES 3.2
For FSF CC9U/UNC90
Last Updated: 04/20/07 Fix Count: 1
Title
Address family not supported by protocol error when using udhcp client Case: 1228791
Date Fixed: 04/02/07
DescriptionIf you need the udhcp client on CC9U/UNC90 with LxNETES-3.2, and are getting the error message: Address family not supported by protocol, you need the kernel module af_packet. SolutionTo enable this:· Run xconfig or menuconfig in your build directory
· Check (as static module): Device Drivers -> Networking Support -> Networking Options -> Packet socket
· Save the config
Instead you can also manually change: · linux/.config: CONFIG_PACKET=y
To avoid the problem for newly created projects, change the following line in your installation: In the file: LxNETES-3.2/etc/kernel-config-unc90dev.inChange# CONFIG_PACKET is not set to
CONFIG_PACKET=y_____________________________________________________________________________________________________
Files: None
Special Instructions
Dependencies
This patch also requires the installation of the following patch(es):
None