Results 1 to 10 of 19

Thread: Stop anoying blinking wifi led

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Location
    Netherlands
    Beans
    4
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Stop anoying blinking wifi led

    Anyone any idea how to stop the anoying continuous blinking of the wifi led?
    here's my hardware
    Code:
    sudo lshw -C Network
      *-network
           description: Wireless interface
           product: Centrino Ultimate-N 6300
           vendor: Intel Corporation
           physical id: 0
           bus info: pci@0000:02:00.0
           logical name: wlan0
           version: 35
           serial: 00:24:d7:37:ec:24
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
           configuration: broadcast=yes driver=iwlagn driverversion=2.6.35-22-generic firmware=9.221.4.1 build 25532 ip=192.168.178.226 latency=0 link=yes multicast=yes wireless=IEEE 802.11abg
           resources: irq:46 memory:f4100000-f4101fff
    I am using 10.10 Maverick 64-bit
    Code:
    uname -a
    Linux Tijns-E6410 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010 x86_64 GNU/Linux
    Tried various solutions. On Lucid http://ubuntuforums.org/showthread.php?t=966511&page=9 and http://alexcabal.com/stop-blinking-i...ubuntu-karmic/ helped me fixing it ultimately using http://ubuntuforums.org/showpost.php...7&postcount=13

  2. #2
    Join Date
    May 2009
    Location
    Netherlands
    Beans
    21
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Stop anoying blinking wifi led

    Code:
    sudo gedit /etc/modprobe.d/wlan.conf
    copy paste the following line:
    Code:
    options iwlcore led_mode=1
    save and restart.
    it worked for me at least... good luck

  3. #3
    Join Date
    Feb 2009
    Beans
    8

    Re: Stop anoying blinking wifi led

    I can confirm that the above worked for me too. Thanks.

  4. #4
    Join Date
    Apr 2009
    Beans
    3

    Talking Re: Stop anoying blinking wifi led

    This worked for me as well, thank you so much!

  5. #5
    Join Date
    Jun 2007
    Beans
    18

    Re: Stop anoying blinking wifi led

    options iwlagn led_mode=1

    for my Intel Ultimate N 6300 on Ubuntu 11.04

  6. #6
    Join Date
    Nov 2007
    Beans
    12

    Re: Stop anoying blinking wifi led

    Quote Originally Posted by garoth2 View Post
    options iwlagn led_mode=1

    for my Intel Ultimate N 6300 on Ubuntu 11.04
    Thanks, this works on my HP dm4 2165dx.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •