Page 1 of 3 123 LastLast
Results 1 to 10 of 30

Thread: Weak wireless problems intel 2200bg with 8.04

  1. #1
    Join Date
    Feb 2007
    Beans
    14

    Weak wireless problems intel 2200bg with 8.04

    Hey all,

    I am a newbie to Ubuntu, but after doing a fresh install of Ubuntu and apply all the update, I noticed that my signal strength is not all that strong, the signal tends to jump and down and usually stays in the 50% range I don't have this problems when xp is loaded on my laptop, this only seem to be a problem in Ubuntu. The hardware adviser does detect my 2200bg card and will connect to my D link router just not with a good signal. I've searched the forums for this problems, this seems like a common problem some people are having, but I could not locate a real true fix. I am not a real fan of the intel 2200bg cards but does anyone have any suggestions?

    Thanks

  2. #2
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Weak wireless problems intel 2200bg with 8.04

    Please post the output of these commands so that we can figure out what to do:
    Code:
    lshw -C Network
    lspci -nn
    uname -m
    dmesg | grep -e iwl -e ipw
    Also, are you able to get online via ethernet at least temporarily (this is good to know so that we can tailor instructions to your situation)?

  3. #3
    Join Date
    Feb 2007
    Beans
    14

    Re: Weak wireless problems intel 2200bg with 8.04

    I am able to get online via ethernet, thats not a problem at all, that works great. For some reason I am having problem getting an internet connection even though it shows connected. Here is the info you are looking for.

    *-network
    description: Ethernet interface
    product: NetXtreme BCM5751M Gigabit Ethernet PCI Express
    vendor: Broadcom Corporation
    physical id: 0
    bus info: pci@0000:10:00.0
    logical name: eth0
    version: 11
    serial: 00:17:08:41:f0:85
    width: 64 bits
    clock: 33MHz
    capabilities: bus_master cap_list ethernet physical
    configuration: broadcast=yes driver=tg3 driverversion=3.86 firmware=5751m-v3.29a latency=0 module=tg3 multicast=yes
    *-network
    description: Wireless interface
    product: PRO/Wireless 2200BG Network Connection
    vendor: Intel Corporation
    physical id: 4
    bus info: pci@0000:02:04.0
    logical name: eth1
    version: 05
    serial: 00:15:00:38:82:da
    width: 32 bits
    clock: 33MHz
    capabilities: bus_master cap_list ethernet physical wireless
    configuration: broadcast=yes driver=ipw2200 driverversion=1.2.2kmprq firmware=ABG:9.0.2.6 (Mar 22 2005) ip=192.168.1.106 latency=64 maxlatency=24 mingnt=3 module=ipw2200 multicast=yes wireless=IEEE 802.11g



    6 (Mar 22 2005) ip=192.168.1.106 latency=64 maxlatency=24 mingnt=3 module=ipw2200 multicast=yes wireless=IEEE 802.11g
    boopa@boopa-linux-mobile:~$ sudo lspci -nm
    00:00.0 "0600" "8086" "2590" -r03 "103c" "0934"
    00:01.0 "0604" "8086" "2591" -r03 "" ""
    00:1c.0 "0604" "8086" "2660" -r03 "" ""
    00:1c.1 "0604" "8086" "2662" -r03 "" ""
    00:1d.0 "0c03" "8086" "2658" -r03 "103c" "0934"
    00:1d.1 "0c03" "8086" "2659" -r03 "103c" "0934"
    00:1d.2 "0c03" "8086" "265a" -r03 "103c" "0934"
    00:1d.7 "0c03" "8086" "265c" -r03 -p20 "103c" "0934"
    00:1e.0 "0604" "8086" "2448" -rd3 -p01 "" ""
    00:1e.2 "0401" "8086" "266e" -r03 "103c" "0934"
    00:1e.3 "0703" "8086" "266d" -r03 "103c" "0934"
    00:1f.0 "0601" "8086" "2641" -r03 "103c" "0934"
    00:1f.1 "0101" "8086" "266f" -r03 -p8a "103c" "0934"
    01:00.0 "0300" "1002" "3150" "103c" "0934"
    02:04.0 "0280" "8086" "4220" -r05 "103c" "12f5"
    02:06.0 "0607" "104c" "8031" "103c" "0934"
    02:06.2 "0c00" "104c" "8032" -p10 "103c" "0934"
    02:06.3 "0180" "104c" "8033" "103c" "0934"
    02:06.4 "0805" "104c" "8034" "103c" "0934"
    02:06.5 "0780" "104c" "8035" "103c" "0934"
    10:00.0 "0200" "14e4" "167d" -r11 "103c" "0934"


    i686


    [ 25.513439] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
    [ 25.513443] ipw2200: Copyright(c) 2003-2006 Intel Corporation
    [ 25.827389] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
    [ 30.648466] ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)


    Let me know if there anymore info you need, thanks!

  4. #4
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Weak wireless problems intel 2200bg with 8.04

    Thanks for the information. Please run these commands (make sure you're plugged into ethernet first), which will install ndiswrapper to drive the card (using Windows drivers). Hopefully that will work better than the ipw2200 driver:
    Code:
    sudo apt-get install ndiswrapper*
    echo 'blacklist ipw2200' | sudo tee -a /etc/modprobe.d/blacklist
    wget http://downloadcenter.intel.com/confirm.aspx?httpDown=http://downloadmirror.intel.com/16617/eng/12.0.4.0_X_Drivers.zip&agr=&ProductID=1637&DwnldId=16617&strOSs=&OSFullName=&lang=eng
    unzip 12.0.4.0_X_Drivers.zip
    cd Disk/XP/Drivers/x32
    sudo ndiswrapper -i w29n51.inf
    Now reboot and see if your wireless works better. If it still doesn't, please post:
    Code:
    dmesg | grep -e ipw -e ndis
    cat /etc/modprobe.d/blacklist | grep ipw
    ndiswrapper -l
    lshw -C Network

  5. #5
    Join Date
    Feb 2007
    Beans
    14

    Re: Weak wireless problems intel 2200bg with 8.04

    Quote Originally Posted by pytheas22 View Post
    Thanks for the information. Please run these commands (make sure you're plugged into ethernet first), which will install ndiswrapper to drive the card (using Windows drivers). Hopefully that will work better than the ipw2200 driver:
    Code:
    sudo apt-get install ndiswrapper*
    echo 'blacklist ipw2200' | sudo tee -a /etc/modprobe.d/blacklist
    wget http://downloadcenter.intel.com/confirm.aspx?httpDown=http://downloadmirror.intel.com/16617/eng/12.0.4.0_X_Drivers.zip&agr=&ProductID=1637&DwnldId=16617&strOSs=&OSFullName=&lang=eng
    unzip 12.0.4.0_X_Drivers.zip
    cd Disk/XP/Drivers/x32
    sudo ndiswrapper -i w29n51.inf
    Now reboot and see if your wireless works better. If it still doesn't, please post:
    Code:
    dmesg | grep -e ipw -e ndis
    cat /etc/modprobe.d/blacklist | grep ipw
    ndiswrapper -l
    lshw -C Network
    I seem to be running into the problems with downloading the drivers, this is what I get below:


    sudo apt-get install ndiswrapper*
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Note, selecting ndiswrapper-common for regex 'ndiswrapper*'
    Note, selecting ndiswrapper-utils for regex 'ndiswrapper*'
    Note, selecting ndiswrapper-source for regex 'ndiswrapper*'
    Note, selecting ndiswrapper-modules-1.9 for regex 'ndiswrapper*'
    Note, selecting ndiswrapper-utils-1.9 for regex 'ndiswrapper*'
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    boopa@boopa-linux-mobile:~$ echo 'blacklist ipw2200' | sudo tee -a /etc/modprobe.d/blacklist
    blacklist ipw2200
    boopa@boopa-linux-mobile:~$ wget http://downloadcenter.intel.com/conf...Name=&lang=eng
    [1] 10956
    --21:59:41-- http://downloadcenter.intel.com/conf..._X_Drivers.zip
    => `confirm.aspx?httpDown=http:%2F%2Fdownloadmirror.i ntel.com%2F16617%2Feng%2F12.0.4.0_X_Drivers.zip'
    Resolving downloadcenter.intel.com... [2] 10957
    [3] 10958
    [4] 10959
    [5] 10960
    [6] 10961
    192.198.164.161
    Connecting to downloadcenter.intel.com|192.198.164.161|:80... [2] Done agr=
    [3] Done ProductID=1637
    [4] Done DwnldId=16617
    [5] Done strOSs=
    [6]+ Done OSFullName=
    boopa@boopa-linux-mobile:~$ unzip 12.0.4.0_X_Drivers.zipconnected.
    HTTP request sent, awaiting response... 302 Found
    Location: /redirect.htm?aspxerrorpath=/confirm.aspx [following]
    --21:59:41-- http://downloadcenter.intel.com/redi...=/confirm.aspx
    => `redirect.htm?aspxerrorpath=%2Fconfirm.aspx.4'
    Reusing existing connection to downloadcenter.intel.com:80.
    HTTP request sent, awaiting response... 200 OK
    Length: 58 [text/html]

    100%[================================================>] 58 --.--K/s

    21:59:41 (1.49 MB/s) - `redirect.htm?aspxerrorpath=%2Fconfirm.aspx.4' saved [58/58]

    Not to go off subject, I had to reboot because of sound problems and I realized that my wireless nic is disable, how do I enable the wireless nic again to do more testing?
    Last edited by jp0213x; August 22nd, 2008 at 03:44 AM.

  6. #6
    Join Date
    Apr 2006
    Location
    Massachusettes
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Weak wireless problems intel 2200bg with 8.04

    First remove the drivers ndiswrapper just installed
    ndiswrapper -e w29n51.inf
    Then remove the blacklist from ipw2200
    sudo sed s/"blacklist ipw2200"/ipw2200/g /etc/modprobe.d/blacklist
    Reboot

  7. #7
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Weak wireless problems intel 2200bg with 8.04

    I'm not sure why the drivers don't want to download...maybe wget doesn't like the way that Intel's site serves its files. I was able to download them manually however and put them on my site, which should work with wget without a problem. Please try following these steps instead, which should work (don't worry if you already ran some of them successfully once; just run them again):
    Code:
    sudo apt-get install ndiswrapper*
    echo 'blacklist ipw2200' | sudo tee -a /etc/modprobe.d/blacklist
    wget http://burnthesorbonne.com/files/Intel_ipw2200_x32_drivers.tar.gz
    tar -xzvf Intel*
    cd Intel_ipw2200_x32_drivers/
    sudo ndiswrapper -i w29n51.inf
    That should work better.

    Not to go off subject, I had to reboot because of sound problems and I realized that my wireless nic is disable, how do I enable the wireless nic again to do more testing?
    As the poster above says, removing ndiswrapper from the blacklist should get you back to where you currently are, using the ipw2200 native driver but with unreliable performance.

  8. #8
    Join Date
    Feb 2007
    Beans
    14

    Re: Weak wireless problems intel 2200bg with 8.04

    Quote Originally Posted by pytheas22 View Post
    I'm not sure why the drivers don't want to download...maybe wget doesn't like the way that Intel's site serves its files. I was able to download them manually however and put them on my site, which should work with wget without a problem. Please try following these steps instead, which should work (don't worry if you already ran some of them successfully once; just run them again):
    Code:
    sudo apt-get install ndiswrapper*
    echo 'blacklist ipw2200' | sudo tee -a /etc/modprobe.d/blacklist
    wget http://burnthesorbonne.com/files/Intel_ipw2200_x32_drivers.tar.gz
    tar -xzvf Intel*
    cd Intel_ipw2200_x32_drivers/
    sudo ndiswrapper -i w29n51.inf
    That should work better.



    As the poster above says, removing ndiswrapper from the blacklist should get you back to where you currently are, using the ipw2200 native driver but with unreliable performance.

    Ok so I rand the cmd line to remove the blacklist and this is what I got.

    # This file lists those modules which we don't want to be loaded by
    # alias expansion, usually so some other driver will be loaded for the
    # device instead.

    # evbug is a debug tool that should be loaded explicitly
    blacklist evbug

    # these drivers are very simple, the HID drivers are usually preferred
    blacklist usbmouse
    blacklist usbkbd

    # replaced by e100
    blacklist eepro100

    # replaced by tulip
    blacklist de4x5

    # causes no end of confusion by creating unexpected network interfaces
    blacklist eth1394

    # snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
    # hardware on its own (Ubuntu bug #2011, #6810)
    blacklist snd_intel8x0m

    # causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
    blacklist i2c_i801

    # replaced by p54pci
    blacklist prism54

    # replaced by b43 and ssb.
    blacklist bcm43xx

    # most apps now use garmin usb driver directly (Ubuntu: #114565)
    blacklist garmin_gps

    # replaced by asus-laptop (Ubuntu: #184721)
    blacklist asus_acpi

    ipw2200
    ipw2200
    ipw2200
    ipw2200
    boopa@boopa-linux-mobile:~$


    Then I was able to load the drivers by using your cmd

    sudo tee -a /etc/modprobe.d/blacklist
    blacklist ipw2200
    boopa@boopa-linux-mobile:~$ wget http://burnthesorbonne.com/files/Int...drivers.tar.gz
    --23:18:46-- http://burnthesorbonne.com/files/Int...drivers.tar.gz
    => `Intel_ipw2200_x32_drivers.tar.gz'
    Resolving burnthesorbonne.com... 174.133.198.114
    Connecting to burnthesorbonne.com|174.133.198.114|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 4,210,841 (4.0M) [application/x-gzip]

    100%[====================================>] 4,210,841 727.38K/s ETA 00:00

    23:18:53 (683.19 KB/s) - `Intel_ipw2200_x32_drivers.tar.gz' saved [4210841/4210841]

    boopa@boopa-linux-mobile:~$ tar -xzvf Intel*
    Intel_ipw2200_x32_drivers/
    Intel_ipw2200_x32_drivers/NETw2r32.dll
    Intel_ipw2200_x32_drivers/iProDifX.dll
    Intel_ipw2200_x32_drivers/iProDifX.exe
    Intel_ipw2200_x32_drivers/dpinst32.exe
    Intel_ipw2200_x32_drivers/NETw5c32.dll
    Intel_ipw2200_x32_drivers/NETw5x32.cat
    Intel_ipw2200_x32_drivers/NETw5x32.inf
    Intel_ipw2200_x32_drivers/NETw5x32.sys
    Intel_ipw2200_x32_drivers/NETw5r32.dll
    Intel_ipw2200_x32_drivers/NETw2c32.dll
    Intel_ipw2200_x32_drivers/w29n50.sys
    Intel_ipw2200_x32_drivers/w29n51.cat
    Intel_ipw2200_x32_drivers/w29n51.inf
    Intel_ipw2200_x32_drivers/w29n51.sys
    boopa@boopa-linux-mobile:~$ cd Intel_ipw2200_x32_drivers/
    boopa@boopa-linux-mobile:~/Intel_ipw2200_x32_drivers$ sudo ndiswrapper -i w29n51.inf

    Now what, my nic is still disabled?

  9. #9
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Weak wireless problems intel 2200bg with 8.04

    First of all, reboot. If after rebooting your card is still not working, run:
    Code:
    sudo modprobe -r ipw ipw2200 ipw2100
    sudo modprobe ndiswrapper
    sudo ifconfig wlan0
    Then wait a few seconds and see if you can connect. If you still can't, please post the output of:
    Code:
    lshw -C Network
    dmesg | grep -e ndis -e wlan
    iwlist scan
    ndiswrapper -l

  10. #10
    Join Date
    Feb 2007
    Beans
    14

    Re: Weak wireless problems intel 2200bg with 8.04

    Quote Originally Posted by pytheas22 View Post
    First of all, reboot. If after rebooting your card is still not working, run:
    Code:
    sudo modprobe -r ipw ipw2200 ipw2100
    sudo modprobe ndiswrapper
    sudo ifconfig wlan0
    Then wait a few seconds and see if you can connect. If you still can't, please post the output of:
    Code:
    lshw -C Network
    dmesg | grep -e ndis -e wlan
    iwlist scan
    ndiswrapper -l
    Here are the result from the first cmd

    sudo modprobe -r ipw ipw2200 ipw2100
    [sudo] password for boopa:
    boopa@boopa-linux-mobile:~$ sudo modprobe -r ipw ipw2200 ipw2100
    [sudo] password for boopa:
    boopa@boopa-linux-mobile:~$ sudo modprobe -r ipw ipw2200 ipw2100
    boopa@boopa-linux-mobile:~$ sudo modprobe ndiswrapper
    boopa@boopa-linux-mobile:~$ sudo ifconfig wlan0
    wlan0: error fetching interface information: Device not found
    boopa@boopa-linux-mobile:~$

    And here is the 2nd

    WARNING: you should run this program as super-user.
    *-network
    description: Ethernet interface
    product: NetXtreme BCM5751M Gigabit Ethernet PCI Express
    vendor: Broadcom Corporation
    physical id: 0
    bus info: pci@0000:10:00.0
    logical name: eth0
    version: 11
    serial: 00:17:08:41:f0:85
    width: 64 bits
    clock: 33MHz
    capabilities: bus_master cap_list ethernet physical
    configuration: broadcast=yes driver=tg3 driverversion=3.86 firmware=5751m-v3.29a latency=0 module=tg3 multicast=yes
    *-network UNCLAIMED
    description: Network controller
    product: PRO/Wireless 2200BG Network Connection
    vendor: Intel Corporation
    physical id: 4
    bus info: pci@0000:02:04.0
    version: 05
    width: 32 bits
    clock: 33MHz
    capabilities: bus_master cap_list
    configuration: latency=64 maxlatency=24 mingnt=3
    boopa@boopa-linux-mobile:~$ dmesg | grep -e ndis -e wlan
    [ 144.866725] ndiswrapper version 1.52 loaded (smp=yes, preempt=no)
    [ 144.904917] usbcore: registered new interface driver ndiswrapper
    boopa@boopa-linux-mobile:~$ iwlist scan
    lo Interface doesn't support scanning.

    eth0 Interface doesn't support scanning.

    boopa@boopa-linux-mobile:~$ ndiswrapper -l

    let me know, thanks!

Page 1 of 3 123 LastLast

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
  •