WPA authentication help

Hi,
I am looking at impementing a small wireless network, but knowing the way things seems to work, it will most likely grow a lot in the near future.  The penny pinchers say that they want to go with a shared key scheme since they don't want to buy a radius server.  I think that this is not a great idea so I was hoping that I could get some help with my problem.
We will be using a 5508 WLC.  I believe that they can use local authentication (peap?).  If so, can wireless clients change their passwords?  Would they be able to do this on their wireless connection?  Also can an account be created on the 5508 that would allow a helpdesk employee to reset passwords?
If we do go out and buy a radius server (ACS most likely), I would like the ability for clients to change their passwords and to require them to be changed on a frequent basis.  Is this possible?  Can it be done though the wireless connection?
Thanks in advance for your help.

Hi,
The WLC can do peap authentication yes. However you don't have fancy password management features, so nothing the users can change.
There is the concept of "guest" accounts that "Lobbyambassadors" can create, so yes helpdesk people can manage WLC accounts.
However, the best is to have Active Directory managing your passwords. They are then using their windows domain credentials for the wireless.
With ACS, ACS can handle the authentication and using Active Directory as account databases. Then it allows end-users to change their passwords themselves when they expire.
Nicolas

Similar Messages

  • N80 "WLAN: WPA authentication failed"

    I have a N80 at 4.0623.0.41 (26/07/2006, RM-92, Nokia N80 63.01) branded (TIM-Italy). No further firmware upgrades are available (on 12-09-2007)
    I would like to connect to my 802.1x academic network that uses certificate
    I installed the certificate set up its reliability.
    Then, I followed the indications found in this forum for EAP-PEAP setting up
    Data Bearer: Wlan
    Network status: Public
    Network Mode: Infrastructure
    Security mode: 802.1x
    Security Settings:
    WPA/WPA2: EAP
    EAP Plug In Settings:
    1. EAP-PEAP
    (other options disabled)
    EAP-PEAP:
    Personal Certificate: Not Defined
    Authority Certificate: IC root CA
    Username in use: User Defined
    Username: *****
    Realm in use: From certificate
    Realm: [blank]
    Allow PEAPv0: Yes
    Allow PEAPv1: NO
    Allow PEAPv2: NO
    EAPs:
    1:EAP-MSCHAPv2
    EAP-MSCHAPv2:
    Username: [entered correctly]
    Prompt password: Yes
    Password: [Entered correctly]
    When I try to connect with these settings I get the following error message:
    " WLAN: WPA authentication failed "
    I tried also other unsuccessful variations such
    Allow PEAPv0: Yes
    Allow PEAPv1: YES
    Allow PEAPv2: YES)
    The system admistrators suggested that the problem could be the certificate that is home-made and maybe it is not completely recognized by Symbian v9.1. But they don’t know how to fix the problem
    Indeed I found two certificates from my institution (Root and Server), apparently identical, but the Root one is recognized while the other no.
    Do you know what I should check inside the certificate to gain insights about the reasons of the authentication failure?
    Is there any symbian network utility that could help to understand which step block the authentication?
    I will appreciate any suggestion
    Thank you in advance

    WPA and EAP works great with the N80 - dont worry
    I have tested and runs alot og Nokia Phones with WiFi and EAP etc.
    I currently uses a N80 fw 4.0707.0.7, and there are a v5 fw also.
    I sugguest you get the 4.07
    You subject informs about WPA but you have set your Security mode: 802.1x
    Change this to:
    Security mode: WPA/WPA2
    Then you should be good.
    Also verify the status: hidden/public this is important
    If you can see the SSID in the WLAN Wiz then its public SSID.
    Try clearing the username in the certificate setup/PEAP
    also try different comination of DOMAIN/USERNAME, DOMAIN\USERNAME, DOMAIN@USERNAME etc
    But I would think that you do not need username in the GENERAL page under EAP-PEAP
    You need username under EAP page/EAP-MSCHAPv2
    I assume you have the certificate installed on the handset.
    HTH

  • "WPA Authentication/Association Failed" with RTL8192CU

    Hi. I've tried to install archlinux in an old machine but I can't connect to internet by a Tp-link with RTL8192CU. After wifi-menu, I got
    WPA Authentication/Association Failed
    I've looked this problem in many topics but no one could help me.
    I ran
    wpa_supplicant -Dwext -i wlan0 -c /etc/supli.conf -B but I got the same error.
    Also, I've intalled in my machine (I'm ussing it to write this ) the last realtek driver but I have the same message.
    My supli.conf file is:
    network={
        ssid="Nami y Javi"
        #psk="f11235813"
        psk=98509e047acfda949510707f068faed3d4196e38db86d698c5ecf604ad6aeaff
    and my /etc/network.d/profile.conf is
    CONNECTION='wireless'
    DESCRIPTION='Automatically generated profile by wifi-menu'
    INTERFACE='wlan0'
    SECURITY='wpa'
    ESSID=Javi\ y\ Nami
    IP='dhcp'
    KEY=f11235813
    Any suggestion. Thanks everybody

    thanks for de replies.
    I'm sorry but I've tried everything in the post and doesn't work (or I didn't understand how).
    I want to connect internet by my wifi receptor. I used wifi-menu.
    If I run
    dhcpcd -k
    dhcpcd  -t 0 wlan0
    I got
    dhcpcd[1165]: version 5.6.4 starting
    dhcpcd[1165]: wlan0: waiting for carrier
    And no more.. I have to kill it.
    Thanks!
    Last edited by erizo (2013-02-01 15:28:30)

  • Netcfg WPA Authentication/Association Failed

    Hello everybody,
    Yesterday I've installed Arch on my MacBook and after a lot of hassle I managed to get X running. Now, I figured getting my wireless ready...but to no avail. I'm really starting to lose hope since this install has given me a lot of setbacks thus far.
    Anyway, I'm using netcfg to connect to my local network here and I followed all the wikis related wireless networking. I've installed my driver and this seems correct since "iwlist scan" returns all local networks in my area. To start with I've disabled all security temporarily, but even this didn't seem to work. Below my configuration file for my local network is shown:
    CONNECTION="wireless"
    DESCRIPTION="..."
    INTERFACE="eth1"
    SECURITY="none"
    ESSID="bistarac"
    IP="dhcp"
    So when I try to connect to my network using "sudo netcfg bistarac", I get the following output (with debug on):
    ::bistarac up [BUSY]
    Loading profile bistarac
    Configuring interface eth1
    wireless_up stop_wpa eth1
    wireless_up if_up
    wireless_up Configuration generated at /tmp/wpa.eth1/wpa.conf
    wireless_up start_wpa eth1/tmp/wpa.eth1/wpa.conf wext
    wireless_up wpa_check
    ::WPA Authentication/Association Failed [FAIL]
    profile_up connect failed
    Now, the first thing I notice is that there is a whole bunch of WPA stuff going on for an open network...doesn't seem to make sense to me. Also if I set my network up with WPA security and try this again I get exactly the same result. I know that there is a thread about this from a couple of months of ago:
    http://bbs.archlinux.org/viewtopic.php?pid=687722
    But I can't really make much sense from it since I'm not all that into networking. I simply followed the Wiki's about how to get everything done and it isn't working, so either I messed up somewhere along the way or this is (again) some sort of stupid bug. Anyway or another I really hope somebody can help out on this since if I don't get this working anytime soon I'm probably going to give up on Arch on my MacBook.
    It's also worth mentioning that I've used Ubuntu on my MacBook before Arch and my wireless functioned perfectly fine (be it with NetworkManager, which I try to avoid). And for anybody wondering, this is my "lspci | grep Network" output:
    02:00.0 Network Controller: Broadcom Corporation BCM4328 802.11a/b/g/n (rev 03)
    I've installed the drivers using the dedicated Wiki and thus the driver from AUR corresponding to this card, but as I said, iwlist works so I don't think the problem is here.
    Also as far as I know I'm using the latest version of netcfg.
    Any help is greatly appreciated!
    With kind regards,
    Ivan
    EDIT:
    I've also to tried to manually connect to my insecure network using the method outlined in the wireless Wiki, everything seems to go fine until I try to get an IP-adress using dhcpcd:
    sudo dhcpcd eth1
    dhcpcd: eth1: rebinding lease of 192.168.0.102
    dhcpcd: eth1: broadcasting for lease
    dhcpcd: timed out
    So even this doesn't work...I'm really lost.
    Last edited by geniuz (2010-04-13 13:35:32)

    Hrm, you might have been right about the eth0 thing. Now I can at least connect to my network manually, netcfg still doesn't work...here is the dmesg right after I issued the command:
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.33-ARCH (tobias@T-POWA-LX) (gcc version 4.4.3 20100316 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Apr 4 10:27:30 CEST 2010
    Command line: BOOT_IMAGE=arch ro root=803 i915.modeset=1
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000007dd31000 (usable)
    BIOS-e820: 000000007dd31000 - 000000007df32000 (ACPI NVS)
    BIOS-e820: 000000007df32000 - 000000007dfe5000 (ACPI data)
    BIOS-e820: 000000007dfe5000 - 000000007dfe7000 (ACPI NVS)
    BIOS-e820: 000000007dfe7000 - 000000007eec3000 (ACPI data)
    BIOS-e820: 000000007eec3000 - 000000007eec5000 (ACPI NVS)
    BIOS-e820: 000000007eec5000 - 000000007eec8000 (ACPI data)
    BIOS-e820: 000000007eec8000 - 000000007eecb000 (ACPI NVS)
    BIOS-e820: 000000007eecb000 - 000000007eecc000 (ACPI data)
    BIOS-e820: 000000007eecc000 - 000000007eedf000 (ACPI NVS)
    BIOS-e820: 000000007eedf000 - 000000007eef9000 (ACPI data)
    BIOS-e820: 000000007eef9000 - 000000007eeff000 (reserved)
    BIOS-e820: 000000007eeff000 - 000000007ef00000 (ACPI data)
    BIOS-e820: 000000007ef00000 - 0000000080000000 (reserved)
    BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
    BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
    NX (Execute Disable) protection: active
    DMI 2.4 present.
    No AGP bridge found
    last_pfn = 0x7dd31 max_arch_pfn = 0x400000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-CFFFF write-protect
    D0000-DFFFF uncachable
    E0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 0FFE00000 mask FFFE00000 write-protect
    1 base 000000000 mask F80000000 write-back
    2 base 07F000000 mask FFF000000 uncachable
    3 base 07EF00000 mask FFFF00000 uncachable
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 0000000000001000 - 0000000000010000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000001000 (usable)
    modified: 0000000000001000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009fc00 (usable)
    modified: 000000000009fc00 - 00000000000a0000 (reserved)
    modified: 00000000000e0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000007dd31000 (usable)
    modified: 000000007dd31000 - 000000007df32000 (ACPI NVS)
    modified: 000000007df32000 - 000000007dfe5000 (ACPI data)
    modified: 000000007dfe5000 - 000000007dfe7000 (ACPI NVS)
    modified: 000000007dfe7000 - 000000007eec3000 (ACPI data)
    modified: 000000007eec3000 - 000000007eec5000 (ACPI NVS)
    modified: 000000007eec5000 - 000000007eec8000 (ACPI data)
    modified: 000000007eec8000 - 000000007eecb000 (ACPI NVS)
    modified: 000000007eecb000 - 000000007eecc000 (ACPI data)
    modified: 000000007eecc000 - 000000007eedf000 (ACPI NVS)
    modified: 000000007eedf000 - 000000007eef9000 (ACPI data)
    modified: 000000007eef9000 - 000000007eeff000 (reserved)
    modified: 000000007eeff000 - 000000007ef00000 (ACPI data)
    modified: 000000007ef00000 - 0000000080000000 (reserved)
    modified: 00000000f0000000 - 00000000f4000000 (reserved)
    modified: 00000000fec00000 - 00000000fec01000 (reserved)
    modified: 00000000fed14000 - 00000000fed1a000 (reserved)
    modified: 00000000fed1c000 - 00000000fed20000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000ffe00000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 20000000
    init_memory_mapping: 0000000000000000-000000007dd31000
    0000000000 - 007dc00000 page 2M
    007dc00000 - 007dd31000 page 4k
    kernel direct mapping tables up to 7dd31000 @ 16000-1a000
    RAMDISK: 00d2e000 - 00eff2bf
    ACPI: RSDP 00000000000fe020 00024 (v02 APPLE )
    ACPI: XSDT 000000007eeee1c0 00084 (v01 APPLE Apple00 000000C1 01000013)
    ACPI: FACP 000000007eeec000 000F4 (v03 APPLE Apple00 000000C1 Loki 0000005F)
    ACPI: DSDT 000000007eee1000 045C6 (v01 APPLE MacBook 00040001 INTL 20061109)
    ACPI: FACS 000000007eecc000 00040
    ACPI: HPET 000000007eeeb000 00038 (v01 APPLE Apple00 00000001 Loki 0000005F)
    ACPI: APIC 000000007eeea000 00068 (v01 APPLE Apple00 00000001 Loki 0000005F)
    ACPI: MCFG 000000007eee9000 0003C (v01 APPLE Apple00 00000001 Loki 0000005F)
    ACPI: ASF! 000000007eee8000 000A5 (v32 APPLE Apple00 00000001 Loki 0000005F)
    ACPI: SBST 000000007eee7000 00030 (v01 APPLE Apple00 00000001 Loki 0000005F)
    ACPI: ECDT 000000007eee6000 00053 (v01 APPLE Apple00 00000001 Loki 0000005F)
    ACPI: SSDT 000000007eec7000 004DC (v01 APPLE CpuPm 00003000 INTL 20061109)
    ACPI: SSDT 000000007eec6000 0025F (v01 APPLE Cpu0Tst 00003000 INTL 20061109)
    ACPI: SSDT 000000007eec5000 000A6 (v01 APPLE Cpu1Tst 00003000 INTL 20061109)
    ACPI: SSDT 000000007eee0000 00544 (v01 SataRe SataPri 00001000 INTL 20061109)
    ACPI: SSDT 000000007eedf000 00477 (v01 SataRe SataSec 00001000 INTL 20061109)
    ACPI: Local APIC address 0xfee00000
    (8 early reservations) ==> bootmem [0000000000 - 007dd31000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0001000000 - 00016d8958] TEXT DATA BSS ==> [0001000000 - 00016d8958]
    #2 [0000d2e000 - 0000eff2bf] RAMDISK ==> [0000d2e000 - 0000eff2bf]
    #3 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
    #4 [00016d9000 - 00016d922d] BRK ==> [00016d9000 - 00016d922d]
    #5 [0000010000 - 0000012000] TRAMPOLINE ==> [0000010000 - 0000012000]
    #6 [0000012000 - 0000016000] ACPI WAKEUP ==> [0000012000 - 0000016000]
    #7 [0000016000 - 0000018000] PGTABLE ==> [0000016000 - 0000018000]
    [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff880001c00000-ffff8800037fffff] on node 0
    Zone PFN ranges:
    DMA 0x00000000 -> 0x00001000
    DMA32 0x00001000 -> 0x00100000
    Normal 0x00100000 -> 0x00100000
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000000 -> 0x00000001
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0007dd31
    On node 0 totalpages: 515265
    DMA zone: 56 pages used for memmap
    DMA zone: 570 pages reserved
    DMA zone: 3358 pages, LIFO batch:0
    DMA32 zone: 6991 pages used for memmap
    DMA32 zone: 504290 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x408
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x8086a201 base: 0xfed00000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    PM: Registered nosave memory: 0000000000001000 - 0000000000010000
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Allocating PCI resources starting at 80000000 (gap: 80000000:70000000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 29 pages/cpu @ffff880001800000 s89176 r8192 d21416 u1048576
    pcpu-alloc: s89176 r8192 d21416 u1048576 alloc=1*2097152
    pcpu-alloc: [0] 0 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 507648
    Kernel command line: BOOT_IMAGE=arch ro root=803 i915.modeset=1
    PID hash table entries: 4096 (order: 3, 32768 bytes)
    Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Checking aperture...
    No AGP bridge found
    Calgary: detecting Calgary via BIOS EBDA area
    Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Memory: 2019276k/2061508k available (3457k kernel code, 448k absent, 41156k reserved, 1809k data, 484k init)
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:768
    Extended CMOS year: 2000
    Console: colour VGA+ 80x25
    console [tty0] enabled
    allocated 20971520 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    hpet clockevent registered
    Fast TSC calibration failed
    TSC: Unable to calibrate against PIT
    TSC: using HPET reference calibration
    Detected 2393.998 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.49 BogoMIPS (lpj=7979993)
    Security Framework initialized
    Mount-cache hash table entries: 256
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 6 MCE banks
    CPU0: Thermal monitoring enabled (TM2)
    using mwait in idle threads.
    Performance Events: Core2 events, Intel PMU driver.
    ... version: 2
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    ACPI: Core revision 20091214
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz stepping 06
    Booting Node 0, Processors #1 Ok.
    Brought up 2 CPUs
    Total of 2 processors activated (9579.97 BogoMIPS).
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
    PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved in E820
    PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: EC description table is found, configuring boot EC
    ACPI: BIOS _OSI(Linux) query ignored
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci_root PNP0A08:00: ignoring host bridge windows from ACPI; boot with "pci=use_crs" to use them
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xfebfffff] (ignored)
    pci 0000:00:02.0: reg 10: [mem 0x90100000-0x901fffff 64bit]
    pci 0000:00:02.0: reg 18: [mem 0x80000000-0x8fffffff 64bit pref]
    pci 0000:00:02.0: reg 20: [io 0x6110-0x6117]
    pci 0000:00:02.1: reg 10: [mem 0x90200000-0x902fffff 64bit]
    pci 0000:00:1a.0: reg 20: [io 0x60c0-0x60df]
    pci 0000:00:1a.1: reg 20: [io 0x60a0-0x60bf]
    pci 0000:00:1a.7: reg 10: [mem 0x90704c00-0x90704fff]
    pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1a.7: PME# disabled
    pci 0000:00:1b.0: reg 10: [mem 0x90700000-0x90703fff 64bit]
    pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1b.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.4: PME# disabled
    pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.5: PME# disabled
    pci 0000:00:1d.0: reg 20: [io 0x6080-0x609f]
    pci 0000:00:1d.1: reg 20: [io 0x6060-0x607f]
    pci 0000:00:1d.2: reg 20: [io 0x6040-0x605f]
    pci 0000:00:1d.7: reg 10: [mem 0x90704800-0x90704bff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.0: quirk: [io 0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 000f)
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0300 (mask 001f)
    pci 0000:00:1f.1: reg 10: [io 0x6108-0x610f]
    pci 0000:00:1f.1: reg 14: [io 0x6124-0x6127]
    pci 0000:00:1f.1: reg 18: [io 0x6100-0x6107]
    pci 0000:00:1f.1: reg 1c: [io 0x6120-0x6123]
    pci 0000:00:1f.1: reg 20: [io 0x60e0-0x60ef]
    pci 0000:00:1f.2: reg 10: [io 0x60f8-0x60ff]
    pci 0000:00:1f.2: reg 14: [io 0x611c-0x611f]
    pci 0000:00:1f.2: reg 18: [io 0x60f0-0x60f7]
    pci 0000:00:1f.2: reg 1c: [io 0x6118-0x611b]
    pci 0000:00:1f.2: reg 20: [io 0x6020-0x602f]
    pci 0000:00:1f.2: reg 24: [io 0x4000-0x400f]
    pci 0000:00:1f.2: PME# supported from D3hot
    pci 0000:00:1f.2: PME# disabled
    pci 0000:00:1f.3: reg 10: [mem 0x90705000-0x907050ff]
    pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf]
    pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    pci 0000:00:1c.0: bridge window [mem 0x90600000-0x906fffff]
    pci 0000:02:00.0: reg 10: [mem 0x90500000-0x90503fff 64bit]
    pci 0000:02:00.0: reg 18: [mem 0x90000000-0x900fffff 64bit pref]
    pci 0000:02:00.0: supports D1 D2
    pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    pci 0000:02:00.0: PME# disabled
    pci 0000:00:1c.4: PCI bridge to [bus 02-02]
    pci 0000:00:1c.4: bridge window [mem 0x90500000-0x905fffff]
    pci 0000:00:1c.4: bridge window [mem 0x90000000-0x900fffff 64bit pref]
    pci 0000:03:00.0: reg 10: [mem 0x90400000-0x90403fff 64bit]
    pci 0000:03:00.0: reg 18: [io 0x5000-0x50ff]
    pci 0000:03:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
    pci 0000:03:00.0: supports D1 D2
    pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:03:00.0: PME# disabled
    pci 0000:00:1c.5: PCI bridge to [bus 03-03]
    pci 0000:00:1c.5: bridge window [io 0x5000-0x5fff]
    pci 0000:00:1c.5: bridge window [mem 0x90400000-0x904fffff]
    pci 0000:04:03.0: reg 10: [mem 0x90300000-0x90300fff]
    pci 0000:04:03.0: supports D1 D2
    pci 0000:04:03.0: PME# supported from D0 D1 D2 D3hot
    pci 0000:04:03.0: PME# disabled
    pci 0000:00:1e.0: PCI bridge to [bus 04-04] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x90300000-0x903fffff]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *7 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
    ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *9
    ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 9 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
    system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    system 00:01: [mem 0xf0000000-0xf3ffffff] has been reserved
    system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
    system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
    system 00:05: [mem 0xfed00000-0xfed003ff] has been reserved
    system 00:07: [io 0x0680-0x069f] has been reserved
    system 00:07: [io 0x0800-0x080f] has been reserved
    system 00:07: [io 0x0810-0x0817] has been reserved
    system 00:07: [io 0x0400-0x047f] has been reserved
    system 00:07: [io 0x0500-0x053f] has been reserved
    system 00:07: [io 0x1640-0x164f] has been reserved
    pci 0000:03:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
    pci 0000:00:1c.0: BAR 15: assigned [mem 0x90800000-0x909fffff 64bit pref]
    pci 0000:00:1c.5: BAR 15: assigned [mem 0x90a00000-0x90bfffff pref]
    pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    pci 0000:00:1c.4: BAR 13: assigned [io 0x3000-0x3fff]
    pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    pci 0000:00:1c.0: bridge window [mem 0x90600000-0x906fffff]
    pci 0000:00:1c.0: bridge window [mem 0x90800000-0x909fffff 64bit pref]
    pci 0000:00:1c.4: PCI bridge to [bus 02-02]
    pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
    pci 0000:00:1c.4: bridge window [mem 0x90500000-0x905fffff]
    pci 0000:00:1c.4: bridge window [mem 0x90000000-0x900fffff 64bit pref]
    pci 0000:03:00.0: BAR 6: assigned [mem 0x90a00000-0x90a1ffff pref]
    pci 0000:00:1c.5: PCI bridge to [bus 03-03]
    pci 0000:00:1c.5: bridge window [io 0x5000-0x5fff]
    pci 0000:00:1c.5: bridge window [mem 0x90400000-0x904fffff]
    pci 0000:00:1c.5: bridge window [mem 0x90a00000-0x90bfffff pref]
    pci 0000:00:1e.0: PCI bridge to [bus 04-04]
    pci 0000:00:1e.0: bridge window [io disabled]
    pci 0000:00:1e.0: bridge window [mem 0x90300000-0x903fffff]
    pci 0000:00:1e.0: bridge window [mem pref disabled]
    pci 0000:00:1c.0: enabling device (0000 -> 0003)
    pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.4: setting latency timer to 64
    pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.5: setting latency timer to 64
    pci 0000:00:1e.0: power state changed by ACPI to D0
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
    pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffffffffffff]
    pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    pci_bus 0000:01: resource 1 [mem 0x90600000-0x906fffff]
    pci_bus 0000:01: resource 2 [mem 0x90800000-0x909fffff 64bit pref]
    pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
    pci_bus 0000:02: resource 1 [mem 0x90500000-0x905fffff]
    pci_bus 0000:02: resource 2 [mem 0x90000000-0x900fffff 64bit pref]
    pci_bus 0000:03: resource 0 [io 0x5000-0x5fff]
    pci_bus 0000:03: resource 1 [mem 0x90400000-0x904fffff]
    pci_bus 0000:03: resource 2 [mem 0x90a00000-0x90bfffff pref]
    pci_bus 0000:04: resource 1 [mem 0x90300000-0x903fffff]
    pci_bus 0000:04: resource 3 [io 0x0000-0xffff]
    pci_bus 0000:04: resource 4 [mem 0x00000000-0xffffffffffffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
    TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 262144 bind 65536)
    TCP reno registered
    UDP hash table entries: 1024 (order: 3, 32768 bytes)
    UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    NET: Registered protocol family 1
    pci 0000:00:02.0: Boot video device
    PCI: CLS mismatch (256 != 64), using 64 bytes
    Unpacking initramfs...
    Freeing initrd memory: 1860k freed
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1271167172.266:1): initialized
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    msgmni has been set to 3948
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pcieport 0000:00:1c.0: setting latency timer to 64
    pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
    pcieport 0000:00:1c.4: setting latency timer to 64
    pcieport 0000:00:1c.4: irq 25 for MSI/MSI-X
    pcieport 0000:00:1c.5: setting latency timer to 64
    pcieport 0000:00:1c.5: irq 26 for MSI/MSI-X
    efifb: dmi detected MacBook4,1 - framebuffer at 0000000080000000 (1280x800, stride 8192)
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: No PS/2 controller found. Probing ports directly.
    i8042.c: No controller found.
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    PM: Resume from disk failed.
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 484k freed
    agpgart-intel 0000:00:00.0: Intel 965GM Chipset
    agpgart-intel 0000:00:00.0: detected 15868K stolen memory
    agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x80000000
    input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1
    ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    ACPI: Lid Switch [LID0]
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
    ACPI: Power Button [PWRB]
    input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
    ACPI: Sleep Button [SLPB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    ACPI: Power Button [PWRF]
    [drm] Initialized drm 1.1.0 20060810
    i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    i915 0000:00:02.0: setting latency timer to 64
    i915 0000:00:02.0: irq 27 for MSI/MSI-X
    [drm] set up 15M of stolen space
    [drm] initialized overlay support
    Console: switching to colour frame buffer device 160x50
    fb0: inteldrmfb frame buffer device
    registered panic notifier
    [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ata_piix 0000:00:1f.1: version 2.13
    ata_piix 0000:00:1f.1: power state changed by ACPI to D0
    ata_piix 0000:00:1f.1: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    ata_piix 0000:00:1f.1: setting latency timer to 64
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: PATA max UDMA/100 cmd 0x6108 ctl 0x6124 bmdma 0x60e0 irq 21
    ata2: PATA max UDMA/100 cmd 0x6100 ctl 0x6120 bmdma 0x60e8 irq 21
    ata_piix 0000:00:1f.2: PCI INT B -> GSI 18 (level, low) -> IRQ 18
    ata_piix 0000:00:1f.2: MAP [ P0 -- -- -- ]
    ata_piix 0000:00:1f.2: setting latency timer to 64
    scsi2 : ata_piix
    scsi3 : ata_piix
    ata3: SATA max UDMA/133 cmd 0x60f8 ctl 0x611c bmdma 0x6020 irq 18
    ata4: SATA max UDMA/133 cmd 0x60f0 ctl 0x6118 bmdma 0x6028 irq 18
    ata1.00: ATAPI: HL-DT-ST DVDRW GSA-S10N, BP10, max UDMA/33
    ata3.00: ATA-8: FUJITSU MHY2160BH, 0081000D, max UDMA/100
    ata3.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
    ata3.00: configured for UDMA/100
    ata1.00: configured for UDMA/33
    scsi 0:0:0:0: CD-ROM HL-DT-ST DVDRW GSA-S10N BP10 PQ: 0 ANSI: 5
    scsi 2:0:0:0: Direct-Access ATA FUJITSU MHY2160B 0081 PQ: 0 ANSI: 5
    sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
    sd 2:0:0:0: [sda] Write Protect is off
    sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sd 2:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda caddy
    Uniform CD-ROM driver Revision: 3.20
    sr 0:0:0:0: Attached scsi CD-ROM sr0
    EXT3-fs (sda3): mounted filesystem with writeback data mode
    kjournald starting. Commit interval 5 seconds
    rtc_cmos 00:08: RTC can wake from S4
    rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    udev: starting version 151
    lib80211: common routines for IEEE802.11 drivers
    lib80211_crypt: registered algorithm 'NULL'
    lib80211_crypt: registered algorithm 'TKIP'
    wl: module license 'Mixed/Proprietary' taints kernel.
    Disabling lock debugging due to kernel taint
    wl 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    wl 0000:02:00.0: setting latency timer to 64
    eth0: Broadcom BCM4328 802.11 Hybrid Wireless Controller 5.60.48.36
    input: PC Speaker as /devices/platform/pcspkr/input/input6
    sky2 driver version 1.26
    sky2 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    sky2 0000:03:00.0: setting latency timer to 64
    sky2 0000:03:00.0: Yukon-2 EC Ultra chip revision 3
    sky2 0000:03:00.0: irq 28 for MSI/MSI-X
    sky2 eth1: addr 00:22:41:23:07:18
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 21 (level, low) -> IRQ 21
    ehci_hcd 0000:00:1a.7: setting latency timer to 64
    ehci_hcd 0000:00:1a.7: EHCI Host Controller
    ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1a.7: debug port 1
    iTCO_vendor_support: vendor-support=0
    ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1a.7: irq 21, io mem 0x90704c00
    applesmc: Apple MacBook 4 detected:
    applesmc: - Model with accelerometer
    applesmc: - Model without light sensors and backlight
    applesmc: - Model with 10 temperature sensors
    applesmc: device has already been initialized (0xe0, 0x00).
    applesmc: device successfully initialized.
    applesmc: 1 fans found.
    sr 0:0:0:0: Attached scsi generic sg0 type 5
    sd 2:0:0:0: Attached scsi generic sg1 type 0
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x0460)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    input: applesmc as /devices/platform/applesmc.768/input/input7
    applesmc: driver successfully loaded.
    ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 4 ports detected
    i801_smbus 0000:00:1f.3: PCI INT C -> GSI 20 (level, low) -> IRQ 20
    ACPI: I/O resource 0000:00:1f.3 [0xefa0-0xefbf] conflicts with ACPI region SMBI [0xefa0-0xefaf]
    ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 20 (level, low) -> IRQ 20
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1d.7: irq 20, io mem 0x90704800
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 6 ports detected
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    HDA Intel 0000:00:1b.0: irq 29 for MSI/MSI-X
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    uhci_hcd: USB Universal Host Controller Interface driver
    ACPI: SSDT 000000007eecaa98 00340 (v01 APPLE Cpu0Ist 00003000 INTL 20061109)
    ACPI: SSDT 000000007eec8c18 002AD (v01 APPLE Cpu0Cst 00003001 INTL 20061109)
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
    uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    uhci_hcd 0000:00:1a.0: setting latency timer to 64
    uhci_hcd 0000:00:1a.0: UHCI Host Controller
    uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1a.0: irq 20, io base 0x000060c0
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1a.1: setting latency timer to 64
    uhci_hcd 0000:00:1a.1: UHCI Host Controller
    uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1a.1: irq 16, io base 0x000060a0
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1d.0: irq 16, io base 0x00006080
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    uhci_hcd 0000:00:1d.1: irq 18, io base 0x00006060
    hub 6-0:1.0: USB hub found
    hub 6-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    uhci_hcd 0000:00:1d.2: irq 21, io base 0x00006040
    hub 7-0:1.0: USB hub found
    hub 7-0:1.0: 2 ports detected
    ACPI: AC Adapter [ADP1] (on-line)
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Monitor-Mwait will be used to enter C-3 state
    Marking TSC unstable due to TSC halts in idle
    ACPI: SSDT 000000007eec9f18 000C8 (v01 APPLE Cpu1Ist 00003000 INTL 20061109)
    ACPI: SSDT 000000007eec8f18 00085 (v01 APPLE Cpu1Cst 00003000 INTL 20061109)
    usb 2-4: new high speed USB device using ehci_hcd and address 2
    Switching to clocksource hpet
    ACPI: Battery Slot [BAT0] (battery present)
    firewire_ohci 0000:04:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    firewire_ohci: Added fw-ohci device 0000:04:03.0, OHCI version 1.0
    usb 3-1: new full speed USB device using uhci_hcd and address 2
    firewire_core: created device fw0: GUID 0021e9fffecf48de, S400
    usb 2-4: firmware: requesting isight.fw
    usb 7-1: new low speed USB device using uhci_hcd and address 2
    Unable to load isight firmware
    usbcore: registered new interface driver isight_firmware
    usbcore: registered new interface driver hiddev
    usbhid 3-1:1.0: couldn't find an input interrupt endpoint
    usbcore: registered new interface driver usbhid
    usbhid: USB HID core driver
    apple 0003:05AC:8242.0001: hiddev0,hidraw0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-1/input0
    usb 7-2: new full speed USB device using uhci_hcd and address 3
    input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/input/input9
    apple 0003:05AC:022A.0002: input,hidraw1: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.2-2/input0
    input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.2/input/input10
    apple 0003:05AC:022A.0003: input,hidraw2: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.2-2/input2
    usb 3-1: usbfs: USBDEVFS_CONTROL failed cmd hid2hci rqt 64 rq 0 len 0 ret -71
    appletouch: Geyser mode initialized.
    input: appletouch as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.1/input/input11
    usbcore: registered new interface driver appletouch
    usb 3-1: USB disconnect, address 2
    usb 3-1: new full speed USB device using uhci_hcd and address 3
    EXT3-fs (sda3): using internal journal
    kjournald starting. Commit interval 5 seconds
    EXT3-fs (sda4): using internal journal
    EXT3-fs (sda4): mounted filesystem with writeback data mode
    Bluetooth: Core ver 2.15
    NET: Registered protocol family 31
    Bluetooth: HCI device and connection manager initialized
    Bluetooth: HCI socket layer initialized
    Bluetooth: Generic Bluetooth USB driver ver 0.6
    usbcore: registered new interface driver btusb
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    eth0: no IPv6 routers present
    sky2 eth1: enabling interface
    ADDRCONF(NETDEV_UP): eth1: link is not ready
    sky2 eth1: disabling interface
    sky2 eth1: enabling interface
    ADDRCONF(NETDEV_UP): eth1: link is not ready
    sky2 eth1: disabling interface
    sky2 eth1: enabling interface
    ADDRCONF(NETDEV_UP): eth1: link is not ready
    sky2 eth1: disabling interface
    eth0: no IPv6 routers present
    So to simply put it, this has nothing to do with my driver or network card, because I can manually connect to my network using iwconfig. I'm guessing this is either a configuration issue or a serious issue with netcfg.
    Last edited by geniuz (2010-04-13 14:57:56)

  • E61: WPA Authentication Failure

    I have been using WLAN on my Nokia E61 with my Zyxel 660HW-T1 for a few days, but today I repeatedly got WPA Authentication Errors. Checking the logs showed these failed connections, but showed that 0KB had been sent and received (and there was no sign of the WLAN symbol during these failed connections). How can WPA authentication fail with no data transmitted? The E61 seems to remember the first failure then say there is a WPA authentication failure without bothering to try to connect. To test this I changed the SSID of the WLAN on the Zyxel and the E61, and it connected. I changed back to the old SSID and it failed to connect until later in the day. I have the latest firmware on the E61 (3.0633.09.04). It seems that Nokia have a lot more work to do on WLAN to make it reliable.
    Also, this connection failure seemed to remove the WLAN form the Access Point Groups and disabled the automatic checking of email. Why, there is no need to do this!?

    Tell us some more.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • I have an old iBook (circa 2002) ver 1.12, with 640KB ram, running OS X 10.2.8.  It seems to be running well but we have moved to WPA authentication on our network and the iBook does not seem to be able to handle this.

    Is there a patch, or updated version of OS X, that recognizes wpa authentication?

    thank you for your response!
    I am about to look into the efelix site for the PC, thank you. i'm excited.
    for the mac, me thinks that i am out of luck with updating the driver. on the epson site the most recent drivers for my printer (epson sytlus photo 820) are for OS X 10.1.3 - 10.2.6, and I am running OS X 10.2.8.
    Hmmmm, I downloaded the driver anyway, and it gives me an APPLICATION LAUNCH FAILURE because of a "shared library error" when I try to launch the new drivers. The other thing on the site is a PIM II Plug In - which doesn't look like a driver to me.
    a link to the lack of drivers for my poor mac...
    http://www.epson.com/cgi-bin/Store/support/supDetail.jsp?BV_UseBVCookie=yes&oid= 14409&prodoid=22966687&infoType=Downloads&platform=Macintosh

  • Netcfg + wpa enterprise help

    Here is what I have / the troubleshooting I have done:
    [phil@pwned ~]$ cd /etc/network.d/
    [phil@pwned network.d]$ cat uw-secure
    CONNECTION="wireless"
    DESCRIPTION="secure uw"
    INTERFACE=wlan0
    IP=dhcp
    ESSID="uw-secure"
    TIMEOUT=30
    SECURITY=wpa-config
    SCAN="YES"
    WPA_CONF="/etc/network.d/wpa_supplicant.conf"
    QUIRKS=(prescan postsleep)[phil@pwned network.d]$
    [phil@pwned network.d]$ cat wpa_supplicant.conf
    ctrl_interface=/var/run/wpa_supplicant
    network={
    ssid="uw-secure"
    scan_ssid=1
    key_mgmt=WPA-EAP
    eap=PEAP
    identity="me"
    password="not_telling"
    ca_cert="/usr/share/ca-certificates/mozilla/Thawte_Premium_Server_CA.crt"
    phase1="peaplabel=0"
    phase2="auth=MSCHAPV2"
    }[phil@pwned network.d]$
    [phil@pwned network.d]$ sudo netcfg uw-secure up
    :: uw-secure up [BUSY] :: waterloo down [DONE]
    wlan0 Interface doesn't support scanning : Device or resource busy
    wlan0 Interface doesn't support scanning : Device or resource busy
    wlan0 Interface doesn't support scanning : Device or resource busy
    wlan0 Interface doesn't support scanning : Device or resource busy
    wlan0 Interface doesn't support scanning : Device or resource busy
    - Network not present.
    [FAIL]
    [phil@pwned network.d]$ sudo netcfg waterloo up
    :: waterloo up [DONE]
    [phil@pwned network.d]$ sudo iwlist scan
    lo Interface doesn't support scanning.
    eth0 Interface doesn't support scanning.
    wmaster0 Interface doesn't support scanning.
    wlan0 Scan completed :
    Cell 01 - Address: 00:1A:1E:A7:DD:00
    Channel:1
    Frequency:2.412 GHz (Channel 1)
    Quality=48/70 Signal level=-62 dBm
    Encryption key:off
    ESSID:"uw-wireless"
    Bit Rates: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
    Bit Rates:48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=0000000f0b28e181
    Extra: Last beacon: 36ms ago
    IE: Unknown: 000B75772D776972656C657373
    IE: Unknown: 01088B0C129618243048
    IE: Unknown: 030101
    IE: Unknown: 2A0100
    IE: Unknown: 3202606C
    IE: Unknown: DD0A00037F04010000000000
    Cell 02 - Address: 00:0B:86:67:6B:80
    Channel:1
    Frequency:2.412 GHz (Channel 1)
    Quality=32/70 Signal level=-78 dBm
    Encryption key:off
    ESSID:"uw-wireless"
    Bit Rates: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
    Bit Rates:48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=0000000181ee87a3
    Extra: Last beacon: 6153ms ago
    IE: Unknown: 000B75772D776972656C657373
    IE: Unknown: 01088B0C129618243048
    IE: Unknown: 030101
    IE: Unknown: 2A0100
    IE: Unknown: 3202606C
    IE: Unknown: DD0A00037F04010000000000
    Cell 03 - Address: 00:1A:1E:A7:DD:01
    Channel:1
    Frequency:2.412 GHz (Channel 1)
    Quality=45/70 Signal level=-65 dBm
    Encryption key:on
    ESSID:"uw-secure"
    Bit Rates: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
    Bit Rates:48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=0000000f0acb8b3a
    Extra: Last beacon: 6153ms ago
    IE: Unknown: 000975772D736563757265
    IE: Unknown: 01088B0C129618243048
    IE: Unknown: 030101
    IE: Unknown: 2A0100
    IE: Unknown: 3202606C
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : 802.1x
    IE: Unknown: DD0A00037F04010000000000
    Cell 04 - Address: 00:0B:86:67:6B:82
    Channel:1
    Frequency:2.412 GHz (Channel 1)
    Quality=33/70 Signal level=-77 dBm
    Encryption key:on
    ESSID:"uw-secure"
    Bit Rates: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
    Bit Rates:48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=0000000181ee7f80
    Extra: Last beacon: 6156ms ago
    IE: Unknown: 000975772D736563757265
    IE: Unknown: 01088B0C129618243048
    IE: Unknown: 030101
    IE: Unknown: 2A0100
    IE: Unknown: 3202606C
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : 802.1x
    IE: Unknown: DD0A00037F04010000000000
    Cell 05 - Address: 00:0B:86:67:6C:E0
    Channel:6
    Frequency:2.437 GHz (Channel 6)
    Quality=57/70 Signal level=-53 dBm
    Encryption key:off
    ESSID:"uw-wireless"
    Bit Rates: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
    Bit Rates:48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=00000002e7f9ef66
    Extra: Last beacon: 5716ms ago
    IE: Unknown: 000B75772D776972656C657373
    IE: Unknown: 01088B0C129618243048
    IE: Unknown: 030106
    IE: Unknown: 2A0100
    IE: Unknown: 3202606C
    IE: Unknown: DD0A00037F04010000000000
    Cell 06 - Address: 00:0B:86:67:6C:E2
    Channel:6
    Frequency:2.437 GHz (Channel 6)
    Quality=57/70 Signal level=-53 dBm
    Encryption key:on
    ESSID:"uw-secure"
    Bit Rates: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
    Bit Rates:48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=00000002e7f9f1c2
    Extra: Last beacon: 5713ms ago
    IE: Unknown: 000975772D736563757265
    IE: Unknown: 01088B0C129618243048
    IE: Unknown: 030106
    IE: Unknown: 2A0100
    IE: Unknown: 3202606C
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : 802.1x
    IE: Unknown: DD0A00037F04010000000000
    Cell 07 - Address: 32:24:81:B7:BB:8C
    Channel:6
    Frequency:2.437 GHz (Channel 6)
    Quality=25/70 Signal level=-85 dBm
    Encryption key:off
    ESSID:"hpsetup"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
    Mode:Ad-Hoc
    Extra:tsf=0000000000000000
    Extra: Last beacon: 5720ms ago
    IE: Unknown: 000768707365747570
    IE: Unknown: 010482848B96
    IE: Unknown: 030106
    IE: Unknown: 06020000
    Cell 08 - Address: 00:0B:86:6D:E1:60
    Channel:11
    Frequency:2.462 GHz (Channel 11)
    Quality=70/70 Signal level=-39 dBm
    Encryption key:off
    ESSID:"uw-wireless"
    Bit Rates: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
    Bit Rates:48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=0000000226cc163e
    Extra: Last beacon: 5353ms ago
    IE: Unknown: 000B75772D776972656C657373
    IE: Unknown: 01088B0C129618243048
    IE: Unknown: 03010B
    IE: Unknown: 2A0100
    IE: Unknown: 3202606C
    IE: Unknown: DD0A00037F04010000000000
    Cell 09 - Address: 00:0B:86:6D:E1:62
    Channel:11
    Frequency:2.462 GHz (Channel 11)
    Quality=70/70 Signal level=-40 dBm
    Encryption key:on
    ESSID:"uw-secure"
    Bit Rates: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
    Bit Rates:48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=0000000226cc189a
    Extra: Last beacon: 5350ms ago
    IE: Unknown: 000975772D736563757265
    IE: Unknown: 01088B0C129618243048
    IE: Unknown: 03010B
    IE: Unknown: 2A0100
    IE: Unknown: 3202606C
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : 802.1x
    IE: Unknown: DD0A00037F04010000000000
    Cell 10 - Address: 00:0B:86:6D:DF:A2
    Channel:11
    Frequency:2.462 GHz (Channel 11)
    Quality=32/70 Signal level=-78 dBm
    Encryption key:on
    ESSID:"uw-secure"
    Bit Rates: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
    Bit Rates:48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=0000000635fbf2d9
    Extra: Last beacon: 5340ms ago
    IE: Unknown: 000975772D736563757265
    IE: Unknown: 01088B0C129618243048
    IE: Unknown: 03010B
    IE: Unknown: 2A0100
    IE: Unknown: 3202606C
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : 802.1x
    IE: Unknown: DD0A00037F04010000000000
    Cell 11 - Address: 00:0B:86:6D:DF:A0
    Channel:11
    Frequency:2.462 GHz (Channel 11)
    Quality=31/70 Signal level=-79 dBm
    Encryption key:off
    ESSID:"uw-wireless"
    Bit Rates:5.5 Mb/s; 11 Mb/s; 6 Mb/s; 9 Mb/s; 12 Mb/s
    18 Mb/s; 24 Mb/s; 36 Mb/s
    Bit Rates:48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=0000000635fbf181
    Extra: Last beacon: 5340ms ago
    IE: Unknown: 000B75772D776972656C657373
    IE: Unknown: 01088B960C1218243048
    IE: Unknown: 03010B
    IE: Unknown: 050400010000
    IE: Unknown: 2A0100
    IE: Unknown: 3202606C
    IE: Unknown: DD0A00037F04010000000000
    Cell 12 - Address: 00:0B:86:67:6C:F0
    Channel:161
    Frequency:5.805 GHz
    Quality=28/70 Signal level=-82 dBm
    Encryption key:off
    ESSID:"uw-wireless"
    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
    36 Mb/s; 48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=00000080ad85be31
    Extra: Last beacon: 313ms ago
    IE: Unknown: 000B75772D776972656C657373
    IE: Unknown: 01088C129824B048606C
    IE: Unknown: 0301A1
    IE: Unknown: DD0A00037F04010000000000
    Cell 13 - Address: 00:0B:86:67:6C:F2
    Channel:161
    Frequency:5.805 GHz
    Quality=29/70 Signal level=-81 dBm
    Encryption key:on
    ESSID:"uw-secure"
    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
    36 Mb/s; 48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=00000080ad85bf54
    Extra: Last beacon: 313ms ago
    IE: Unknown: 000975772D736563757265
    IE: Unknown: 01088C129824B048606C
    IE: Unknown: 0301A1
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : 802.1x
    IE: Unknown: DD0A00037F04010000000000
    Cell 14 - Address: 00:1A:1E:A7:03:41
    Channel:6
    Frequency:2.437 GHz (Channel 6)
    Quality=22/70 Signal level=-88 dBm
    Encryption key:on
    ESSID:"uw-secure"
    Bit Rates:5.5 Mb/s; 11 Mb/s; 6 Mb/s; 9 Mb/s; 12 Mb/s
    18 Mb/s; 24 Mb/s; 36 Mb/s
    Bit Rates:48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=0000000194f7e2d9
    Extra: Last beacon: 5693ms ago
    IE: Unknown: 000975772D736563757265
    IE: Unknown: 01088B960C1218243048
    IE: Unknown: 030106
    IE: Unknown: 050400010000
    IE: Unknown: 2A0100
    IE: Unknown: 3202606C
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : 802.1x
    IE: Unknown: DD0A00037F04010000000000
    [phil@pwned network.d]$
    I got the base config from:
    http://bbs.archlinux.org/viewtopic.php?id=62365

    Ok, sorry for the super delayed response but I didn't have access to my laptop, then I was busy with midterms. I successfully connected manually with wpa_supplicant with this config file:
    [phil@pwned network.d]$ cat /etc/wpa_supplicant.conf
    ctrl_interface=/var/run/wpa_supplicant
    eapol_version=1
    ap_scan=1
    fast_reauth=1
    network={
    ssid="uw-secure"
    scan_ssid=1
    key_mgmt=WPA-EAP
    eap=PEAP
    identity="rofl"
    password="lolol"
    phase1="peaplabel=0"
    I then updated my uw-secure file so that it referenced the new wpa config file:
    [phil@pwned network.d]$ cat uw-secure
    CONNECTION="wireless"
    DESCRIPTION="secure uw"
    INTERFACE="wlan0"
    IP="dhcp"
    SECURITY="wpa-config"
    SCAN="YES"
    WPA_CONF="/etc/wpa_supplicant.conf"
    I then tried to connect with netcfg, and I got this:
    [phil@pwned network.d]$ sudo netcfg uw-secure
    :: uw-secure up
    wlan0 Interface doesn't support scanning : Device or resource busy
    wlan0 Interface doesn't support scanning : Network is down
    wlan0 Interface doesn't support scanning : Network is down
    wlan0 Interface doesn't support scanning : Network is down
    wlan0 Interface doesn't support scanning : Network is down
    - Network not present.
    any help would be appreciated.

  • WLC/LDAP/WPA authentication solution

    Hi Experts,
    I have Cisco WLC 4404 with 100 LWAP access points. Currently I am using shared WEP authentication. I like to migrate it WPA. I want the clients to have authenticated using Individual username / password to get into the network. I am using LDAP for username password repository. I also have Cisco ACS (AAA) server kept unused.
    I think it can be achieved using
    1. web authentication configured in WLC itself. But i donot want this as WLC may be loaded unnecessarily. Is this correct.
    2. Another option I read is 802.1x authentication with WPA. Since I am integrating with LDAP, I also learned that only EAP-FAST can be used.
    The question is, whether windows XP supports EAP-FAST client by default (I didn't the option in win XP). Or otherwise should i load a third party clients in all the client laptops. Whether cisco aironet client is free to download and use?
    Kindly help me
    THANKS IN ADVANCE
    sairam

    Let me list your requirements, to better define them:
    1) Clients must log in (each time?) with their username and password
    2) You don't have, and don't want to implement, a certificate server
    3) You are using a non-Windows AD LDAP directory for user authentication
    4) You have a Cisco ACS (version ?) that you can use for RADIUS, to interact between the client and the LDAP server
    5) You want to avoid web authentication if you can, because of concerns about overloading the WLC.
    One thing - what is your supplicant? Are these standard Windows XP, SP2 machines? Also, what are your encryption requirements? Web authentication provides no encryption for the data after authentication.
    And, without a certificate on at least the ACS server (plus appropriate Certificate Authority server), you're out of luck for EAP.
    EAP-FAST generally requires a certificate on the server side (if you want it to be at least somewhat secure). And, it requires a Cisco supplicant, such as the Aironet Desktop Utility with the Cisco CB21AG PCMCIA card (or can potentially use the EAPHost supplicant in Windows Vista.)
    If you don't need encryption, go with web authentication. The WLC should not have a problem handling the requests (how many simultaneous logins are you looking at?) If you do need encryption, you are going to need some additional components, whether supplicants or a certificate server.

  • Wpa enterprise help

    I have a MacBook, that is running leopard. I am having trouble connecting to my schools wpa enterprise wireless. I am regestered to access the wireless, but am having trouble connecting. I think my problem is that i dont know how to tell the computer which domain on the wireless network. The connection i am trying to get has many domains.

    Ok, sorry for the super delayed response but I didn't have access to my laptop, then I was busy with midterms. I successfully connected manually with wpa_supplicant with this config file:
    [phil@pwned network.d]$ cat /etc/wpa_supplicant.conf
    ctrl_interface=/var/run/wpa_supplicant
    eapol_version=1
    ap_scan=1
    fast_reauth=1
    network={
    ssid="uw-secure"
    scan_ssid=1
    key_mgmt=WPA-EAP
    eap=PEAP
    identity="rofl"
    password="lolol"
    phase1="peaplabel=0"
    I then updated my uw-secure file so that it referenced the new wpa config file:
    [phil@pwned network.d]$ cat uw-secure
    CONNECTION="wireless"
    DESCRIPTION="secure uw"
    INTERFACE="wlan0"
    IP="dhcp"
    SECURITY="wpa-config"
    SCAN="YES"
    WPA_CONF="/etc/wpa_supplicant.conf"
    I then tried to connect with netcfg, and I got this:
    [phil@pwned network.d]$ sudo netcfg uw-secure
    :: uw-secure up
    wlan0 Interface doesn't support scanning : Device or resource busy
    wlan0 Interface doesn't support scanning : Network is down
    wlan0 Interface doesn't support scanning : Network is down
    wlan0 Interface doesn't support scanning : Network is down
    wlan0 Interface doesn't support scanning : Network is down
    - Network not present.
    any help would be appreciated.

  • SSLPeerUnverifiedException: peer not authenticated (HELP!)

    I'm trying to write a very simple Java app that connects to a IIS/Tomcat server and uploads a file (using PUT) via HTTPS (using JSSE and the HTTPClient package w/JSSE patch.) I've done this with no problems using straight HTTP, however I'm not having much success with HTTPS. It seems to be a certificate issue as I'm getting the error:
    javax.net.ssl.SSLPeerUnverified Exception: peer not authenticated
    As I'm a novice at this SSL stuff, I'm clueless on how to set up the appropriate certificates. I've tried creating a certificate on the server with keytool, and then exporting that cert and importing it on the client - but that hasn't helped. Nor have I been able to find any documentation that's of much help on the web. If someone could point me in the right direction, I'd appreciate it very much.
    Thanks,

    Hi!
    You can find a good doc at: developerWorks, from IBM.
    Search for "Custom SSL for advanced JSSE developers", you can also
    find other good tutorials.
    Using SSL you can request to the client to autenticate itself or not.
    That exception always appear when you have enabled that option.
    You can use "ServerSocket serverSocket.setNeedClientAuth(false);"
    to disabled it.
    If you are looking for an authenticated client you have to import server certificate in the client's truststore.
    If you need more help tell me.
    Bye

  • J2ee security newbie: integrated authentication help

    I am trying to build a set of JSPs/servlets that require authentication and probably authorization. The jsp / sevlets should be able to authenticate against any underlying password system, or should cope with most common systems such as win2k / unix etc. I do not want to force the organisation to build a new database of users / passwords or to type in passwords in clear text in xml files.
    I would preferably like to use form-based authentication to avoid Http basic clear text password sending. This will also allow me to custmize the UI of the login screen.
    The solution should not be container specific. or at least the containers (tomcat + webspehere) should allow for it in their own way.
    After a lot of reseasrch on the web, I cant seem to find an accepted way of doing this. I would like comments on the choices I have made so far and the choices I should be making. Any links to reading material would be helpful. I would like to understand which lower level technologies to depend upon eg LDAP / Kerberos etc. Any help will be appreciated
    TIA,
    Zdz

    Most container come with the ability to put security constraints in the web.xml file.
    Then, you can set up your container to do the authentication (tomcat call this Realm). And there is a JAAS realm that can be configured a little bit like PAM in Unix/Linux.
    There is also a Security Filter around on the net.
    Hope this helps.

  • WLC 5508 WPA Authentication Problems

    Hello,
    We have a WLC 5508 with 7.4.100.0 Firmware.
    We are using 1141 and 1142 APs and we are having authentication problems with clients that are connecting to our WLAN with WPA+AES autentication. The clients receive in her laptop a password error, and we receive the following log in wlc:
    Client Excluded: MACAddress:f8:f1:eb:dd:ff:cd Base Radio MAC :08:ad:dd:76:4d:30 Slot: 0 User Name: unknown Ip Address: unknown Reason:802.1x Authentication failed 3 times. ReasonCode: 4
    The strange thing is that the problem is solved restarting the Access-points.
    Anyone had this problem previusly?
    Thanks in advance.

    I made the configuration using the Cisco Recommended settings, the strange thing its that the users connect normally, until they starts with authentication problems. I restart the access points and the problem its solved.
    Cisco Recommended  and not recommended Authentication Settings
    Security encryption settings need to be identical for WPA and WPA2 for TKIP and AES as shown in this image:
    These images provide examples of incompatible settings for TKIP and AES:
    Note: Be aware that security settings permit unsupported features.
    These images provide examples of compatible settings:

  • Jdeveloper webservice authentication - HELP!

    Hi
    ok, this is the situation: I developed a java webservice that i installed in aplication server 10g. It's working fine without authentication! What I need is to force anyone that tries to access the web service to authenticate himself against OID.
    I tried a lot of things that worked throw a web browser but they don't work throw a client stub! My goal is when the clent stub tries to access the web service, some kind of authentication mechanism is fired. I need some help urgent on how to secure my web service in AS10g.
    What do I need to do from the client side and from the server side? I read the Oracle Application Server web services documentation but the only thing that it states is that it is possible to secure but it doesn't say how!
    Please someone respond! I'm using JDeveloper 90501 and AS 10g, my client stub accesses by SOAP.
    Thanks in advanced
    Vitor Cardoso

    Victor,
    there's a way doing it, but NOT against OID per default - you can use as a first step basic auth from your webservice stub, and do the rest programmaticly from you stub by calling a login method for example that does authentication on the server;
    For basic authentication, there's an article on my weblog
    http://clemensblog.blogspot.com/2004_05_01_clemensblog_archive.html - that points to a detailed howto.
    hth clemens

  • Authentication help

    Hi
    In our project we are trying we have 2 EP boxes. Following are the details of the boxes
    1. EP6.0 (NW04), All our current applications are running here, also NTLM and LDAP is installed and configured for this box
    2. EP7.0 (NW04s), CRM 5.0 is also running in this environment.
    We are planning to access the EP 7.0 CRM PCUI content from EP 6.0 system through global portal mechanism.
    The question here is do I need to do the NTLM and LDAP configuration in my EP 7.0 box for authentication and authorization or else the authorization and authentication defined in the EP 6.0 box will suffice.
    Any help in this is highly appreciated.
    Thanks
    Regards
    Senthil

    Hi,
    First a quick disclaimer, I have yet to work with global portal and do not know how well it works between NW04 and NW04s (wouldn't believe it is 100% as it is dependent on WSRP features of NW04s).
    The EP7 system should not need to have NTLM setup as long as it can trust and read the SAP logon ticket from the EP6 portal (haven't done this on a java system, only abap, but must be possible). When this ticket is read it only extracts the username. This means that the EP7 portal must be connect to the same  LDAP (or a replicated LDAP with same userids) as the EP6 portal.
    Dagfinn

  • Configuring tomcat for form based authentication-help badly needed

    hi , i want to have form based or some other way of authentication for the users comming to my site , i have access only to web.xml , but in tomcat documentations its giveni need to change server.xml and tomcat-user.xml , can i make these changes on web.xml to implement it or please tell me way out of this please , i tried even jguard but it needs changes in jvm which also not into my access

    Hi,
    I'm a little confused. You wanted to know how to configure Tomcat for form based authentication, and I sent you an article on how to do that. Is there something more you need from me? You had offered 10 duke dollars for this post, and if there is more I can do I will help for the remaining amount, but I can't help you getting access to the Tomcat *.xml file.

Maybe you are looking for

  • How do I sync my ipod to new iTunes

    I just posted this same thing and it got removed for some reason. This is a legitimate question. I recently put iTunes on a new laptop and want to manage the music on my iPod that I had a friend load up with songs (FROM CDS THAT I OWN) a year or so a

  • Can multiple Apple IDs that are linked with Family Sharing all share one "family" iCloud photo library?

    We have a family library of thousands of photos. Currently, we are using iPhoto to manage all of these photos, which  We each have our own apple ID, and each take pictures on our own devices, and have just been manually importing them all into the sa

  • How can i find what the java.library.path is?? urgent

    Hi, I have an unsatisfiedlinkerror and the message is no jicmp in java.library.path. can anyone tell me how to do System.out.println and the path??? This is very urgent so anyhelp would be gratefully recieved Thanks Vanessa

  • Java connectivity with db2 in linux

    hi all, i wish to know how to connect java with db2 in linux.actually which is the string that is to be included in the following: class.forName("//which is the string that is to be included here"); Connection con("jdbc:????");

  • How to load a (the circled "R") from an external table in an oracle table?

    I am using oracle 10g.The character set for DB is as below: NLS_NCHAR_CHARACTERSET AL16UTF16 NLS_CHARACTERSET AL32UTF8. I have ®(the circled "R") symbol coming in a .txt file in one of the fields and when the same file is loaded in a external table,