Wifi not working - Dell Inspiron 1564 - Broadcom BCM4312

Hello everybody, I have a problem getting my wireless network working.
I already installed the necessary driver and wicd sees the network but is not getting connection.
Some friends of archlinux-br are helping me so far but still can not solve everything.
Start wicd was not finding networks more this has been solved now wicd connects to network but can not open any page.
We've tried to ping, change / etc / resolv.conf but no solution yet.
If anyone has any suggestions I appreciate it.
Thank you.
Here some relevant information:
[k@ArchNote ~]$ lspci |grep Network
03:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
[k@ArchNote ~]$
[k@ArchNote ~]$ pacman -Q |grep broadcom
broadcom-wl 5.100.82.38-4
[k@ArchNote ~]$
[k@ArchNote ~]$ pacman -Q |grep wicd
wicd 1.7.0-10
wicd-client-kde 0.2.1-2
[k@ArchNote ~]$
rc.conf
[k@ARCH-K ~]$ cat /etc/rc.conf
# /etc/rc.conf - Main Configuration for Arch Linux
# LOCALIZATION
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
# in the hardware clock being left untouched (useful for virtualization)
# Note: Using "localtime" is discouraged.
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
# VERBOSE: Verbose level (from 1 to 8). man 3 syslog for level info
LOCALE="pt_BR.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="localtime"
TIMEZONE="America/Recife"
KEYMAP="br-abnt2"
CONSOLEFONT="lat0-16"
CONSOLEMAP=
USECOLOR="yes"
VERBOSE="3"
# HARDWARE
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
# Replace every !module by an entry as on the following line in a file in
# /etc/modprobe.d:
# blacklist module
# See "man modprobe.conf" for details.
MODULES=(acpi-cpufreq cpufreq_ondemand cpufreq_powersave r8169 lib80211 wl)
# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30
# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"
# Scan for BTRFS volumes at startup
USEBTRFS="no"
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="ARCH-K"
# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
# Wired network setup
# - interface: name of device (required)
# - address: IP address (leave blank for DHCP)
# - netmask: subnet mask (ignored for DHCP)
# - gateway: default route (ignored for DHCP)
# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# gateway=192.168.0.1
# DHCP example
# interface=eth0
# address=
# netmask=
# gateway=
interface=eth0
address=
netmask=
gateway=
# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"
# Enable these netcfg profiles at boot-up. These are useful if you happen to
# need more advanced network features than the simple network service
# supports, such as multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This requires the netcfg package
#NETWORKS=(main)
# DAEMONS
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
DAEMONS=(hwclock syslog-ng hal cpufreq !network netfs crond wicd)
[k@ARCH-K ~]$
[k@ARCH-K ~]$ cat /etc/rc.conf |grep MODULES
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
MODULES=(acpi-cpufreq cpufreq_ondemand cpufreq_powersave r8169 lib80211 wl)
[k@ARCH-K ~]$
[k@ARCH-K ~]$ cat /etc/modprobe.d/blacklist.conf
blacklist ssb
blacklist b43
[k@ARCH-K ~]$
lsmod
[k@ARCH-K ~]$ lsmod
Module Size Used by
ipv6 288690 28
reiserfs 238662 1
ext2 63714 1
mbcache 5793 1 ext2
snd_hda_codec_hdmi 22784 1
snd_hda_codec_realtek 297871 1
uvcvideo 62143 0
videodev 78070 1 uvcvideo
media 10437 1 videodev
v4l2_compat_ioctl32 8364 1 videodev
lib80211_crypt_tkip 8546 0
wl 2527048 0
snd_hda_intel 22186 4
snd_hda_codec 77543 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
i915 648410 8
i2c_i801 8195 0
dell_laptop 8211 0
snd_hwdep 6342 1 snd_hda_codec
snd_pcm 73736 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
drm_kms_helper 27529 1 i915
rfkill 15498 1 dell_laptop
joydev 9959 0
snd_timer 19488 2 snd_pcm
drm 181991 4 i915,drm_kms_helper
iTCO_wdt 12781 0
snd 57256 13 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
i2c_algo_bit 5239 1 i915
soundcore 6178 1 snd
dcdbas 5560 1 dell_laptop
i2c_core 20165 6 videodev,i915,i2c_i801,drm_kms_helper,drm,i2c_algo_bit
sg 25621 0
r8169 41003 0
dell_wmi 1557 0
sparse_keymap 3128 1 dell_wmi
snd_page_alloc 7161 2 snd_hda_intel,snd_pcm
intel_ips 11285 0
wmi 8387 1 dell_wmi
intel_agp 10848 1 i915
intel_gtt 14359 3 i915,intel_agp
mii 4003 1 r8169
serio_raw 4366 0
pcspkr 1891 0
iTCO_vendor_support 1969 1 iTCO_wdt
psmouse 54752 0
cpufreq_powersave 1030 0
cpufreq_ondemand 6172 4
video 11300 1 i915
evdev 9530 19
lib80211 4198 2 lib80211_crypt_tkip,wl
thermal 7903 0
fan 2498 0
battery 10945 0
ac 3305 0
button 4510 1 i915
acpi_cpufreq 5809 1
freq_table 2491 2 cpufreq_ondemand,acpi_cpufreq
processor 24328 1 acpi_cpufreq
mperf 1315 1 acpi_cpufreq
xfs 744464 2
sr_mod 14663 0
cdrom 36393 1 sr_mod
sd_mod 27379 6
ahci 20905 5
libahci 18925 1 ahci
libata 173061 2 ahci,libahci
scsi_mod 130020 4 sg,sr_mod,sd_mod,libata
ehci_hcd 39359 0
usbcore 142192 3 uvcvideo,ehci_hcd
[k@ARCH-K ~]$
[k@ARCH-K ~]$ ping -c3 www.google.com.br
ping: unknown host www.google.com.br
[k@ARCH-K ~]$ ping -c3 74.125.229.115
PING 74.125.229.115 (74.125.229.115) 56(84) bytes of data.
--- 74.125.229.115 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2007ms
ifconfig
[k@ARCH-K ~]$ ifconfig
eth0 Link encap:Ethernet HWaddr B8:AC:6F:6B:01:34
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:270 errors:0 dropped:0 overruns:0 frame:0
TX packets:300 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:65554 (64.0 Kb) TX bytes:40693 (39.7 Kb)
Interrupt:41 Base address:0xa000
eth1 Link encap:Ethernet HWaddr F0:7B:CB:14:DB:C1
inet6 addr: fe80::f27b:cbff:fe14:dbc1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:26445
TX packets:119 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3324 (3.2 Kb) TX bytes:11361 (11.0 Kb)
Interrupt:17
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:288 errors:0 dropped:0 overruns:0 frame:0
TX packets:288 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:21088 (20.5 Kb) TX bytes:21088 (20.5 Kb)
[k@ARCH-K ~]$ scrot -d3
[k@ARCH-K ~]$
Some pictures
Mod Edit -- Please follow image posting rules. Use thumbnails only -- Inxsible
Thank you
Last edited by Inxsible (2011-07-20 04:52:41)

