Network Problems with Slackware 9.1 and VIA Compatible Fast Ethernet Adapter
SlackwareThis Forum is for the discussion of Slackware Linux.
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.
Network Problems with Slackware 9.1 and VIA Compatible Fast Ethernet Adapter
I have to do this from Windows because Slackware decided not to see my network. I can log into the router fine, but I don't know what to do otherwise. I set everything up as well as I could (sorry I'm not good at this, RH9 and FC2 automatically detected the network), like having everything as close to Windows networking as possible. Is there any way to view the network connections and/or modify their values without reinstalling Slackware?
PS: Is there any way to change the display driver in Slackware?
bash-2.05b# netconfig
will get it setup just fine. To view your connection try
bash-2.05b# ifconfig
and alternately add the nic, such as
bash-2.05b# ifconfig eth0
or
bash-2.05b# ifconfig eth1
What is the make and model of your motherboard? Your nic may not be recognized. Can you post the output of
bash-2.05b# lspci
To the display driver: Well, in Fedora Core 2 and Redhat 9, there was a screen where I could change the driver that is loaded for my video card. I was just wondering if there was something like that in Slackware.
Originally posted by Hell Cheese To the display driver: Well, in Fedora Core 2 and Redhat 9, there was a screen where I could change the driver that is loaded for my video card. I was just wondering if there was something like that in Slackware.
Hope this works.
Not a gui - you actually have to
(1) install the driver if it's not already installed
(2) edit /etc/X11/XF86Config
Cheese what you are doing is trying to make what you have learned in windoze fit into linux. Companies like Redhat are producing products that make some things look the same as windows. Such as a "install new video driver" box. This is NOT the nix way of doing things. If you want to really understand your system make the linux documentation project your friend.
What you learned to do in windoze is really only applicable in windoze. Linux is not windows. It has a much better way of doing things Learn how to use linux as linux not as windows. If you do this all the girls will love you, you will make lots more money and live a long and happy life.
Originally posted by Joseph_M If you do this all the girls will love you, you will make lots more money and live a long and happy life.
I definitely want girls, But I was just taking the network stuff (like the gateway, what IP I'm supposed to be, etc), and didn't think that that would be a problem.
What does yours say? Can you ping any of the name servers in your resolv.conf file? can you ping 66.94.230.37, this is www.yahoo.com or one of them at least. And just to touch all the bases, what is the output from route? I am looking here to see if you have route to your gateway.
Originally posted by Hell Cheese Heh. I just had to fill in the nameservers (which I figured out was DNS), and now it works. Thanks for all of the help, I appreciate it.
Dude,
I just gotta ask...what's up with that nick? Whatzit mean?
Just got my router back from the shop - supposedly repaired - it got
toasted when I flashed the bios - we'll see - I got a new ISP and will
have to get the nameservers for them.
The name spawned about 5 years ago on Battle.net. It doesn't mean anything at all. But.......... I don't plan on switching ISPs any time soon (Verizon's package is decent enough, but hey, I'm not paying, my parents are), and I don't do enough to fry anything.
Originally posted by Hell Cheese Heh. I just had to fill in the nameservers (which I figured out was DNS), and now it works. Thanks for all of the help, I appreciate it.
I thought that might be the case. That's why I gave you my resolve.conf.
By the way how did you get the name servers? It's cool to use the ones I have in my resolve.conf but they might change. If they do you will be SOL.
Even though you are up and running now I don't think the problem is solved. Take a look in /etc/dhcpc at the file that matches your ethernet device. Mine is /etc/dhcpc/dhcpcd-eth0.info. Here is what mine looks like:
IPADDR=192.168.1.18
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
GATEWAY=192.168.1.1
DOMAIN='attbi.com'
DNS=216.148.227.68,204.127.202.4
DHCPSID=192.168.1.1
DHCPGIADDR=0.0.0.0
DHCPSIADDR=192.168.1.1
DHCPCHADDR=xxxxxx # you don't need to see this part
DHCPSHADDR=xxxxxx
DHCPSNAME=''
LEASETIME=7200
RENEWALTIME=3600
REBINDTIME=6300
INTERFACE='eth0'
CLASSID='Linux 2.6.2 i686'
CLIENTID=xxxxx
Notice the DNS part. Does your file have this? If so then there is a problem with your dhcp client. It should have updated your resolv.conf file. If it's not there then there is a problem with your router. It should have given the dhcp client the information.
Originally posted by Hell Cheese I don't have the file that you mentioned (I have the same thing, but with an EXE extension), but thanks for ruining my short-lived fun.
Don't worry the fun is just beginning.
I think there is some sort of problem with your dhcp client. Here is a list of the files that I have in /etc/dhcpc
-rw------- 1 root root 136 Jun 7 11:49 dhcpcd-eth0.cache
-rwxr-x--- 1 root root 61 Jan 28 2003 dhcpcd-eth0.exe*
-rw-r--r-- 1 root root 410 Jun 7 11:49 dhcpcd-eth0.info
-rw-r--r-- 1 root root 410 Jun 6 23:09 dhcpcd-eth0.info.old
-rw-r--r-- 1 root root 3 Jun 7 11:49 dhcpcd-eth0.pid
Could you post /etc/rc.d/rc.inet1.conf? This will show how your ethernet device is setup.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.