LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-04-2009, 12:49 AM   #1
amitk
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Rep: Reputation: 0
problem logging into wireless Ububntu 9.10


After installing ubuntu 9.10, wireless hardware is recognized, wireless networks are recognized, but login the networks fail (even when the network was switched to open one). All the connection properties are equal to other computer which successfully conect the network.

how to track the problem caus?
how to fix it?
 
Old 11-06-2009, 03:41 AM   #2
rkski
Member
 
Registered: Jan 2009
Location: Canada
Distribution: CentOS 6.3, Fedora 17
Posts: 247

Rep: Reputation: 51
we need way more info, what model wireless card?, what's the output of ifconfig,iwconfig, etc.
 
Old 11-06-2009, 12:21 PM   #3
amitk
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Original Poster
Rep: Reputation: 0
ifconfig, iwconfig, and lsusb output

following is the output of ifconfig, iwconfig, and lsusb comands.
the wireless adapter is EDimax mode EW-7718Un. It is important to note that the computer is recognizing the available wireless networks, but fail to connect. It worked fine before upgrading to ubuntu 9.10.
~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:15:f2:39:e1:47
inet6 addr: fe80::215:f2ff:fe39:e147/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:2020 errors:0 dropped:0 overruns:0 frame:0
TX packets:1806 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1559823 (1.5 MB) TX bytes:302161 (302.1 KB)
Interrupt:20 Base address:0xe800

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:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:240 (240.0 B) TX bytes:240 (240.0 B)

wlan0 Link encap:Ethernet HWaddr 00:1f:1f:3c:16:69
inet6 addr: fe80::21f:1fff:fe3c:1669/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:478 (478.0 B)

wmaster0 Link encap:UNSPEC HWaddr 00-1F-1F-3C-16-69-33-63-00-00-00-00-00-00-00-00
UP RUNNING MTU:0 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11bgn Mode:Managed Frequency:2.412 GHz
Access Point: Not-Associated Tx-Power=15 dBm
Retry long limit:7 RTS thrff Fragment thrff
Power Managementn
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
~$ lsusb
Bus 002 Device 002: ID 046d:c404 Logitech, Inc. TrackMan Wheel
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 7392:7718
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 
Old 11-06-2009, 01:25 PM   #4
mrshanim
Member
 
Registered: Aug 2009
Posts: 30

Rep: Reputation: 16
try - reset your modem and wireless router, it works for me
 
Old 11-06-2009, 01:46 PM   #5
amitk
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Original Poster
Rep: Reputation: 0
Restarting...

I already tried the obvious...
It does not work
 
Old 11-06-2009, 03:23 PM   #6
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
First of all,
~$ ifconfig
wlan0 Link encap:Ethernet HWaddr 00:1f:1f:3c:16:69
inet6 addr: fe80::21f:1fff:fe3c:1669/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1

Disable IPv6 - it is not good idea.
Second, report that Ubuntu incorrectly determines interfaces, iwconfig - doesn't have wlan
Third, check for the driver, could be wrong one.
 
Old 11-06-2009, 05:08 PM   #7
rkski
Member
 
Registered: Jan 2009
Location: Canada
Distribution: CentOS 6.3, Fedora 17
Posts: 247

Rep: Reputation: 51
It looks like the problem is due to the Ubuntu update. There could be a driver conflict due to the new kernel. What driver are you using? Also, how exactly do you try to connect and can you post any error message?
I am not too familiar with Ubuntu. Your best bet is to post directly to an Ubuntu forum because others upgrading to 9.10 with similar hardware will experience the same problem.
Good luck!
 
  


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
Problem connecting to wireless network without logging in basis1980 Linux - Newbie 5 06-30-2008 12:55 PM
Problem: Connecting To Internet On Ububntu Huawei Quidway Series Modem shubhamagarwal1 Linux - Newbie 1 05-19-2008 11:51 AM
problem logging in FrenetiC Linux - Newbie 9 08-16-2006 07:56 PM
logging wireless users linuxhippy Slackware 4 04-15-2005 10:52 AM

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

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