Trouble configuring BIC2G EE+ Linux vm image; IP address is not assigned

Hi,
I am installing BIC2G EE+ VM Image for Linux OS. I extracted all files and started the VM Image with VMware Workstation. I am getting one error when booting up the image.
"Determining IP information for eth0....Failed". Because of this error, it is not assigning the default ip address 138.2.4.127, so I cannot proceed with bringing BIC2g Launchpad via a host browser session. I am doing this from my home network environment, so I am not sure if this is related to DHCP server in my router. Any help would be appreciated.
Thanks!
K

I was able to resolve the problem. This wasn't a BIC2G image issue, but a known network issue between VMWare 4 and Red Hat Linux. I found the solution via the following link:
http://www.daniweb.com/forums/thread505.html

Similar Messages

  • Is there a way to add an image to Address Book notes?

    I've tried copying an image from the clipboard and then pasting it into Address Book notes.  I've also tried moving the image in different formats, TIFF, JPG, PNG, directly to the notes section of Address Book, but still with no success.  Is there some other way to make this happen?
    Thanks

    Hello,
    This isn't possible in Address Book on 10.7.
    You can send a message to Apple here :
    http://www.apple.com/feedback/macosx.html
    And, maybe, they will add that feature in a next update; it could be an interesting improvement by the way.

  • Custom image from Address book not syncing to Exchange.

    I am running Mac OS X v 10.7.5. I have added custom images to contacts in address book. I have an Exchange account which will sync the data (ie name, address, email) but not the custom image. Is there away to have custom images sync to Exchange/Outlook?

    I'm Running Mac OS X Lion, and have seen that changes made in the mac address book do not sync to gmail contacts but changes to gmail contacts do sync to the mac address book.
    Making a change to a contact on my phone does sync to gmail contacts, and then to the mac address book.
    Another test I ran was to change the same contact in gmail and mac address book.  I made a change to a mobile number and notes in one contact on my mac address book, attempted to sync, and the change does not appear in my gmail contacts.  I tried multiple times, restarted my web browser, restarted mac address book, the sync would not work.  I changed the same contact mobile number in gmail with a slightly different change to the notes field so I could see when an update occurred, and when I told mac address book to sync it recognized a conflict. When I select the mac address book change to resolve the conflict, the gmail contact is not updated.  When I repeated the experiment and selected the gmail contact to resolve the conflict the change is made in the mac address book.

  • How to configure JMagic(Java interface) using Image magic?

    how to configure JMagic for linux OS? using Image magic API.?

    It is unlikely many people here would have used it. Have you tried the [JMagic forums|http://sourceforge.net/mailarchive/forum.php?forum_name=jmagick-users] and the [JMagic Wiki|http://jmagick.wiki.sourceforge.net/Installing+JMagick]?
    Edited by: mlk on 05-Sep-2008 13:44

  • MDM Not Able To Load Linux Kernel Images Larger Than 32MB?

    Hi All,
    I've been building linux initramfs images for use with a Kintex7 (KC705) running a MicroBlaze processor and have been running into an issue with loading the images using the MicroBlaze Debug Module. It seems the system won’t boot if the image is larger than 32 MB. Unfortunately, my use case requires all application code to be contained in the kernel image and I won't have local non-volatile to boot from.
    Some key factors:
    Petalinux 2014.4
    FPGA image built using Vivado 2014.4 on Windows 7
    1GB RAM on KC705
    Loading images using TCL script on XMD on Windows 7
    As an example, I built an image that would fit within the 32 byte "limit" and booted it with no issues:
    Image Type: MicroBlaze Linux Kernel Image (uncompressed)
    Data Size: 31035828 Bytes = 30308.43 kB = 29.60 MB
    MicroBlaze Processor Configuration :
    Version............................9.4
    Optimization.......................Performance
    Interconnect.......................AXI-LE
    MMU Type...........................Full_MMU
    No of PC Breakpoints...............1
    No of Read Addr/Data Watchpoints...0
    No of Write Addr/Data Watchpoints..0
    Instruction Cache Support..........on
    Instruction Cache Base Address.....0x80000000
    Instruction Cache High Address.....0xbfffffff
    Data Cache Support.................on
    Data Cache Base Address............0x80000000
    Data Cache High Address............0xbfffffff
    Exceptions Support................on
    FPU Support.......................off
    Hard Divider Support...............on
    Hard Multiplier Support............on - (Mul64)
    Barrel Shifter Support.............on
    MSR clr/set Instruction Support....on
    Compare Instruction Support........on
    PVR Supported......................on
    PVR Configuration Type.............Full
    Data Cache Write-back Support......off
    Fault Tolerance Support............off
    Stack Protection Support...........off
    Connected to "mb" target. id = 0
    Starting GDB server for "mb" target (id = 0) at TCP port no 1234
    System Reset .... DONE
    Downloading Program -- simpleImage.mb
    section, .text: 0x80000000-0x802a2b27
    section, .init.text: 0x80359000-0x803727a3
    section, .init.ivt: 0x803749c0-0x803749e7
    section, .note.gnu.build-id: 0x00000000-0x00000023
    section, __fdt_blob: 0x802a2b28-0x802aab27
    section, .rodata: 0x802ab000-0x8032085f
    section, __ksymtab: 0x80320860-0x803254f7
    section, __ksymtab_gpl: 0x803254f8-0x80327f17
    section, __ksymtab_strings: 0x80327f18-0x803380f6
    section, __param: 0x803380f8-0x80338417
    section, __modver: 0x80338418-0x80338fff
    section, __ex_table: 0x80339000-0x8033a59f
    section, .sdata2: 0x8033a5a0-0x8033afff
    section, .data: 0x8033b000-0x8035809f
    section, .init.data: 0x803727a4-0x803749bf
    section, .init.setup: 0x803749e8-0x80374cdb
    section, .initcall.init: 0x80374cdc-0x80374fa3
    section, .con_initcall.init: 0x80374fa4-0x80374fab
    section, .init.ramfs: 0x80374fac-0x81d991b3
    section, .bss: 0x81d9a000-0x81dabb7b
    Then, I added a 10MB random file (created using dd from /dev/urandom) to the same rootfs and tried booting again unsuccessfully:
    Image Type: MicroBlaze Linux Kernel Image (uncompressed)
    Data Size: 41521588 Bytes = 40548.43 kB = 39.60 MB
    MicroBlaze Processor Configuration :
    Version............................9.4
    Optimization.......................Performance
    Interconnect.......................AXI-LE
    MMU Type...........................Full_MMU
    No of PC Breakpoints...............1
    No of Read Addr/Data Watchpoints...0
    No of Write Addr/Data Watchpoints..0
    Instruction Cache Support..........on
    Instruction Cache Base Address.....0x80000000
    Instruction Cache High Address.....0xbfffffff
    Data Cache Support.................on
    Data Cache Base Address............0x80000000
    Data Cache High Address............0xbfffffff
    Exceptions Support................on
    FPU Support.......................off
    Hard Divider Support...............on
    Hard Multiplier Support............on - (Mul64)
    Barrel Shifter Support.............on
    MSR clr/set Instruction Support....on
    Compare Instruction Support........on
    PVR Supported......................on
    PVR Configuration Type.............Full
    Data Cache Write-back Support......off
    Fault Tolerance Support............off
    Stack Protection Support...........off
    Connected to "mb" target. id = 0
    Starting GDB server for "mb" target (id = 0) at TCP port no 1234
    System Reset .... DONE
    Downloading Program -- simpleImage.mb
    section, .text: 0x80000000-0x802a2b27
    section, .init.text: 0x80359000-0x803727a3
    section, .init.ivt: 0x803749c0-0x803749e7
    section, .note.gnu.build-id: 0x00000000-0x00000023
    section, __fdt_blob: 0x802a2b28-0x802aab27
    section, .rodata: 0x802ab000-0x8032085f
    section, __ksymtab: 0x80320860-0x803254f7
    section, __ksymtab_gpl: 0x803254f8-0x80327f17
    section, __ksymtab_strings: 0x80327f18-0x803380f6
    section, __param: 0x803380f8-0x80338417
    section, __modver: 0x80338418-0x80338fff
    section, __ex_table: 0x80339000-0x8033a59f
    section, .sdata2: 0x8033a5a0-0x8033afff
    section, .data: 0x8033b000-0x8035809f
    section, .init.data: 0x803727a4-0x803749bf
    section, .init.setup: 0x803749e8-0x80374cdb
    section, .initcall.init: 0x80374cdc-0x80374fa3
    section, .con_initcall.init: 0x80374fa4-0x80374fab
    section, .init.ramfs: 0x80374fac-0x827991b3
    section, .bss: 0x8279a000-0x827abb7b
    I've also tried the same test with a plain Petalinux image and none of my application code or other customizations to rule out a configuration issue. Additionally, I've tried updating Vivado to 2015.2 and rebuilding the FPGA image, also with no success.
    FYI, here is the TCL script used to load the images:
    fpga -f system_top.bit
    connect mb mdm
    after 2000
    dow simpleImage.mb
    con
    disconnect 0
    I've done a bunch of research on initramfs and haven't seen anything that points to a size limit (except as it relates to RAM size). Anyone have an idea what's going on?
    Thanks!
    -Nick

    Some additional information:
    When the system fails to boot, there is no error message displayed either on the XMD window or the linux console output. The console remains blank.
    I have been able to add random files to the ramdisk that do not push the size over the 32MB boundary and the system successfully boots.

  • Oracle 9.0.1 Linux Intel images on OTN corrupt

    The oracle 9.0.1 Linux Intel images I downloaded
    from Oracle technology network are corrupt. Disk1 and
    Disk2 images are bad for Linux Intel. A gunzip -df
    to decompress the image fails i.e
    gunzip -df Linux9i_Disk1.cpio.gz
    gunzip: Linux9i_Disk1.cpio.gz: unexpected end of file
    gunzip -df Linux9i_Disk2.cpio.gz
    gunzip: Linux9i_Disk2.cpio.gz: unexpected end of file
    The other alternative i.e a cpio extract on Disk2 is also suspect.
    cpio -imdv < Linux9i_Disk2.cpio.gz
    cpio: warning: skipped 40 bytes of junk
    cpio: premature end of file
    Disk3 for Oracle 901 Linux Intel on OTN is good.
    Disk1 and Disk2 images for Oracle 9.0.1 on Linux Intel
    may have to be updated on the Oracle technology network.
    Any other suggestions or tips are welcome.
    Thanks
    Mala Krishnamurthy
    Ascential Software

    did you check the filesize of your downloaded copy ?

  • Oracle 9.0.1 Linux Intel images corrupt

    The oracle 9.0.1 Linux Intel images I downloaded
    from Oracle technology network are corrupt. Disk1 and
    Disk2 images are bad for Linux Intel. A gunzip -df
    to decompress the image fails i.e
    gunzip -df Linux9i_Disk1.cpio.gz
    gunzip: Linux9i_Disk1.cpio.gz: unexpected end of file
    gunzip -df Linux9i_Disk2.cpio.gz
    gunzip: Linux9i_Disk2.cpio.gz: unexpected end of file
    The other alternative i.e a cpio extract on Disk2 is also suspect.
    cpio -imdv < Linux9i_Disk2.cpio.gz
    cpio: warning: skipped 40 bytes of junk
    cpio: premature end of file
    Disk1 and Disk2 images for Oracle 9.0.1 on Linux Intel
    may have to be updated on the Oracle technology network.
    Any other suggestions or tips are welcome.
    Thanks
    Mala Krishnamurthy
    Ascential Software

    did you check the filesize of your downloaded copy ?

  • I am having trouble printing a PDF document. Whenever I click print nothing happens but when I am printing documents from Word, Excel etc they print without a problem. I've tried printing as image but that did not work. I uninstalled Adobe Reader XI and d

    I am having trouble printing a PDF document. Whenever I click print nothing happens but when I am printing documents from Word, Excel etc they print without a problem. I've tried printing as image but that did not work. I uninstalled Adobe Reader XI and downloaded Adobe Reader X instead and that still doesn't work. I have Windows 7.

    Hello,
    Please follow the link to troubleshoot the printing issues with Adobe Reader:- Troubleshoot PDF printing | Acrobat, Reader.
    Regards,
    Nakul

  • How to configure DHCP on linux jumpstart for solaris installation

    I have configured jumpstart on linux and able to install solaris on SUN sparcs
    using rarp and bootparams files.now im trying to use linux DHCP for solaris clients. I have the done the DHCP setup on linux using this doc http://www.sun.com/bigadmin/content/submitted/setup_dhcp.jsp.
    but when im trying to boot the sun spac client with boot net:dhcp - install command it is failing with error "panic - boot: Could not mount filesystem.
    Program terminated". exports file is ok and NFS service is also running.
    Please help me on this issue.
    Thanks in advance.
    Shashi

    Darren,
    Thanks for the response.
    I tried to install client60001dev (sparc client) from server60060pxe (linux jumpstart) as follows
    client60001dev is able to get the IP address from server60060pxe DHCP and then the boot file also, but after that the client is not showing any NFS queries.
    {0} ok boot net:dhcp - install
    Boot device: /pci@1f,4000/network@1,1:dhcp File and args: - install
    Using Onboard Transceiver - Link Up.
    Timeout waiting for BOOTP/DHCP reply. Retrying ...
    Timeout waiting for BOOTP/DHCP reply. Retrying ...
    2aa00
    Server IP address: xx.xx.xx.119
    Client IP address: xx.xx.xx.111
    Subnet Mask : 255.255.255.0
    Using Onboard Transceiver - Link Up.
    panic - boot: Could not mount filesystem.
    Program terminated
    tcpdump on server60060pxe
    03:16:12.292836 IP server60060pxe.42445 > client60001dev.20759: UDP, len
    gth 516
    03:16:12.303646 IP client60001dev.20759 > server60060pxe.42445: UDP, len
    gth 4
    03:16:12.303669 IP server60060pxe.42445 > client60001dev.20759: UDP, len
    gth 516
    03:16:12.314479 IP client60001dev.20759 > server60060pxe.42445: UDP, len
    gth 4
    03:16:12.314501 IP server60060pxe.42445 > client60001dev.20759: UDP, len
    gth 516
    03:16:12.325313 IP client60001dev.20759 > server60060pxe.42445: UDP, len
    gth 4
    03:16:12.325347 IP server60060pxe.42445 > client60001dev.20759: UDP, len
    gth 516
    03:16:12.336158 IP client60001dev.20759 > server60060pxe.42445: UDP, len
    /var/log/messages on server60060pxe
    Feb 26 03:15:35 server60060pxe dhcpd: DHCPDISCOVER from 08:00:20:fe:4a:23 via eth0.
    369
    Feb 26 03:15:35 server60060pxe dhcpd: DHCPOFFER on xx.xx.xx.111 to 08:00:20:fe:4
    a:23 via eth0.369
    Feb 26 03:16:08 server60060pxe dhcpd: Dynamic and static leases present for 139.185
    .168.111.
    Feb 26 03:16:08 server60060pxe dhcpd: Remove host declaration client60001dev or remove
    139.185.168.111
    Feb 26 03:16:08 server60060pxe dhcpd: from the dynamic address pool for xx.xx.xx
    /24
    Feb 26 03:16:08 server60060pxe dhcpd: DHCPREQUEST for xx.xx.xx.111 (xx.xx.xx.
    119) from 08:00:20:fe:4a:23 via eth0.369
    Feb 26 03:16:08 server60060pxe dhcpd: DHCPACK on xx.xx.xx.111 to 08:00:20:fe:4a:
    23 via eth0.369
    Feb 26 11:16:09 server60060pxe in.tftpd[10266]: RRQ from xx.xx.xx.111 filename 8
    BB9A86F
    Feb 26 03:22:00 server60060pxe kernel: eth0.369: dev_set_promiscuity(master, -1)
    Feb 26 03:22:00 server60060pxe kernel: device eth0 left promiscuous mode
    Feb 26 03:22:00 server60060pxe kernel: device eth0.369 left promiscuous mode
    Shashi

  • Hey guys, I'm having trouble matching the colour of the image back ground (white) with the pre-set colour selection. is there a tool that can help me? thanks

    hey guys, I'm having trouble matching the colour of the image back ground (white) with the pre-set colour selection. is there a tool that can help me? thanks

    Your description of the problem is not quite clear so I made certain assumptions. I hope I am rigtht. I believe you have a color patch such as this:
    that you would like to place in an image area that has modeling in its white background. You do not want to lay in a flat color but rather to add a color and not lose the modeling or other background tone. The problem is, after making the selection, if you use Edit > Fill and set the Blending mode to Color, the white background remains white. The only colored background area may be an object's shadow or some similar area that is not pure white. (Image 2) It is an unsatisfactory result.
    If that is an accurate description of the problem, consider this:
    Image 1: The original image
    Image 2: Edit > Fill with the Blending mode set to Color. White remains white
    Image 3: Mode changed to Lab Color. Edit > Fill with the Blending Mode set to Color. Then return to RGB.
    (I would not normally use this green as a replacement color but since it is a Tiffany clock, I chose a light version of Tiffany's trademark color.)

  • Arch linux iso images

    hello community! would like to know if the new arch linux iso images will continue to happen.Thanks!!

    dolby wrote:I've been wondering whats gonna happen if AIF is brought back to a good state again. Will we revent back to using it or stick with arch-install-scripts ?
    Probably fully depends on the quality of AIF. The current method is very KISS and easy.

  • Trouble configuring SunScreen 3.2

    "--Adding interfaces & interface addresses
    --Applying edits
    --Activating configuration
    _I_MUXID2FD::: Invalid argument
    33
    /usr/lib/sunscreen/lib/ss_activate: ss_default_drop failed, return code 33 -- Exiting...
    An error occurred while activating the configuration.
    The configuration has not been activated."
    I get it all the time. What's that MUXID2FD? All required packages seem to be installed.
    My specs for SunScreen configuration are:
    Routing/Local Administration/Permissive Security/DNS.
    2xNIC (3COM/Realtek 8139) Solaris 9 x86 machine is acting as DHCP/Samba PDC server and router between 10.0.0.1/255.0.0.0 and 192.168.0.1/255.255.255.0. Uses DNS relay (ISP DNS servers) as name service.

    I forgot to mention that this PC is acting as an Internet server on rtls0 (192.168.0.1/255.0.0.0), and it's elx0 (10.0.0.1/255.0.0.0) is used to connect to ISP via ADSL with PPPoEd SUN PPPd 4.0. So there's an additional interface sppp0.
    # ifconfig -a
    lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    elx0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 10.0.0.1 netmask ff000000 broadcast 10.255.255.255
    ether 0:60:97:80:5b:ca
    rtls0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
    inet 192.168.0.1 netmask ffffff00 broadcast 192.168.0.255
    ether 0:30:84:a:81:ba
    sppp0: flags=10008d1<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST,IPv4> mtu 1492 index 4
    inet 213.219.89.165 --> 213.219.88.1 netmask ffffff00
    ether 0:0:0:0:0:0
    Killing pppd and unplumbing sppptun (pppoe/pppoed) from elx0 produces the following while #ssadm configure with the same settings as above:
    --Adding interfaces & interface addresses
    --Applying edits
    --Activating configuration
    status:: SIOCGLIFFLAGS: No such device or address
    33
    /usr/lib/sunscreen/lib/ss_activate: ss_default_drop failed, return code 33 -- Exiting...
    An error occurred while activating the configuration.
    The configuration has not been activated.
    I could only wonder what's a SIOCGLIFFLAGS and 33... :(

  • Troubles configuring wireless interface on 1811W.

    Hello to all
    I have the following issue: I managed to configure the Wlan radio interface of a 1811W and I am using WPA2/PSK. But even I connect to the router via wireless it seems that there is no communication between the computer and the other interfaces; also DHCP is not assigning me an IP.
    I should mention that I am not a cisco expert but I like to think that I have some sort of knowledge in IP networks. Can someone enlighten me?
    Here is the configuration:
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname Router
    boot-start-marker
    boot-end-marker
    enable secret 5 $1$okVP$DM2WzthHyExQEVDHHY1
    no aaa new-model
    dot11 ssid IvanTurbincaN
       vlan 3
    authentication open
       authentication key-management wpa
       guest-mode
       wpa-psk ascii 7 096D420415135A4D
    no ip dhcp use vrf connected
    ip dhcp excluded-address 192.168.123.200 192.168.123.254
    ip dhcp excluded-address 192.168.23.200 192.168.23.254
    ip dhcp excluded-address 192.168.123.100 192.168.123.126
    ip dhcp pool DHCP_Pool
       network 192.168.123.128 255.255.255.128
       default-router 192.168.123.254
       dns-server 8.8.8.8
    ip dhcp pool DHCP_Pool2
       network 192.168.23.128 255.255.255.128
       default-router 192.168.23.254
       dns-server 8.8.8.8
    ip dhcp pool DHCP_PoolN
       network 192.168.23.0 255.255.255.128
       default-router 192.168.123.126
       dns-server 8.8.8.8
    ip dhcp pool DHCP_PoolNexit
    ip cef
    no ipv6 cef
    multilink bundle-name authenticated
    vpdn enable
    vpdn-group 1
    request-dialin
    protocol pppoe
    archive
    log config
    hidekeys
    bridge irb
    bba-group pppoe global
    interface FastEthernet0
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip flow ingress
    ip virtual-reassembly
    no ip mroute-cache
    duplex auto
    speed auto
    pppoe enable group global
    pppoe-client dial-pool-number 1
    no cdp enable
    interface FastEthernet1
    no ip address
    duplex auto
    speed auto
    interface FastEthernet2
    switchport access vlan 2
    interface FastEthernet3
    switchport access vlan 2
    interface FastEthernet4
    switchport access vlan 2
    interface FastEthernet5
    switchport access vlan 2
    interface FastEthernet6
    interface FastEthernet7
    interface FastEthernet8
    interface FastEthernet9
    interface Dot11Radio0
    no ip address
    encryption vlan 3 mode ciphers aes-ccm
    ssid IvanTurbincaN
    speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0
    54.0
    station-role root
    interface Dot11Radio0.1
    description home
    encapsulation dot1Q 3 native
    no cdp enable
    bridge-group 3
    bridge-group 3 subscriber-loop-control
    bridge-group 3 spanning-disabled
    bridge-group 3 block-unknown-source
    no bridge-group 3 source-learning
    no bridge-group 3 unicast-flooding
    interface Dot11Radio1
    no ip address
    shutdown
    speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0
    station-role root
    interface Vlan1
    ip address 192.168.123.254 255.255.255.128
    interface Vlan2
    ip address 192.168.23.254 255.255.255.128
    interface Vlan3
    no ip address
    bridge-group 3
    interface Async1
    no ip address
    encapsulation slip
    interface Dialer1
    mtu 1492
    ip address negotiated
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip flow ingress
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    no ip mroute-cache
    dialer pool 1
    dialer-group 1
    no cdp enable
    ppp authentication pap callin
    ppp pap sent-username bv18820254 password 7 055A5F57731B1D5A
    interface BVI3
    ip address 192.168.123.126 255.255.255.128
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 Dialer1
    no ip http server
    no ip http secure-server
    ip nat inside source list 100 interface Dialer1 overload
    access-list 100 remark --nat--
    access-list 100 permit ip any any
    dialer-list 1 protocol ip permit
    control-plane
    bridge 3 protocol ieee
    bridge 3 route ip
    line con 0
    password 7 08004E5B011413055D45
    line 1
    modem InOut
    stopbits 1
    speed 115200
    flowcontrol hardware
    line aux 0
    line vty 0 4
    password 7 072E2359416161C5A4D
    login
    webvpn cef

    Ok I have found 1 bug but the issue is not entirely solved.
    Instead:
    ip dhcp pool DHCP_PoolN
       network 192.168.23.0 255.255.255.128
       default-router 192.168.123.126
       dns-server 8.8.8.8
    It should be:
    ip dhcp pool DHCP_PoolN
       network 192.168.123.0 255.255.255.128
       default-router 192.168.123.126
       dns-server 8.8.8.8
    Now I get an IP address but I have no routing to the other interfaces.
    I can ping only
    BVI3 (192.168.123.126)
    Any ideeas?

  • Trouble configuring Xserver for multiple graphics cards

    I suspect I have a fairly simple problem but am getting in over my head and need some help setting up a multihead X configuration.
    I have a plain vanilla installation of Solaris 9 on an Ultra 60, 1.5GB, 2x450 MHz CPUs, originally configured with one Elite3D lite card in the 64 bit/66 MHz PCI slot as a single head installation. All ran fine.
    I have now added a pair of Elite3D-m3 cards in the 2 UPA slots. At boot, the Elite3D in the first UPA slot comes up as the character mode console device and the OS boots normally up to the point of starting X/CDE desktop then defaults to the console login with " ...could not start X server..." error message .
    I configured the Xservers file to include the two Elite as the default display :0.0 on /dev/fbs/afb0 and /dev/fbs/afb1, but on closer examination, found that the devices do not exist in /dev or /dev/fbs.
    I do have a device /dev/fbs/ifb0 corresponding to the Expert3D lite card, known to function normally as a single headed machine.
    Here are the questions:
    1. How do I obtain and install the necessary device files, /dev/fbs/afb0 and /dev/fbs/afb1 to allow the two Elite3Ds to drive 2 monitors under X/CDE? What are the necessary packages needed to drive the Elite3Ds?
    2. In the meantime, how can I start the Xserver in the expert3D card? The Xserver will not start (gives errors) by simply defining :0.0 to be /dev/fbs/ifb0 (Expert3D lite) in /usr/dt/config/Xserver. This device is not the default Solaris character mode boot console device, so I am not sure how to set up the Xserver file to run the X session on this card **alone** to tide me over pending Elite3D's configured and running and the new monitors are delivered.
    I recall that CDE and X require special consideration for this situation where the boot console device and the graphical device to run X are not identical. The Xservers file comments refer to this problem but I cannot seem to find sufficient documentation to figure out how to configure this situation.
    I would like to avoid ripping out the two just installed cards to get back to the original configuration.
    Thanks for the help in advance.

    Please note the following erratum: The original configuration was with an Expert3D lite in the 64bit/66 MHz PCI slot, not an Elite3D. Thanks.

  • Your computer appears to be correctly configured, but the device or resource (DNS server) is not responding [and I'm at my wit's end!]

    I originally posted this question to the community section and was advised to post it here.  Please bear with me as this will be a long post.  I'm including the scenarios involving this reoccurring issue, the trouble shooting steps I've already
    taken and the results of several diagnostic tools and logs.
    I have a Sony VAIOS VPCEBB33FM lap top since 2011.  I have had this issue on an off for a long time.  I'm at my wit's end.  Any new insights or suggestions would be greatly appreciated.
    Scenario Details
    1)  Some times it's on and off through out the day, sometimes it won't work all day, and once in a while it will work fine for the entire day.
    2)  I've had this issue across several wireless services, Clear Network accessed with WiMax, Library Wi-fi, Comcast cable internet using wireless router and Wi-fi, and Comcast Xfinity Wi-Fi, to name a few examples.
    3)  Other devices in the household or library will work with no problems such as my smart phone or my roommates' laptops or desktop computers.
    4) Once in a while,  the built-in wireless adapter is not found and I have to reinstall the driver.  Also the diagnostic tool has had to reset my adapter on an increasing basis.
    5)  I had my hard drive replaced in December 2014 and my system restored from the System Restore disks that came with it when I bought the laptop.  Even though I've been online on an infrequent basis it worked just fine for a while. Now that
    I've been online a bit more I'm having the same issues again.
    Below are my attempts at trouble shooting so far but I still have not been able to consistently resolve my DNS issues
     1) Restarting my adapter
     2) Turning off my laptop and removing the power supply for 5-10 minutes before turning it back on.
     3)  Using the IP Config in Command Prompt
         ipconfig /flushdns
         ipconfig /registerdns
         ipconfig /release
         ipconfig /renew
     4) Using the NetSh reset in Command Prompt and restarting my laptop
         netsh int ip reset c:\resetlog.txt
         netsh winsock reset
         ipconfig /flushdns
         [restart laptop]
     5)  Configuring the TCP/IP in several settings
        Select Internet Protocol Version 4 (TCP/IPv4), and then click Properties.
        I have used the following settings:
           a) Obtain an DNS server address automatically
           b) OpenDNS
               208 67 222 222
               208 67 220 220
           c) Google DNS
               8 8 8 8
               8 8 4 4
     6) Updating the driver for my Intel Centrino(R) Advanced-N 6250 AGN and Intel Centrino(R) WIMAX 6250 from the Intel website previous having my laptop wiped clean in 2014.  It still did not resolve the issue.  My laptop
    manufacturer as not come up with an driver update for my adapter since 2010.  I haven't tried to update the adapter driver from Intel's website since having my laptop repaired due to the fact that Intel strongly recommending using the manufacturer's updates
    instead and frankly it didn't make much of a difference when I did it the first time.
     7) The last one I've tried as of today is going into Services and changing the start up type to automatic for the following:
           Computer Browser [changed from manual to automatic]
           DHCP Client [already set to automatic]
           DNS Client [already set to automatic]
           Network Connections [already set to automatic]
           Network Location Awareness [changed from manual to automatic]
           Remote Procedure Call (RPC) [already set to automatic]
           Server [already set to automatic]
           TCP/IP Netbios helper [already set to automatic]
           Workstation [already set to automatic]
    ...and I'm still having DNS issues.
    My only guessing are that my laptop came with a lemon adapter that needs to be replaced, some advanced setting(s) that I'm not aware off, or my firewall/anti-virus is interfering. I've used Symmantic Anti-virus and Firewall in the past and currently
    Avast Anti-Virus with Microsoft Network Firewall.  I've had DNS issues with both anti-virus/firewall set ups.
    Below are the results from the diagnostics and tests that I've ran.
    Windows Network Diagnostics
    Your computer appears to be correctly configured, but the device or resource (DNS server) is not responding Detected Detected
    Contact your network administrator or Internet service provider (ISP) Completed
    Windows can't communicate with the device or resource (DNS server). The computer or service you are trying to reach might be...
    Details about network adapter diagnosis:
    Network adapter Wireless Network Connection driver information:
       Description . . . . . . . . . . : Intel(R) Centrino(R) Advanced-N 6250 AGN
       Manufacturer  . . . . . . . . . : Intel Corporation
       Provider  . . . . . . . . . . . : Intel
       Version   . . . . . . . . . . . : 13.2.1.5
       Inf File Name . . . . . . . . . : C:\Windows\INF\oem17.inf
       Inf File Date . . . . . . . . . : Monday, June 14, 2010  9:05:44 AM
       Section Name  . . . . . . . . . : Install_MPCIEX_GEN_6250_AGN_2x2_HMC_WIN7_64_MOW
       Hardware ID . . . . . . . . . . : pci\ven_8086&dev_0087&subsys_13018086
       Instance Status Flags . . . . . : 0x180200a
       Device Manager Status Code  . . : 0
       IfType  . . . . . . . . . . . . : 71
       Physical Media Type . . . . . . : 9
    Informational Diagnostics Information (Wireless Connectivity)
    Details about wireless connectivity diagnosis:
    Information for connection being diagnosed
     Interface GUID: 70a0781d-6329-45e4-8d7c-34aeca294c39
     Interface name: Intel(R) Centrino(R) Advanced-N 6250 AGN
     Interface type: Native WiFi
    Connection incident diagnosed
     Auto Configuration ID: 1
     Connection ID: 1
    Connection status summary
     Connection started at: 2015-03-07 19:57:14-186
     Profile match: Success
     Pre-Association: Success
     Association: Success
     Security and Authentication: Success
    List of visible access point(s): 22 item(s) total, 22 item(s) displayed
            BSSID        BSS Type PHY    Signal(dB)    Chnl/freq    SSID
    60-02-92-C6-D3-E8    Infra     <unknown>    -62        11     HOME-C7D4-2.4
    60-02-92-A1-75-E0    Infra     <unknown>    -58        6     HOME-B917-2.4
    00-1D-D5-D5-34-F0    Infra     <unknown>    -73        6     HOME-34F2
    60-02-92-A1-75-E1    Infra     <unknown>    -58        6     (Unnamed Network)
    06-1D-D5-D5-34-F0    Infra     <unknown>    -78        6     xfinitywifi
    C4-27-95-C9-C4-2D    Infra     <unknown>    -57        1     HOME-C42D
    02-1D-D5-D5-34-F0    Infra     <unknown>    -74        6     (Unnamed Network)
    00-0D-97-07-E0-79    Infra     g    -75        6     (Unnamed Network)
    00-1D-CF-2A-44-C0    Infra     <unknown>    -86        6     HOME-44C2
    02-1D-CF-2A-44-C0    Infra     <unknown>    -86        6     (Unnamed Network)
    F8-E4-FB-3C-87-A2    Infra     <unknown>    -89        6     YVNM7
    06-1D-CF-2A-44-C0    Infra     <unknown>    -87        6     xfinitywifi
    0C-F8-93-7A-13-50    Infra     b    -87        6     PKennedy
    06-F8-93-7A-13-50    Infra     b    -89        6     xfinitywifi
    02-F8-93-7A-13-50    Infra     b    -87        6     (Unnamed Network)
    E0-88-5D-C8-A9-DC    Infra     <unknown>    -80        1     HOME-A9DC
    E2-88-5D-C8-A9-DD    Infra     <unknown>    -79        1     (Unnamed Network)
    16-CF-E2-43-0B-30    Infra     <unknown>    -88        1     xfinitywifi
    60-02-92-F0-A8-C0    Infra     <unknown>    -90        11     HOME-96A6-2.4
    60-02-92-C6-D3-E9    Infra     <unknown>    -63        11     (Unnamed Network)
    02-1D-D4-EB-87-00    Infra     <unknown>    -88        11     (Unnamed Network)
    06-1D-D4-EB-87-00    Infra     <unknown>    -88        11     xfinitywifi
    Connection History
     Information for Auto Configuration ID 1
      List of visible networks: 13 item(s) total, 13 item(s) displayed
      BSS Type PHY    Security    Signal(RSSI)    Compatible    SSID
      Infra     <unknown>    Yes        63    Yes        HOME-C7D4-2.4
      Infra     <unknown>    Yes        70    Yes        HOME-B917-2.4
      Infra     <unknown>    Yes        43    Yes        HOME-34F2
      Infra     <unknown>    Yes        70    Yes        (Unnamed Network)
      Infra     <unknown>    No        40    Yes        xfinitywifi
      Infra     <unknown>    Yes        71    Yes        HOME-C42D
      Infra     g    No        43    Yes        (Unnamed Network)
      Infra     <unknown>    Yes        28    Yes        HOME-44C2
      Infra     <unknown>    Yes        20    Yes        YVNM7
      Infra     b    Yes        21    Yes        PKennedy
      Infra     <unknown>    Yes        33    Yes        HOME-A9DC
      Infra     <unknown>    Yes        35    Yes        (Unnamed Network)
      Infra     <unknown>    Yes        16    Yes        HOME-96A6-2.4
      List of preferred networks: 3 item(s)
       Profile: xfinitywifi
        SSID: xfinitywifi
        SSID length: 11
        Connection mode: Infra
        Security: No
        Set by group policy: No
        Connect even if network is not broadcasting: No
        Connectable: Yes
       Profile: HTC Portable Hotspot 9F50
        SSID: HTC Portable Hotspot 9F50
        SSID length: 25
        Connection mode: Infra
        Security: Yes
        Set by group policy: No
        Connect even if network is not broadcasting: No
        Connectable: No
         Reason: 0x00028002
       Profile: belkin.332
        SSID: belkin.332
        SSID length: 10
        Connection mode: Infra
        Security: Yes
        Set by group policy: No
        Connect even if network is not broadcasting: No
        Connectable: No
         Reason: 0x00028002
     Information for Connection ID 1
     Connection started at: 2015-03-07 19:57:14-186
      Auto Configuration ID: 1
      Profile: xfinitywifi
      SSID: xfinitywifi
      SSID length: 11
      Connection mode: Infra
      Security: No
      Pre-Association and Association
       Connectivity settings provided by hardware manufacturer (IHV): No
       Security settings provided by hardware manufacturer (IHV): No
       Profile matches network requirements: Success
       Pre-association status: Success
       Association status: Success
        Last AP:  06-1d-d5-d5-34-f0
      Security and Authentication
       Configured security type: Open
       Configured encryption type: None
       802.1X protocol: No
       Key exchange initiated: Yes
        Unicast key received: No
        Multicast key received: No
       Number of security packets received: 0
       Number of security packets sent: 0
       Security attempt status: Success
     Connectivity
       Packet statistics
        Ndis Rx: 2068
        Ndis Tx: 2543
        Unicast decrypt success: 0
        Multicast decrypt success: 0
        Unicast decrypt failure: 0
        Multicast decrypt failure: 0
        Rx success: 3954
        Rx failure: 0
        Tx success: 537
        Tx failure: 4
        Tx retry: 2
        Tx multiple retry: 2
        Tx max lifetime exceeded: 0
        Tx ACK failure: 18
       Roaming history: 0 item(s)
    InformationalDiagnostics Information (Wireless Connectivity)
    Details about wireless connectivity diagnosis:
    For complete information about this session see the wireless connectivity information event.
    Helper Class: Auto Configuration
     Initialize status: Success
    Information for connection being diagnosed
     Interface GUID: 70a0781d-6329-45e4-8d7c-34aeca294c39
     Interface name: Intel(R) Centrino(R) Advanced-N 6250 AGN
     Interface type: Native WiFi
    Result of diagnosis: There may be problem
     Network Connection details from Command Prompt  (some info hidden for security reasons)
    Connection-specific DNS Suffix:
    Description: Intel(R) Centrino(R) Advanced-N 6250 AGN
    Physical Address: ‎00-23-15-54-19-B8
    DHCP Enabled: Yes
    IPv4 Address: 192.168.X.XX
    IPv4 Subnet Mask: 255.255.XX.X
    Lease Obtained: Saturday, March 07, 2015 7:57:14 PM
    Lease Expires: Saturday, March 07, 2015 8:24:44 PM
    IPv4 Default Gateway: 192.168.X.X
    IPv4 DHCP Server: 192.168.X.X
    IPv4 DNS Servers: 75.75.75.75, 75.75.76.76
    IPv4 WINS Server:
    NetBIOS over Tcpip Enabled: Yes
    Link-local IPv6 Address: fe80::b8de:3ac9:e166:XXX%XX
    IPv6 Default Gateway:
    IPv6 DNS Server:
    Results of Ping and Trace Route in Command Prompt
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Windows\system32>ping 127.0.0.1
    Pinging 127.0.0.1 with 32 bytes of data:
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Ping statistics for 127.0.0.1:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\Windows\system32>ping www.youtube.com
    Pinging youtube-ui.l.google.com [173.194.121.6] with 32 bytes of data:
    Reply from 173.194.121.6: bytes=32 time=24ms TTL=55
    Reply from 173.194.121.6: bytes=32 time=19ms TTL=55
    Request timed out.
    Request timed out.
    Ping statistics for 173.194.121.6:
        Packets: Sent = 4, Received = 2, Lost = 2 (50% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 19ms, Maximum = 24ms, Average = 21ms
    C:\Windows\system32>ping 74.125.239.34
    Pinging 74.125.239.34 with 32 bytes of data:
    Request timed out.
    Request timed out.
    Reply from 74.125.239.34: bytes=32 time=3286ms TTL=50
    Request timed out.
    Ping statistics for 74.125.239.34:
        Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 3286ms, Maximum = 3286ms, Average = 3286ms
    C:\Windows\system32>ping www.hotmail.com
    Pinging dispatch.kahuna.glbdns2.microsoft.com [65.55.157.204] with 32 bytes of data:
    Reply from 65.55.157.204: bytes=32 time=111ms TTL=237
    Request timed out.
    Request timed out.
    Reply from 65.55.157.204: bytes=32 time=1537ms TTL=237
    Ping statistics for 65.55.157.204:
        Packets: Sent = 4, Received = 2, Lost = 2 (50% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 111ms, Maximum = 1537ms, Average = 824ms
    C:\Windows\system32>ping 207.46.11.236
    Pinging 207.46.11.236 with 32 bytes of data:
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    Ping statistics for 207.46.11.236:
        Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
    C:\Windows\system32>tracert www.youtube.com
    Tracing route to youtube-ui.l.google.com [173.194.121.5]
    over a maximum of 30 hops:
      1    19 ms    13 ms    17 ms  xfwsr12-nwca-01.sys.comcast.net [68.85.15.244]
      2    13 ms    13 ms    27 ms  ae-14-32767-ar03.newcastle.de.panjde.comcast.net [68.85.192.205]
      3    20 ms    26 ms    21 ms  he-5-10-0-0-cr01.ashburn.va.ibone.comcast.net [68.86.94.249]
      4    18 ms    34 ms    22 ms  he-0-13-0-0-pe07.ashburn.va.ibone.comcast.net [68.86.86.50]
      5    19 ms    18 ms    18 ms  50-248-116-190-static.hfc.comcastbusiness.net [50.248.116.190]
      6    35 ms    18 ms    18 ms  209.85.249.217
      7    21 ms    19 ms    19 ms  72.14.233.93
      8     *        *        *     Request timed out.
      9     *     2509 ms   677 ms  iad23s25-in-f5.1e100.net [173.194.121.5]
    Trace complete.
    C:\Windows\system32>tracert 74.125.239.34
    Tracing route to nuq04s19-in-f2.1e100.net [74.125.239.34]
    over a maximum of 30 hops:
      1    54 ms    23 ms    12 ms  xfwsr12-nwca-01.sys.comcast.net [68.85.15.244]
      2    22 ms    19 ms    17 ms  ae-14-32767-ar03.newcastle.de.panjde.comcast.net[68.85.192.205]
      3    19 ms    19 ms    18 ms  he-5-14-0-0-cr01.ashburn.va.ibone.comcast.net [68.86.166.121]
      4    18 ms    18 ms    18 ms  he-0-15-0-0-cr01.350ecermak.il.ibone.comcast.net[68.86.85.74]
      5    19 ms    18 ms    22 ms  50-248-116-190-static.hfc.comcastbusiness.net [50.248.116.190]
      6    22 ms    36 ms    19 ms  209.85.249.217
      7    26 ms    23 ms    25 ms  209.85.143.112
      8     *        *        *     Request timed out.
      9     *        *        *     Request timed out.
     10   972 ms     *        *     216.239.51.97
     11   148 ms    97 ms    95 ms  216.239.46.241
     12   324 ms   130 ms   432 ms  209.85.246.252
     13     *        *        *     Request timed out.
     14  1403 ms   101 ms   126 ms  nuq04s19-in-f2.1e100.net [74.125.239.34]
    Trace complete.
    C:\Windows\system32>tracert www.hotmail.com
    Tracing route to dispatch.kahuna.glbdns2.microsoft.com [65.55.157.144]
    over a maximum of 30 hops:
      1    13 ms    13 ms    25 ms  xfwsr12-nwca-01.sys.comcast.net [68.85.15.244]
      2    13 ms    15 ms    13 ms  ae-14-32767-ar03.newcastle.de.panjde.comcast.net[68.85.192.205]
      3    20 ms    19 ms    17 ms  he-5-13-0-0-cr01.ashburn.va.ibone.comcast.net [68.86.95.145]
      4    17 ms    20 ms    20 ms  he-0-13-0-0-pe07.ashburn.va.ibone.comcast.net [68.86.86.50]
      5    17 ms    18 ms    38 ms  as8075-2-c.ashburn.va.ibone.comcast.net [173.167.58.82]
      6    18 ms    18 ms    36 ms  ae4-0.ash-96cbe-1a.ntwk.msn.net [207.46.36.172]
      7     *        *        *     Request timed out.
      8     *     2191 ms    35 ms  ae0-0.atb-96cbe-1b.ntwk.msn.net [191.234.81.167]
      9     *        *        *     Request timed out.
     10     *        *        *     Request timed out.
     11    86 ms    84 ms    84 ms  ae4-0.lax-96cbe-1a.ntwk.msn.net [191.234.83.150]
     12    86 ms    86 ms    87 ms  ae9-0.by2-96c-1a.ntwk.msn.net [207.46.42.176]
     13     *        *        *     Request timed out.
     14     *        *        *     Request timed out.
     15     *        *        *     Request timed out.
     16     *        *        *     Request timed out.
     17    87 ms    84 ms    85 ms  origin.by173w.bay173.mail.live.com [65.55.157.144]
    Trace complete.
    C:\Users\C.Cunningham>tracert 207.46.11.236
    Tracing route to origin.by181w.bay181.mail.live.com [207.46.11.236]
    over a maximum of 30 hops:
      1    16 ms    16 ms    19 ms  xfwsr12-nwca-01.sys.comcast.net [68.85.15.244]
      2    18 ms    13 ms    13 ms  ae-14-32767-ar03.newcastle.de.panjde.comcast.net[68.85.192.205]
      3    21 ms    19 ms    21 ms  he-5-12-0-0-cr01.ashburn.va.ibone.comcast.net [68.86.95.141]
      4    18 ms    21 ms    18 ms  he-0-13-0-0-pe07.ashburn.va.ibone.comcast.net [68.86.86.50]
      5     *        *        *     Request timed out.
      6     *        *        *     Request timed out.
      7     *        *        *     Request timed out.
      8     *        *        *     Request timed out.
      9     *        *        *     Request timed out.
     10     *        *        *     Request timed out.
     11     *        *        *     Request timed out.
     12     *        *        *     Request timed out.
     13     *        *        *     Request timed out.
     14     *        *        *     Request timed out.
     15     *        *        *     Request timed out.
     16     *        *        *     Request timed out.
     17     *        *        *     Request timed out.
     18     *        *        *     Request timed out.
     19     *        *        *     Request timed out.
     20     *        *        *     Request timed out.
     21     *        *        *     Request timed out.
     22     *        *        *     Request timed out.
     23     *        *        *     Request timed out.
     24     *        *        *     Request timed out.
     25     *        *        *     Request timed out.
     26     *        *        *     Request timed out.
     27     *        *        *     Request timed out.
     28     *        *        *     Request timed out.
     29     *        *        *     Request timed out.
     30     *        *        *     Request timed out.
    Trace complete.
    Results of Intel WiFi Manual Diagnostics
    Test Name                 Test Result   Test Summary
    Hardware Test           Passed        Wireless Hardware is enabled
    Driver Test                 Passed        Diver is loaded. NETwNs64 Version 13.3.0.24
    Radio Test                  Passed       Radio is ON
    Scan Test                   Passed       There are 25 Networks available to connect
    Association Test        Passed       Associated
    Authentication Test   Passed       Authenticated
    Signal Test                Passed       Signal Quality: Poor
    Ping Test                  Failed          No Reponse: default gateway, DHCP server
    I hope this information is enough to get to the root of this problem once and for all.  Please let me know if you any other information such as event logs or statistics. 
    Thanks in advance.

    Results of Intel WiFi Event View Log (I deleted some lines since there were basically repeats of the same messages)
    #Event  Source  Time     
    Error Severity    Domain               
    User      Description
    45           EvtEngine           
    3/8/2015 20:40  Success               
    Connection         SYSTEM               
    iAMT - Failed to read Windows Events Log
    46           S24EvMon          
    3/8/2015 20:41  Information       
    AppDriver          
    SYSTEM               
    Getting List of adapters.
    47           S24EvMon          
    3/8/2015 20:41  Information       
    AppDriver          
    SYSTEM               
    Intel adapter(s) found.
    156         S24EvMon          
    3/8/2015 20:47  Information       
    Driver    SYSTEM               
    AddToExclude 06:1d:d5:d5:34:f0 xfinitywifi 6 WEV_EXCLUDE_LIST_REASON_802_11_AUTH_FAILURE
    157         S24EvMon          
    3/8/2015 20:47  Information       
    Driver    SYSTEM               
    ATC 06:1d:cf:2a:44:c0 xfinitywifi 6 RSSI=-88
    158         S24EvMon          
    3/8/2015 20:47  Error     
    Driver    SYSTEM               
    AssociationFailure 06:1d:cf:2a:44:c0 xfinitywifi 6 CNCT_GENERAL_FAILURE
    159         S24EvMon          
    3/8/2015 20:47  Information       
    Driver    SYSTEM               
    AddToExclude 06:1d:cf:2a:44:c0 xfinitywifi 6 WEV_EXCLUDE_LIST_REASON_802_11_ASSOC_FAILURE
    160         S24EvMon          
    3/8/2015 20:47  Information       
    Driver    SYSTEM               
    ATC 06:1d:d5:d5:34:f0 xfinitywifi 6 RSSI=-79
    161         S24EvMon          
    3/8/2015 20:47  Success               
    Driver    SYSTEM               
    RxAuthSuccess 06:1d:d5:d5:34:f0 6
    162         S24EvMon          
    3/8/2015 20:47  Success               
    Driver    SYSTEM               
    RxAssocResp 06:1d:d5:d5:34:f0 6 -77
    163         S24EvMon          
    3/8/2015 20:49  Information       
    TCP/IP  SYSTEM               
    VoIP: Got link down - deleting flows .
    164         S24EvMon          
    3/8/2015 20:49  Information       
    Driver    SYSTEM               
    ATC 06:1d:d4:eb:87:00 xfinitywifi 11 RSSI=-88
    165         S24EvMon          
    3/8/2015 20:49  Error     
    Driver    SYSTEM               
    AssociationFailure 06:1d:d4:eb:87:00 xfinitywifi 11 CNCT_GENERAL_FAILURE
    166         S24EvMon          
    3/8/2015 20:49  Information       
    Driver    SYSTEM               
    AddToExclude 06:1d:d4:eb:87:00 xfinitywifi 11 WEV_EXCLUDE_LIST_REASON_802_11_ASSOC_FAILURE
    167         S24EvMon          
    3/8/2015 20:49  Information       
    Driver    SYSTEM               
    ATC 06:1d:d4:eb:87:00 xfinitywifi 11 RSSI=-89
    168         S24EvMon          
    3/8/2015 20:49  Error     
    Driver    SYSTEM               
    AssociationFailure 06:1d:d4:eb:87:00 xfinitywifi 11 CNCT_GENERAL_FAILURE
    169         S24EvMon          
    3/8/2015 20:49  Information       
    Driver    SYSTEM               
    AddToExclude 06:1d:d4:eb:87:00 xfinitywifi 11 WEV_EXCLUDE_LIST_REASON_802_11_ASSOC_FAILURE
    170         S24EvMon          
    3/8/2015 20:49  Information       
    Driver    SYSTEM               
    ATC 06:1d:d4:eb:87:00 xfinitywifi 11 RSSI=-90
    171         S24EvMon          
    3/8/2015 20:49  Error     
    Driver    SYSTEM               
    AssociationFailure 06:1d:d4:eb:87:00 xfinitywifi 11 CNCT_GENERAL_FAILURE
    172         S24EvMon          
    3/8/2015 20:49  Information       
    Driver    SYSTEM               
    ATC 06:1d:d5:d5:34:f0 xfinitywifi 6 RSSI=-82
    173         S24EvMon          
    3/8/2015 20:49  Success               
    Driver    SYSTEM               
    RxAuthSuccess 06:1d:d5:d5:34:f0 6
    174         S24EvMon          
    3/8/2015 20:49  Success               
    Driver    SYSTEM               
    RxAssocResp 06:1d:d5:d5:34:f0 6 -81
    175         S24EvMon          
    3/8/2015 20:50  Information       
    Driver    SYSTEM               
    AddToExclude 06:1d:d5:d5:34:f0 xfinitywifi 6 WEV_EXCLUDE_LIST_REASON_802_11_AUTH_FAILURE
    176         S24EvMon          
    3/8/2015 20:50  Information       
    Driver    SYSTEM               
    ATC 06:1d:d5:d5:34:f0 xfinitywifi 6 RSSI=-79
    177         S24EvMon          
    3/8/2015 20:50  Success               
    Driver    SYSTEM               
    RxAuthSuccess 06:1d:d5:d5:34:f0 6
    178         S24EvMon          
    3/8/2015 20:50  Success               
    Driver    SYSTEM               
    RxAssocResp 06:1d:d5:d5:34:f0 6 -80
    179         S24EvMon          
    3/8/2015 21:03  Information       
    Driver    SYSTEM               
    RoamTrigger 06:1d:d5:d5:34:f0 xfinitywifi 6 RSSI=-81 MisBcn=8 RSSITh=-85 Roam Other Reason
    186         S24EvMon          
    3/8/2015 21:21  Information       
    General               
    SYSTEM               
    DeviceIoCtrlS24NDIS: (2) Failed to send OID 0xff100055 to driver. Error - 31
    187        
    S24EvMon          
    3/8/2015 21:21  Information       
    General               
    SYSTEM               
    DeviceIoCtrlS24NDIS - Dot11ExtNicSpecificExtension failed (31)

Maybe you are looking for