-1

I can connect to my wifi fine, but when it is connected the led light to indicate if I am connected to the network keeps blinking. When I disconnect it stays solid. My network is hidden and has a MAC filter. I also want to add that I contacted my internet provider and ruled out them as a problem. Because my connection is 45 Mb/s wired but 16 Mb/s wireless. Where as when I had Windows 7 my average wireless speed was between 35 Mb/s and 40 Mb/s

Here is a summary of some of my specs on my hp pavilion dv6000

Processor Processors Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz 800.00MHz Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz 800.00MHz Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz 800.00MHz Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz 800.00MHz

Network Interfaces Network Interfaces eth0 0.00MiB 0.00MiB lo 0.11MiB 0.11MiB virbr0 0.00MiB 0.00MiB wlan0 3.61MiB 0.69MiB -Computer- Processor : 4x Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz Memory : 3994MB (1391MB used) Operating System : Ubuntu 14.04 LTS User Name : john (John Syzemore) Date/Time : Sun 20 Apr 2014 12:37:24 AM MST -Display- Resolution : 1366x768 pixels OpenGL Renderer : Mesa DRI Intel(R) Sandybridge Mobile X11 Vendor : The X.Org Foundation -Multimedia- Audio Adapter : HDA-Intel - HDA Intel PCH -

Input Devices- Lid Switch Power Button Power Button AT Translated Set 2 keyboard Razer Razer Naga Hex Razer Razer Naga Hex HP TrueVision HD SynPS/2 Synaptics TouchPad Video Bus HDA Intel PCH HDMI/DP,pcm : 3= HDA Intel PCH Front Headphone HDA Intel PCH Mic ST LIS3LV02DL Accelerometer HP WMI hotkeys -Printers (CUPS)- HP-Officejet-4620-series : Default -SCSI Disks- ATA Hitachi HTS54755 hp DVD-RAM UJ8B1

1 Answers1

5

This helped me to get rid off blinking led: http://www.tomdesair.com/blog/2012/04/stop-the-blinking-wireless-led-in-linux/

Open terminal and type:

sudo gedit /etc/modprobe.d/wlan.conf

This will create a new file and open it in text editor. Add this text into file and save it:

options iwlwifi led_mode=1

Now restart your system or reload the WiFi driver using:

sudo -i

Give your password and then give:

modprobe -r iwlwifi && modprobe iwlwifi