Intel 5100 on t500

So it seems the adapter is acting up.  It sees networking n linux it refuses to obtain an ip adress.  Windows 7 sees the network will connect sometimes but has a slooooooow connection and sometimes won't load the page.  Other times it won't connect. 
I use another computer on same network and the internal adapter works fine.  It seem's other people are reporting the same problem.
Has anybody heard of this problem or have a possible fix?
Solved!
Go to Solution.

pretty easy just take off the palmrest and then the keyboard, you will see a wifi card under the keyboard area.
you still have to use similar card, maybe get the Intel 5300.
Also it must be from a Lenovo ThinkPad, otherwise you would get an error on the laptop.
Regards,
Jin Li
May this year, be the year of 'DO'!
I am a volunteer, and not a paid staff of Lenovo or Microsoft

Similar Messages

  • [Solved] Wired connection ok but wireless problem on Intel 5100

    Here is how i solved the problem :
    1 - get back to the wiki doing everything in order
    2 - added dbus in attition to hal in the deamon line in rc.conf
    3 - put wicd at the end of the deamon line
    4 - then configured wicd for my wireless network at boot : no more dbus error, and connection perfectly ok
    Thx very much for the superb wiki, certainly my fault if i messed up but i still have to learn
    Hi
    I've got a problem with the wireless connection on my toshiba R10
    my wired connection is working flawlessly but i can't use my wifi card. I'm using arch 2009.8 i686
    Here is what i've done following the wiki :
    1 : installed ifplugd for the RJ45 connection + added the deamon on my rc.conf
    2 : installed wireless-tools
    3 : installed the driver intel 5100
    # pacman -S iwlwifi-5000-ucode
    set up my mod_autolog yes
    here is my ifconfig -a
    [me@arch ~]$ ifconfig -a
    eth0 Link encap:Ethernet HWaddr 00:1C:7E:83:EB:B4
    inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::21c:7eff:fe83:ebb4/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:603 errors:0 dropped:0 overruns:0 frame:0
    TX packets:610 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:329491 (321.7 Kb) TX bytes:84091 (82.1 Kb)
    Memory:ffcc0000-ffce0000
    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:66 errors:0 dropped:0 overruns:0 frame:0
    TX packets:66 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:4400 (4.2 Kb) TX bytes:4400 (4.2 Kb)
    wlan0 Link encap:Ethernet HWaddr 00:22:FB:04:1A:72
    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)
    wmaster0 Link encap:UNSPEC HWaddr 00-22-FB-04-1A-72-00-00-00-00-00-00-00-00-00-00
    UP RUNNING MTU:0 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)
    I have a dbus error : « Could not connect to wicd's D-Bus interface. Check the wicd log for error messages. »
    so i modified my configuration file following this topic on the french forum http://forums.archlinux.fr/topic3967.html (same error message)
    here is my rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # 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
    LOCALE="fr_FR.utf8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Paris"
    KEYMAP="fr-pc"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=()
    # 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"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp" )
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need 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 now 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
    DAEMONS=(syslog-ng hal network ifplugd netfs slim crond alsa fam)
    i tried to start wicd manually but it stay busy infinitely :
    here is my /etc/wicd/manager-setting.conf
    GNU nano 2.0.9 Fichier : /etc/wicd/manager-settings.conf
    [Settings]
    wireless_interface = wlan0
    pref_width = 450
    window_width = 530
    prefer_wired = False
    flush_tool = 0
    use_global_dns = False
    global_dns_dom = None
    always_show_wired_interface = True
    sudo_app = 0
    global_dns_1 = None
    global_dns_2 = None
    global_dns_3 = None
    backend = external
    link_detect_tool = 0
    dhcp_client = 0
    window_height = 529
    wired_connect_mode = 1
    debug_mode = 0
    sudo_app = 0
    global_dns_1 = None
    global_dns_2 = None
    global_dns_3 = None
    backend = external
    link_detect_tool = 0
    dhcp_client = 0
    window_height = 529
    wired_connect_mode = 1
    debug_mode = 0
    pref_height = 450
    wired_interface = eth0
    signal_display_type = 1
    global_search_dom = None
    auto_reconnect = True
    wpa_driver = wext
    and what i get ont the graphical interface : no wireless network found
    here is my "ps aux | grep dbus"
    [root@arch ~]# ps aux | grep dbus
    dbus 1373 0.0 0.0 2252 940 ? Ss 14:27 0:00 /usr/bin/dbus-daemon --system
    me 1703 0.0 0.0 3156 696 ? S 14:27 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
    me 1704 0.0 0.0 2264 972 ? Ss 14:27 0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    root 2794 0.0 0.0 3892 872 pts/1 S+ 15:11 0:00 grep dbus
    in the preference settings of wicd, it's correct : eth0 as wired connection and wlan0 as wireless
    here is my "iwlist wlan0"
    [root@arch ~]# iwlist wlan0 scanning
    wlan0 No scan results
    i've tried a lspci -vv :
    [me@arch ~]$ lspci -vv
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    Subsystem: Toshiba America Info Systems Device 0001
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: <access denied>
    Kernel driver in use: agpgart-intel
    Kernel modules: intel-agp
    00:03.0 Communication controller: Intel Corporation Mobile 4 Series Chipset MEI Controller (rev 07)
    Subsystem: Toshiba America Info Systems Device 0001
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at ffcff000 (64-bit, non-prefetchable) [size=16]
    Capabilities: <access denied>
    Kernel driver in use: heci
    Kernel modules: heci
    00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
    Subsystem: Toshiba America Info Systems Device 0001
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 28
    Region 0: Memory at ffcc0000 (32-bit, non-prefetchable) [size=128K]
    Region 1: Memory at ffcfe000 (32-bit, non-prefetchable) [size=4K]
    Region 2: I/O ports at cf80 [size=32]
    Capabilities: <access denied>
    Kernel driver in use: e1000e
    Kernel modules: e1000e
    00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
    Subsystem: Toshiba America Info Systems Device 0001
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: <access denied>
    Kernel modules: iTCO_wdt
    01:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100
    Subsystem: Intel Corporation Device 1301
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 32 bytes
    Interrupt: pin A routed to IRQ 29
    Region 0: Memory at ff900000 (64-bit, non-prefetchable) [size=8K]
    Capabilities: <access denied>
    Kernel driver in use: iwlagn
    Kernel modules: iwlagn
    I suspect that something is wrong between iwlagn and iwlwifi-5000 which can cause this problem.
    I have to say that I'm quite lost here, i hope someone will have an idea
    thank you very much
    Last edited by Janarto (2009-08-30 02:46:18)

    Stab in the dark...the hal daemon should start dbus, but sometimes I've been encouraged to add the dbus DAEMON explicitly (before hal).
    I don't really understand dbus too intimately, but I've come across situations where although dbus is running, I can't talk to it because the DBUS_SESSION_BUS_{ADDRESS,PID,WINDOWID} variables weren't visible in the environment I was working in. For instance, if dbus is started by xinitrc, and then some system-level daemon tries to talk to dbus, usually it fails for me, and I have to use some workaround.
    Now I would expect wicd to be set up so that the ordinary user doesn't encounter any problems of this sort. On the other hand, the error you're getting does say that it's dbus communication which is failing. Perhaps you could try shutting down hald and dbus, open a terminal, su -, /etc/rc.d/dbus start, and then try from that command line to tell wicd to connect?

  • Intel 5100-5300 getting packet loss with a wrt 310n

    Hi All
    I have found a fix for this and it seems to work for me. Intel 5100 worked fine with a dlink but I always recieved packet loss with my wrt 310n
    http://www.intel.com/support/wireless/wlan/sb/cs-006205.htm
    Just though I would Hare it with the Community
    Regards
    Wall

    I have an ASUS UX32VD-DB71 which has the Intel Centrino 6235 wifi card. I've been having this laptop for more than 6 months and I've tried different solutions to fix the issue with Wireless-N but none of them were stable other than disabling N completely using 11n_disable=1
    I've tried different kernels all the way from 3.2 to the latest 3.7 series of kernels (both in the openSUSE tree as well as mainline) with no luck whasoever. I also tried installing the compat-drivers from 2013-01-23-1-u version onto my 3.6 kernel which provided the same results too. I see packet loss with N and the G speeds are just too slow. I have a workstation in my network and I can only transfer effectively at 1.5 MB /s max over G whereas an old laptop from 2007 which has an 1x1 MIMO antenna (again Intel though) can connect at 144 Mbps to my router and transfer files at least 3-4 times faster (if not more).
    It is totally unacceptable for Intel to not just fix this issue for Linux.
    Last edited by Tuxdude (2013-02-17 01:38:59)

  • T400 Intel 5100 AGN help!

    Hi,
    I recently installed Windows 7 and I have been experiencing slow internet speed ever since.  I have already updated the drivers for both network adapters (Intel Wifi Link 5100 AGN ver 12.4 1.4 and the Intenl 82567LF Gigabet Network Connection ver 10.0.2.2).  I used to be able to recieve 6mb/s for downloads, but now it has been reduced to less than 1 mb/s.
    Here is my speed test:
    http://www.speedtest.net/result/616886714.png
    Are there other drivers or software that I need to update to get my speed back?
    Thanks

    Probably completely unrelated but maybe not...
    I just put a test install of Win 7 Pro 64 on my T400 w/Intel 5100.  It was running Vista Biz 64 and working fine with my Linksys N router.  With '7 it wouldn't see the router most of the time, would occasionally see it and associate sometimes, and always drop in a few seconds.
    The "fix" was to enable QoS in the router.  Absolutely no idea why.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Replacing my Intel 5100 AGN card with a Intel 2200 (X200 Thinkpad)

    Hi there,
    Does anyone knows if this will work ? 
    I'm planning to change the 5100 AGN card with an old Intel 2200 model because I want to play with OSX86 on my X200.
    -- Shay

    Answer should be available here http://www.insanelymac.com/forum/index.php?showforum=152

  • Intel 5100 AGN replacement with an Intel 5300 AGN

    I have an Intel WiFi 5100 and I was told to purchase a 5300 card as a replacement.  The laptop starts, but stops and tells me that there is unregistered hardware trying to start and windows will stop it immediatley.  HOW DO I INSTALL THE NEW DRIVERS for a presplash screen in windows 7?

    I have an HP Pavilion DV7-2185dx and the Intel website was the one who directed me to the 5300 saying it was more stable and even though the third antenna connection would be open, the performance would more than make up for the lose of the WiFi extentended distance.  AND just so you know:  This network adapter had been working fine for years and years with little or no issues, then about 6 months ago it started to act up, dropping the signal and just working slowly.  I tried, but was unsucecessful in downloading and installing the up to the minute drivers for this 5100.  And finally, this is the mindblower:  The card works extremely and without fault under the Ubuntu OS.  I switched from W7 to U11 with the dual boot and NO ISSUES!  SO, I believe it is something that MS has done with their many, many updates that come over constantly.  They must have updated something else and screwed up the Intel drivers.  If you look online, you will see hundreds of people with the same or similar issues that remain unresolved since 2011, with the only resolution being the use of a USB Network Key, of which I always had as a backup and troubleshooting device.  So, before you look to chastise me for listening to an Intel tech, perhaps you should read the thousands of angry customers who have had their NIC go bad and HP and Intel have NO **bleep** ANSWER!!!  Some crap, to say the least... PS...As I said the card works WONDERFULLY using UBUNTU 11, so I don't believe it is the card, but rather the software that is controlling it.

  • Satellite L350-171: Question about Draft N in Wlan card Intel 5100

    Recently swapped to this machine after having fun with a P300.
    My question is this; under the properties of the 5100 in Device Manager, there is an option to enable draft-n, but draft-n is not a option to select in the wireless mode.
    Is draft-n a auto selection or am I missing something?

    In my Intel WLan driver the Draft N is also not available in wireless mode.
    There are only settings fro the A b or G. But the 802.11 N mode is enabled.
    If this setting is enabled then your WLan will support the high throughput mode (MINO 802.11n)
    So if your WLan router supports and provides the Draft N feature then your WLan card should choose it automatically.
    PS; Please ensure that you are using the latest WLan driver from the Intel page!

  • Wireless Intel 5100 (iwlagn) and linux = 3.1.5

    After upgrading to linux-3.1.5 (and 3.1.6) wireless stops working.
    Here is the dmesg output:
    [ 15.319901] iwlagn 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 15.319930] iwlagn 0000:04:00.0: setting latency timer to 64
    [ 15.319988] iwlagn 0000:04:00.0: pci_resource_len = 0x00002000
    [ 15.319990] iwlagn 0000:04:00.0: pci_resource_base = ffffc90000654000
    [ 15.321850] iwlagn 0000:04:00.0: HW Revision ID = 0x0
    [ 15.321968] iwlagn 0000:04:00.0: irq 48 for MSI/MSI-X
    [ 15.322056] iwlagn 0000:04:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
    [ 15.322161] iwlagn 0000:04:00.0: L1 Enabled; Disabling L0S
    [ 15.352891] iwlagn 0000:04:00.0: device EEPROM VER=0x11e, CALIB=0x4
    [ 15.352894] iwlagn 0000:04:00.0: Device SKU: 0Xf0
    [ 15.352904] iwlagn 0000:04:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
    [ 15.355087] iwlagn 0000:04:00.0: loaded firmware version 8.83.5.1 build 33692
    [ 15.394558] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 18.803574] iwlagn 0000:04:00.0: L1 Enabled; Disabling L0S
    [ 18.806980] iwlagn 0000:04:00.0: Radio type=0x1-0x2-0x0
    [ 18.934500] iwlagn 0000:04:00.0: L1 Enabled; Disabling L0S
    [ 18.937819] iwlagn 0000:04:00.0: Radio type=0x1-0x2-0x0
    [ 18.998895] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 21.015103] iwlagn 0000:04:00.0: L1 Enabled; Disabling L0S
    [ 21.018428] iwlagn 0000:04:00.0: Radio type=0x1-0x2-0x0
    [ 21.079955] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 26.259417] wlan0: authenticate with 00:24:01:f3:5b:e0 (try 1)
    [ 26.261813] wlan0: authenticated
    [ 26.266418] wlan0: waiting for beacon from 00:24:01:f3:5b:e0
    [ 26.314402] wlan0: beacon received
    [ 26.353423] wlan0: associate with 00:24:01:f3:5b:e0 (try 1)
    [ 26.358152] wlan0: RX AssocResp from 00:24:01:f3:5b:e0 (capab=0x431 status=0 aid=1)
    [ 26.358156] wlan0: associated
    [ 26.363857] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 30.860594] EXT4-fs (sda5): re-mounted. Opts: commit=0
    [ 30.999063] EXT4-fs (sda6): re-mounted. Opts: commit=0
    [ 31.001007] EXT4-fs (sda8): re-mounted. Opts: commit=0
    [ 36.364377] wlan0: disassociating from 00:24:01:f3:5b:e0 by local choice (reason=3)
    [ 36.398016] cfg80211: Calling CRDA to update world regulatory domain
    [ 36.398148] wlan0: deauthenticating from 00:24:01:f3:5b:e0 by local choice (reason=3)
    [ 36.763419] wlan0: no IPv6 routers present
    rc.conf:
    NETWORKS=(home)
    WIRED_INTERFACE=eth0
    WIRELESS_INTERFACE=wlan0
    /etc/network.d/home:
    CONNECTION='wireless'
    DESCRIPTION='Home'
    INTERFACE='wlan0'
    SECURITY='wpa'
    ESSID='homewlan'
    KEY='long_long_key'
    IP='dhcp'
    HIDDEN=yes
    /etc/wpa_supplicant.conf:
    network={
    ssid="homewlan"
    scan_ssid=1
    key_mgmt=WPA-PSK
    proto=WPA2
    psk=long_long_key
    priority=5
    /etc/rc.d/functions.d/wlan0mac (custom mac is for using dhcp reservation feature in my router):
    set_wlan0_mac() {
    ip link set dev wlan0 address f6:20:f3:e3:fc:82
    add_hook sysinit_end set_wlan0_mac
    If I pacman -U linux-3.1.4-1-x86_64.pkg.tar.xz, everything works again.
    Any help is really appreciated.
    Thanks.

    ZekeSulastin wrote:
    Because in 3.1.5 there was a commit added to iwlwifi that breaks things and in 3.1.6 because our kernel maintainers haven't yet implemented the patch that fixes things in both 3.1.5 and 3.1.6: https://bugs.archlinux.org/task/27581 Revert to 3.1.4 or compile a new kernel with the linked patch.
    It's a shame the bug isn't titled properly so it shows up when clicking the "Search Bug Reports" on our linux package page ._.
    No ..this not solve problem for intel wifi card ..it's another problem.
    I idem have this problem and only solution found is ...change hardware (wifi card ) ..now work ok.

  • Intel 5100 stop working occasionally

    OS: happend both on Vista Home Basic and XP SP3
    Machine: X200
    Driver:
    happened both with Lenovo pre-install and Intel new driver
    happened both w/ or w/o Access Connection
    Wireless Router:
    ordinary router that I used for a few years. all other notebook/desktop works fine with it.
    Problem:
    1) sometimes the network just stops working, though the icon may still indicate connection
    2) sometimes after standby the network cannot resume without rebooting
    What's done, and doesn't seem to make difference:
    Disable power saving in the property sheet of wireless adapter, in device manager
    Disable power saving on wireless in Lenovo Power Manager
    Any insight?
    Thanks.

    I have same problem and done everything tech support could tell me and they sent someone and changed the card but still have same problem. After many calls to tech and sale I had to order and pay for a new machine and they are suppose to take this back. Although I paid for new machine I have not received return authorization yet.

  • U350 / Intel 5100 AGN problems

    I have a u350 w/ windows 7 and I'm getting poor wifi speed, packet loss, and disconnections.
    I have a good Cisco AP (802.11g) that works well with my two other laptops.  Typically sitting side by side, the other laptops will be at 54 or 48 mbps and will download a 700mb file about twice as fast from a local file server.  I've had the ap and other laptops for months and never got disconected in my own house before, but I have lost signal multiple times with the u350.
    I also bought a crappy linksys wrt610n to go with the new u350, none of my other devices support N so I set this thing up exclusively for the u350.  I typically get speeds anywhere from 2-5mbps on the N AP but sometimes as high as 24mbps.  I've played with various settings on the AP such as 5ghz only, 2.4ghz, or both at the same time, but it's pretty crappy and slower than G every time.
    Because I have the two APs, and the other laptops, I'm pretty sure it's just the u350 that's screwed up.  Forgetting the 802.11n, I would be happy if I could use the u350 with my Cisco G without getting disconnected and dropping packets left and right.
    Is it possible I have a bad wi-fi card or could it be just a software problem?  I've tried both the lenovo driver and the newer intel/microsoft one and they both have this issue.
    Solved!
    Go to Solution.

    Disregard this, I took it apart and found one of the antenna cables was loose.  Now I'm getting 54mbps on G and 216mbps on N.

  • T400 with Intel 5100 : wireless-r​elated crashes on Linux

    Hi,
     I just bought a T400 last month and installed Ubuntu Linux 8.10 (Intrepid Ibex) last week. The kernel version is 2.6.27 (right now it is 2.6.27-11.27). Most parts works wonderfully for me, yet I keep getting problems with the wireless card. Last week and this week I got the computer crashing on me when I was doing wireless-related stuff (mainly to bring up the wireless interface).
    First problem (Feb 5, 2009)
    I was waking the computer up from sleep (suspend) and trying to disable/enable wireless, etc.
    Don't remember what I did; perhaps Fn+F5 and other keys as well. The computer suddenly hung by itself, and caps lock light blinking. I had to turn off the computer by holding the power switch.
    After start, the wireless behaving strangely:
    * before "ifconfig wlan0 up", the wireless light is off
    * after "ifconfig wlan0 up", the wireless light is on
    * after "ifconfig wlan0 down", the wireless light is off -- never like this before! Wireless light is usually always on all the time unless we press the Fn+F5 key.
    * connection to my wireless ESSID network is not working.
    * But in Vista the wireless connection is fine!
    * reboot with Linux doesn't help.
    I thought I was doomed for the wireless in linux. But when I used the hardware switch to turn off the wireless and turned it on again, the wireless suddenty worked again! But the wireless light behavior (turning off when I brought down the network interface) persists.
    The second error (Feb 9, 2009)
    I brought the computer up from sleep (suspend). The wireless switch was off at this point. With hardware wireless switch turned OFF (my mistake!), I tried to turn on the wireless interface (wlan0) using `ifup' program. When I did that, I encountered the following error:
    Error for wireless request "Set ESSID" (8B1A):
       SET filed on device wlan0 ; Resource temporarily unavailable.
    ...(DHCP program's message)
    wmaster0: unknown hardware address type 801.
    ...(trying to get IP address, which is futile)
    Before this returns to shell, I turned on the wireless switch then ^C the ifup program. This is fine, I thought.
    Then I ifdown the wlan0 and tried to ifup it again. Guess what happened? The computer hung again, the caps lock blinked. And the computer became useless until I force it to shutdown by holding the power switch.
    The error message in /var/log/kern.log is not that helpful; there is nothing  out of the ordinary:
       Feb  9 10:00:56 wirawan1 kernel: [55618.265262] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
       Feb  9 10:00:56 wirawan1 kernel: [55618.265569] iwlagn: Radio disabled by HW RF Kill switch
       Feb  9 10:00:56 wirawan1 kernel: [55618.308027] iwlagn: WARNING: Requesting MAC access during RFKILL wakes up NIC
       Feb  9 10:00:56 wirawan1 kernel: [55618.312008] iwlagn: MAC is in deep sleep!
       Feb  9 10:00:56 wirawan1 kernel: [55618.359349] ADDRCONF(NETDEV_UP): wlan0: link is not ready
       Feb  9 10:00:56 wirawan1 kernel: [55618.372565] iwlagn: WARNING: Requesting MAC access during RFKILL wakes up NIC
       Feb  9 10:00:56 wirawan1 kernel: [55618.417280] wlan0: Failed to config new SSID to the low-level driver
       Feb  9 10:00:56 wirawan1 kernel: [55618.376539] iwlagn: MAC is in deep sleep!
       Feb  9 10:00:56 wirawan1 kernel: [55618.421577] wlan0: Failed to config new SSID to the low-level driver
       Feb  9 10:00:56 wirawan1 kernel: [55618.421579] wlan0: Failed to config new BSSID to the low-level driver
       Feb  9 10:00:56 wirawan1 kernel: [55618.421829] wlan0: authenticate with AP 00:14:6c:17:a2:98
       Feb  9 10:00:56 wirawan1 kernel: [55618.620149] wlan0: authenticate with AP 00:14:6c:17:a2:98
       Feb  9 10:00:56 wirawan1 kernel: [55618.651642] NET: Registered protocol family 17
       Feb  9 10:00:56 wirawan1 kernel: [55618.820553] wlan0: authenticate with AP 00:14:6c:17:a2:98
       Feb  9 10:00:57 wirawan1 kernel: [55619.020136] wlan0: authentication with AP 00:14:6c:17:a2:98 timed out
    Can somebody help me with this? Let me know if you want more technical information.
    Since the first error I have booted back to WinVista and use the PC Doctor to see if there is something wrong with the card. But all tests returned fine. This is bizzare.

    Thanks for posting your problem. So it is not an isolated issue with my laptop only. Let me ask a few questions:
    * How often does your laptop crash? Like: roughly every week, or very rarely?
    * What is the wireless card that you have? If you don't know, please type "lspci" from command prompt and post it here.
    * What is your wireless network configuration? Do you use WEP, WPA, or WPA2?
    While I still don't know what the problem is, this may help narrow down the occassion (and thus, the cause) of the problem.
    Wirawan

  • Wifi failed to start on Intel 5100

    New Linux user here, I hope to increase my skills rapidly.
    I searched quite a while for a solution for this to no avail.
    Wifi worked fine for me on installation but as soon as I rebooted, I received failure messages when trying to connect to my router.
    When trying to access my router through wifi-menu, I recieve:
    Job for netctl@wls1\x2d2WIRE740.service failed. See 'systemctl status netctl@wls1\x2d2WIRE740.service and journalctl -xn' for details.
    systemctl status netctl@wls1\x2d2WIRE740.service says:
    Loaded: loaded (/usr/lib/systemmd/system/[email protected]; static)
    Active: inactive (dead)
    Docs: man:netctl.profile(5)
    journalctl -xn says:
    -- Unit netctl@wls1\x2d2WIRE740.service has begun starting up.
    Jan 01 06:40:43 termin01 network[2002]: Starting network profile 'wls1-2WIRE740' ...
    Jan 01 06:40:43 termin01 network[2002]: The interface of network profile 'wls1-2WIRE740' is already up
    Jan 01 06:40:43 termin01 systemd[1]: netctl@wls1\x2d2WIRE740.service:main process exited. code=exited, status=1/FAILURE
    Jan 01 06:40:43 termin01 systemd[1]: Failed to start Automatically generated profile by wifi-menu.
    Any help is much appreciated.
    Thank you for your time.

    New Linux user here, I hope to increase my skills rapidly.
    I searched quite a while for a solution for this to no avail.
    Wifi worked fine for me on installation but as soon as I rebooted, I received failure messages when trying to connect to my router.
    When trying to access my router through wifi-menu, I recieve:
    Job for netctl@wls1\x2d2WIRE740.service failed. See 'systemctl status netctl@wls1\x2d2WIRE740.service and journalctl -xn' for details.
    systemctl status netctl@wls1\x2d2WIRE740.service says:
    Loaded: loaded (/usr/lib/systemmd/system/[email protected]; static)
    Active: inactive (dead)
    Docs: man:netctl.profile(5)
    journalctl -xn says:
    -- Unit netctl@wls1\x2d2WIRE740.service has begun starting up.
    Jan 01 06:40:43 termin01 network[2002]: Starting network profile 'wls1-2WIRE740' ...
    Jan 01 06:40:43 termin01 network[2002]: The interface of network profile 'wls1-2WIRE740' is already up
    Jan 01 06:40:43 termin01 systemd[1]: netctl@wls1\x2d2WIRE740.service:main process exited. code=exited, status=1/FAILURE
    Jan 01 06:40:43 termin01 systemd[1]: Failed to start Automatically generated profile by wifi-menu.
    Any help is much appreciated.
    Thank you for your time.

  • Intel Wireless WiFi Link 5100 and Realtek ALC663

    Hi,
    does anyone use wifi card: Intel Wireless WiFi Link 5100
    and/or soundcard: Realtek ALC663
    and/or Graphics Adapter: NVIDIA GeForce 9650M GT?
    Because I'd like to buy Asus X57VN:
    : Processor
    Intel Core 2 Duo P8400 2.26 GHz
    :: Chipset
    Intel PM45
    :: RAM
    3072 MB, DDR2-800, 2 GB + 1 GB
    :: Graphics Adapter
    NVIDIA GeForce 9650M GT - 1024 MB, core: 550 MHz, ram: 400 MHz, ForceWare 176.05
    :: Matrix
    15,4 Zoll 16:10, 1440x900 , AU Optronics B154PW02 V2 / AUO2277
    :: Harddisk
    320 GB - 5400 rpm, 320GB 5400, Hitachi HTS543232L9A300
    :: Soundcard
    Realtek ALC663
    :: Slots
    1 Express Card 54mm, 4 USB, 1 Firewire, 1 VGA, 1 HDMI, 56 kb/s Modem, 1 Kensington Lock, 1 eSata, Audio Connections: micro, headset, Card Reader: 8 w 1 (SD/MMC/MS/MS Pro),
    :: Connectivity
    Realtek RTL8168C/8111C Family PCI-E Gigabit Ethernet NIC , Intel Wireless WiFi Link 5100 , Bluetooth
    And I want to know is some issue with hardware described above especially sound, wifi and grafics.
    Previously I've had intel wifi 4965 and realtek ALC268. First use iwl4965-ucode (package) and module in kernel, second causing some issue: it was necessary to add "options snd_hda_intel model=acer" to /etc/modprobe.conf.
    If anyone use that laptop or some of hardware, please describe me the details about it ( firmware, /etc/modprobe.conf or any incompatibles ).
    I'm interested about:
    -Does nvidia 177.82-1 driver support Geforce 9650M GT,
    -Does iwlwifi-5000-ucode firmware and kernel module enough for Intel Wireless WiFi Link 5100 to work,
    -Does Realtek ALC663 work smoothly (just alsa), or any /etc/modprobe.conf or /etc/modprobe.d/alsa-base  options are necessary?
    I'll be grateful.

    I can answer about the wireless intel 5100 part. I've got an intel 5300 and it's working fine. The drivers are included in the 2.6.27 kernel so you just have to install the iwlwifi-5000-ucode firmware.

  • Using WRT610N w/ Intel WiFi Link 5100 wireless module

    I am considering buying an FW or Z series Sony laptop which includes Intel WiFi Link 5100 as the wireless module, which is a dual range (2.4 & 5 GHz) 802.11 a/b/g/draft-n module. In order to benefit from wireless-n speeds as much as possible, I want to buy a good Wireless-N router. The one I am considering buying is Linksys WRT-610N. However, the thing is that I see on some forums that people have some problems with an older Linksys Wireless-N router used in conjunction with an older Intel wireless module. I am afraid I can have similar problem with the combination of the above mentioned router and wireless module. Moreover, I read a comment on somebody’s review of WRT610N on amazon.com that says that WRT610N is based on broadcom wireless chipset and thus may not give a good performance on PCs having an Atheros wireless module. If this is correct, it may go the same for using WRT610N with an Intel wireless chipset. Anyhow, my question is, have you been using a Linksys router with your PC that has an Intel wireless module and how do you find the performance (speed, range, frequency of drop-offs)? Comments from people using WRT610N (at least WRT600) along with a PC that has an Intel WiFi Link 5100 will be much more appreciated!

    I think your in luck.. I have the exact combination that you are considering. I have a Sony FW190 with the intel 5100 a/g/draft-n card.
    In my network I have the following:
    1 Toshiba laptop 802.11abg (atheros)
    1 Sony laptop 802.11abg (intel)
    1 Sony FW190 802.11agn (Intel 5100)
    I'm leveraging the dual radios on the wrt610n using 5Ghz band (wide) exclusively for the Sony FW190 the other laptops use the 2.4Ghz band.
    On the Draft-N wifi connections I get connection speeds from 136Mbps to 300Mbps .. I've gotten donload speeds from my home server at a sustained 60Mbps+ speeds.
    The configuration on both the laptop and the router took some understanding because of the features that 802.11n provides and the capability of the router to support dual radios. But overall I'm happy with the hardware and performance.
    Good luck! 

  • Regarding using wwan in T400 with Intel(R) WiFi Link 5100 AGN

    Hello,
            Im interested to use of WWAN in my laptop, My is Thinkpad T400, having with Intel(R) WiFi Link 5100 AGN.
    please guide me with process accesing the simcard slot in laptop.
    Waiting for your reply.
    With Regards
    Santhosh

    Hi,
    I believe the SIM card slot is in the battery bay.  Remove the battery to access.
    That Intel 5100 is a wifi card, not a wwan card.  Do you also have a wwan card installed, or is that what you are asking about?
    Information on both (SIM and wwan card installation) is in the hardware maintenance manual: Hardware Maintenance Manual - T400 & R400
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

Maybe you are looking for