openSUSE Forums > Network/Internet » Patchy wifi 11.1

Go Back   openSUSE Forums > Network/Internet
Forums FAQ Members List Search Today's Posts Mark Forums Read


Network/Internet Questions about internet applications, network configuration, usage (SAMBA, network printing, NFS)

Reply
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 20-Dec-2008, 10:28
Puzzled Penguin
 
Join Date: Oct 2008
Posts: 20
Brother_Shrike hasn't been rated much yet
Default Patchy wifi 11.1

I am dual booting 11.1 with XP, and my wifi connection works only about half of the time in linux. I have been setting it up with the "Edit Connections" dialog from the system tray. When it doesn't work, rebooting usually solves the problem.

Does anyone have any suggestions?
Reply With Quote
  #2 (permalink)  
Old 20-Dec-2008, 11:56
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,208
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: Patchy wifi 11.1

Brother Shrike wrote:
> I am dual booting 11.1 with XP, and my wifi connection works only about
> half of the time in linux. I have been setting it up with the "Edit
> Connections" dialog from the system tray. When it doesn't work,
> rebooting usually solves the problem.
>
> Does anyone have any suggestions?


Are there any indications from the output of the 'dmesg' command?
Reply With Quote
  #3 (permalink)  
Old 20-Dec-2008, 17:28
Puzzled Penguin
 
Join Date: Oct 2008
Posts: 20
Brother_Shrike hasn't been rated much yet
Default Re: Patchy wifi 11.1

Yup. Here is what I see that seems to be related to wifi. I can give you the full output if you need it as well. I have a ThinkPad T42. I'm not sure what make of wireless card I have but I'll find out. Anyway, the output:

sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
ADDRCONF(NETDEV_UP): eth0: link is not ready
NET: Registered protocol family 17
pci 0000:01:00.0: power state changed by ACPI to D0
vendor=8086 device=3341
pci 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[drm] Initialized drm 1.1.0 20060810
[drm] Initialized radeon 1.29.0 20080528 on minor 0
agpgart-intel 0000:00:00.0: AGP 2.0 bridge
agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
pci 0000:01:00.0: putting AGP V2 device into 4x mode
[drm] Setting GART location based on new memory map
[drm] Loading R100 Microcode
[drm] writeback test succeeded in 2 usecs
ADDRCONF(NETDEV_UP): wlan0: link is not ready
wlan0: authenticate with AP 00:12:0e:3f:a4:08
wlan0: authenticated
wlan0: associate with AP 00:12:0e:3f:a4:08
wlan0: RX AssocResp from 00:12:0e:3f:a4:08 (capab=0x461 status=0 aid=1)
wlan0: associated
ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
wlan0: no IPv6 routers present
bootsplash: status on console 0 changed to on
wlan0: deauthenticated
wlan0: authenticate with AP 00:12:0e:3f:a4:08
wlan0: authenticate with AP 00:12:0e:3f:a4:08
wlan0: authenticate with AP 00:12:0e:3f:a4:08
wlan0: authentication with AP 00:12:0e:3f:a4:08 timed out

Thanks a lot.

I think what happened at the end is that I deleted my connection and then ran the add connection dialog again... I can reboot and run dmesg again if that helps.

Last edited by Brother_Shrike; 20-Dec-2008 at 17:30. Reason: clarification
Reply With Quote
  #4 (permalink)  
Old 20-Dec-2008, 17:50
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,208
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: Patchy wifi 11.1

Brother Shrike wrote:
> wlan0: deauthenticated
> wlan0: authenticate with AP 00:12:0e:3f:a4:08
> wlan0: authenticate with AP 00:12:0e:3f:a4:08
> wlan0: authenticate with AP 00:12:0e:3f:a4:08
> wlan0: authentication with AP 00:12:0e:3f:a4:08 timed out
>
> Thanks a lot.
>
> I think what happened at the end is that I deleted my connection and
> then ran the add connection dialog again... I can reboot and run dmesg
> again if that helps.


The output from dmesg is always available, and it contains much of the
diagnostic information.

In your case, your wireless is associating, but not authenticating. That usually
means that the encryption key is wrong, but it may also mean that wpa_supplicant
is not installed. As yours sometimes works, the key should be OK. Perhaps
something is faulty with NetworkManager or the supplicant. It is also highly
dependent on dbus. Have you tried reinstalling those components?

Larry
Reply With Quote
  #5 (permalink)  
