Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Hi Linux gurus! I've successfully installed slackware linux 10 into our HP PC, I configured the network during the setup and made it DHCP. Now the problem is when I configured its network on the shell with "ifconfig eth0 <ipaddress>... netmask 255.255.255.0" i got an error that says: "eth0: error fetching interface information: Device not found"
The ethernet card of my PC is not in the PCI-interface, and it is built-in to the motherboard.
Please help me configuring my network card and Linux machine's IP configuration...
By the way I'm using slackware 10 and kernel 2.4.26 ... is it still compatible with this bcm 4400 3.0.7-1 version that I downloaded from you the site that u gave me???
hi judge neo and bathory! well i guess ive completed installing the driver by doing the following:
--------------
The following are general guidelines for installing the driver. Refer to
DISTRIB.TXT for additional installation notes for various Linux distributions.
1. Create a directory and extract the files:
tar xvzf bcm4400-<version>.tar.gz
2. Build the driver bcm4400.o as a loadable module for the running kernel:
cd src
make
3. Test the driver by loading it:
insmod bcm4400.o
4. Install the driver and man page:
make install
See RPM instructions above for the location of the installed driver.
5. To configure network protocol and address, refer to various Linux
documentations.
--------------
but there's another problem, when i tried to reboot the machine, i run the command:
Hi! Thanks a lot Peter, my Ethernet card is finally up at boot time! thanks a lot! ur the man! but i still have another question... but its better to have a new thread for this... please take a look at my thread named "DHCP configuration and incoming telnet, ssh"
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.