[Bug 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2010-10-01 Thread Gleb Kozyrev
Here's a solution for iwl* that still works in Maverick and could easily be 
applied by default:
https://bugs.launchpad.net/ubuntu/+source/linux-backports-modules-2.6.32/+bug/605982

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2010-08-25 Thread John Turek
As of today (Aug 24 2010) latest maverick still has this issue with wifi
led blinking upon traffic instead of just staying ON.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2010-02-19 Thread Alvaro Kuolas
There's a patch in the upstream bug tracking system...
http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=1771

** Bug watch added: bugzilla.intellinuxwireless.org/ #1771
   http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=1771

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-11-14 Thread arslano
@Doug

Thank you very much! I had been trying to solve this problem for weeks.
Thank you! I appreciate that.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-11-11 Thread arslano
Hello,

I've been trying Joseph's script, but I couldn't solve the blinking led
problem. I have ath9k instead of iwl, and here is the script that I use:

#!/bin/sh
if [ $IFACE = wlan0 ]; then
 for dir in /sys/class/leds/ath9k-phy0\:radio; do
  echo none  $dir/trigger
 done

 for dir in /sys/class/leds/ath9k-phy0\:assoc; do
  echo none  $dir/trigger
 done
fi

I just changed iwl to ath9k, but when i enter 'ls' command at the 'leds' 
directory I get these with bright light green color:
ath9k-phy0::assoc  ath9k-phy0::radio  ath9k-phy0::rx  ath9k-phy0::tx  mmc0::

How can I fix the script?

Thanks

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-11-11 Thread Doug
In the script, where there is a phy0\:, replace with phy0\:\:

There was a change in the kernel around 2.6.29 or .30 that added another
:

Good luck --- Doug

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-11-11 Thread Paul Martrenchar
adding the extra \: to the script did the trick for me on my HP dv5000
on karmic

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-11-01 Thread llamahunter
Any idea when this is going to be fixed?  It's really really annoying.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-10-25 Thread Jacopo Moronato
I've installed Karmic rc on my dv6635el and blinking is still present.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-10-23 Thread Paul Martrenchar
I have a HP pavilion dv5000.

I had this problem on intrepid an jaunty but I fixed it with the hack. I
just pass to jaunty and the fix is not working anymore.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-10-23 Thread Mario Vukelic
I'm the original reporter, still with the same laptop, an HP nc6400
with, according to lspci, Network controller: Intel Corporation
PRO/Wireless 3945ABG [Golan] Network Connection (rev 02).

The blinking vanished with my upgrade to Karmic, I think - I am not sure
because I had covered the lights with tape. Anyway, it now is steady
again on current Karmic. Thanks to whoever did this, whether intentional
or not.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-07-08 Thread mac_v
@Adam Porter:
Do you realize that another bug exists  Bug #176090
That bug is for the blink not working. And that bug too has several 
users/duplicate wanting this feature.

So which side to pick? if this is fixed with the script given here , it will 
aggravate those users.
What I'm saying is , this needs a fix more than the present workaround , 
Because:

1: *Blinking is the default behavior in several other laptops* [in Windows 
also] , it is the indicator of  network activity.
2: The hardware and *all* the different laptops manufactured need to be 
matched, to fix this bug. So it is not a a simple fix.

Hope it is clearer.

This needs to be fixed , But is not a papercut.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-07-08 Thread Tom Chiverton
@Adam Porter: Exactly. I thought I had addressed this in my response,
but yours is even clearer.

@mac_v: Blinking is the default behavior in several other laptops [in
Windows also - I have used many laptops (I work in IT) and have *never*
seen one who's default wireless light behaviour is to flash the user
visible light all the time. Even on Windows.

#176090 appears initially to be about the light being off (as opposed to doing 
something), but later turns into 'it used to flash, now it is steady'. 
My experience over a number of versions has been the light went from always-on 
to always-off to flashing-always to fixed-with-the-help-of-the-script-here.
Therefore the correct fix for everyone would be to keep this configurable but 
default it to how it was i.e. always-on or the more useful 
always-on-when-connected-flash-when-connecting-off-when-disconnected.

I'm not sure what you mean about all the different laptops manufactured need 
to be matched. Either change the default in the kernel source with a 
Ubuntu-specific patch, or add the scripted commands via the laptop-mode package 
(etc. etc.). 
The 'cat' is harmless if the files don't exist, but it's trivial to check for 
the files existence first, for instance.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-07-08 Thread Axel Kittenberger
In my case Dell D430 - Windows XP; The wlan led never flashes in
windows! Also I would like to see any confirmation on that claimed
behaviour.

always-on-when-connected-flash-when-connecting-off-when-disconnected:
Thats what makes most sense.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-07-08 Thread mac_v
@Tom Chiverton :  Axel Kittenberger  :
I use 2 laptops, The Acer Aspire 5670 series[5672WLMi], In this laptops led 
*does blink* , for the network indication. That is its default. 
While my Dell doesnt blink in Windows!

Just because you havent seen a laptop which doesnt blink, doesnt mean
you've seen them all !

Also , you can see there are several other laptops listed in Bug #176090
! I can only assume that they are also not lying!

I'm not sure why you guys *even think* that people have to misrepresent
themselves ! The blinking was never a feature request!

@Tom Chiverton: 
Further, *a hardware specific issue is not a papercut* . 
Even thought it affects /many/ , it is not the problem with majority of average 
users.

You seem to be aware of the way to fix this issue, kindly provide a
patch, which could be incorporated in the kernel.

This is just not a papercut , but still a valid bug!
No one has said it wont be fixed!  it needs to be fixed!

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-07-08 Thread Tom Chiverton
It *doesn't even need a kernel patch*. The script several comments up just 
needs including in a suitable package (I'm thinking whatever provides 
laptop-mode).
If I knew how to start that process, I would have :-)