Old 22-Dec-2008, 01:27
Puzzled Penguin
 
Join Date: Oct 2008
Posts: 20
Brother_Shrike hasn't been rated much yet
Default Re: Patchy wifi 11.1

Now it never works, but I think that that is because I messed with the settings in Yast...

Sorry, I just saw the wireless subforum and your very useful sticky. Following that, I did everything you told me to.

Device: saved the info on my linux partition, not my windows partition. I will find this out and post it here.

dmesg: same deal here. Will post info soon. The firmware was fine, though.

iwconfig: The ESSID had the correct value, and the access point had a value, but I didn't check to make sure it was correct or anything.

iwconfig scan: All of my neighborhood's routers were listed, even though they aren't in KNetworkManager... I will put in the results soon.


Rebooting now and saving the info to my windows partition...
Reply With Quote
  #6 (permalink)  
Old 22-Dec-2008, 20:52
Puzzled Penguin
 
Join Date: Oct 2008
Posts: 20
Brother_Shrike hasn't been rated much yet
Default Re: Patchy wifi 11.1

I got all of the information, only a little bit later than I meant to, sorry.

Here it is:

PCI vendor and product ID codes: (/sbin/lspci -n)
02:02.0 0200: 168c:1014 (rev 01)
The card is an Atheros Communications Inc. AR5212 802.11abg NIC (rev 01)

dmesg | less
the device was found, and I didn't see any lines about missing firmware...

/usr/sbin/iwconfig
wlan0 IEEE 802.11abg ESSID:"Keeth"
Mode:Managed Frequency:2.437 GHz Access Point: 00:18:39:75:85:FA
Bit Rate=54 Mb/s Tx-Power=23 dBm
Retry min limit:7 RTS thrff Fragment thr=2352 B
Power Managementff
Link Quality=56/100 Signal level:-67 dBm Noise level=-103 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

sudo /usr/sbin/iwlist scan
Cell 01 - Address: 00:18:39:75:85:FA
ESSID:"Keeth"
Mode:Master
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=53/100 Signal level:-70 dBm Noise level=-104 dBm
Encryption keyn
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
12 Mb/s; 48 Mb/s
Extra:tsf=0000047e00066e3b
Extra: Last beacon: 3644ms ago

I left out all of my neighbors' APs here, as I didn't think that they were relevant.

I tried what the guide said next about deleting the card in Yast, but I wasn't prompted to set it up when I rebooted. I set it up manually, but it still doesn't work, unfortunately. Do you have any other ideas?
Reply With Quote
  #7 (permalink)  
Old 22-Dec-2008, 22:31
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 9
megakelvin hasn't been rated much yet
Default Re: Patchy wifi 11.1

I had a similar problem, and tried every solution on this forum.

In the end, disabling "auto-connect" on the last step of the wireless connection wizard cleared up the problem.
Reply With Quote
  #8 (permalink)  
Old 22-Dec-2008, 22:49
Puzzled Penguin
 
Join Date: Oct 2008
Posts: 20
Brother_Shrike hasn't been rated much yet
Default Re: Patchy wifi 11.1

Quote:
Originally Posted by megakelvin View Post
I had a similar problem, and tried every solution on this forum.

In the end, disabling "auto-connect" on the last step of the wireless connection wizard cleared up the problem.
I'll try that and get back to you. Thanks for letting me know.
Reply With Quote
  #9 (permalink)  
Old 22-Dec-2008, 23:09
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,208
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: Patchy wifi 11.1

Your previous message indicated that your interface had connected with your AP.
You should look at the output of 'dmesg | grep wlan'. That should show your
device associating and authenticating. Perhaps your problem will be listed there.

Larry
Reply With Quote
  #10 (permalink)  
Old 23-Dec-2008, 01:16
Puzzled Penguin
 
Join Date: Oct 2008
Posts: 20
Brother_Shrike hasn't been rated much yet
Default Re: Patchy wifi 11.1

Unfortunately, unchecking autoconnect didn't help.

Here are the results of "dmesg | grep wlan":

wlan0: authenticate with AP 00:18:39:75:85:fa
wlan0: authenticated
wlan0: associate with AP 00:18:39:75:85:fa
wlan0: RX AssocResp from 00:18:39:75:85:fa (capab=0x411 status=0 aid=1)
wlan0: associated

Thanks for all of your help.
Reply With Quote
Reply
Page 1 of 2 1 2

Bookmarks

Tags
internet, troubleshooting, wifi, wireless not working


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2