Results 1 to 4 of 4

Thread: Wireless LEB Blinking CQ61

  1. #1
    Join Date
    Apr 2007
    Beans
    29
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Question Wireless LEB Blinking CQ61

    Hello Everyone! I have a CQ61-125EQ which the wifi led is blinking when i have internet activity (which i hear is normal).

    It uses ath5k and i tried all the solutions from http://ubuntuforums.org/showthread.php?t=1481925&page=2 but nothing stop the led from blinking

    Can someone have any ideas, please???

  2. #2
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Wireless LEB Blinking CQ61

    This is usually handled by the driver itself. Unless your driver (ath5k, the newer version does include some new options, but I don't remember what) supports controlling the led mode, there is probably nothing you can do about it.

    To see what options are available with your ath5k driver, post back the output of -
    Code:
    modinfo ath5k
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  3. #3
    Join Date
    Apr 2007
    Beans
    29
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: Wireless LEB Blinking CQ61

    Hi varunendra!

    The output is:

    Code:
    filename:       /lib/modules/3.12.0-031200-generic/kernel/drivers/net/wireless/ath/ath5k/ath5k.ko
    license:        Dual BSD/GPL
    description:    Support for 5xxx series of Atheros 802.11 wireless LAN cards.
    author:         Nick Kossifidis
    author:         Jiri Slaby
    srcversion:     3A12C9F4A4AAF96D5FF235B
    alias:          pci:v0000168Cd0000FF1Bsv*sd*bc*sc*i*
    alias:          pci:v0000168Cd0000001Dsv*sd*bc*sc*i*
    alias:          pci:v0000168Cd0000001Csv*sd*bc*sc*i*
    alias:          pci:v0000168Cd0000001Bsv*sd*bc*sc*i*
    alias:          pci:v0000168Cd0000001Asv*sd*bc*sc*i*
    alias:          pci:v0000168Cd00000019sv*sd*bc*sc*i*
    alias:          pci:v0000168Cd00000018sv*sd*bc*sc*i*
    alias:          pci:v0000168Cd00000017sv*sd*bc*sc*i*
    alias:          pci:v0000168Cd00000016sv*sd*bc*sc*i*
    alias:          pci:v0000168Cd00000015sv*sd*bc*sc*i*
    alias:          pci:v0000168Cd00000014sv*sd*bc*sc*i*
    alias:          pci:v0000168Cd00001014sv*sd*bc*sc*i*
    alias:          pci:v000010B7d00000013sv*sd*bc*sc*i*
    alias:          pci:v0000A727d00000013sv*sd*bc*sc*i*
    alias:          pci:v0000168Cd00000013sv*sd*bc*sc*i*
    alias:          pci:v0000168Cd00000012sv*sd*bc*sc*i*
    alias:          pci:v0000168Cd00000011sv*sd*bc*sc*i*
    alias:          pci:v0000168Cd00000007sv*sd*bc*sc*i*
    alias:          pci:v0000168Cd00000207sv*sd*bc*sc*i*
    depends:        mac80211,cfg80211,ath
    intree:         Y
    vermagic:       3.12.0-031200-generic SMP mod_unload modversions 
    parm:           nohwcrypt:Disable hardware encryption. (bool)
    parm:           fastchanswitch:Enable fast channel switching for AR2413/AR5413 radios. (bool)
    parm:           no_hw_rfkill_switch:Ignore the GPIO RFKill switch state (bool)
    The ath9k has the led option parameter:

    Code:
    parm:           blink:Enable LED blink on activity (int)
    Last edited by calin_ionut; November 6th, 2013 at 09:17 AM.

  4. #4
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Wireless LEB Blinking CQ61

    Quote Originally Posted by calin_ionut View Post
    Code:
    filename:       /lib/modules/3.12.0-031200-generic/kernel/drivers/net/wireless/ath/ath5k/ath5k.ko
    ....
    ....
    parm:           nohwcrypt:Disable hardware encryption. (bool)
    parm:           fastchanswitch:Enable fast channel switching for AR2413/AR5413 radios. (bool)
    parm:           no_hw_rfkill_switch:Ignore the GPIO RFKill switch state (bool)
    Hmm.. interesting that despite being from the newest kernel, the driver has same parameters as the one in my 3.2.0-36 has. I don't remember which option, but I'm quite sure I saw a fourth parameter in ath5k a few days ago here on the forums.

    Anyway, the driver 'You' have obviously doesn't have any option to control the LED. And I don't know if there is another way to 'force' such behaviour on it, sorry.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

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
  •