Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have four computers hooked up to a network, one of them Xfce and the rest xp, but I can't seem to figure out any of the tutorials for getting the Xfce internet access. Also, I'm somewhat of a newbie, I just started to use Xfce last Thursday. Any help would be appreciated.
What kind of NIC are you using and is the driver module loaded for it?
you can see what modules are loaded using lsmod.
ifconfig will tell you if the card is being recognized.
Unless you're using a pcmcia NIC, the module will have to be listed in the /etc/init.d/modules.autoload.d file so it is loaded when you boot.
You have to have the correct module loaded to drive your NIC and configure your connection. This means entering the appropriate info into the network config files.
I am not positive where your config files are located in slack, but they are likely, /etc/conf.d/net /etc/resolv.conf /etc/networks
Unless you're using a static IP, you'll also need to have dhcp.
Ok Sycko. Sorry, I thought you may have at least some familiarity with Linux.
1.Open a shell window. (Terminal, xterm, eterm, or whater you have)
type "lsmod" (without the quotes) and hit enter
you'll see a list of what modules are currently loaded. Copy that and paste it in this thread.
2. type in "lspci" and hit enter. This will list pci devices currently installed. Copy that output here as well.
3. now type "dmesg". If it does work, copy the last 10 lines or so here. This is a list of device related messages.
4. now type "rc-update show" this one may or may not so anything. If it does, post output here. This is a listing of what daemons are loaded during start up and when.
Look into your /etc/init.d directory and see if there is a file called net.eth0. If there is, look in /etc/conf.d for a file called net if net is there, open it and copy it's contents here.
This will provide some basic info about your system and it's configuration.
One thing to find out is whether the router you're connected to uses dhcp or a static IP. If it's a static IP you need to know the IP address.
Post what info you can gather and we'll see what we can figure out.
The lsmod, lspci and dmesg worked, but rc-update show didn't work, and well the xfce comp can't get on the internet, thus the thread, and I'm also having trouble copying the files from the terminal into abiword so i can move it onto a disk. How would i know the router is dhcp or static?
Originally posted by Sycko I think I'll just quit while I'm still sane...
To answer Red, I use optimum, and the hub has my dads laptop and his ME comp that i thought was xp but not, then theres mine thats xp and the xfce.
Form what i can make out of what mason said: I'm using a network card thats built into the motherboard. And i didn't understand much after that.
The Linux distribution you are using is Slackware, so refer to your problem as "networking with Slackware". XFCE is just a gui, and others maybe using the same system but diffferent guis, so always use the distro name and version.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.