The underlying problem is no way for end users to control this behaviour
- an /etc/sysconfig/wireless-led-mode file, if you like. Does the
community need to come up with the whole infrastructure to support this
ourselves ? If it did, how would we get it shipped ? Just attach the
file and init.d script here ?

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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


Re: [Bug 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-07-07 Thread Adam Porter
On Sat, Jul 4, 2009 at 10:45, mac_vdrkv...@yahoo.com wrote:
 @Tom Chiverton:
 Hardware specific issues are not papercuts.
 For further info about papercuts criteria , pls read  
 https://wiki.ubuntu.com/PaperCut

That page says:

If you prefer a more detailed, itemized definition, a paper cut is:

* A bug, or an unintended problem occurring within an existing
piece of software,
* the presence of which makes a computer more difficult or less
pleasant to use,
* that is easy to fix,
* that the average user would encounter during his/her first day of using...
* ...Ubuntu Desktop Edition* as configured by a default installation.

If a potential paper cut fails to meet any of the criteria above, it
is not a paper cut.

As far as I can tell, this bug meets all of those criteria.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-07-04 Thread mac_v
@Tom Chiverton:
Hardware specific issues are not papercuts.
For further info about papercuts criteria , pls read  
https://wiki.ubuntu.com/PaperCut

Simply re-validating the bug in papercuts is in no way going to make
this bug a part of the papercuts project. Kindly understand the
objectives of the papercuts project.

Don't worry though, This bug has been marked as invalid ONLY in the
papercuts project.

** Changed in: hundredpapercuts
   Status: New = Invalid

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-06-21 Thread Tom Chiverton
I can't agree with you Martin. This is small issue (if it was larger it would 
have been fixed by now) it effects many people (the driver is in use by many 
laptop users for instance) and the fix is quick and easy (one line of shell 
script).
The average user of this driver does encounter this on their first day of use, 
because they have a giant flashing light going off in their face all the time.

** Changed in: hundredpapercuts
   Status: Invalid = New

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-06-20 Thread Jacopo Moronato
Linux JauntyBox 2.6.30-020630-generic #020630 SMP Wed Jun 10 09:45:40
UTC 2009 i686 GNU/Linux

02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG
[Golan] Network Connection (rev 02)

echo none  /sys/class/leds/iwl-phy0\:assoc/trigger
fixes it.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-06-20 Thread Martin Albisetti
Thank you for bringing this bug to our attention. Unfortunately a paper cut 
should be a small usability issue that affects many people and is quick and 
easy to fix. I'm afraid this bug can't be addressed as part of this project.
A paper cut is a minor usability annoyance that an average user would encounter 
on his/her first day of using a new installation of Ubuntu 9.10.

** Changed in: hundredpapercuts
   Status: New = Invalid

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-06-18 Thread ShawnJGoff
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-06-03 Thread Jahmon
On my HP dv5285ea with  wireless chip: Intel(R) PRO/Wireless 3945ABG/BG
and using ubuntu 9.04, I have this issue.

Since the wireless Led indicator is right below the screen it is very
disturbing that this led is blinking at each wireless activity.

I'm looking forward for a fix.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-05-08 Thread Tallyho
I have a Dell XPS M1210 and this is still a problem with Jaunty.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-04-28 Thread Brad Figg

I have a Dell XPS 1530 with an Intel PRO/Wireless 4965 AG. I am running the 
Jaunty release. I do not have this issue. Can you confirm this issue exists 
with the most recent Jaunty Jackalope 9.04 release - 
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know your 
results.  Thanks.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Brad Figg (brad-figg)

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-04-28 Thread Tom Chiverton
@Brad
#uname -a
Linux wopr 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 
GNU/Linux
# lspci -v|grep Netwo
0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)
still flashes.
echo none  /sys/class/leds/iwl-phy0\:assoc/trigger
fixes it.

I also have the mainline 2.6.30-020630rc2-generic kernel to hand, and that has 
the same bug, except the fix is
 echo none  /sys/class/leds/iwl-phy0\:\:assoc/trigger

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-04-28 Thread Doug
Hi Brad,
I upgraded my machine to Jaunty 9.04 over the weekend:
$ uname -a
Linux MagicCarpet 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 
i686 GNU/Linux

I have a 4965AGN: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] 
Network Connection (rev 61)
Have had this problem since upgrading from Hardy to Intrepid.

