LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 01-24-2005, 10:14 AM   #1
RU63
LQ Newbie
 
Registered: Nov 2004
Location: UK
Distribution: Ubuntu 4.10
Posts: 24

Rep: Reputation: 15
Wireless connected but not ????


I have signal strength of 100% , My wireless connect light is on... When i type iwconfig eth1 it reads my router. But i get no internet. I have ipw2100 installed with the firmware...

Does anyone know what is wrong? I thought my antenna might be broken but it reads my router... could it be a kernal thing?

ACER TRAVELMATE 290
centrino chip
Ubuntu
 
Old 01-24-2005, 10:27 AM   #2
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
Quote:
get no internet
is not descriptive enough.

Ususally 'get no internet' means 'i did not setup DNS correctly'

Try 1) ping google.com
2) ping 216.239.57.99

-- if you get no response from 1, but you do get response from 2, then you need DNS.

moving on... what do you mean by 'it reads my router' -- do you have ip... or does it just see your router's broadcast ID?
 
Old 01-24-2005, 12:31 PM   #3
RU63
LQ Newbie
 
Registered: Nov 2004
Location: UK
Distribution: Ubuntu 4.10
Posts: 24

Original Poster
Rep: Reputation: 15
ok.. i got no response from the first one but i got a response from the second one.

What do i do to get DNS?

when i type: iwconfig eth1
this is what i get;
$ iwconfig eth1
eth1 IEEE 802.11b ESSID:"belkin54g" Nickname:"ipw2100"
Mode:Managed Channel:11 Access Point: 00:30:F12:A1:97
Bit Rate=11Mb/s Tx-Powerff
Retryn RTS thrff Fragment thrff
Power Managementff
Link Quality=100/100 Signal level=-38 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:55 Missed beacon:0
 
Old 01-24-2005, 12:48 PM   #4
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
1) turn smilies off in threads

2) ubuntu is based on debian, so i'll assume their documentation is relevant, and therefore you need:

edit the file /etc/resolv.conf
add lines in the manner:
Code:
nameserver 192.168.1.1
where the IP is the correct IP of your nameserver(s)

which brings to: don't know your nameservers? get onto your router's status page and look there.

edit: here's more than you probably want to read:
http://www.tldp.org/HOWTO/NET3-4-HOWTO-5.html#ss5.5

Last edited by secesh; 01-24-2005 at 12:52 PM.
 
Old 01-24-2005, 01:11 PM   #5
leosgb
Member
 
Registered: Nov 2004
Location: Brazil
Distribution: Gentoo
Posts: 363

Rep: Reputation: 31
I am trying the same thing here but i have no response at all. I dont even know where to start here. if i type: iwconfig it returns to me that there are no wireless extensions. My dlink card has its "link" led blinking but the activity led is off all the time. Do i need to download something else and have it transfered to my other laptop so i can use it? With windows the wireless card works well... I am installing it on a 2.6.5 kernel. Thanks for any help.
 
Old 01-24-2005, 01:25 PM   #6
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
no wireless extensions is another problem -- you need a new kernel... one with wireless extensions.

do you know how to compile a kernel?


does someone else know where he could find the proper kernel via yum?


edit: i should really break my habit of just skimming...

you have 2.6.5 on FC1... i assume you compiled this yourself? go back and put in wireless support...

Last edited by secesh; 01-24-2005 at 01:26 PM.
 
Old 01-24-2005, 01:35 PM   #7
leosgb
Member
 
Registered: Nov 2004
Location: Brazil
Distribution: Gentoo
Posts: 363

Rep: Reputation: 31
Is it a question of kernel compilation? This kernel is supposed to have wireless support already but if you say so i would do it. Maybe fedora core 3 would do it? I could download it and have it installed here.

The point is that i have a blinking led and when i am installing the system i get to choose a pcmcia wireless device but it just doenst work here. Maybe it is a matter of downloading files from linux-wlan.org?

I would rather use this kernel version because it is already installed here and i have all cdroms avaiable. But if it is best to redo it...

Thanks for your reply.
 
Old 01-24-2005, 01:38 PM   #8
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
Try dhcpcd wlan0. From the looks of your iwconfig has the access point. I had the same problem and dhcpcd worked for me.
 
