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 |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
11-20-2007, 10:19 PM
|
#1
|
LQ Newbie
Registered: Nov 2007
Posts: 4
Rep:
|
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.
|
|
|
11-20-2007, 10:29 PM
|
#2
|
Member
Registered: Jun 2004
Location: Nova Scotia, Canada!
Distribution: Ubuntu
Posts: 170
Rep:
|
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.
|
|
|
11-21-2007, 07:49 AM
|
#3
|
LQ Newbie
Registered: Nov 2007
Posts: 4
Original Poster
Rep:
|
Quote:
Originally Posted by jonwatson
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?
|
|
|
11-21-2007, 08:33 AM
|
#4
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Quote:
Originally Posted by whitemagicwizard
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.
|
|
|
11-21-2007, 09:35 AM
|
#5
|
Moderator
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,971
|
Hi,
Quote:
Originally Posted by whitemagicwizard
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.
|
|
|
11-21-2007, 09:44 AM
|
#6
|
LQ Newbie
Registered: Nov 2007
Posts: 4
Original Poster
Rep:
|
Quote:
Originally Posted by jonwatson
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.
|
|
|
All times are GMT -5. The time now is 05:40 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|