@Brad: Since our H/W is so similar, is your Jaunty a fresh install or an
upgrade?

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-04-27 Thread Tom Chiverton
Note in newer kernels, there are now *two colons* in the path name to the 'sys' 
file:
fal...@wopr:~/newer-kernel$ uname -a
Linux wopr 2.6.30-020630rc2-generic #020630rc2 SMP Wed Apr 15 14:00:27 UTC 2009 
i686 GNU/Linux
fal...@wopr:~/newer-kernel$ ls /sys/class/leds/iwl-phy0\:\:radio/trigger
/sys/class/leds/iwl-phy0::radio/trigger

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-04-27 Thread Chris Conway
My iwl-phy1:assoc (et al.) changed back to iwl-phy0:assoc (et al.)
again, causing the script to break until I changed it back. Is this a
transient thing or are the /sys/class/leds bindings being assigned
nondeterministically? If the latter, we need to tweak the script to
probe the right aliases.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-04-24 Thread Doug
This appears to be a bug exclusive to /sys/class/leds/iwl-
phy0:assoc/trigger.

As Volker mentioned here (2008-11-08), if you run the following command:

sudo echo phy0assoc /sys/class/leds/iwl-phy0\:assoc/trigger

the LED will behave as expected, until the network reconnects again.
That is all my Ubuntu computers (mostly Dell) need, and it appeared in
Intrepid and now Jaunty releases.

For some reason, even though that parameter is shown as phy0assoc (cat
/sys/class/leds/iwl-phy0\:assoc/trigger), it is NOT (apparently, it's
phy0tx or phy0rx) and must be set after the interface scripts have
connected the link.  I poked around some of the various scripts, but
have not found an automatic fix -- maybe someone with more knowledge
will know how to include this at the right place in the networking
scripts.

It's sad that such an annoying problem cannot be resolved and integrated
more quickly.  I created a little script file to do this for me, but I
have to run it every time I connect to a network -- on the positive
side, I can quickly notice if my WiFi link was dropped while I was away.
:-)

Doug

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-04-24 Thread Tom Chiverton
@Doug
/etc/network/if-up.d/someScriptName not work for you ?

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-04-24 Thread Doug
Hi Tom,

No it does not work for me; there is a change to the iwl-phy0:assoc LED
after those scripts are run.