Old 01-24-2005, 02:03 PM   #9
leosgb
Member
 
Registered: Nov 2004
Location: Brazil
Distribution: Gentoo
Posts: 363

Rep: Reputation: 31
It didnt work. I keep getting "network is unreachable" when i ping and "no wireless extensions" when i iwconfig. If i ifconfig i only get the loopback interface listed.

What am i doing wrong? Am i missing something here?

thanks again,
 
Old 01-24-2005, 02:10 PM   #10
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
how bout using ndiswrapper with the .inf file? if already installed and present, modprobe ndiswrapper.


maybe first try: dhcpcd eth0 , you didn't specify if iwconfig sees eth0 or wlan0
 
Old 01-24-2005, 02:15 PM   #11
leosgb
Member
 
Registered: Nov 2004
Location: Brazil
Distribution: Gentoo
Posts: 363

Rep: Reputation: 31
I dont have ndiswrapper installed here. And it is not present in my apt-cache so i have to wait for my brother to come back with his flashdrive so i can use it to transfer files from one computer to the other. Where would i find ndiswrapper to download?

Regarding iwconfig it just doenst see any interface there! I am surprised that the card leds blinks (link led) but it is not listed in iwconfig. For me it means that a driver is missing or something like that. What network setup GUI sould i have? Is there any text based?
 
Old 01-24-2005, 09:09 PM   #12
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
ndiswrapper.sf.net for ndiswrapper.
anything eth0 or wlan0 in ifconfig?
 
Old 01-25-2005, 04:32 AM   #13
RU63
LQ Newbie
 
Registered: Nov 2004
Location: UK
Distribution: Ubuntu 4.10
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by secesh
1) turn smilies off in threads

2) ubuntu is based on debian, so i'll assume their documentation is relevant, and therefore you need:

edit the file /etc/resolv.conf
add lines in the manner:
Code:
nameserver 192.168.1.1
where the IP is the correct IP of your nameserver(s)

which brings to: don't know your nameservers? get onto your router's status page and look there.

edit: here's more than you probably want to read:
http://www.tldp.org/HOWTO/NET3-4-HOWTO-5.html#ss5.5
OK, the nameserver was already in there...

I have found a thread the talks about my problem... It seems that my problem is that I have eth1(wireless) and eth0 (what i am usung now).

I am not too sure.. does this sound right? I am currently looking into changing the eth1 to a wlan0, if it is possible...

BTW.. thanks for the link.. i bookmarked it for further study
 
Old 01-25-2005, 04:56 AM   #14
RU63
LQ Newbie
 
Registered: Nov 2004
Location: UK
Distribution: Ubuntu 4.10
Posts: 24

Original Poster
Rep: Reputation: 15
I AM ON WIRELESS!!!! but,

Ok.. i firgured it out..

it was the eth0 and eth1 thing. so i went into:

/etc/network/interfaces

This is what was listed:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 net dhcp

So i edited the file and changed the, eth0 to eth1. Then rebooted... now i am on wireless...however I would like to have both still listed.. does anyone know to so this so it works..???

Rock on,
 
Old 01-25-2005, 08:59 AM   #15
RU63
LQ Newbie
 
Registered: Nov 2004
Location: UK
Distribution: Ubuntu 4.10
Posts: 24

Original Poster
Rep: Reputation: 15
Smile SOLVED!!!

ok.. all i did was:

Computer > System Configuration > Networking

Then i added the wireless connection.. and it updated my:
/etc/networki/interfaces

ALl is working fine!

Peace,
 
  


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
Wireless lan connected but no internet XJNick Linux - Wireless Networking 5 08-07-2005 10:35 PM
Wireless connected but no internet Mikesoft Linux - Wireless Networking 2 06-30-2005 05:55 PM
Wireless connected not doesnt work? ginda Linux - Wireless Networking 2 03-23-2005 05:31 AM
Wireless connected but doesnt work? ginda Linux - Wireless Networking 1 03-22-2005 01:10 AM
connected to wireless network but no ip... pAn1k Linux - Wireless Networking 5 01-01-2005 04:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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