LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 08-29-2006, 09:55 PM   #1
guoheng
LQ Newbie
 
Registered: Aug 2006
Posts: 1

Rep: Reputation: 0
no wireless internet connection


I installed Mandriva 2006. It detected my USB wireless adapter. I entered ESSID and Key in MC. But I still got no connection. Here is the output of iwconfig and ifconfig:

output of iwconfig:

wlan0 IEEE 802.11-DS ESSID:"WEI" Nickname:"WEI"
Mode:Auto Frequency:2.462 GHz Access Point: 00:00:00:00:00:00
Bit Rate:2 Mb/s Tx-Power:2346 dBm
Retry min limit:8 RTS thrff Fragment thrff
Link Quality=0/92 Signal level=-69 dBm Noise level=-90 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0



output of ifconfig:

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2010 errors:0 dropped:0 overruns:0 frame:0
TX packets:2010 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:116012 (113.2 KiB) TX bytes:116012 (113.2 KiB)

wlan0 Link encap:Ethernet HWaddr 00:0B:6B:11:0F:E8
inet6 addr: fe80::20b:6bff:fe11:fe8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:5630 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

wlan0:9 Link encap:Ethernet HWaddr 00:0B:6B:11:0F:E8
inet addr:127.255.255.255 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1


Can anyone help me?
 
Old 09-09-2006, 01:45 PM   #2
Pagoda Gift Shop
LQ Newbie
 
Registered: Sep 2006
Posts: 7

Rep: Reputation: 0
You need to run DHCP in order for your machine to receive a valid IP address. You seem to be on the right track. Try typing "dhclient wlan0". I use dhclient, but I think there are other DHCP commands out there. After that, you should be connected (assuming the key is correct and everything).
 
Old 09-12-2006, 07:48 PM   #3
grilledsalad
Member
 
Registered: Sep 2003
Posts: 42

Rep: Reputation: 15
Doesn't look like your wireless card picked up your AP for sure, doesn't have a MAC address for it. Do you have an arp entry for it? (type arp -a). Do you have a default gateway listed in netstat -ar? Try to ping 192.168.1.1 (or whatever your access point's address is) and check the arp table again. See if anything changed.

This was the easy part of my configuration. I'm not too much help. Once I got linux to play nice with the wireless adapter (which wasn't easy for me), it found the AP fine. DHCP does seem to be not happening here. Try searching your /var/log/messages file for anything having to do with that and pasting it up here for someone to interpret. Here's mine, look for something similar. You didn't at any point configure your computer to not get a dynamic IP address did you? My installation used a dhcp client by default.


Sep 12 07:06:11 mullet kernel: 3rdparty/at76c503a/at76c503.c: $Id: at76c503.c,v 1.72 2004/10/19 20:45:25 jal2 Exp $ compiled Jun 27 2005 23:12:58
Sep 12 07:06:11 mullet kernel: 3rdparty/at76c503a/at76c503.c: firmware version 1.101.4 #84 (fcs_len 4)
Sep 12 07:06:11 mullet kernel: 3rdparty/at76c503a/at76c503.c: device's MAC 00:0c:41:09:83:89, regulatory domain FCC (U.S) (id 16)
Sep 12 07:06:11 mullet kernel: 3rdparty/at76c503a/at76c503.c: registered wlan0
Sep 12 07:06:13 mullet dhclient: sit0: unknown hardware address type 776
Sep 12 07:06:14 mullet dhclient: sit0: unknown hardware address type 776
Sep 12 07:06:14 mullet dhclient: DHCPREQUEST on wlan0 to 255.255.255.255 port 67
Sep 12 07:06:18 mullet dhclient: DHCPREQUEST on wlan0 to 255.255.255.255 port 67
Sep 12 07:06:18 mullet dhclient: DHCPACK from 192.168.1.1
Sep 12 07:06:18 mullet dhclient: bound to 192.168.1.101 -- renewal in 32605 seconds.



Good luck
 
Old 09-18-2006, 08:21 AM   #4
Emmanuel_uk
Senior Member
 
Registered: Nov 2004
Distribution: Mandriva mostly, vector 5.1, tried many.Suse gone from HD because bad Novell/Zinblows agreement
Posts: 1,606

Rep: Reputation: 53
Quote:
wlan0:9
You also have the interface aliased, that is like you had 2 wlan0.

You can try kwifimanager and drakconf to configure the interface wlan
Poste route -n as well
Also think you have a dhcp problem
No expert at this game, you may want to ask your post to be
moved to networking if you cannot solve the issue in ~2 weeks
with other contributors to the thread

As a side note, welcome to LQ
It would help if you were precise on the USB device used
and posted relevant bits of the /var/log/syslog that
proove that the right driver is used for the card
 
  


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 card..Wireless router.. Slackware 10.2 ..Problems with Internet Connection. Storm Bringer Linux - Wireless Networking 4 03-23-2006 06:25 AM
have wireless connection but no internet kelloggfan Linux - Wireless Networking 1 12-19-2004 01:54 PM
Trying to get to the internet through a wireless connection drethenerd Linux - Wireless Networking 16 08-16-2004 10:34 PM
Can't get wireless internet connection tfjell Linux - Wireless Networking 1 07-08-2004 11:28 AM

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

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