I do not understand.
I posted the previous message by windows since the wifi was not picking up on my network in the arch.
Reset to the arch and take wifi without me doing anything.
I ran some commands to identify what is currently running as probably go down again like before.
follows:
[k@ARCH ~]$ ifconfig
eth0 Link encap:Ethernet HWaddr B8:AC:6F:5C:A4:70
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:41
eth1 Link encap:Ethernet HWaddr F0:7B:CB:14:DB:C1
inet addr:192.168.1.100 Bcast:255.255.255.255 Mask:255.255.255.0
inet6 addr: fe80::f27b:cbff:fe14:dbc1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:896 errors:0 dropped:0 overruns:0 frame:785
TX packets:727 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:754684 (736.9 Kb) TX bytes:83483 (81.5 Kb)
Interrupt:17
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1440 (1.4 Kb) TX bytes:1440 (1.4 Kb)
[k@ARCH ~]$ iwlist scann
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
eth1 Interface doesn't support scanning.
[k@ARCH ~]$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11 Nickname:""
Access Point: Not-Associated
Link Quality:5 Signal level:201 Noise level:199
Rx invalid nwid:0 invalid crypt:0 invalid misc:0
[k@ARCH ~]$
[ 7.165098] hda_codec: ALC269: BIOS auto-probing.
[ 7.166989] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input10
[ 7.262770] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 7.262993] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 7.393505] Linux media interface: v0.10
[ 7.403926] Linux video capture interface: v2.00
[ 7.462770] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_1.3M (0c45:641d)
[ 7.605292] input: Laptop_Integrated_Webcam_1.3M as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input13
[ 7.605579] usbcore: registered new interface driver uvcvideo
[ 7.605688] USB Video Class driver (v1.0.0)
[ 9.369742] EXT3-fs (sda6): using internal journal
[ 9.840209] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[ 9.923097] REISERFS (device sda8): found reiserfs format "3.6" with standard journal
[ 9.925759] REISERFS (device sda8): using ordered data mode
[ 9.938214] REISERFS (device sda8): journal params: device sda8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 9.943433] REISERFS (device sda8): checking transaction log (sda8)
[ 9.991858] REISERFS (device sda8): Using r5 hash to sort names
[ 10.107237] Adding 2045948k swap on /dev/sda9. Priority:-1 extents:1 across:2045948k
[ 11.179589] intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo
[ 14.033717] r8169 0000:04:00.0: eth0: link down
[ 24.187158] dell-wmi: Unknown key 3a pressed
[ 25.861236] dell-wmi: Unknown key 3a pressed
[ 81.151195] NET: Registered protocol family 10
[ 81.152700] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 91.368539] eth1: no IPv6 routers present
[ 94.914913] EXT4-fs (sda7): re-mounted. Opts: commit=0
[ 165.872391] chromium-sandbo (1456): /proc/1454/oom_adj is deprecated, please use /proc/1454/oom_score_adj instead.
[ 291.022898] dell-wmi: Unknown key 3a pressed
[ 292.008052] dell-wmi: Unknown key 3a pressed
[ 297.588251] dell-wmi: Unknown key 3a pressed
[ 298.141461] dell-wmi: Unknown key 3a pressed
[ 378.171985] dell-wmi: Unknown key 3a pressed
[ 378.520932] dell-wmi: Unknown key 3a pressed
[ 393.937003] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[k@ARCH ~]$
the output of dmesg me aware of this part:
[   91.368539] eth1: no IPv6 routers present
This has something to do with the instability of the network?
Thank you.