The LED controls (/sys/class/leds/*) are re-symlinked when a WiFi
connection is brought up or taken down.  The physical devices
/sys/devices/pci:00/:00:1c.3/:06:00.0/leds/iwl-phy0:* (on
my machine) are not the same ones as from a previous WiFi connection
(even though they are the same names), so I believe the problem lies in
HAL or UDEV.

I think that after a link is brought up (and after all the if-up.d
scripts are run), the /sys/devices/ are re-created and it's that process
where iwl-phy0:assoc is set to indicate it's configured to
[phy0assoc], but is actually set to [phy0rx] or [phy0tx], causing the
LED to blink during link activity.

That's my guess as to why scripts in if-up.d/ don't fix the problem.  I
hope that makes sense...

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-04-21 Thread Chris Conway
The iwl-no-blink workaround stopped working for my Inspiron 6400 when I
upgraded to Jaunty.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-04-21 Thread Chris Conway
I see that I now have /sys/class/leds/iwl-phy1:assoc instead of
/sys/class/leds/iwl-phy0:assoc (and likewise with iwl-phy1:radio, etc.).
Making the corresponding changes in iwl-no-blink fixes the blinking
issue. echo none | sudo tee /sys/class/leds/iwl-phy1\:assoc/trigger
also works.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-04-20 Thread wastvedt
As above, confirmed on Dell Inspiron 6400 with Intrepid. I created a
file with Joseph's script above, but nothing happened. The file has
executing privileges set, and running the file manually fixes the light.
It doesn't seem to want to run automatically, though. Any ideas?

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-04-13 Thread Tallyho
I am also having this problem in jaunty with my dell xps m1210. Intel
3945ABG

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-04-05 Thread Pierre Graber
Problem stays with Jaunty Beta using 2.6.28-11, Intel 3945ABG [Golan],
on HP Compaq nx7400 laptop.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-03-08 Thread Albert Vilella
The blinking still happens using 2.6.28 from http://kernel.ubuntu.com
/~kernel-ppa/mainline/:

Linux magneto 2.6.28-020628-generic #020628 SMP Sat Jan 31 16:24:27 UTC
2009 i686 GNU/Linux

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-02-25 Thread Albert Vilella
the workaround mentioned by Jeff Abbott
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/250211/comments/77)
works for me in a Sony Vaio SZ-series laptop under Ubuntu 8.10:

sudo -s -H
echo none  /sys/class/leds/iwl-phy0\:assoc/trigger

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-02-24 Thread emilio
Led blinking is also annoying on the new dell latitude E4300

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-02-18 Thread Richard Lee
So... this blinking LED is really annoying on my Dell Latitude D830, as
it's right in the field of vision on the lower right side of the screen.

Things should only blink if  they need attention, not during normal
expected operation.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-02-14 Thread Karol Szkudlarek
Joseph's script works on my HP 6710b with kernel 2.6.27 on Hardy Heron
8.04.2 LTS. So this problem also considers this version of ubuntu.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-02-11 Thread Jeff Abbott
I'd tried the above script(s) on my Dell Latitude D630, with an iwl3945,
running Intrepid x86_64 to no avail.  However, once I started poking
around at the different trigger files under /sys/class/leds/iwl-phy0\:*
I did find that the following worked for me:


#!/bin/sh

if [ $IFACE = wlan0 ]; then
echo none  /sys/class/leds/iwl-phy0\:assoc/trigger
fi


Neither the TX nor RX directory's trigger files seemed to have any effect, and 
I could shut the LED off completely by echoing none to the radio directory's 
trigger file.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-02-10 Thread Matti Viljanen
The script has been proven to work, for me as well, but I'l like to see
a module parameter for this. Something like

led=[transmit|assoc|radio|off]

would do the job. Also it would be nice if the led would blink only
after, say, 2KiB or 4KiB of data being transmitted/received. IMHO it's
not necessary to have it blink in every single brodcast message
received. Perhaps different data limits on TX and RX..?

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-02-04 Thread M Sukkar
I have tried Joseph's script, made it executable and, yes! IT WORKS!
Great convenience after too much headache on my D620.

M.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-02-03 Thread Chris Conway
Nick A: Which update fixed it for you? I've still got the blinking,
unless I use Joseph's iwl-no-blink script.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-02-03 Thread Nick A
Sorry, that was a mistake.

After updating to the new kernel (-11) it seemed to stop blinking.  The
blinking stopped for 2 days but it now back (strange, I know).

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-01-30 Thread Nick A
Fixed for me with today's update.

Thanks for everyone who worked on it.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-01-28 Thread Ravi Gupta
I have compaq 3070 TU laptop running ubuntu 8.10 x86 edition and for
some reasons it has Wifi Led beneath the touchpad so its less annoying
but still LED keeps flashing between amber and blue with apparently no
pattern. Sorry for not following this whole thread, but when this bug is
going to be officially fixed..?

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2009-01-06 Thread JP Fiset
On Dell Inspiron 1720, after upgrading from Hardy to Intrepid (8.10), I
had the same LED blinking issue. However, my wireless adapter is eth1.
So, I modified the above script by substituting wlan0 with eth1.

It now works fine without the annoying blinking. Thanks!

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-12-28 Thread Cristian T
Erich's script solved the problem in my Sony Vaio VGN-C240E. Thanks
Erich!

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-12-28 Thread Cliff Zhou
In Ubuntu 8.10 amd64, it still blink after I tried Joseph's script.
But in ubuntu 8.10 x86 edition, it works well.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-12-22 Thread Blümchen Blau
@ Erich Schubert  Joseph!

Thanks!

Joseph's script finally relived me from the constant pain in the eye
working (mostly in dimmed light) on my Dell Vostro 1400.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-12-19 Thread Chris Conway
Joseph, That works for me. Thanks.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-12-18 Thread Joseph
It's my script, based in
http://blog.drinsama.de/erich/en/linux/2008052101-iwlwifi-blinking.html

sudo gedit /etc/network/if-up.d/iwl-no-blink

put this!

#!/bin/sh
if [ $IFACE = wlan0 ]; then
for dir in /sys/class/leds/iwl-phy0\:radio; do
echo none  $dir/trigger
done

for dir in /sys/class/leds/iwl-phy0\:assoc; do
echo none  $dir/trigger
done
fi


and done!

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-12-16 Thread Jack Crossen
Same problem on this Dell E1405 which has the bright blinking wireless
light right beneath the screen.

I've tried all of the suggestions to make the blinking stop, but none
have worked - other than using an older kernel but I don't really want
to do that.

The light should turn on when the wireless card is enabled and turn off
when the wireless card is disabled. The bars on network manager tell you
that you are connected.  Putting a blinking light in front of the user
is not a good human factors design.

I hope a fix for this comes soon - it's one of those things that might
sound minor unless you see how annoying it is.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-12-13 Thread Axel Kittenberger
John Pye (a) recognise how people are annoyed by this bug and rank it
more important than Low

I just upgraded to intrepid, and I considered it *very* annoying. Why?
Because blinking automatically lets the human eye focus stuff. And my
led is on my Dell Notebook, just under my screen, I was very annoyed by
it.

I'm really crestfallen this is rated as low out of several reasons (may
be a little offtopic). 1) This are the things people notice when trying
out a new operating system (linux instead of windows) and they rate all
of linux bad to this. 2) To some degree they are right. HCI is still not
its strength, and it doesn't seem of improtance when rated low. 3)
Especially I thought Ubuntu was the linux distro that cared about the
normal non-geek user. 4) This seems to be a pretty old issue, again
I always thought open is about issues beeing resolved fast. 5) But this
is once again an issue, where it shows, when you are not geeky enough to
create a script in /etc/network/if-up.d/iwl-no-blink you best stay at
windows or osx.

Ontopic: Thanks, as far as I can tell now:
http://blog.drinsama.de/erich/en/linux/2008052101-iwlwifi-blinking.html
did the job!

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-12-13 Thread Jonne
I just wanted to add that the workaround listed (the one on drinsama.de)
doesn't work for me for some reason (even when i run the script manually
it does nothing). My wireless interface is called wlan0, and
/sys/class/leds/iwl-phy0:RX and /sys/class/leds/iwl-phy0:TX exist.

The LED on this laptop (HP Pavilion DV5000) is exceptionally bright, and
it lights up whatever room it's in when other lights are out.

I know this doesn't seem like an important issue to anyone that has a
laptop with a less in-your-face LED, but to users with this type of
laptop this is an important issue (the duct-tape workaround doesn't work
for me either, because the LED is right in the hinge, which makes it
impossible to duct-tape and also makes sure the LED blinks even when the
screen is closed).

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-20 Thread John Pye
Please can we

(a) recognise how people are annoyed by this bug and rank it more important 
than Low
and (b) have a package update of some sort that makes this light stop flashing?

Flashing light completely unnecessary and silly, and given that we've
got NetworkManager in the tray, it's not even adding anything I don't
already know. Very bad HCI.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-20 Thread Saady Amin
Base on solution by Paweł Kłeczek's post. You have to run the file each
time you log in. Note the file is made executable so may have to enter
password for running. Good thing is it stopped blinking in my HP
Pavilion dv6500.

** Attachment added: Blink
   http://launchpadlibrarian.net/19804876/Blink

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-15 Thread neub
Hello, I'm with a HP DV5 1073 on Intrepid.

My wireless card is:Network controller: Intel Corporation PRO/Wireless 5100 AGN 
[Shiloh] Network Connection.
And i'm currently using the kernel: 2.6.27-8.

I've got exactly the same probleme... the hask of
http://blog.drinsama.de/erich/en/linux/2008052101-iwlwifi-blinking.html
works well at startt-up however I've have some probleme when i go out
from hibernate. Someone have the same problem.

(I'm going to investigate this a little bit deeper)

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-11 Thread Paul Martrenchar
I have the same problem with a hp pavilion dv5000.

Using that:
[EMAIL PROTECTED]:~# echo none  /sys/class/leds/iwl-phy0\:radio/trigger
[EMAIL PROTECTED]:~# echo none  /sys/class/leds/iwl-phy0\:assoc/trigger

Make it stop blinking. But is there a way to disable totally the led (no
light at all)?

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-10 Thread Luca Alberti
I am having the same problem with my Hp Pavilion dv2555ea (iwl3945) the
led keeps on blinking.

this works for me:

-Swichting off wireless through the flashing button 
-Disable wireless  (network manager)
-wait one minute
-re-enable wireless  (network manager)
- Switching on wireless through the flashing button

the flashing goes away.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-09 Thread Busby
The hack from Erich Schubert works beautifully!  Thanks!

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-09 Thread Busby
I spoke too soon.  My (modified) script looks like this:

#!/bin/sh
if [ $IFACE = wlan0 ]; then
for diric in /sys/class/leds/iwl-phy*X
do
echo none  $direc/trigger
done

for direc in /sys/class/leds/iwl-phy*radio
do
echo none  $direc/trigger
done
fi

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-08 Thread Erich Schubert
Being the author of the much quoted
http://blog.drinsama.de/erich/en/linux/2008052101-iwlwifi-blinking.html
and since I just also received an email about this issue, here are some 
comments.

First of all, **give changes 5 seconds to take effect**. When blinking
was triggered, it will continue to blink for some seconds, even after
you disable the trigger.

Secondly, there is a good reason why I did not echo to radio and assoc.
If you re-read the end of that post:

It will still blink when connecting (leds:iwl-phy*:assoc) and indicate
if the connection is available (leds:iwl-phy*:radio).

Blinking while trying to connect to a wireless network is good
(association state). I'd like to have the LED flashing when the
network connection is currently not working right.

P.S. I believe the driver authors have removed the flash-on-every-packet
behaviour of the LED to reduce load. Because that is what it used to do:
turn the LED off and on for every single packet.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-08 Thread Volker Hoffmann
I'd like to add that I recently noticed that you might need to run

echo phy0assoc  /sys/class/leds/iwl-phy0\:assoc/trigger

even if

cat /sys/class/leds/iwl-phy0\:assoc/trigger

indicates that this is already set (i.e., square brackets around
phy0assoc).

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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


Re: [Bug 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-07 Thread Passively Doped
Hi Tom,

make sure that you are root to run that command. i tried to do using sudo
and it did not work for me either. also make sure that there is a similarly
named directory in your system. there may be some changes in the dir
structure. you can easily find the file by recursively using the cd command.

regards
P.D

On Thu, Nov 6, 2008 at 7:30 PM, Tom Chiverton bugs.launchpad.net@
falkensweb.com wrote:

 Even running the echo lines from the command prompt ?
 I can't seem to get that to work since I upgraded to 8.10 either...

 --
 Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
 https://bugs.launchpad.net/bugs/250211
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in linux source package in Ubuntu: Triaged

 Bug description:
 Since upgrading to Intrepid, the WLAN LED of my HP nc6000 blinks all the
 time instead of simply being on.

 Bug #176090, which is about the LED not working at all in Hardy, seems to
 suggest that the blinking might be intentional, Note, however, that[the fix
 for Hardy] does not behave the same way as it used to. The light will not
 blink on and off, but will be steady.

 However, the blinking is (a) highly distracting and annoying for no gain
 whatsoever, and (b) it does not blink in Windows, either.


-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-07 Thread Tom Chiverton
The trouble with using sudo is getting the redirection to work right, I
have tried directly as root, no effect:

[EMAIL PROTECTED]:~$ sudo -i
[EMAIL PROTECTED]:~# ls -lah /sys/class/leds/iwl-phy*X
lrwxrwxrwx 1 root root 0 2008-11-07 16:07 /sys/class/leds/iwl-phy0:RX - 
../../devices/pci:00/:00:1c.1/:0b:00.0/leds/iwl-phy0:RX
lrwxrwxrwx 1 root root 0 2008-11-07 16:07 /sys/class/leds/iwl-phy0:TX - 
../../devices/pci:00/:00:1c.1/:0b:00.0/leds/iwl-phy0:TX
[EMAIL PROTECTED]:~# echo none  /sys/class/leds/iwl-phy0:RX/trigger
[EMAIL PROTECTED]:~# echo none  /sys/class/leds/iwl-phy0:TX/trigger
[EMAIL PROTECTED]:~#

Still get flashing.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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


Re: [Bug 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-07 Thread Jeffrey Baker
You must also echo none to :radio and :assoc

On Fri, Nov 7, 2008 at 8:27 AM, Tom Chiverton bugs.launchpad.net@
falkensweb.com wrote:

 The trouble with using sudo is getting the redirection to work right, I
 have tried directly as root, no effect:

 [EMAIL PROTECTED]:~$ sudo -i
 [EMAIL PROTECTED]:~# ls -lah /sys/class/leds/iwl-phy*X
 lrwxrwxrwx 1 root root 0 2008-11-07 16:07 /sys/class/leds/iwl-phy0:RX -
 ../../devices/pci:00/:00:1c.1/:0b:00.0/leds/iwl-phy0:RX
 lrwxrwxrwx 1 root root 0 2008-11-07 16:07 /sys/class/leds/iwl-phy0:TX -
 ../../devices/pci:00/:00:1c.1/:0b:00.0/leds/iwl-phy0:TX
 [EMAIL PROTECTED]:~# echo none  /sys/class/leds/iwl-phy0:RX/trigger
 [EMAIL PROTECTED]:~# echo none  /sys/class/leds/iwl-phy0:TX/trigger
 [EMAIL PROTECTED]:~#

 Still get flashing.

 --
 Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
 https://bugs.launchpad.net/bugs/250211
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-07 Thread Tom Chiverton
Cheers Jeff. Looks like this works:

[EMAIL PROTECTED]:~# echo none  /sys/class/leds/iwl-phy0\:radio/trigger
[EMAIL PROTECTED]:~# echo none  /sys/class/leds/iwl-phy0\:assoc/trigger

Looks like the scripted workaround needs amending too.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-07 Thread kronidas
Dell d630. Wi-fi LED blinks all the time.
So annoying, concentration distracting and totally unusable!
Please make it blink only when wireless connection is in initialization state.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-07 Thread Chris Sharp

Cheers Jeff. Looks like this works:

[EMAIL PROTECTED]:~# echo none  /sys/class/leds/iwl-phy0\:radio/trigger
[EMAIL PROTECTED]:~# echo none  /sys/class/leds/iwl-phy0\:assoc/trigger

Looks like the scripted workaround needs amending too.

This works for me too! :-)

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-06 Thread Tom Chiverton
Even running the echo lines from the command prompt ?
I can't seem to get that to work since I upgraded to 8.10 either...

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-06 Thread Brian
I can confirm this bug, exact same conditions as the OP, on a fresh
install of Intrepid (final) 8.10 on a Dell E1405/640m, iwl3945.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-05 Thread Alain34
Forgot to mention that the hack from this url
http://blog.drinsama.de/erich/en/linux/2008052101-iwlwifi-blinking.html
is not working on my HP 530.

In addition, if I decide to switch off Wireless through the flashing
button, the wireless connection stop, however it is not possible to re-
enable it when pressing on the same button again. Reboot do not help
either.

Fortunately, I have dual-boot with Win XP, and reboot XP, than back in
Ubuntu is the only way to re-enable wireless communication.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-04 Thread Alain34
Same problem on a HP 530.
Really annoying on Intrepid Ibex. Was not switch on when running on Hardy.

Want to make me sick at time, it is so annoying!!!

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-04 Thread Alvaro Kuolas
I also have a HP 530, It's a unacceptable behavior. Some people says
that the Vista driver doe just that: Blink on Traffic.

I submitted this bug report to upstream:
http://www.intellinuxwireless.org/bugzilla/show_bug.cgi?id=1771

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-03 Thread Passively Doped
I am having the same problem with my dell inspiron 6400 the led keeps on
blinking and is a great nuisance since in laptops its right below the
screen. Please upgrade importance since it drives you crazy if you are
working on the laptop. The

echo 0  /sys/bus/pci/drivers/iwl3945//\:0b\:00.0/leds//iwl-
phy0\:radio/brightness

workaround works but there is a problem sometimes returns randomly and i
have to run the command again. After facing bug 288401 and now this on a
single machine i am tired.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-02 Thread alexfalkenberg
Same situation with a Dell Inspiron E1505, all-stock.

When the wifi connection to my router is disrupted/not yet connected,
the light actually stays on and steady but once it connects to my
LAN, the (very steady) blinking begins. Was never an issue until after
upgrade to 8.10.

uname -a:

Linux xyzzy 2.6.27-7-generic #1 SMP Thu Oct 30 04:18:38 UTC 2008 i686
GNU/Linux

lspci:

00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
(rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 
(rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 0a)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 05)
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-02 Thread Mark Pettengell
Same issue with LED for my inspiron 1525, but I am also having an issue
whereby shutdown hangs - apparently in relation to the 3945 card. The
shutdown continues if I turn off the wifi switch.

kern.log:

Nov  1 23:31:55 rincewind kernel: [ 3469.245405] iwl3945: Radio Frequency Kill 
Switch is On:
Nov  1 23:31:55 rincewind kernel: [ 3469.245411] Kill switch must be turned off 
for wireless networking to work.
Nov  1 23:31:59 rincewind kernel: [ 3473.860178] wlan0: No ProbeResp from 
current AP 00:18:4d:df:f8:08 - assume out of range
Nov  1 23:31:59 rincewind kernel: [ 3473.885188] iwl3945: Error sending 
REPLY_LEDS_CMD: iwl3945_enqueue_hcmd failed: -5
Nov  1 23:32:00 rincewind kernel: [ 3474.490106] iwl3945: WARNING: Requesting 
MAC access during RFKILL wakes up NIC
Nov  1 23:32:00 rincewind kernel: [ 3474.493213] iwl3945: MAC is in deep sleep!
Nov  1 23:32:00 rincewind kernel: [ 3474.540005] iwl3945: WARNING: Requesting 
MAC access during RFKILL wakes up NIC
Nov  1 23:32:00 rincewind kernel: [ 3474.543981] iwl3945: MAC is in deep sleep!
Nov  1 23:32:00 rincewind kernel: [ 3474.599863] iwl3945: WARNING: Requesting 
MAC access during RFKILL wakes up NIC
Nov  1 23:32:00 rincewind kernel: [ 3474.603852] iwl3945: MAC is in deep sleep!
Nov  1 23:32:00 rincewind kernel: [ 3474.763629] iwl3945: WARNING: Requesting 
MAC access during RFKILL wakes up NIC
Nov  1 23:32:00 rincewind kernel: [ 3474.780171] iwl3945 :0b:00.0: PCI INT 
A disabled

uname -a:

Linux rincewind 2.6.27-7-generic #1 SMP Thu Oct 30 04:12:22 UTC 2008
x86_64 GNU/Linux

lspci:

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 
(rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 
(rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller 
(rev 02)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE 
Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA 
AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
02:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
02:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 22)
02:09.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
02:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 12)
02:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast 
Ethernet Controller (rev 12)
0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-02 Thread Gabriel Bauman
Please keep comments relevant to the blinking LED issue. If you are
having other problems, open a new bug.

If you're posting logs or command output, please ATTACH them as text
files rather than pasting them into the comment box.

Attention future posters: the blinking LED issue is not a bug per se, it
is an annoying 'feature' of the latest kernels. There is no need to post
comments confirming the issue.

If you want to register your annoyance, click the (change) link next
to This bug does not affect me at the top of the page. This lets us
know that the issue needs to be dealt with.

Thanks. Our Inboxes appreciate your cooperation.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-31 Thread chidalgo
good idea the LED support; terrible idea the actual behavior.

clearly the driver's development has any HCI knowledge

same problem here, Intrepid Ibex, Dell XPS M1210

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-31 Thread Onaka
I have the same problem with Dell Inspiron 6400 (Same as Dell Inspiron
E1505) using a broadcom 3945ABG wireless card. It worked so perfectly in
hardy ;-(

My lspci info:

[EMAIL PROTECTED]:/proc$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT 
Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
(rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 
(rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc M52 [Mobility Radeon 
X1300]
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 0a)
03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-30 Thread Shane Goulden
Same problem here on my Dell XPS M1330. Quite annoying.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-28 Thread Tom Chiverton
Thierry Carrez's analogy with the wired network light is false, as that light 
is almost always hidden away around the back of a machine. 
Wireless lights almost never are, however, and any thing flashing in the eye 
line is going to draw attention. As such, it should only blink if something 
unusual has happened. 'Getting some data' isn't unusual, as Mario Vukelic says.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-27 Thread Thierry Carrez
I think the best approach is to reduce the long off/on cycles that are grabbing 
attention, to replace it by a steady on LED with an off flicker on traffic 
(what the wired network LED does).
That's the spirit of Mike Stroyan's patch, above at comment 20.

Those who don't want this feature should be able to disable it
completely by following advice on comment 25.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-27 Thread Mario Vukelic
That might help, but really, it is nevertheless horrible UI design. The
computer should tell me if something is wrong, not alert me all the time
(not even with a less intrusive flicker) that everything is fine.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-27 Thread Volker Hoffmann
The functionality to use the LED is a brilliant thing; yet I agree that
the default usage is not optimal.

Judging from `cat /sys/class/leds/iwl-phy0:{RX,TX}/trigger`:

 [none] ide-disk BAT0-charging-or-full BAT0-charging BAT0-full AC-
online mmc0 phy0rx phy0tx phy0assoc phy0radio rfkill0,

the LEDs can be used for quite a few things.

I suggest using the none behaviour as default (this could easily be
set as a releases wide standard) by making use of the interfaces in

/sys/class/leds/iwl-phy0:RX/trigger

and

/sys/class/leds/iwl-phy0:TX/trigger

as described in

http://blog.drinsama.de/erich/en/linux/2008052101-iwlwifi-blinking.html

earlier.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-25 Thread Robert Persson
I have the same problem with a Thinkpad R61i. As a workaround I have
stuck a folded scrap of paper over the light with a bit of sticky tape.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-22 Thread Timrit
This is happening on my HP DV2915nr laptop since upgrading to Intrepid
Ibex.   The l.e.d. is dual color (orange  blue) and is alternating
between them when traffic is passing across it. It is solid blue when
there is no traffic and orange when the switch for the wireless is
turned off or the wireless has not come up yet from boot/sleep. It was
solid orange all the time in Hardy and under Vista it was orange when
not active and blue when it was linked up to the W.A.P. This is very
annoying as others have pointed out.

~$ uname -a
Linux -laptop 2.6.27-7-generic #1 SMP Fri Oct 17 22:24:21 UTC 2008 i686 
GNU/Linux

lspci:
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 
(rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 
(rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 
(rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller 
(rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE 
Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA 
AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
05:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8039 PCI-E Fast 
Ethernet Controller (rev 14)
07:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)
08:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
08:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 22)
08:09.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
08:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 12)
08:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)



Please let me know if there is more information you need to fix this bug.  
Thank you very much.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-16 Thread Volker Hoffmann
The following works for me as a temporary workaround (Dell XPS M1330 w/
iwl3945):

http://blog.drinsama.de/erich/en/linux/2008052101-iwlwifi-blinking.html

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-16 Thread Sebastian Breier
The workaround is alright, but it disables the LED. I want it to
actually show a state, just not by blinking. :D

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-16 Thread Tom Chiverton
This happens on my Hardy-running Dell Inspiron 1525 (iwl3945) too. And
yes, I'm now using the workaround, because steady is so much better from
a user experience point of view - I don't need my attention drawn to
something that works - that's like the Windows 'wow, plug and play has
worked, let me tell you about every little step I take' popup when you
connect a USB stick.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-12 Thread Ashley George
In addition to making the blinking less obnoxious (what a goal), it
would be nice to be able to turn it off entirely.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-12 Thread Jonne
I agree with others that the blinking is annoying, especially on the HP
dv5000 which has a really bright wifi led. Either turn it off completely
or turn it on, don't let it blink.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-10 Thread Sebastian Breier
Oi, I forgot: I copied /boot/config-2.6.27-6-generic to the kernel's
.config, to have a kernel similar to mine.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-10 Thread Sebastian Breier
Mike: I wanted to try out your patch, but I couldn't compile the driver.

It's a bit off-topic, but what am I doing wrong?
I retrieved the kernel source (https://wiki.ubuntu.com/KernelGitGuide), 
installed the build utilities, did make 
net/drivers/wireless/iwlwifi/iwl3945.ko, copied the drivers to 
/lib/modules/2.6.27-6-generic/kernel/drivers/net/wireless/iwlwifi, but it says:
FATAL: Error inserting iwl3945 
(/lib/modules/2.6.27-6-generic/kernel/drivers/net/wireless/iwlwifi/iwl3945.ko): 
Invalid module format

(This is an unpatched kernel, I wanted to try building the driver first)

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-07 Thread Mike Stroyan
I had a look at the new Tx/Rx blinking and made changes to make it less 
annoying for me as seen with
the big bright LED on my HP dv5000.  The really distracting part is the slow 
blinking with long periods
of off and on.  I changed the driver to have uniformly short off_time values of 
10 in the blink_tbl array.
That gives a little flicker when there is network activity without a really 
distracting effect.  The off times
could be set even lower to make the blinking barely discernable.

I have attached a patch that implements the change.  If other folks think that 
is more like they want
I could try pushing this upstream.

** Attachment added: Patch to make blinking less obnoxious
   http://launchpadlibrarian.net/18304734/iwl3945blink.patch

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-10-06 Thread twinned
Same problem here, on HP6910P. Intel's wifi.
Very very annoying.

-- 
Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
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


  1   2   >