-----Oprindelig meddelelse----- Fra: lfs-support-boun...@linuxfromscratch.org [mailto:lfs-support-boun...@linuxfromscratch.org] På vegne af Alice Wonder Sendt: 7. april 2013 10:51 Til: lfs-support@linuxfromscratch.org Emne: [lfs-support] 7.3 book 7.2.1 - network interfaces
Build Host: Fedora 18 64-bit Hardware: Home Built, Asus P8Z68-V Pro/Gen3 It has on-board ethernet and a wireless PCI card I installed. I've never tested the onboard ethernet but it is seen by Fedora, though noted Cable Unplugged. That is going to be the normal connection. When I cat the udev 70-persistent-net.rules - only the wlan0 interface is there, there is not an ethernet device there. Is that just because there is not a cable detected or is there a problem? Thanks for suggestions -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page Hi Alice, Have you followed the section 7.3. Customizing the /etc/hosts File ? You will need to set up a 'hosts' file where you list the parameters for your card(s). Here is a copy of mine, hope that can give you an idea how to make this: # Begin /etc/hosts (network card version) 127.0.0.1 localhost localhost 192.168.0.100 lfs.example.org lfs # End /etc/hosts (network card version) Note that you wil have to assgn a static IP address at this point, since you have not installed DHCP (that will come in BLFS) Niels -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page