LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Finished on LFS But how to continue in BLFS (https://www.linuxquestions.org/questions/linux-from-scratch-13/finished-on-lfs-but-how-to-continue-in-blfs-666262/)

MajesticX 08-29-2008 05:57 AM

Finished on LFS But how to continue in BLFS
 
Hi everyone
i've done for LFS 6.3 for a month but can anyone tell me how to continue in BLFS.I've try to config eth0 interface but not work anf how me know that my LFS is stable how to check(it is work fine? is it 100% done?)

sharky 08-29-2008 12:27 PM

You've already gotten further than I ever did with LFS. It will boot to a bash prompt?

MajesticX 09-02-2008 04:58 PM

yes is it. but eth0 not work and always got same Error seem like didn't have driver for that device.

FLLinux 09-03-2008 09:56 AM

What do you want to do with BLFS? I have gone through it and was able to install the KDE desktop. If you want i can give you a list of the items in the BLFS that you need to do to get KDE up and running. Takes some time but is not that bad.

Also with eth0 i had to make sure when i was building the kernel that i included the correct network driver for my network card.

weibullguy 09-03-2008 12:27 PM

What, exactly, is the problem you are having with eth0? What have you tried already? What error messages, if any, are you recieving?

emclinux 09-17-2008 07:12 AM

In the new LFS system do the following to get your network working correctly.

rm -v /etc/udev/rules.d/70-persistent-net.rules

This will remove the current net interfaces that you configures with the original host.

/lib/udev/write_net_rules all_interfaces

This will recreate the file for your system correctly.

cat /etc/udev/rules.d/70-persistent-net.rules

now find your network card listed in the file and configure your /etc/sysconfig/network-devices/ to the correct device. Often all you have to do is rename the dirictory that your network config is in then in the /etc/sysconfig/network-devices/ folder do a

./ifup eth#

It should now be working.


All times are GMT -5. The time now is 08:19 AM.