Page 31 of 121 FirstFirst ... 2129303132334181 ... LastLast
Results 301 to 310 of 1210

Thread: Comprehensive ndiswrapper troubleshooting guide

  1. #301
    Join Date
    Oct 2008
    Beans
    16

    Re: Comprehensive ndiswrapper troubleshooting guide

    I installed wicd and everything is great! Thanx for the reply.

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

    Re: Comprehensive ndiswrapper troubleshooting guide

    JohnPta: maybe the site was just temporarily down? I'm able to wget it right now with no problem. Could you please try again?

    If it fails for you again, I now have a local copy that I can upload somewhere if necessary.

    InF3XioN: glad to hear it's solved.

  3. #303
    Join Date
    Jan 2009
    Beans
    33

    Re: Comprehensive ndiswrapper troubleshooting guide

    hey
    i have the same card as johnpta but i seem to have slighty different problems.

    i cant hook my laptop up to the internet due to no wireless working, ill type the rest in if you need it though


    when i run 'lshw -C network'
    i end up with (among other things that sound normal)

    physical id: 0
    width: 64 bits
    driver=ndiswrapper+net5211

    when i run 'uname - rm'
    i get

    i686

    and 'ndiswrapper -l'

    net5211 : driver installed
    device (XXXX:XXXX) present (alternate driver: ath_pci)

    and dmesg " grep -e ndis -e wlan

    gives me a bunch of stuff mentioning ndiswrapper being loaded and there are no errors. the only problem as it appears to my noobish eyes is

    wlan0: link is not ready

    also when i tried to ping the wireless card or whatever that command was (i cant recall it now) it told me that eth0 was not responding and that wlan0 was unable to be probed (or some such)

    thanks alot in advance this has been really annoying me for a few weeks now
    Last edited by Ampersand.; February 5th, 2009 at 01:41 AM. Reason: incomplete information

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

    Re: Comprehensive ndiswrapper troubleshooting guide

    Ampersand.: from what you mention, it sounds like everything should be working properly. I'm guessing that the failure to associate with your wireless network is due to some problem with Network Manager. It may help to disable encryption on your network just to see if the connection would work then.

    You might also want to install wicd. You can download an installer for it and transfer it to your Ubuntu computer, then double-click the installer to install. Can you connect with wicd?

    The error message "wlan0: link is not ready" is not serious; dmesg always says that even if the connection works.

  5. #305
    Join Date
    Jun 2007
    Location
    Pretoria, South Africa
    Beans
    136
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Comprehensive ndiswrapper troubleshooting guide

    [QUOTE=pytheas22;6677713]JohnPta: maybe the site was just temporarily down? I'm able to wget it right now with no problem. Could you please try again?

    If it fails for you again, I now have a local copy that I can upload somewhere if necessary.


    Ok finally I got that file down loaded and installed.
    At first the software could not find the package because the firewall was on high security.

    Now the computer is seeing the router but I can not yet connect to it.
    When I look at Network Connections I see now "Auto wlan-ap" what wasn't there before. However when I want to edit it, the button "ok" at the bottom of the screen doesn't highlight. What is the reason for that?


    Ok Ok there was a difference in wording of certain definitions between Ubuntu and the setup of my router
    Thans for your help I really appreciate it.
    Last edited by JohnPta; February 5th, 2009 at 10:29 AM.
    "Some people say if you play a windows cd backwards it plays satanic messages. That's nothing, because if you play it forwards it installs windows!" (Author unknown)

  6. #306
    Join Date
    Jun 2007
    Beans
    16

    Re: Comprehensive ndiswrapper troubleshooting guide

    Quote Originally Posted by pytheas22 View Post
    BigMike007: it does look like the older version of the driver was working relatively well--the messages about Unknown Symbols that you saw in dmesg were probably left over from when you tried to load the original driver. You might have better luck connecting if you used wicd instead of Network Manager.

    Also, I'm not positive, but your card may be supported by Broadcom's STA native driver. On Ubuntu 8.04, it can be installed using these instructions. On 8.10 it's built into the kernel by default. Just to see if it would work, try running these commands:
    Code:
    sudo rmmod ndiswrapper
    sudo rmmod ssb
    sudo rmmod b43
    sudo rmmod wl
    sudo modprobe wl
    dmesg | grep wl
    iwconfig
    If it works, 'iwconfig' would list a wireless interface at this point.

    the STA driver may not support your card, but it's worth a try, as it would be quite preferable to using ndiswrapper.
    Thanks for your reply on this pytheas22. OK, so here is where I'm at now:

    As you suggested, I installed the Broadcom STA drivers via the "Hardware Drivers" option. I also installed WCID. With the WN511B adapter in, I had to change the "Wireless Interface" option in the preferences of WCID from wlan1 to eth1. I was then able to view wireless networks around, and connect to my own network. Once connected however, I am not able to connect to any website - Firefox was reporting refused connection messages...

    A couple of things I noticed:

    1. the Channel reported by WCID was showing as 7, when my router is broadcasting on Channel 5...

    2. I also have a Belkin 54g (F5D7010) card, which when I plug into my laptop,did not initially work with WCID. I found I had to change the "Wireless Interface" option in WCID preferences FROM eth1 back to wlan1. The Belkin adapter then connected to my network, and I can view web pages without issue.

    So, I'm confused about what is happening... my Netgear WN511B is connecting (once I change the Wireless Interface to eth1), but is not allowing me to view any web pages, whereas the Belkin card only works when I change the Wireless Interface option in WCID to wlan1, but I'm able to view web pages.

    Can you shed any light and solutions to get me WN511B working??

    Many thanks in advance,

    BM

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

    Re: Comprehensive ndiswrapper troubleshooting guide

    BigMike007: it could be merely a DNS problem that's preventing you from loading web pages, but it could be something more complicated. Please connect via wicd using the Netgear card, then post the output of the following commands so that I can get a clearer picture of what's going on:
    Code:
    sudo iwlist scan
    lshw -C Network
    lsmod | grep -e ndis -e wl
    dmesg | grep -e ndis -e wl
    ifconfig
    ping -c 5 google.com
    ping -c 5 74.125.45.100
    wget google.com
    wget 74.125.45.100
    cat /etc/resolv.conf
    Sorry to ask you to post so much, but it will be helpful to me.

  8. #308
    Join Date
    Jun 2007
    Beans
    16

    Re: Comprehensive ndiswrapper troubleshooting guide

    pytheas22,

    Thanks again for your time on this - no worries about posting results of the listed commands!

    OK, here they are:

    jamesd@jamesd-AcerLaptop:~$ sudo iwlist scan
    [sudo] password for jamesd:
    lo Interface doesn't support scanning.

    eth0 Interface doesn't support scanning.

    pan0 Interface doesn't support scanning.

    eth1 Scan completed :
    Cell 01 - Address: 00:14:95:63:E5:A1
    ESSID:"BTBusinessHub-051"
    Mode:Managed
    Frequency:2.442 GHz (Channel 7)
    Quality:3/5 Signal level:-69 dBm Noise level:-82 dBm
    Encryption keyn
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
    11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
    48 Mb/s; 54 Mb/s
    Cell 02 - Address: 00:14:95:63:E5:A3
    ESSID:"BT Fusion-3051"
    Mode:Managed
    Frequency:2.442 GHz (Channel 7)
    Quality:3/5 Signal level:-69 dBm Noise level:-82 dBm
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : PSK
    Encryption keyn
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
    11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
    48 Mb/s; 54 Mb/s
    Cell 03 - Address: 00:14:95:63:E5:A4
    ESSID:"BTOpenzone"
    Mode:Managed
    Frequency:2.442 GHz (Channel 7)
    Quality:3/5 Signal level:-69 dBm Noise level:-82 dBm
    Encryption keyff
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
    11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
    48 Mb/s; 54 Mb/s
    Cell 04 - Address: 00:1E:2A:12:A2:06
    ESSID:"JEDMAC14007"
    Mode:Managed
    Frequency:2.442 GHz (Channel 7)
    Quality:4/5 Signal level:-66 dBm Noise level:-84 dBm
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (2) : CCMP TKIP
    Authentication Suites (1) : PSK
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (2) : CCMP TKIP
    Authentication Suites (1) : PSK
    Encryption keyn
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
    24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
    12 Mb/s; 48 Mb/s
    jamesd@jamesd-AcerLaptop:~$ lshw -C Network
    WARNING: you should run this program as super-user.
    *-network
    description: Ethernet interface
    product: VT6102 [Rhine-II]
    vendor: VIA Technologies, Inc.
    physical id: 12
    bus info: pci@0000:00:12.0
    logical name: eth0
    version: 74
    serial: 00:c0:9f:37:d1:6c
    width: 32 bits
    clock: 33MHz
    capabilities: bus_master cap_list ethernet physical
    configuration: broadcast=yes driver=via-rhine driverversion=1.4.3 latency=64 maxlatency=8 mingnt=3 module=via_rhine multicast=yes
    *-network
    description: Wireless interface
    product: BCM43XG
    vendor: Broadcom Corporation
    physical id: 0
    bus info: pci@0000:02:00.0
    logical name: eth1
    version: 01
    serial: 00:1b:2f:5c:26:1c
    width: 32 bits
    clock: 33MHz
    capabilities: bus_master ethernet physical wireless
    configuration: broadcast=yes driver=wl8 driverversion=5.10.27.12 ip=192.168.0.7 latency=64 module=wl multicast=yes wireless=IEEE 802.11
    *-network DISABLED
    description: Ethernet interface
    physical id: 1
    logical name: pan0
    serial: de:cb:28:96:d1:30
    capabilities: ethernet physical
    configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A multicast=yes
    jamesd@jamesd-AcerLaptop:~$ lsmod | grep -e ndis -e wl
    ndiswrapper 196380 0
    wl 1080212 0
    ieee80211_crypt 13572 2 wl,ieee80211_crypt_tkip
    usbcore 149360 5 ndiswrapper,usbhid,uhci_hcd,ehci_hcd

    jamesd@jamesd-AcerLaptop:~$ dmesg | grep -e ndis -e wl
    [ 33.229287] wl: module license 'unspecified' taints kernel.
    [ 33.241761] wl 0000:02:00.0: enabling device (0000 -> 0002)
    [ 33.241790] wl 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 33.241806] wl 0000:02:00.0: setting latency timer to 64
    [ 34.971997] ndiswrapper version 1.53 loaded (smp=yes, preempt=no)
    [ 35.048793] usbcore: registered new interface driver ndiswrapper
    [ 487.056588] wl 0000:02:00.0: PCI INT A disabled
    [ 497.053568] udev: renamed network interface wlan0 to wlan1
    [ 501.128663] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 501.880575] wlan1: authenticate with AP 00:14:95:63:e5:a4
    [ 501.882578] wlan1: authenticated
    [ 501.882591] wlan1: associate with AP 00:14:95:63:e5:a4
    [ 501.886604] wlan1: RX AssocResp from 00:14:95:63:e5:a4 (capab=0xe21 status=0 aid=1)
    [ 501.886618] wlan1: associated
    [ 501.887680] wlan1: disassociating by local choice (reason=3)
    [ 528.452315] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 528.453912] wlan1: authenticated
    [ 528.453920] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 528.456305] wlan1: RX AssocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=3)
    [ 528.456314] wlan1: associated
    [ 528.458311] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 538.564040] wlan1: no IPv6 routers present
    [ 617.611847] usbcore: deregistering interface driver ndiswrapper
    [ 646.800387] wl 0000:02:00.0: enabling device (0000 -> 0002)
    [ 646.800845] wl 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 646.800859] wl 0000:02:00.0: setting latency timer to 64
    [ 661.700980] wl 0000:02:00.0: PCI INT A disabled
    [ 661.868386] wl 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 712.976046] wl 0000:02:00.0: PCI INT A disabled
    [ 713.224402] wl 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 752.240141] wl 0000:02:00.0: PCI INT A disabled
    [ 752.488410] wl 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 784.180060] wl 0000:02:00.0: PCI INT A disabled
    [ 789.527617] udev: renamed network interface wlan0 to wlan1
    [ 793.600667] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 794.361480] wlan1: authenticate with AP 00:14:95:63:e5:a4
    [ 794.363463] wlan1: authenticated
    [ 794.363476] wlan1: associate with AP 00:14:95:63:e5:a4
    [ 794.368981] wlan1: RX AssocResp from 00:14:95:63:e5:a4 (capab=0xe21 status=0 aid=1)
    [ 794.368993] wlan1: associated
    [ 794.369954] wlan1: disassociating by local choice (reason=3)
    [ 800.812318] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 800.813910] wlan1: authenticated
    [ 800.813918] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 800.816268] wlan1: RX AssocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=4)
    [ 800.816276] wlan1: associated
    [ 800.817229] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 811.572051] wlan1: no IPv6 routers present
    [ 1307.266210] wlan1: disassociating by local choice (reason=3)
    [ 1322.201388] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 1322.208222] wlan1: authenticate with AP 00:14:95:63:e5:a4
    [ 1322.212341] wlan1: authenticated
    [ 1322.212370] wlan1: associate with AP 00:14:95:63:e5:a4
    [ 1322.217178] wlan1: RX AssocResp from 00:14:95:63:e5:a4 (capab=0xe21 status=0 aid=1)
    [ 1322.217186] wlan1: associated
    [ 1322.217429] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 1332.816039] wlan1: no IPv6 routers present
    [ 1376.232085] wl 0000:02:00.0: enabling device (0000 -> 0002)
    [ 1376.233049] wl 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 1376.233065] wl 0000:02:00.0: setting latency timer to 64
    [ 1755.925942] wl 0000:02:00.0: PCI INT A disabled
    [ 1755.926737] wl 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 1807.762596] wl 0000:02:00.0: PCI INT A disabled
    [ 1814.399353] udev: renamed network interface wlan0 to wlan1
    [ 1824.180667] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 1847.296637] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 1848.172613] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 1848.174244] wlan1: authenticated
    [ 1848.174253] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 1848.176500] wlan1: RX AssocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=3)
    [ 1848.176508] wlan1: associated
    [ 1848.177265] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 1858.896042] wlan1: no IPv6 routers present
    [ 2119.861836] wl 0000:02:00.0: enabling device (0000 -> 0002)
    [ 2119.862220] wl 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 2119.862232] wl 0000:02:00.0: setting latency timer to 64
    [ 2232.764691] wl 0000:02:00.0: PCI INT A disabled
    [ 2244.643757] wl 0000:02:00.0: enabling device (0000 -> 0002)
    [ 2244.644350] wl 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 2244.644366] wl 0000:02:00.0: setting latency timer to 64
    [ 2392.740903] wl 0000:02:00.0: PCI INT A disabled
    [ 2398.682984] udev: renamed network interface wlan0 to wlan1
    [ 2398.701061] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 2401.616625] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 2401.618235] wlan1: authenticated
    [ 2401.618244] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 2401.620710] wlan1: RX AssocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=3)
    [ 2401.620719] wlan1: associated
    [ 2401.622945] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 2411.816040] wlan1: no IPv6 routers present
    [ 2422.164626] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 2422.196344] wlan1: deauthenticating by local choice (reason=3)
    [ 2422.252649] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 2423.316365] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 2423.324089] wlan1: authenticated
    [ 2423.324109] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 2423.326120] wlan1: RX AssocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=3)
    [ 2423.326132] wlan1: associated
    [ 2423.326937] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 2423.346836] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 2423.347497] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 2423.364904] wlan1: authenticated
    [ 2423.364922] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 2423.523290] wlan1: RX ReassocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=3)
    [ 2423.523301] wlan1: associated
    [ 2423.723203] wlan1: deauthenticated
    [ 2423.828309] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 2423.829920] wlan1: authenticated
    [ 2423.829928] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 2423.832232] wlan1: RX ReassocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=3)
    [ 2423.832240] wlan1: associated
    [ 2433.756074] wlan1: no IPv6 routers present
    [ 3126.372079] wl 0000:02:00.0: enabling device (0000 -> 0002)
    [ 3126.372483] wl 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 3126.372495] wl 0000:02:00.0: setting latency timer to 64
    [ 3153.660820] wl 0000:02:00.0: PCI INT A disabled
    [ 3157.892819] udev: renamed network interface wlan0 to wlan1
    [ 3157.916828] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 3160.812630] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 3160.814229] wlan1: authenticated
    [ 3160.814238] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 3160.816599] wlan1: RX AssocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=3)
    [ 3160.816608] wlan1: associated
    [ 3160.817202] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 3171.176037] wlan1: no IPv6 routers present
    [ 3175.856660] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 3175.884275] wlan1: deauthenticating by local choice (reason=3)
    [ 3175.948646] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 3177.014948] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 3177.023726] wlan1: authenticated
    [ 3177.023746] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 3177.025756] wlan1: RX AssocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=3)
    [ 3177.025767] wlan1: associated
    [ 3177.026553] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 3177.041830] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 3177.047373] wlan1: authenticated
    [ 3177.047391] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 3177.142022] wlan1: RX ReassocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=3)
    [ 3177.142034] wlan1: associated
    [ 3177.282706] wlan1: deauthenticated
    [ 3177.384453] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 3177.386057] wlan1: authenticated
    [ 3177.386066] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 3177.388361] wlan1: RX ReassocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=3)
    [ 3177.388369] wlan1: associated
    [ 3187.876038] wlan1: no IPv6 routers present
    [ 3615.024079] wl 0000:02:00.0: enabling device (0000 -> 0002)
    [ 3615.024518] wl 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 3615.024533] wl 0000:02:00.0: setting latency timer to 64
    [ 3664.210966] ndiswrapper version 1.53 loaded (smp=yes, preempt=no)
    [ 3664.241637] usbcore: registered new interface driver ndiswrapper
    [ 4277.200849] wl 0000:02:00.0: PCI INT A disabled
    [ 4282.347604] udev: renamed network interface wlan0 to wlan1
    [ 4344.162681] udev: renamed network interface wlan0 to wlan1
    [ 4357.396759] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 4397.620640] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 4398.088336] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 4398.089933] wlan1: authenticated
    [ 4398.089939] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 4398.092390] wlan1: RX AssocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=2)
    [ 4398.092397] wlan1: associated
    [ 4398.092865] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 4398.181293] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 4398.181946] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 4398.186351] wlan1: authenticated
    [ 4398.186366] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 4398.376048] wlan1: RX ReassocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=2)
    [ 4398.376060] wlan1: associated
    [ 4398.475419] wlan1: deauthenticated
    [ 4399.508063] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 4399.509711] wlan1: authenticated
    [ 4399.509720] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 4399.512250] wlan1: RX ReassocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=2)
    [ 4399.512258] wlan1: associated
    [ 4408.384037] wlan1: no IPv6 routers present
    [ 5219.183655] udev: renamed network interface wlan0 to wlan1
    [ 5219.200722] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 5222.096604] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 5222.098244] wlan1: authenticated
    [ 5222.098253] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 5222.100689] wlan1: RX AssocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=2)
    [ 5222.100698] wlan1: associated
    [ 5222.101369] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 5233.048036] wlan1: no IPv6 routers present
    [ 5347.944646] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 5347.972271] wlan1: deauthenticating by local choice (reason=3)
    [ 5348.036641] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 5349.100415] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 5349.108092] wlan1: authenticated
    [ 5349.108115] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 5349.110131] wlan1: RX AssocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=2)
    [ 5349.110142] wlan1: associated
    [ 5349.110959] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 5349.131529] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 5349.132245] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 5349.139311] wlan1: authenticated
    [ 5349.139329] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 5349.276956] wlan1: RX ReassocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=2)
    [ 5349.276968] wlan1: associated
    [ 5349.460138] wlan1: deauthenticated
    [ 5349.564472] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 5349.566078] wlan1: authenticated
    [ 5349.566086] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 5349.568415] wlan1: RX ReassocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=2)
    [ 5349.568428] wlan1: associated
    [ 5359.800039] wlan1: no IPv6 routers present
    [ 8167.584057] wlan1: No ProbeResp from current AP 00:1e:2a:12:a2:06 - assume out of range
    [ 8168.428601] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 8168.430253] wlan1: authenticated
    [ 8168.430261] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 8168.433593] wlan1: RX ReassocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=2)
    [ 8168.433601] wlan1: associated
    [ 8572.607276] wl 0000:02:00.0: enabling device (0000 -> 0002)
    [ 8572.607732] wl 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 8572.607747] wl 0000:02:00.0: setting latency timer to 64
    [ 9213.722108] wl 0000:02:00.0: PCI INT A disabled
    [ 9238.225737] udev: renamed network interface wlan0 to wlan1
    [ 9522.264669] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 9523.312642] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 9524.400320] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 9524.401932] wlan1: authenticated
    [ 9524.401940] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 9524.404339] wlan1: RX AssocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=5)
    [ 9524.404347] wlan1: associated
    [ 9524.405006] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 9524.405426] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 9524.405700] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 9524.407756] wlan1: authenticated
    [ 9524.407764] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 9524.410949] wlan1: RX ReassocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=5)
    [ 9524.410956] wlan1: associated
    [ 9534.684037] wlan1: no IPv6 routers present
    [ 9865.204082] wlan1: No ProbeResp from current AP 00:1e:2a:12:a2:06 - assume out of range
    [ 9866.068752] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 9866.069347] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 9866.268054] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 9866.468082] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 9866.668068] wlan1: authentication with AP 00:1e:2a:12:a2:06 timed out
    [ 9876.832604] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 9876.833274] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 9876.834288] wlan1: authenticated
    [ 9876.834297] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 9876.838419] wlan1: RX ReassocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=3)
    [ 9876.838427] wlan1: associated
    [14770.516057] wlan1: No ProbeResp from current AP 00:1e:2a:12:a2:06 - assume out of range
    [14771.360281] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [14771.364430] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [14771.564103] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [14771.764101] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [14771.964062] wlan1: authentication with AP 00:1e:2a:12:a2:06 timed out
    [14782.148606] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [14782.348149] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [14782.356087] wlan1: authenticated
    [14782.356110] wlan1: associate with AP 00:1e:2a:12:a2:06
    [14782.444475] wlan1: RX ReassocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=3)
    [14782.444488] wlan1: associated
    [20483.688735] wl 0000:02:00.0: enabling device (0000 -> 0002)
    [20483.689189] wl 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [20483.689203] wl 0000:02:00.0: setting latency timer to 64
    jamesd@jamesd-AcerLaptop:~$ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:c0:9f:37:d1:6c
    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:4 Base address:0x4c00

    eth1 Link encap:Ethernet HWaddr 00:1b:2f:5c:26:1c
    inet addr:192.168.0.7 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::21b:2fff:fe5c:261c/64 Scope:Link
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:31 errors:0 dropped:0 overruns:0 frame:2603
    TX packets:41 errors:28 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:14448 (14.4 KB) TX bytes:8144 (8.1 KB)
    Interrupt:5

    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:565 errors:0 dropped:0 overruns:0 frame:0
    TX packets:565 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:33056 (33.0 KB) TX bytes:33056 (33.0 KB)
    jamesd@jamesd-AcerLaptop:~$ ping -c 5 google.com
    PING google.com (209.85.171.100) 56(84) bytes of data.
    64 bytes from cg-in-f100.google.com (209.85.171.100): icmp_seq=1 ttl=239 time=212 ms
    64 bytes from 209.85.171.100: icmp_seq=2 ttl=239 time=197 ms

    --- google.com ping statistics ---
    5 packets transmitted, 2 received, 60% packet loss, time 18215ms
    rtt min/avg/max/mdev = 197.873/205.325/212.778/7.466 ms
    jamesd@jamesd-AcerLaptop:~$ ping -c 5 74.125.45.100
    PING 74.125.45.100 (74.125.45.100) 56(84) bytes of data.
    64 bytes from 74.125.45.100: icmp_seq=3 ttl=242 time=141 ms
    64 bytes from 74.125.45.100: icmp_seq=4 ttl=242 time=143 ms
    64 bytes from 74.125.45.100: icmp_seq=5 ttl=242 time=154 ms

    --- 74.125.45.100 ping statistics ---
    5 packets transmitted, 3 received, 40% packet loss, time 4022ms
    rtt min/avg/max/mdev = 141.134/146.510/154.487/5.753 ms
    jamesd@jamesd-AcerLaptop:~$ wget google.com
    --2009-02-05 21:31:33-- http://google.com/
    Resolving google.com... 74.125.45.100, 74.125.67.100, 209.85.171.100
    Connecting to google.com|74.125.45.100|:80... connected.
    HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
    Retrying.

    --2009-02-05 21:32:27-- (try: 2) http://google.com/
    Connecting to google.com|74.125.45.100|:80... connected.
    HTTP request sent, awaiting response... No data received.
    Retrying.

    --2009-02-05 21:33:16-- (try: 3) http://google.com/
    Connecting to google.com|74.125.45.100|:80... failed: No route to host.
    Connecting to google.com|74.125.67.100|:80... failed: No route to host.
    Connecting to google.com|209.85.171.100|:80... failed: No route to host.
    Resolving google.com... failed: Name or service not known.
    wget: unable to resolve host address `google.com'

    jamesd@jamesd-AcerLaptop:~$ wget 74.125.45.100
    --2009-02-05 21:34:39-- http://74.125.45.100/
    Connecting to 74.125.45.100:80... failed: No route to host.
    jamesd@jamesd-AcerLaptop:~$ cat /etc/resolv.conf
    nameserver 192.168.0.1
    Let me know if you need any more info.

    Thanks,

    BM

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

    Re: Comprehensive ndiswrapper troubleshooting guide

    BigMike007: you have some packet loss issues and other problems that are probably a result of issues with the 'wl' driver, so it might make the most sense at this point to try ndiswrapper again. So please make sure you have the working Windows driver loaded into ndiswrapper (not the one that triggered 'Unknown Symbol' errors), then run these commands to switch back to ndiswrapper:
    Code:
    sudo rmmod wl
    sudo rmmod b43
    sudo rmmod ssb
    sudo rmmod ndiswrapper
    sudo modprobe ndiswrapper
    At this point, your card should be up. Please try connecting again--I know you said it failed before, but you may have better luck with wicd (remember to change the interface name specified in wicd). If you still can't seem to negotiate the connection, please post the output of:
    Code:
    sudo iwlist scan
    dmesg | grep -e ndis -e wlan

  10. #310
    Join Date
    Jun 2007
    Beans
    16

    Re: Comprehensive ndiswrapper troubleshooting guide

    pytheas22:

    OK, so I ran those commands. Changed the Wireless Interface to wlan0 - refreshed and wireless networks displayed. Tried to connect but looking at the status bar of WICD, it never got past the authentication element of the network.

    Output as requested:

    jamesd@jamesd-AcerLaptop:~$ sudo iwlist scan
    lo Interface doesn't support scanning.

    eth0 Interface doesn't support scanning.

    pan0 Interface doesn't support scanning.

    wlan0 Scan completed :
    Cell 01 - Address: 00:14:95:63:E5:A1
    ESSID:"BTBusinessHub-051"
    Protocol:IEEE 802.11g
    Mode:Managed
    Frequency:2.442 GHz (Channel 7)
    Quality:40/100 Signal level:-70 dBm Noise level:-96 dBm
    Encryption keyn
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
    11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
    48 Mb/s; 54 Mb/s
    Extra:bcn_int=100
    Extra:atim=0
    Cell 02 - Address: 00:14:95:63:E5:A3
    ESSID:"BT Fusion-3051"
    Protocol:IEEE 802.11g
    Mode:Managed
    Frequency:2.442 GHz (Channel 7)
    Quality:40/100 Signal level:-70 dBm Noise level:-96 dBm
    Encryption keyn
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
    11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
    48 Mb/s; 54 Mb/s
    Extra:bcn_int=100
    Extra:atim=0
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : PSK
    Cell 03 - Address: 00:14:95:63:E5:A4
    ESSID:"BTOpenzone"
    Protocol:IEEE 802.11g
    Mode:Managed
    Frequency:2.442 GHz (Channel 7)
    Quality:39/100 Signal level:-71 dBm Noise level:-96 dBm
    Encryption keyff
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
    11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
    48 Mb/s; 54 Mb/s
    Extra:bcn_int=100
    Extra:atim=0
    Cell 04 - Address: 00:1E:2A:12:A2:06
    ESSID:"JEDMAC14007"
    Protocol:IEEE 802.11g
    Mode:Managed
    Frequency:2.442 GHz (Channel 7)
    Quality:46/100 Signal level:-66 dBm Noise level:-96 dBm
    Encryption keyn
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
    24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
    12 Mb/s; 48 Mb/s
    Extra:bcn_int=100
    Extra:atim=0
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (2) : CCMP TKIP
    Authentication Suites (1) : PSK
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (2) : CCMP TKIP
    Authentication Suites (1) : PSK
    Cell 05 - Address: 00:18:4D:43:0E:06
    ESSID:"SKY60313"
    Protocol:IEEE 802.11g
    Mode:Managed
    Frequency:2.412 GHz (Channel 1)
    Quality:17/100 Signal level:-85 dBm Noise level:-96 dBm
    Encryption keyn
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
    11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
    48 Mb/s; 54 Mb/s
    Extra:bcn_int=100
    Extra:atim=0
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : PSK
    jamesd@jamesd-AcerLaptop:~$ dmesg | grep -e ndis -e wlan
    [ 32.406649] ndiswrapper version 1.53 loaded (smp=yes, preempt=no)
    [ 32.697281] ndiswrapper: driver wn511b (NETGEAR,06/13/2007, 4.150.16.0) loaded
    [ 32.697853] ndiswrapper 0000:02:00.0: enabling device (0000 -> 0002)
    [ 32.697882] ndiswrapper 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 32.697958] ndiswrapper 0000:02:00.0: setting latency timer to 64
    [ 32.730141] ndiswrapper: using IRQ 5
    [ 32.988997] wlan0: ethernet device 00:1b:2f:5c:26:1c using NDIS driver: wn511b, version: 0x4961000, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 14E4:4329.5.conf
    [ 32.989081] wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
    [ 32.989278] usbcore: registered new interface driver ndiswrapper
    [ 332.412719] ndiswrapper: device wlan0 removed
    [ 332.413235] ndiswrapper 0000:02:00.0: PCI INT A disabled
    [ 339.392145] udev: renamed network interface wlan0 to wlan1
    [ 358.900669] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 368.064636] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 369.064293] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 369.064314] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 369.066599] wlan1: authenticated
    [ 369.066605] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 369.066609] wlan1: mismatch in privacy configuration and mixed-cell disabled - abort association
    [ 369.264285] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 370.553249] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 371.424317] wlan1: authenticate with AP 00:14:95:63:e5:a4
    [ 371.425579] wlan1: authenticated
    [ 371.425588] wlan1: associate with AP 00:14:95:63:e5:a4
    [ 371.427511] wlan1: RX AssocResp from 00:14:95:63:e5:a4 (capab=0xe21 status=0 aid=1)
    [ 371.427520] wlan1: associated
    [ 371.428135] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 381.520039] wlan1: no IPv6 routers present
    [ 465.534207] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 466.364327] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 466.364361] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 466.366688] wlan1: authenticated
    [ 466.366696] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 466.366702] wlan1: mismatch in privacy configuration and mixed-cell disabled - abort association
    [ 466.564102] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 466.952585] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 467.784305] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 467.784349] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 467.786676] wlan1: authenticated
    [ 467.786684] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 467.786690] wlan1: mismatch in privacy configuration and mixed-cell disabled - abort association
    [ 467.984082] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 471.557991] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 471.876634] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 472.708243] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 472.708294] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 472.711217] wlan1: authenticated
    [ 472.711228] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 472.711234] wlan1: mismatch in privacy configuration and mixed-cell disabled - abort association
    [ 472.908078] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 475.576447] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 475.892996] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 476.724232] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 476.724287] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 476.725861] wlan1: authenticated
    [ 476.725868] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 476.725874] wlan1: mismatch in privacy configuration and mixed-cell disabled - abort association
    [ 476.924083] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 481.876633] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 482.708305] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 482.708354] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 482.710561] wlan1: authenticated
    [ 482.710569] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 482.710575] wlan1: mismatch in privacy configuration and mixed-cell disabled - abort association
    [ 482.908065] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 504.224273] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 506.804622] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 507.650489] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 507.650542] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 507.652107] wlan1: authenticated
    [ 507.652116] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 507.652122] wlan1: mismatch in privacy configuration and mixed-cell disabled - abort association
    [ 507.848051] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 509.932639] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 510.748309] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 510.748356] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 510.749917] wlan1: authenticated
    [ 510.749924] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 510.749929] wlan1: mismatch in privacy configuration and mixed-cell disabled - abort association
    [ 510.948046] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 519.680273] wlan1: privacy configuration mismatch and mixed-cell disabled - disassociate
    [ 523.776623] ADDRCONF(NETDEV_UP): wlan1: link is not ready
    [ 524.732299] wlan1: authenticate with AP 00:1e:2a:12:a2:06
    [ 524.733918] wlan1: authenticated
    [ 524.733927] wlan1: associate with AP 00:1e:2a:12:a2:06
    [ 524.736215] wlan1: RX AssocResp from 00:1e:2a:12:a2:06 (capab=0x411 status=0 aid=3)
    [ 524.736224] wlan1: associated
    [ 524.737227] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
    [ 535.480043] wlan1: no IPv6 routers present
    [ 652.768665] ndiswrapper: driver wn511b (NETGEAR,06/13/2007, 4.150.16.0) loaded
    [ 652.770357] ndiswrapper 0000:02:00.0: enabling device (0000 -> 0002)
    [ 652.770383] ndiswrapper 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 652.770446] ndiswrapper 0000:02:00.0: setting latency timer to 64
    [ 652.804905] ndiswrapper: using IRQ 5
    [ 653.039118] wlan0: ethernet device 00:1b:2f:5c:26:1c using NDIS driver: wn511b, version: 0x4961000, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 14E4:4329.5.conf
    [ 653.039674] wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
    [ 922.222080] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 950.742735] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 962.225517] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 980.333373] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 982.991363] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 991.962224] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1007.716764] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 1018.240043] wlan0: no IPv6 routers present
    [ 1058.504237] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1058.607420] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1100.433973] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 1111.296037] wlan0: no IPv6 routers present
    [ 1116.306005] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1116.384115] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 1158.220935] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    Thanks in advance.

    BM

Page 31 of 121 FirstFirst ... 2129303132334181 ... 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
  •