LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 10-12-2007, 05:49 PM   #1
Jason21
LQ Newbie
 
Registered: Jul 2007
Location: Athens, Greece
Distribution: Ubuntu 7.10
Posts: 28

Rep: Reputation: 15
SUSE won't connect to the internet.


Howdy people. I have a problem regarding my laptop's internet connection. I have connected to numerous wireless networks and, as of today, tried an ethernet wired connection. The problem is that even though my laptop detects the networks and actually connects to them, I can't connect to the internet, either through firefox or konqueror. I also sent the laptop to the store I bought it from so that it could be checked for hardware problems, but it appears to be fine as far as hardware goes.

I run SUSE 10.2 32 bit. What could a solution to my problem be?
 
Old 10-12-2007, 07:03 PM   #2
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
Click on "Applications" then on the tab "Computer" then to the top and click on YaST. Once you have entered your password click on "network devices" in the left panel and the right panel will give you your options. Just click on one of the devices that fit the bill and fill in the blanks.
 
Old 10-13-2007, 06:02 AM   #3
Jason21
LQ Newbie
 
Registered: Jul 2007
Location: Athens, Greece
Distribution: Ubuntu 7.10
Posts: 28

Original Poster
Rep: Reputation: 15
Yes, I forgot to say that I have already done that. In the network card window the system detects an ethernet controller, with a DHCP IP Address, and a wireless 3945ABG Network connection, with a fixed ip address. The problem is that both controllers are configured the way they were in the beginning. I used to connect to the internet wirelessly, and then one day I went to a friend's appartment and he started fiddling with my laptop's wireless connection so that I could be given access to his wireless network, and after that day I haven't been able to connect to any network. I visited the network card window a few times ever since and believe I've set everything back to its default value, yet I can't be 100% sure, so is there a way I can return the system to its default condition or something like that?

My jackass friend claims to be a SUSE expert. If this has something to do with the values he fed my system then he's gonna get SO pwnt.

Last edited by Jason21; 10-13-2007 at 06:04 AM.
 
Old 10-13-2007, 07:43 AM   #4
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
You may think you have it set to original settings but apparently not. I can't help you much beyond here, I have to stumble through mine every time I change to another network. I know them friends can get you into trouble at times but they are a true friend if after you get this fixed you can sit down with him and laugh about it. Just don't let him touch your computer again.

Last edited by Larry Webb; 10-13-2007 at 07:48 AM.
 
Old 10-13-2007, 07:55 AM   #5
The_JinJ
Member
 
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299

Rep: Reputation: 30
To remove all the settings go into Yast, Network Card, select the card you need and hit delete - this will remove the configuration set for it. Also check the settings in Hostname/DNS and Routing.
Once clear you can reenter the config as it was before.

It may be the route that's changed or DNS missing? Can you ping external IP's? Try this

Code:
host www.google.com
Code:
ping 66.249.93.99
 
Old 10-13-2007, 07:55 AM   #6
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
If you have the hwinfo utility installed, run /usr/sbin/hwinfo --netcard. The output should identify the card(s) and whether or not the drivers are loaded. The output names the required driver(s), and the command to load them (modprobe is prefered).

You 'friend' may have changed the modules.conf file such that the driver for the wired ethernet card is not loading.
 
Old 10-13-2007, 08:44 AM   #7
Jason21
LQ Newbie
 
Registered: Jul 2007
Location: Athens, Greece
Distribution: Ubuntu 7.10
Posts: 28

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by The_JinJ View Post
To remove all the settings go into Yast, Network Card, select the card you need and hit delete - this will remove the configuration set for it.
Hm... Wouldn't this kind of.. uninstall my network card?

Quote:
Also check the settings in Hostname/DNS and Routing.
I have checked all those, it all seems in order. To my knowledge.
 
Old 10-13-2007, 08:49 AM   #8
The_JinJ
Member
 
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299

Rep: Reputation: 30
It doesn't remove the card - just the config.
What was the result of the host and ping commands?
 
Old 10-13-2007, 10:24 AM   #9
Jason21
LQ Newbie
 
Registered: Jul 2007
Location: Athens, Greece
Distribution: Ubuntu 7.10
Posts: 28

Original Poster
Rep: Reputation: 15
I found an unprotected wireless network in my neighbourhood and typed the commands.

The host command did not work, because it said that the server could not be reached.

The ping command, however, is still working. It's telling me that it's transferring 64 bytes from that ip address, and then icmp_seq=0, icmp_seq=2, icmp_seq=3 etc. Then ttl=some kind of numerical value, and then a time value in miliseconds. This process has been dragging on and on, but I'm wise enough to let it finish.

Edit: This really isn't gonna stop anytime soon, is it?

Last edited by Jason21; 10-13-2007 at 10:57 AM.
 
Old 10-14-2007, 08:09 AM   #10
The_JinJ
Member
 
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299

Rep: Reputation: 30
CTRL + C will kill that off

DNS may need re entered - In Yast make sure the DNS server is set to your routers IP (if using DHCP from router) or the correct DNS for your ISP

As a test stick 66.249.93.99 in FF's address bar

Last edited by The_JinJ; 10-14-2007 at 08:13 AM.
 
Old 10-15-2007, 10:59 AM   #11
Jason21
LQ Newbie
 
Registered: Jul 2007
Location: Athens, Greece
Distribution: Ubuntu 7.10
Posts: 28

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by The_JinJ View Post
CTRL + C will kill that off

DNS may need re entered - In Yast make sure the DNS server is set to your routers IP (if using DHCP from router) or the correct DNS for your ISP

As a test stick 66.249.93.99 in FF's address bar
Currently, I don't have a wireless/ethernet router of my own, I just find wireless networks in my neighbourhood and connect to them. I plan to change this soon and buy a router of my own, but first I'm gonna need to make sure my laptop connects to the web. Therefore I can't say for sure what the router IP is.

Anyways, it seems that the only way is to delete the configuration and rebuild from scrap. What must I be careful to type?
 
Old 10-15-2007, 04:02 PM   #12
Jason21
LQ Newbie
 
Registered: Jul 2007
Location: Athens, Greece
Distribution: Ubuntu 7.10
Posts: 28

Original Poster
Rep: Reputation: 15
Bumping this because I need responses... =/
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Can't connect to the internet Suse 10.0 boydasilva SUSE / openSUSE 4 12-17-2006 06:49 PM
can't connect suse 8.* to the Internet batuzai Linux - General 4 12-07-2006 04:42 PM
SUSE--Can't connect to the internet cartwright Linux - Newbie 18 12-03-2005 05:35 PM
how do I connect to Internet with suse 9.2 lescox Linux - Newbie 1 08-02-2005 02:28 AM
HELP!!! can't connect to the internet w/ SuSE msh81 Linux - Networking 1 06-19-2003 04:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:51 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