Similar Messages

  • Network controller& USB controller driver not found and wifi not working

    hello  I Purchased HP 15-ac025TX (M9V00PA) Notebook laptop  .  i have installed all driver from HP site here is the link  http://support.hp.com/in-en/drivers/selfservice/HP-15-Notebook-PC-series/7771404/model/8326084#Z7_3054ICK0KGTE30AQO5O3KA30R1  but still netwok controller driver not found also wifi not  working  i installed blutooth drivers too . I am using window 7 sp1 (32 bit) For network controller device ID is PCI\VEN_14E4&DEV_4365&SUBSYS_804A103C&REV_01 secondly  univeral serial bus driver(usb) controller   not found i installed all drivers from above link  also update windows  but still no solution hardware id of usb controller is PCI\VEN_8086&DEV_9CB1@SUBSYS_80C2103C&REV_03  and last i am unable to download  AMD/Intel Switchable High-Definition (HD) Graphics Driver. the download link not working KINDLY RESOLVE THE ISSUE THANK YOU    

    Update: While the driver I knew would work has not shown up yet, I did some detective work and explored some other broadcom wireless card driver folders from some HP links, and I found one that should work for you. While it says it is for HP desktop PC's, they put the exact same wireless card form factor in a desktop PC that they do in a notebook PC. I see no reason why this driver would not work, since the setup information file contains the same hardware ID that you posted.  Here is a partial copy and paste of the driver setup information file and you can see the hardware ID you posted is supported by this driver.  x86 - Win7
    [BROADCOM.NTx86.6.1]
        %BCM430N_DeviceDesc% = BCM43XNG_NT61, PCI\VEN_14E4&DEV_4365&SUBSYS_2230103C
        %BCM430N_DeviceDesc% = BCM43XNG_NT61, PCI\VEN_14E4&DEV_4365&SUBSYS_22D3103C       
        %BCM430N_DeviceDesc_HPY% = BCM43XNG_NT61, PCI\VEN_14E4&DEV_4365&SUBSYS_2232103C
        %BCM430N_DeviceDesc_HPY% = BCM43XNG_NT61, PCI\VEN_14E4&DEV_4365&SUBSYS_22D4103C
        %BCM430N_DeviceDesc_HPY% = BCM43XNG_NT61, PCI\VEN_14E4&DEV_4365&SUBSYS_804A103C http://h20566.www2.hp.com/hpsc/swd/public/detail?swItemId=cp_149257_1

  • How to fix iphone 4s wifi not working

    How to fix wifi not working on iphone 4s after it is updated to ios 7 ?
    Here is what fixed my wife's phone after several weeks of no wifi. We had removed the Sims card and transferred to another phone which was running ios 6. My son was visiting and said Apple had come out with an update a few days ago and he decided to attempt to install it on the 4s phone that had no wifi and no cellular because the sims card was removed. He tapped the icon to update the new ios version and received the message to the effect that No WiFi available would you like to search for available networks. He selected yes and immediately the wifi came on and has been working now for two days. Also we never installed the update to the new ios.
    My advice is to remove your sims card like we did or trun off your cellular and attempt the update to see if you get the message to search for available networks and then of course choose yes. Go figure. Hope this works for you.

    Read this http://support.apple.com/kb/ts1398

  • Wifi not working after latest iOS update

    wif not working after latest iOS update 7.0.4.  Any suggestions?

    Same happening to my iphone no wifi or bluetooth since latest update tryed everything reset restore reset back to factory setting all to no avail phoned apple they want 155 pound for a replacement (cheeky #$%/$$#@) when everyone knows its there fault .i read phone may need new wifi chip if its out of warrenty cheaper to take to local phone doctor

  • I buy a new compaq presario cq57 408tu but its bluetooth and wifi not working even installing driver

    i buy a new compaq presario cq57 408tu laptop , but its bluetooth and wifi not working even installing all driver

    Hey there. You didnt state what operating system you are using but I was able to find two articles that should help resolve your issue. 
    Troubleshooting Your Wireless Network and Internet Connection (Windows 7)
    Fixing Bluetooth Issues
    These articles will go through all the basic troubleshooting steps. Let me know if this helps resolve the issue at all.
    Thanks!
    Sean
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Iphone 3G wifi not working after upgrade

    Iphone 3G wifi not working after software upgrade, no proper fix from Apple. APPLE SUPPORT - R U SLEEPING.......

    You are not talking to Apple. This is a user to user forum.
    If you're using the iPhone 3G, there will be no fix for your problem. The software you have, 4.2.1, is the end of the line for the 3G. Apple is no longer providing software updates for the 3G.

  • Hi, i am not able to connect to the internet. wifi not working.

    hi, i am not able to connect to the internet. wifi not working. not able to find proper drivers for 32 bit win.7 os. need urgent help..
    This question was solved.
    View Solution.

    Hi:
    I can give you the link to the wifi driver, if you do the following steps to post the hardware ID for the wireless card, so I can figure out what model wireless card the notebook has...
    To find the hardware ID, go to the device manager and click on the device labeled Network Controller.
    Then click on the Details tab at the top of the Network Controller window.
    Now you see a Property drop down list and it is defaulted to Device Description.
    Drop down on that list and select the second item (Hardware ID's).
    Post the top string of characters you see in the window.

  • Hi , i have iphone 4s , wifi not working please help me

    hi , i have iphone 4s , wifi not working please help me

    Read this article: http://support.apple.com/kb/TS1398

  • TS1398 Iphone 5 Wifi not working

    Hi Apple .
         My wifi not working ...i have already try reset network it seem the same .... sometime i only able to use for few hours after that my wifi not working anymore and sometime event i have to shut down my iphone for wifi connection . Now it become more worst sometime i unable to turn on my wifi .... pls email me for solution . I purchase my iphone from Apple Store online from malaysia but currently im working at oversea . Can i get warranty at Taiwan ?

    The iPhone warranty is not international.  Apple will only honor the warranty in the country where the iPhone was sold.
    If your WiFi connections button in Settings is greyed out, see http://support.apple.com/kb/TS1559 and if you want to Troubleshoot, and can access the router, http://support.apple.com/kb/TS1398 those may help but you probably need to have the iPhone tested by an Apple technician.

  • After i updated to ios6.1 my 4s wifi not working anymore it greys out..how will it fix..plz apple do something

    after i updated to ios6.1 my 4s wifi not working anymore it greys out..how will it fix..plz apple do something

    I have the same problemafter upgrade to IOS6.1. I guess now iPhone5 is on the market, Apple is probably rubbing they hands hoping that people will move on. I have bought a Samsung Galaxy S4 since and will not be going back to iPhone.

  • Ethernet and wifi not working on g6 1318ax

    Sir, my laptop is HP g6 1318ax. When I buy this lap I installed windows 7 but now format it and installed windows 8. But after installing the windows 8 the ethernet port and wifi not working. I download and install hp recommend drivers for win8 but it is not working. Please help me to solve this problem. 

    Hi: Below are the links to the PCI and touchpad drivers. http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-110518-1&cc=us&dlc=en&lc=en&os=4132&product=5278311&sw_lang= http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-110512-1&cc=us&dlc=en&lc=en&os=4132&product=5278311&sw_lang= Unfortunately, I don't know why the wired network adapter isn't working. I'll give this one more try and if this driver doesn't work, then I don't have any idea why. http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=0&prodSeriesId=5229455&prodNameId=5229457&swEnvOID=4132&swLang=13&mode=2&taskId=135&swItem=ob-110949-1

  • TS1559 my iphone wifi not work help

    my iphone wifi not work help

    If you tried all that is in the support doc where you posted your query and it did not resolve the issue, it is a hardware failure. Seek an appointment at the genius bar for evaluation.

  • Q5 - Post Upgrade 10.2.1.537 Wifi Not working

    I upgraded my Q5 to latest version of OS. Wifi setup seems to hang and not connect to any available networks. I cannot delete any registered network. It just keep trying don't know what. Doesn't show any new available networks.
    Not sure where is the problem and how to touble shoot the same.
    Sweety
    Solved!
    Go to Solution.

    Hi All,
    Two issues I faced, Wifi not working and Mobile Hotspot giving message 'Regulations in country doesn't allow'. Here what I did to resolve and make it work:
    - Change the Timezone to Alaska or some other country and then try the hotspot, it should work
    - Shutdown the device and start after 30 Seconds (PS restart as part of OS upgrade is not complete), suggestion is to have a clean reboot of the device after upgrade
    - Revert back to old Timezone post restart
    It worked for me. I will monitor for couple of days and then post any more update.
    Sweety

  • MY WIFI NOT WORKING IN MY LAPTOP

    hi,guys     in myn laptop model  15-s008tu notebook compaq wifi not working.....my laptop wifi key i not turn on...it is not turn in to red to white.....i install wireless manager...but in manager divic not found for the action section....   how to solve problem.......tell me 

    Hi: Did you install the wireless and bluetooth drivers you need for the model wireless card your notebook has? http://h20565.www2.hp.com/hpsc/swd/public/detail?swItemId=ob_131223_1 http://h20565.www2.hp.com/hpsc/swd/public/detail?swItemId=ob_130390_1

  • WLC 2106_AP-1131_dell vostro 14 v3446 wifi not working with WLC

    Hi,
    I'm facing issue with newly purchased Dell laptops(dell vostro 14 v3446) are not able to join in WLC.
    I have check WLAN profile for these laptops ,all mapped correct,but laptops not able to join the same profile.
    Only one(newly purchased) laptop is working fine with WLC profile,remaining laptop all config is same but not getting connected with WLC. 
    Laptop wifi is working with another vendor APs.
    But this particular profile working with my exciting user's laptop perfectly.
    WLC/-AIR-WLC2106-K9-Firmware version—6.0.199.4
    AP-AIR-LAP1131AG-A-K9.
    Please advice me here to resolve this problem.
    regards,vijesh
    This was posted in lieu of blog https://supportforums.cisco.com/node/12292096  which was deleted since questions should be questions as discussions as not as blogs ;-) 

    Hi Leo,
    Thanks for your response.
    Client laptop trying to connect the SSID and once authentication key entered ,it will try for a while then error message come "could not connect...." 
    As our suggested,i will create new profile with open authentication,then try to connect the laptop.
    we have planned to upgrade WLC firmware in coming weekend.

Maybe you are looking for

  • Custom report -extract MSEG+MKPF and MD04 Entries

    Hi, My Base requirement is to SUM up MB51 quanity values monthly and also MD04 values for same material, plant, monthly dates and upload it to a custom table . So my code should update monthly a custom table which consists of Material,Plant ,quantity

  • Need help recoding 2 scripts from AS2 to AS1

    I've got a project with a 50K max file size requirement. The size report tells me that the AS2 class library is almost 48K, not a very good start. I've published my project with AS1 selected and the file size is within spec but the following two scri

  • When I open photo editor

    the left side where all the task are does not appear any more what happened?

  • How to change material number?

    Hi guruz, Is there a way to change the muterial number (eg ABC123 to ABC223)? Thanks, Utpal

  • What is the disc utility supposed to look like with a fusion drive

    I have bought a brand spanking new iMac 2013 with a fusion drive. I had a bit of a glitch with the set up of boot camp. I have taken it to the apple service centre and they reformated the drive. But I am no expert but it seem as though the computer i