LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 11-20-2007, 09:19 PM   #1
whitemagicwizard
LQ Newbie
 
Registered: Nov 2007
Posts: 4

Rep: Reputation: 0
Cannot connect to network/internet


Hi, I just instaled Sabayon Linux on my HP Pavilion dv6000 and everything on it work excelent except for the wireless or ethernet network and cannot make it work, can someone tell me what I can try to make it work? Thanks a lot.
 
Old 11-20-2007, 09:29 PM   #2
jonwatson
Member
 
Registered: Jun 2004
Location: Nova Scotia, Canada!
Distribution: Ubuntu
Posts: 170

Rep: Reputation: 30
Do neither the wired nor wireless work or just the wireless?

It's not unusual to have problems with wireless cards in Linux, but in general wired connections work well right out of the box. Assuming you have problems with your wired connection, are you sure that the connection you're hooking up to works to begin with?

If you post the results of 'ifconfig' and 'iwconfig' here we may be able to help you more.
 
Old 11-21-2007, 06:49 AM   #3
whitemagicwizard
LQ Newbie
 
Registered: Nov 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jonwatson View Post
Do neither the wired nor wireless work or just the wireless?

It's not unusual to have problems with wireless cards in Linux, but in general wired connections work well right out of the box. Assuming you have problems with your wired connection, are you sure that the connection you're hooking up to works to begin with?

If you post the results of 'ifconfig' and 'iwconfig' here we may be able to help you more.
ok, im really new to this Linux OS and I don't know almost anything, where I should put that ifconfig and iwconfig??? In Konsole?
 
Old 11-21-2007, 07:33 AM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally Posted by whitemagicwizard View Post
ok, im really new to this Linux OS and I don't know almost anything, where I should put that ifconfig and iwconfig??? In Konsole?
It would be a command you run in a terminal or the console. You'll need to be root to execute any changes for those commands but a regular user should be able to run them alone to view the output. Most of the time they are located in /sbin which might not be in your users path.

So try to find a xterm, terminal or if in KDE I think it's konsole program. This will open what looks like a Windows DOS prompt and that's where you'll type those commands. If it can't find it, try using the full path:

/sbin/ifconfig

or

/sbin/iwconfig

And ignore that asswipe crsn263, he keeps it up by making fun of people, he'll find himself banned forever.
 
Old 11-21-2007, 08:35 AM   #5
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Originally Posted by whitemagicwizard View Post
ok, im really new to this Linux OS and I don't know almost anything, where I should put that ifconfig and iwconfig??? In Konsole?
You can use a terminal with your window manager. Just open a terminal then while in the terminal type su, this will prompt you for the root password. Once you become root you can issue the 'ifconfig' or 'iwconfig' commands to make changes. Be sure to 'man ifconfig' and 'man iwconfig' to get a good understanding of the commands. Man is your friend!

Code:
Network general static IP setup, do as root from cli;

~#ifconfig -a                      #get recognized devices
~#ifconfig eth0 192.168.0.10       #set to a available IP
~#route add default gw 192.168.0.1 #set to your gateway
~#route -n                         #show the route table
~#ifconfig eth0 up                 #should be up already
~#ping 192.168.0.1                 #ping your gateway
~#ping 208.69.32.130               #google.com IP
~#ping google.com                  #test DNS, if fail then
                                   #check /etc/resolv.conf

You should have your '/etc/resolv.conf' setup with your 'ISP DNS' nameservers. You could use a third level DNS from Verizon;

4.2.2.1
4.2.2.2
4.2.2.3
4.2.2.4

Just place one or all into your '/etc/resolv.conf' file. I use these as a means of DNS backup.
Of course the static IP should be set to your IP range(s). I'm not sure about your local needs as you didn't provide enough information.
 
Old 11-21-2007, 08:44 AM   #6
whitemagicwizard
LQ Newbie
 
Registered: Nov 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jonwatson View Post
Do neither the wired nor wireless work or just the wireless?

It's not unusual to have problems with wireless cards in Linux, but in general wired connections work well right out of the box. Assuming you have problems with your wired connection, are you sure that the connection you're hooking up to works to begin with?

If you post the results of 'ifconfig' and 'iwconfig' here we may be able to help you more.
Nor the wireless, and nor the ethernet works, im currently on Windows Vista and both works fine, so the peripherals are working fine, im just havving problems making them to work..... I will post the results of ifconfig and iwconfig.
 
  


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
in the network but can't connect to the internet Ingres Linux - Networking 1 06-16-2007 07:21 AM
Creating a network, then connect to internet Developer Beaud Linux - Networking 4 07-07-2005 10:32 PM
Connect to internet through network kiteguy101 Linux - Newbie 1 10-22-2004 04:10 PM
Can't connect to Network/Internet with Mandrake 9.1 ttung Linux - General 9 04-12-2004 10:01 PM
how to connect to internet through network matt_w_lambert Linux - Networking 4 02-10-2004 09:55 PM

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

All times are GMT -5. The time now is 04:59 AM.

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