[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-04-30 Thread gokrix
The Toshiba L310-D4011 mentioned in my previous note has an Intel WiFi
5100 also.

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-04-29 Thread Matthew Moore
I have to retract that part about a workaround (11n_disable module
option), after a reboot it is back to not working again.

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-04-28 Thread Matthew Moore
Same or similar issue on an Asus N50Vn (WiFi link 5100) with a fresh
install of jaunty release and a WPA2 personal network.  I would get one
green light in NetworkManager for a long time, and then NM would ask
for my password again.  Looking at kern.log it appeared as if the
authentication nearly succeeded but then the module would hit a
microcode error.  The same sequence would repeat several times in the
log before I was prompted for my password.  It would however join
unprotected networks.

However, this evening I found a workaround; passing the module option
11n_disable=1 to the iwlagn module allowed it to authenticate to my
802.11g network.  I created /etc/modprobe.d/iwlagn.conf with the
contents

options iwlagn 11n_disable=1

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-04-26 Thread gokrix
Same issue on a Toshiba L310-D4011.  Wireless stopped working after
upgrading to Jaunty.  Detects the network but cannot associate with the
AP if secured with WPA2 Personal, but can join there is no security.
Started working again when I booted the 2.6.27-11 kernel (from Intrepid)
with Jaunty.

Also hit a kernel oops when I rebooted (in iwlagn module).

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-04-08 Thread LiveWire

** Attachment added: proc_version_signature.log
   http://launchpadlibrarian.net/25012625/proc_version_signature.log

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-04-08 Thread LiveWire

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/25012630/lspci-vvnn.log

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-04-08 Thread LiveWire

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/25012666/dmesg.log

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-04-08 Thread LiveWire
I'm sorry for not responding earlier. I tried to patch and compile the
kernel source package following
https://help.ubuntu.com/community/Kernel/Compile , but the compiling
procedure failed.

I have not tried the different sleep modes yet and my AP is setup with
WPA.

I've updated the system today and it installed a new kernel. The uCode
error seems to be gone, but the device does still not show up in
ifconfig.

** Attachment added: uname-a.log
   http://launchpadlibrarian.net/25012617/uname-a.log

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-04-08 Thread Paul Dufresne
Now that I think of it, I am in the same situation right now (iwconfig shows 
the wireless interface, but ifconfig does not shows it).
But for me this is just that I am not using it (I use manually a line like:
sudo wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant.conf
followed by:
sudo dhclient wlan0
to connect myself to the Internet).

And my /etc/wpa_supplicant.conf file looks like:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=admin
ap_scan=2// might be 0 or 1 for normal people, I need it to connect to 
an hidden access point

network={
  proto=RSN
  key_mgmt=WPA-PSK
  ssid=publicid
  scan_ssid=0
  psk=secret_password
}

That said, this file is supposed to be generated automatically by 
network-manager.
I am a bit lost with the network-manager because I deactivate it (need to use 
both 56k and wireless).
But as far as I know, there is still a bug that make wpa_supplicant not 
automatically starting wpa_supplicant.
... searching ...
This is: https://bugs.launchpad.net/bugs/44194

So, I think the situation you are facing is not a bug in the kernel...
and I suggest you  convert your bug in a question (upper-right link on this 
page above the word Milestone), where I expect you will get better support on 
how to manage your situation. If then they think that there is really a bug, 
feel free to reassign this as a bug on the appropriate package.

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-03-28 Thread LiveWire

** Attachment added: proc_version_signature.log
   http://launchpadlibrarian.net/24454889/proc_version_signature.log

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-03-28 Thread LiveWire

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/24454979/dmesg.log

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-03-28 Thread LiveWire

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/24454916/lspci-vvnn.log

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-03-28 Thread LiveWire

** Attachment added: uname-a.log
   http://launchpadlibrarian.net/24454872/uname-a.log

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-03-28 Thread Paul Dufresne
You have the following 'error' messages repeated inside your dmesg.log.l
[   28.944032] iwlagn: Could not load the INST uCode section
[   28.944038] iwlagn: Unable to set up bootstrap uCode: -110

Googling this suggest that this is what happens on Resume (from 
hibernation/suspend-to-ram).
http://lkml.indiana.edu/hypermail/linux/kernel/0902.1/00913.html


Could you try if it is seen in iwconfig after a full reboot?

Suggested patch to revert that would cause this on 2.6.29:
http://forum.soft32.com/linux/iwl-breaking-suspend-resume-regression-29-rc3-ftopict476546.html

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-03-28 Thread Paul Dufresne
http://marc.info/?l=linux-wirelessm=123429595818495w=2 is a patch that
is supposed to fix this.

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350370] Re: [jaunty] Intel WiFi Link 5100/iwlagn not working

2009-03-28 Thread Paul Dufresne
BTW: There is a bug with iwlagn that makes it not work with WPA2:
https://bugs.launchpad.net/bugs/348275 (although not exactly same model as you).

-- 
[jaunty] Intel WiFi Link 5100/iwlagn not working
https://bugs.launchpad.net/bugs/350370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs