LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-28-2003, 03:51 PM   #1
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Rep: Reputation: 45
Network problems


I've searched through a fair number of threads here for research, but nothing I've seen has helped much.
I'm a semi-n00b, nearly a complete n00b for Linux, started with RH7.2, then used 7.3 for a few more days consistantly, but then dropped it. I dropped it because my network wouldn't work properly.
Now I have Slackware(I think 8.1, but could be older, I might upgrade if I figure out how to fix this problem since it seems to be a whole Linux problem...), and after quite a bit of time, I fixed my LILO instillation problems and found out by searching these boards how to temporarily fix my Virtual desktop problem of always having to scroll the complete desktop. But now I've worked my way to my network problem, and this has me stumped...

I'm running Linux on a P1 200mhz computer, and most things seem to be right if I do one test or another. When checking my hardware during the install, Slackware's installer recognized my model of my ethernet card, but when I ran lspci, it didn't give out a model name or number for the Ethernet Controller, like it should(In fact, it didn't give out names or model numbers for any of the devices/controllers...)
When trying to use Mozilla or Netscape, I get the standard "Could not connect..." page. So I thought, "Hmm, this is acting like Win98..." So then I tried pinging my computer with Linux from a WinXP computer, and that responded. So then I tried pinging some computers from my Linux machine. It pinged, all right. It didn't stop while I watched it either, went over 30 pings, then I rebooted it with the ALT+Control+Del command. Well, the computers seem to see each other there on a ping level because I tried pinging an empty IP address for my network while on my XP machine, and that didn't get any responce. So here are my stats for my network>
Linksys 4 port router/switch
1.7GHz P4 w/ WinXP
2.5GHz P4 w/ WinXP
200MHz P1MMX w/ Slackware8.1(? for version, but sure of distribution)

For my Linux computer>
IP Address 192.168.1.102
Subnet Mask 255.255.255.0
Default Gateway 192.168.1.1
(Not entered, but for the network on the other computers it says DNS Suffix: mn.rr.com)

As I said before, it pings the other computers well enough(just doesn't know when to stop when I used the command "ping 192.168.1.100")

Any and all help would be appreciated.
 
Old 04-28-2003, 03:58 PM   #2
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Original Poster
Rep: Reputation: 45
Followup:

I typed in my computer's(linux) IP address(192.168.1.102) for the address bar for my WinXP computer's browser and I got the Appache Server prompt page saying that Appache is installed on that computer, so I know it can see over the network. I just tried from that computer to use its own IP address for the internet address and got the same page. Then I tried using another computer's ip address(I used both 192.168.1.100 and 192.168.1.101) and got something about how they refused to connect, which was quite different from "Not able to connect to Mozilla.com" or whatever the prompt is....
 
Old 04-28-2003, 04:59 PM   #3
hecresper
Member
 
Registered: Dec 2002
Location: California
Distribution: Slackware & FreeBSD
Posts: 169

Rep: Reputation: 30
per ping's man page, you need to use the -c command line switch:

ping -c2 <IP GOES HERE>

-c2 equals ping that IP two times. i normally ping another IP with 2 or 4. 4 being the default number of ping times in Windows.
 
Old 04-29-2003, 02:54 PM   #4
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Original Poster
Rep: Reputation: 45
Quote:
Originally posted by hecresper
per ping's man page, you need to use the -c command line switch:

ping -c2 <IP GOES HERE>

-c2 equals ping that IP two times. i normally ping another IP with 2 or 4. 4 being the default number of ping times in Windows.
I figured as much once I saw the ping command menu, where all the options are. Still, I don't understand why it works well with the network, but can't get to the internet.... Do I need to get any extra packages for either my router or cable modem since the modem is connected to the router?
 
Old 04-29-2003, 08:09 PM   #5
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Silly question here:

Did you edit /etc/resolv.conf on the slack-box to
point to your ISPs name-server?

What is the output of route? :)

Cheers,
Tink
 
Old 04-29-2003, 08:42 PM   #6
hecresper
Member
 
Registered: Dec 2002
Location: California
Distribution: Slackware & FreeBSD
Posts: 169

Rep: Reputation: 30
Quote:
Originally posted by Tinkster
Silly question here:

Did you edit /etc/resolv.conf on the slack-box to
point to your ISPs name-server?

What is the output of route?

Cheers,
Tink
Bingo! That's it. If using DHCP, there's no need to tinker with /etc/resolv.conf but since you gave it a static IP, you have to edit /etc/resolv.conf and add the DNS server IPs in there. Tinkster nailed it.

/etc/resolv.conf:

# Primary DNS
nameserver <1st DNS IP here>
# Secondary DNS
nameserver <2nd DNS IP here>
 
Old 04-30-2003, 04:58 PM   #7
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Original Poster
Rep: Reputation: 45
What if I don't know what my IP number is for m DNS server? When I type IPConfig for my windows machines, it says:
"Connection-specific DNS Suffix . : mn.rr.com", and when I try to ping mn.rr.com, it says "Ping request could not find host mn.rr.com. Please check the name and try again."
Or would it be my router? Jeese, how did Windows set it up so easily???
 
Old 04-30-2003, 05:39 PM   #8
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Original Poster
Rep: Reputation: 45
I fixed it! Haha! It's so nice to be running something other than Windows and get it to access the internet! I checked my other machines, found out their DNS addresses, but then I also saw that Dhcp was enabled on them, so I enabled it on my computer and now it works! In fact, I'm using this wonderful*shakes head* P1 200mhz computer right now! All that I could wish for now for the computer is a better keyboard, larger monitor, and my soundcard to work....
That, and to figure out how to get the wheel on my mouse to work. Anyone know what I have to have my mouse settings at? Right now it's set at the generic 2-button mouse...
 
Old 04-30-2003, 05:47 PM   #9
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Section "InputDevice"
Option "ZAxisMapping" "4 5"

Add the option line to your Mouse's InputDevice
section in /etc/X11/XF86Config


Cheers,
Tink
 
Old 04-30-2003, 08:21 PM   #10
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Original Poster
Rep: Reputation: 45
Is there a way to make the wheel scroll more? Would it be changing the numbers from "4 5" to "5 6" or "6 7"?
 
Old 04-30-2003, 08:43 PM   #11
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Quote:
Originally posted by r_jensen11
Is there a way to make the wheel scroll more?
Yes.

Quote:
Originally posted by r_jensen11
Would it be changing the numbers from "4 5" to "5 6" or "6 7"?
No. You only change these numbers if you have extra buttons you want to use.

In KDE you can adjust the scroll rate in Kcontrol, other DE's may have the same option, and mozilla has an option to set the scroll rate or use system settings.
 
Old 05-01-2003, 04:26 PM   #12
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Original Poster
Rep: Reputation: 45
What about pressing down on the mouse wheel to use it like a button, so it lets you scroll by moving hte mouse instead of the wheel?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Boggling network problems - anyone a master network troubleshooter? drgowans Linux - Networking 4 12-30-2005 03:00 AM
Network problems gheorghe_pop Linux - Networking 1 03-14-2005 01:14 AM
network problems LLS Linux - Hardware 11 12-13-2004 06:46 PM
Network speed problems on 15 user network to broadband wireless router AntWarrior Linux - Wireless Networking 2 12-02-2004 11:05 AM
Network problems gyodai Slackware 5 05-14-2004 05:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration