Announcement

Collapse
No announcement yet.

wireless & karmic: address assignment fails [SOLVED]

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    wireless & karmic: address assignment fails [SOLVED]

    Is wireless working for anyone using Karmic?

    I have a D-Link DWA-160 usb stick. It worked well with wicd and Jaunty. I have been unable to get it to connect to my Linksys WRT-310N router. I've tried the DD-WRT replaced firmware. I found that I had trouble connecting unless I used 802.11g.

    Whether I use network manager + KDE widgets or wicd, the connection stalls/times out at "assigning ip address" (or similar). Authentication appears to be successful, but no IP address & thus no connection.

    Any suggestions?

    Thanks,

    tim

    #2
    Re: wireless & karmic: address assignment fails

    I have had wireless working with Kubuntu since at least 9.04. It is working just fine in 9.10. Survived every upgrade.
    I am using WICD, a Linksys router and an Atheros chipset based wireless card on the computer.

    Comment


      #3
      Re: wireless & karmic: address assignment fails

      Does dmesg say anything of interest?
      KDE, I heart thee.

      Comment


        #4
        Re: wireless & karmic: address assignment fails

        What exactly should I be looking for? I don't think this is a kernel problem.

        My D-Link DWA-160 usb stick is detected and apparently configured correctly. I can detect various wifi networks. I don't get any error messages when connecting. Authentication seems to succeed. But the connection craps out with no IP address assigned. Just to be clear this setup works swimmingly well in Windows XP.

        My suspicion is that something is configured incorrectly. Probably some default setting is wrong. But what?

        Comment


          #5
          Re: wireless & karmic: address assignment fails

          Are you using static IP? If yes, there seems to be a problem with that.
          Try auto.

          Command line:

          sudo dhclient wlan0

          What happens?
          It should connect.

          You can also try sudo dhclient.
          that tries all possible connections - and takes a while. But if dhclient wlan0 does not connect dhclient most likely also will not.

          Try sudo dhclient eht0
          in an attempt to connect to the wired network.


          I guess something is wrong with your configuration.
          Please make sure the file /etc/network/interfaces contains only the basic info

          "
          # The loopback network interface
          auto lo
          iface lo inet loopback

          My interfaces file has a more details I added:


          # The loopback network interface
          auto lo
          iface lo inet loopback

          # The primary network interface
          auto eth0
          iface eth0 inet dhcp

          auto wlan0
          iface wlan0 inet dhcp


          Connects like a charm every time and regardless of kernel updates.

          Did you set your name servers? DNS.

          You can either use provider specific DNS or global. I leave it blank and thus use the standard/global.

          Also please make sure that all members of the network use the same network name, whatever it is.
          If they do not, you will not get a connection.

          I would first establish a wired connection without router, then a wired connection with router and then setup the router according to manufacturer's instructions. Then see above.
          It should work.

          Comment


            #6
            Re: wireless & karmic: address assignment fails

            Even if it's not a kernel issue, dmesg could contain other interesting tidbits. I've gotten "disassociating per request" from some network-manager quirk sometimes.

            @PJJ;
            If he's using static IP and he's not in a network with DHCP, dhclient won't do anything. ; /
            KDE, I heart thee.

            Comment


              #7
              Re: wireless & karmic: address assignment fails

              I tried out the various suggestions here. No joy.

              Wicd times out with the message:

              Connection Failed: Unable to Get IP Address

              The same thing happens when I try network-manager.

              Here is what happens when I manually try dhcp:

              $ sudo dhclient wlan0
              Internet Systems Consortium DHCP Client V3.1.2
              Copyright 2004-2008 Internet Systems Consortium.
              All rights reserved.
              For info, please visit http://www.isc.org/sw/dhcp/

              Listening on LPF/wlan0/00:21:91:84:91:16
              Sending on LPF/wlan0/00:21:91:84:91:16
              Sending on Socket/fallback
              DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
              DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
              DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 16
              DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 15
              DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
              No DHCPOFFERS received.
              No working leases in persistent database - sleeping.


              $ sudo dhclient
              There is already a pid file /var/run/dhclient.pid with pid 1676
              killed old client process, removed PID file
              Internet Systems Consortium DHCP Client V3.1.2
              Copyright 2004-2008 Internet Systems Consortium.
              All rights reserved.
              For info, please visit http://www.isc.org/sw/dhcp/

              Listening on LPF/wlan0/00:21:91:84:91:16
              Sending on LPF/wlan0/00:21:91:84:91:16
              Sending on Socket/fallback
              DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
              DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 16
              DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 19
              DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
              DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
              No DHCPOFFERS received.
              No working leases in persistent database - sleeping.


              I highlighted in red all references to wlan0. In anticipation to the likely question: yes, I have tried connecting wirelessly with ethernet disconnected & disabled in BIOS. Again, no joy. So does the dmesg output mean anything to anyone?

              Here is what dmesg gives:

              [color=green][ 0.000000] Initializing cgroup subsys cpuset
              [ 0.000000] Initializing cgroup subsys cpu
              [ 0.000000] Linux version 2.6.31-10-generic (buildd@yellow) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu1) ) #35-Ubuntu SMP Tue Sep 22 17:33:14 UTC 2009 (Ubuntu 2.6.31-10.35-generic)
              [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-10-generic root=UUID=8ec1b254-eb61-4fd8-9d8f-26a1b6244c3a ro quiet nosplash
              [ 0.000000] KERNEL supported cpus:
              [ 0.000000] Intel GenuineIntel
              [ 0.000000] AMD AuthenticAMD
              [ 0.000000] Centaur CentaurHauls
              [ 0.000000] BIOS-provided physical RAM map:
              [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
              [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
              [ 0.000000] BIOS-e820: 00000000000e6000 - 0000000000100000 (reserved)
              [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cff90000 (usable)
              [ 0.000000] BIOS-e820: 00000000cff90000 - 00000000cffa8000 (ACPI data)
              [ 0.000000] BIOS-e820: 00000000cffa8000 - 00000000cffd0000 (ACPI NVS)
              [ 0.000000] BIOS-e820: 00000000cffd0000 - 00000000d0000000 (reserved)
              [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
              [ 0.000000] BIOS-e820: 0000000100000000 - 0000000120000000 (usable)
              [ 0.000000] DMI present.
              [ 0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
              [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
              [ 0.000000] last_pfn = 0x120000 max_arch_pfn = 0x400000000
              [ 0.000000] MTRR default type: uncachable
              [ 0.000000] MTRR fixed ranges enabled:
              [ 0.000000] 00000-9FFFF write-back
              [ 0.000000] A0000-EFFFF uncachable
              [ 0.000000] F0000-FFFFF write-protect
              [ 0.000000] MTRR variable ranges enabled:
              [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
              [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
              [ 0.000000] 2 base 0000C0000000 mask FFFFF0000000 write-back
              [ 0.000000] 3 disabled
              [ 0.000000] 4 disabled
              [ 0.000000] 5 disabled
              [ 0.000000] 6 disabled
              [ 0.000000] 7 disabled
              [ 0.000000] TOM2: 0000000130000000 aka 4864M
              [ 0.000000] e820 update range: 00000000d0000000 - 0000000100000000 (usable) ==> (reserved)
              [ 0.000000] last_pfn = 0xcff90 max_arch_pfn = 0x400000000
              [ 0.000000] Scanning 0 areas for low memory corruption
              [ 0.000000] modified physical RAM map:
              [ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved)
              [ 0.000000] modified: 0000000000010000 - 000000000009fc00 (usable)
              [ 0.000000] modified: 000000000009fc00 - 00000000000a0000 (reserved)
              [ 0.000000] modified: 00000000000e6000 - 0000000000100000 (reserved)
              [ 0.000000] modified: 0000000000100000 - 00000000cff90000 (usable)
              [ 0.000000] modified: 00000000cff90000 - 00000000cffa8000 (ACPI data)
              [ 0.000000] modified: 00000000cffa8000 - 00000000cffd0000 (ACPI NVS)
              [ 0.000000] modified: 00000000cffd0000 - 00000000d0000000 (reserved)
              [ 0.000000] modified: 00000000fff00000 - 0000000100000000 (reserved)
              [ 0.000000] modified: 0000000100000000 - 0000000120000000 (usable)
              [ 0.000000] initial memory mapped : 0 - 20000000
              [ 0.000000] Using GB pages for direct mapping
              [ 0.000000] init_memory_mapping: 0000000000000000-00000000cff90000
              [ 0.000000] Using x86 segment limits to approximate NX protection
              [ 0.000000] 0000000000 - 00c0000000 page 1G
              [ 0.000000] 00c0000000 - 00cfe00000 page 2M
              [ 0.000000] 00cfe00000 - 00cff90000 page 4k
              [ 0.000000] kernel direct mapping tables up to cff90000 @ 10000-13000
              [ 0.000000] init_memory_mapping: 0000000100000000-0000000120000000
              [ 0.000000] Using x86 segment limits to approximate NX protection
              [ 0.000000] 0100000000 - 0120000000 page 2M
              [ 0.000000] kernel direct mapping tables up to 120000000 @ 12000-14000
              [ 0.000000] RAMDISK: 37960000 - 37fef25e
              [ 0.000000] ACPI: RSDP 00000000000fb8b0 00014 (v00 ACPIAM)
              [ 0.000000] ACPI: RSDT 00000000cff90000 00038 (v01 091109 RSDT1219 20090911 MSFT 00000097)
              [ 0.000000] ACPI: FACP 00000000cff90200 00084 (v01 091109 FACP1219 20090911 MSFT 00000097)
              [ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0000000000000000/1 20090521 tbfadt-558
              [ 0.000000] ACPI: DSDT 00000000cff90440 0E774 (v01 A1152 A1152000 00000000 INTL 20060113)
              [ 0.000000] ACPI: FACS 00000000cffa8000 00040
              [ 0.000000] ACPI: APIC 00000000cff90390 0006C (v01 091109 APIC1219 20090911 MSFT 00000097)
              [ 0.000000] ACPI: MCFG 00000000cff90400 0003C (v01 091109 OEMMCFG 20090911 MSFT 00000097)
              [ 0.000000] ACPI: OEMB 00000000cffa8040 00072 (v01 091109 OEMB1219 20090911 MSFT 00000097)
              [ 0.000000] ACPI: HPET 00000000cff9f440 00038 (v01 091109 OEMHPET 20090911 MSFT 00000097)
              [ 0.000000] ACPI: Local APIC address 0xfee00000
              [ 0.000000] Scanning NUMA topology in Northbridge 24
              [ 0.000000] No NUMA configuration found
              [ 0.000000] Faking a node at 0000000000000000-0000000120000000
              [ 0.000000] Bootmem setup node 0 0000000000000000-0000000120000000
              [ 0.000000] NODE_DATA [0000000000013000 - 0000000000017fff]
              [ 0.000000] bootmap [0000000000018000 - 000000000003bfff] pages 24
              [ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 0120000000]
              [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
              [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
              [ 0.000000] #2 [0001000000 - 00019b9bcc] TEXT DATA BSS ==> [0001000000 - 00019b9bcc]
              [ 0.000000] #3 [0037960000 - 0037fef25e] RAMDISK ==> [0037960000 - 0037fef25e]
              [ 0.000000] #4 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
              [ 0.000000] #5 [00019ba000 - 00019ba290] BRK ==> [00019ba000 - 00019ba290]
              [ 0.000000] #6 [0000010000 - 0000012000] PGTABLE ==> [0000010000 - 0000012000]
              [ 0.000000] #7 [0000012000 - 0000013000] PGTABLE ==> [0000012000 - 0000013000]
              [ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780
              [ 0.000000] [ffffea0000000000-ffffea0003ffffff] PMD -> [ffff880028600000-ffff88002bbfffff] on node 0
              [ 0.000000] Zone PFN ranges:
              [ 0.000000] DMA 0x00000010 -> 0x00001000
              [ 0.000000] DMA32 0x00001000 -> 0x00100000
              [ 0.000000] Normal 0x00100000 -> 0x00120000
              [ 0.000000] Movable zone start PFN for each node
              [ 0.000000] early_node_map[3] active PFN ranges
              [ 0.000000] 0: 0x00000010 -> 0x0000009f
              [ 0.000000] 0: 0x00000100 -> 0x000cff90
              [ 0.000000] 0: 0x00100000 -> 0x00120000
              [ 0.000000] On node 0 totalpages: 982815
              [ 0.000000] DMA zone: 56 pages used for memmap
              [ 0.000000] DMA zone: 102 pages reserved
              [ 0.000000] DMA zone: 3825 pages, LIFO batch:0
              [ 0.000000] DMA32 zone: 14280 pages used for memmap
              [ 0.000000] DMA32 zone: 833480 pages, LIFO batch:31
              [ 0.000000] Normal zone: 1792 pages used for memmap
              [ 0.000000] Normal zone: 129280 pages, LIFO batch:31
              [ 0.000000] ACPI: PM-Timer IO Port: 0x808
              [ 0.000000] ACPI: Local APIC address 0xfee00000
              [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
              [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
              [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
              [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
              [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
              [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
              [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
              [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
              [ 0.000000] ACPI: IRQ0 used by override.
              [ 0.000000] ACPI: IRQ2 used by override.
              [ 0.000000] ACPI: IRQ9 used by override.
              [ 0.000000] Using ACPI (MADT) for SMP configuration information
              [ 0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
              [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
              [ 0.000000] nr_irqs_gsi: 24
              [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
              [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e6000
              [ 0.000000] PM: Registered nosave memory: 00000000000e6000 - 0000000000100000
              [ 0.000000] PM: Registered nosave memory: 00000000cff90000 - 00000000cffa8000
              [ 0.000000] PM: Registered nosave memory: 00000000cffa8000 - 00000000cffd0000
              [ 0.000000] PM: Registered nosave memory: 00000000cffd0000 - 00000000d0000000
              [ 0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000fff00000
              [ 0.000000] PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
              [ 0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:2ff00000)
              [ 0.000000] NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
              [ 0.000000] PERCPU: Embedded 29 pages at ffff88002801f000, static data 89952 bytes
              [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 966585
              [ 0.000000] Policy zone: Normal
              [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-10-generic root=UUID=8ec1b254-eb61-4fd8-9d8f-26a1b6244c3a ro quiet nosplash
              [ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
              [ 0.000000] Initializing CPU#0
              [ 0.000000] Checking aperture...
              [ 0.000000] No AGP bridge found
              [ 0.000000] Node 0: aperture @ 20000000 size 32 MB
              [ 0.000000] Aperture pointing to e820 RAM. Ignoring.
              [ 0.000000] Your BIOS doesn't leave a aperture memory hole
              [ 0.000000] Please enable the IOMMU option in the BIOS setup
              [ 0.000000] This costs you 64 MB of RAM
              [ 0.000000] Mapping aperture over 65536 KB of RAM @ 20000000
              [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000024000000
              [ 0.000000] Memory: 3793056k/4718592k available (5289k kernel code, 787332k absent, 138204k reserved, 2998k data, 660k init)
              [ 0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
              [ 0.000000] NR_IRQS:4352 nr_irqs:440
              [ 0.000000] Fast TSC calibration using PIT
              [ 0.000000] Detected 2609.003 MHz processor.
              [ 0.000009] spurious 8259A interrupt: IRQ7.
              [ 0.000602] Console: colour VGA+ 80x25
              [ 0.000604] console [tty0] enabled
              [ 0.004000] allocated 39321600 bytes of page_cgroup
              [ 0.004000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
              [ 0.004000] hpet clockevent registered
              [ 0.004000] alloc irq_desc for 24 on node 0
              [ 0.004000] alloc kstat_irqs on node 0
              [ 0.004000] HPET: 4 timers in total, 1 timers will be used for per-cpu timer
              [ 0.004005] Calibrating delay loop (skipped), value calculated using timer frequency.. 5217.99 BogoMIPS (lpj=10435996)
              [ 0.004021] Security Framework initialized
              [ 0.004035] AppArmor: AppArmor initialized
              [ 0.004269] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
              [ 0.005319] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
              [ 0.005788] Mount-cache hash table entries: 256
              [ 0.005877] Initializing cgroup subsys ns
              [ 0.005880] Initializing cgroup subsys cpuacct
              [ 0.005883] Initializing cgroup subsys memory
              [ 0.005888] Initializing cgroup subsys freezer
              [ 0.005890] Initializing cgroup subsys net_cls
              [ 0.005898] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
              [ 0.005900] CPU: L2 Cache: 512K (64 bytes/line)
              [ 0.005902] CPU 0/0x0 -> Node 0
              [ 0.005905] tseg: 0000000000
              [ 0.005915] CPU: Physical Processor ID: 0
              [ 0.005916] CPU: Processor Core ID: 0
              [ 0.005918] using C1E aware idle routine
              [ 0.005919] Performance Counters: AMD PMU driver.
              [ 0.005922] ... version: 0
              [ 0.005924] ... bit width: 48
              [ 0.005925] ... generic counters: 4
              [ 0.005926] ... value mask: 0000ffffffffffff
              [ 0.005927] ... max period: 00007fffffffffff
              [ 0.005929] ... fixed-purpose counters: 0
              [ 0.005930] ... counter mask: 000000000000000f
              [ 0.007182] ACPI: Core revision 20090521
              [ 0.024044] Setting APIC routing to flat
              [ 0.024337] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
              [ 0.064369] CPU0: AMD Phenom(tm) II X4 810 Processor stepping 02
              [ 0.068001] Booting processor 1 APIC 0x1 ip 0x6000
              [ 0.004000] Initializing CPU#1
              [ 0.004000] Calibrating delay using timer specific routine.. 5217.58 BogoMIPS (lpj=10435179)
              [ 0.004000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
              [ 0.004000] CPU: L2 Cache: 512K (64 bytes/line)
              [ 0.004000] CPU 1/0x1 -> Node 0
              [ 0.004000] CPU: Physical Processor ID: 0
              [ 0.004000] CPU: Processor Core ID: 1
              [ 0.152503] CPU1: AMD Phenom(tm) II X4 810 Processor stepping 02
              [ 0.152509] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
              [ 0.156049] Booting processor 2 APIC 0x2 ip 0x6000
              [ 0.004000] Initializing CPU#2
              [ 0.004000] Calibrating delay using timer specific routine.. 5217.57 BogoMIPS (lpj=10435150)
              [ 0.004000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
              [ 0.004000] CPU: L2 Cache: 512K (64 bytes/line)
              [ 0.004000] CPU 2/0x2 -> Node 0
              [ 0.004000] CPU: Physical Processor ID: 0
              [ 0.004000] CPU: Processor Core ID: 2
              [ 0.244448] CPU2: AMD Phenom(tm) II X4 810 Processor stepping 02
              [ 0.244454] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
              [ 0.248047] Booting processor 3 APIC 0x3 ip 0x6000
              [ 0.004000] Initializing CPU#3
              [ 0.004000] Calibrating delay using timer specific routine.. 5217.61 BogoMIPS (lpj=10435235)
              [ 0.004000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
              [ 0.004000] CPU: L2 Cache: 512K (64 bytes/line)
              [ 0.004000] CPU 3/0x3 -> Node 0
              [ 0.004000] CPU: Physical Processor ID: 0
              [ 0.004000] CPU: Processor Core ID: 3
              [ 0.336490] CPU3: AMD Phenom(tm) II X4 810 Processor stepping 02
              [ 0.336496] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
              [ 0.340010] Brought up 4 CPUs
              [ 0.340012] Total of 4 processors activated (20870.78 BogoMIPS).
              [ 0.340058] CPU0 attaching sched-domain:
              [ 0.340060] domain 0: span 0-3 level MC
              [ 0.340062] groups: 0 1 2 3
              [ 0.340067] CPU1 attaching sched-domain:
              [ 0.340068] domain 0: span 0-3 level MC
              [ 0.340070] groups: 1 2 3 0
              [ 0.340073] CPU2 attaching sched-domain:
              [ 0.340075] domain 0: span 0-3 level MC
              [ 0.340076] groups: 2 3 0 1
              [ 0.340079] CPU3 attaching sched-domain:
              [ 0.340080] domain 0: span 0-3 level MC
              [ 0.340082] groups: 3 0 1 2
              [ 0.340145] Booting paravirtualized kernel on bare hardware
              [ 0.340145] regulator: core version 0.5
              [ 0.340145] Time: 10:22:23 Date: 09/24/09
              [ 0.340145] NET: Registered protocol family 16
              [ 0.340151] node 0 link 0: io port [1000, ffffff]
              [ 0.340154] TOM: 00000000d0000000 aka 3328M
              [ 0.340155] Fam 10h mmconf [e0000000, efffffff]
              [ 0.340157] node 0 link 0: mmio [a0000, bffff]
              [ 0.340159] node 0 link 0: mmio [d0000000, efffffff] ==> [d0000000, dfffffff]
              [ 0.340162] node 0 link 0: mmio [f0000000, fbcfffff]
              [ 0.340164] node 0 link 0: mmio [fbd00000, fbefffff]
              [ 0.340166] node 0 link 0: mmio [fbf00000, ffefffff]
              [ 0.340168] TOM2: 0000000130000000 aka 4864M
              [ 0.340170] bus: [00,07] on node 0 link 0
              [ 0.340172] bus: 00 index 0 io port: [0, ffff]
              [ 0.340173] bus: 00 index 1 mmio: [a0000, bffff]
              [ 0.340175] bus: 00 index 2 mmio: [d0000000, dfffffff]
              [ 0.340176] bus: 00 index 3 mmio: [f0000000, ffffffff]
              [ 0.340178] bus: 00 index 4 mmio: [130000000, fcffffffff]
              [ 0.340188] ACPI: bus type pci registered
              [ 0.340235] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
              [ 0.340237] PCI: Not using MMCONFIG.
              [ 0.340239] PCI: Using configuration type 1 for base access
              [ 0.340240] PCI: Using configuration type 1 for extended access
              [ 0.340266] mtrr: your CPUs had inconsistent fixed MTRR settings
              [ 0.340267] mtrr: probably your BIOS does not setup all CPUs.
              [ 0.340268] mtrr: corrected configuration.
              [ 0.340758] bio: create slab <bio-0> at 0
              [ 0.340758] ACPI: EC: Look up EC in DSDT
              [ 0.427077] ACPI: Interpreter enabled
              [ 0.427081] ACPI: (supports S0 S1 S3 S4 S5)
              [ 0.427101] ACPI: Using IOAPIC for interrupt routing
              [ 0.427156] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
              [ 0.431358] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
              [ 0.432933] PCI: Using MMCONFIG at e0000000 - efffffff
              [ 0.439372] ACPI Warning: Incorrect checksum in table [OEMB] - D2, should be CA 20090521 tbutils-246
              [ 0.439470] ACPI: No dock devices found.
              [ 0.439605] ACPI: PCI Root Bridge [PCI0] (0000:00)
              [ 0.439710] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
              [ 0.439712] pci 0000:00:06.0: PME# disabled
              [ 0.439755] pci 0000:00:11.0: reg 10 io port: [0xc000-0xc007]
              [ 0.439762] pci 0000:00:11.0: reg 14 io port: [0xb000-0xb003]
              [ 0.439768] pci 0000:00:11.0: reg 18 io port: [0xa000-0xa007]
              [ 0.439774] pci 0000:00:11.0: reg 1c io port: [0x9000-0x9003]
              [ 0.439780] pci 0000:00:11.0: reg 20 io port: [0x8000-0x800f]
              [ 0.439786] pci 0000:00:11.0: reg 24 32bit mmio: [0xfbcffc00-0xfbcfffff]
              [ 0.439827] pci 0000:00:12.0: reg 10 32bit mmio: [0xfbcfd000-0xfbcfdfff]
              [ 0.439877] pci 0000:00:12.1: reg 10 32bit mmio: [0xfbcfe000-0xfbcfefff]
              [ 0.439943] pci 0000:00:12.2: reg 10 32bit mmio: [0xfbcff800-0xfbcff8ff]
              [ 0.439991] pci 0000:00:12.2: supports D1 D2
              [ 0.439993] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
              [ 0.440004] pci 0000:00:12.2: PME# disabled
              [ 0.440032] pci 0000:00:13.0: reg 10 32bit mmio: [0xfbcfb000-0xfbcfbfff]
              [ 0.440082] pci 0000:00:13.1: reg 10 32bit mmio: [0xfbcfc000-0xfbcfcfff]
              [ 0.440148] pci 0000:00:13.2: reg 10 32bit mmio: [0xfbcff400-0xfbcff4ff]
              [ 0.440196] pci 0000:00:13.2: supports D1 D2
              [ 0.440197] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
              [ 0.440201] pci 0000:00:13.2: PME# disabled
              [ 0.440307] pci 0000:00:14.1: reg 10 io port: [0x00-0x07]
              [ 0.440313] pci 0000:00:14.1: reg 14 io port: [0x00-0x03]
              [ 0.440319] pci 0000:00:14.1: reg 18 io port: [0x00-0x07]
              [ 0.440324] pci 0000:00:14.1: reg 1c io port: [0x00-0x03]
              [ 0.440330] pci 0000:00:14.1: reg 20 io port: [0xff00-0xff0f]
              [ 0.440390] pci 0000:00:14.2: reg 10 64bit mmio: [0xfbcf4000-0xfbcf7fff]
              [ 0.440429] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
              [ 0.440433] pci 0000:00:14.2: PME# disabled
              [ 0.440528] pci 0000:00:14.5: reg 10 32bit mmio: [0xfbcfa000-0xfbcfafff]
              [ 0.440647] pci 0000:01:05.0: reg 10 32bit mmio: [0xd0000000-0xdfffffff]
              [ 0.440650] pci 0000:01:05.0: reg 14 io port: [0xd000-0xd0ff]
              [ 0.440653] pci 0000:01:05.0: reg 18 32bit mmio: [0xfbee0000-0xfbeeffff]
              [ 0.440659] pci 0000:01:05.0: reg 24 32bit mmio: [0xfbd00000-0xfbdfffff]
              [ 0.440668] pci 0000:01:05.0: supports D1 D2
              [ 0.440683] pci 0000:01:05.1: reg 10 32bit mmio: [0xfbefc000-0xfbefffff]
              [ 0.440699] pci 0000:01:05.1: supports D1 D2
              [ 0.440736] pci 0000:00:01.0: bridge io port: [0xd000-0xdfff]
              [ 0.440739] pci 0000:00:01.0: bridge 32bit mmio: [0xfbd00000-0xfbefffff]
              [ 0.440742] pci 0000:00:01.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
              [ 0.440783] pci 0000:02:00.0: reg 10 64bit mmio: [0xfbfc0000-0xfbffffff]
              [ 0.440790] pci 0000:02:00.0: reg 18 io port: [0xec00-0xec7f]
              [ 0.440837] pci 0000:02:00.0: PME# supported from D3hot D3cold
              [ 0.440841] pci 0000:02:00.0: PME# disabled
              [ 0.440893] pci 0000:00:06.0: bridge io port: [0xe000-0xefff]
              [ 0.440896] pci 0000:00:06.0: bridge 32bit mmio: [0xfbf00000-0xfbffffff]
              [ 0.440951] pci 0000:00:14.4: transparent bridge
              [ 0.440970] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
              [ 0.441144] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
              [ 0.441212] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE6._PRT]
              [ 0.441286] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
              [ 0.444620] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 *11 12 14 15)
              [ 0.444724] ACPI: PCI Interrupt Link [LNKB] (IRQs *4 7 10 11 12 14 15)
              [ 0.444826] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 12 14 15)
              [ 0.444928] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 *7 10 11 12 14 15)
              [ 0.445029] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 12 14 15) *0, disabled.
              [ 0.445131] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 12 14 15) *0, disabled.
              [ 0.445234] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 *10 11 12 14 15)
              [ 0.445337] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 12 14 15) *0, disabled.
              [ 0.445452] SCSI subsystem initialized
              [ 0.445474] libata version 3.00 loaded.
              [ 0.445474] usbcore: registered new interface driver usbfs
              [ 0.445474] usbcore: registered new interface driver hub
              [ 0.445474] usbcore: registered new device driver usb
              [ 0.445474] ACPI: WMI: Mapper loaded
              [ 0.445474] PCI: Using ACPI for IRQ routing
              [ 0.456012] Bluetooth: Core ver 2.15
              [ 0.456035] NET: Registered protocol family 31
              [ 0.456035] Bluetooth: HCI device and connection manager initialized
              [ 0.456035] Bluetooth: HCI socket layer initialized
              [ 0.456035] NetLabel: Initializing
              [ 0.456035] NetLabel: domain hash size = 128
              [ 0.456035] NetLabel: protocols = UNLABELED CIPSOv4
              [ 0.456035] NetLabel: unlabeled traffic allowed by default
              [ 0.456148] PCI-DMA: Disabling AGP.
              [ 0.456210] PCI-DMA: aperture base @ 20000000 size 65536 KB
              [ 0.456212] PCI-DMA: using GART IOMMU.
              [ 0.456214] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
              [ 0.457531] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 24, 0
              [ 0.457536] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
              [ 0.460026] hpet: hpet2 irq 24 for MSI
              [ 0.476018] pnp: PnP ACPI init
              [ 0.476036] ACPI: bus type pnp registered
              [ 0.479705] pnp: PnP ACPI: found 13 devices
              [ 0.479706] ACPI: ACPI bus type pnp unregistered
              [ 0.479716] system 00:07: iomem range 0xfec00000-0xfec00fff could not be reserved
              [ 0.479719] system 00:07: iomem range 0xfee00000-0xfee00fff has been reserved
              [ 0.479723] system 00:08: ioport range 0x4d0-0x4d1 has been reserved
              [ 0.479725] system 00:08: ioport range 0x40b-0x40b has been reserved
              [ 0.479729] system 00:08: ioport range 0x4d6-0x4d6 has been reserved
              [ 0.479731] system 00:08: ioport range 0xc00-0xc01 has been reserved
              [ 0.479733] system 00:08: ioport range 0xc14-0xc14 has been reserved
              [ 0.479735] system 00:08: ioport range 0xc50-0xc51 has been reserved
              [ 0.479737] system 00:08: ioport range 0xc52-0xc52 has been reserved
              [ 0.479739] system 00:08: ioport range 0xc6c-0xc6c has been reserved
              [ 0.479741] system 00:08: ioport range 0xc6f-0xc6f has been reserved
              [ 0.479743] system 00:08: ioport range 0xcd0-0xcd1 has been reserved
              [ 0.479745] system 00:08: ioport range 0xcd2-0xcd3 has been reserved
              [ 0.479747] system 00:08: ioport range 0xcd4-0xcd5 has been reserved
              [ 0.479748] system 00:08: ioport range 0xcd6-0xcd7 has been reserved
              [ 0.479750] system 00:08: ioport range 0xcd8-0xcdf has been reserved
              [ 0.479752] system 00:08: ioport range 0xb00-0xb3f has been reserved
              [ 0.479754] system 00:08: ioport range 0x800-0x89f has been reserved
              [ 0.479756] system 00:08: ioport range 0xb00-0xb0f has been reserved
              [ 0.479758] system 00:08: ioport range 0xb20-0xb3f has been reserved
              [ 0.479760] system 00:08: ioport range 0x900-0x90f has been reserved
              [ 0.479762] system 00:08: ioport range 0x910-0x91f has been reserved
              [ 0.479764] system 00:08: ioport range 0xfe00-0xfefe has been reserved
              [ 0.479767] system 00:08: iomem range 0xffb80000-0xffbfffff has been reserved
              [ 0.479769] system 00:08: iomem range 0xfec10000-0xfec1001f has been reserved
              [ 0.479773] system 00:0a: ioport range 0x230-0x23f has been reserved
              [ 0.479775] system 00:0a: ioport range 0x290-0x29f has been reserved
              [ 0.479777] system 00:0a: ioport range 0xf40-0xf4f has been reserved
              [ 0.479779] system 00:0a: ioport range 0xa30-0xa3f has been reserved
              [ 0.479782] system 00:0b: iomem range 0xe0000000-0xefffffff has been reserved
              [ 0.479786] system 00:0c: iomem range 0x0-0x9ffff could not be reserved
              [ 0.479788] system 00:0c: iomem range 0xc0000-0xcffff has been reserved
              [ 0.479790] system 00:0c: iomem range 0xe0000-0xfffff could not be reserved
              [ 0.479792] system 00:0c: iomem range 0x100000-0xcfffffff could not be reserved
              [ 0.479794] system 00:0c: iomem range 0xfec00000-0xffffffff could not be reserved
              [ 0.484392] AppArmor: AppArmor Filesystem Enabled
              [ 0.484413] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
              [ 0.484415] pci 0000:00:01.0: IO window: 0xd000-0xdfff
              [ 0.484418] pci 0000:00:01.0: MEM window: 0xfbd00000-0xfbefffff
              [ 0.484424] pci 0000:00:01.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
              [ 0.484427] pci 0000:00:06.0: PCI bridge, secondary bus 0000:02
              [ 0.484429] pci 0000:00:06.0: IO window: 0xe000-0xefff
              [ 0.484432] pci 0000:00:06.0: MEM window: 0xfbf00000-0xfbffffff
              [ 0.484434] pci 0000:00:06.0: PREFETCH window: disabled
              [ 0.484436] pci 0000:00:14.4: PCI bridge, secondary bus 0000:03
              [ 0.484438] pci 0000:00:14.4: IO window: disabled
              [ 0.484442] pci 0000:00:14.4: MEM window: disabled
              [ 0.484445] pci 0000:00:14.4: PREFETCH window: disabled
              [ 0.484456] alloc irq_desc for 18 on node 0
              [ 0.484457] alloc kstat_irqs on node 0
              [ 0.484466] pci 0000:00:06.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
              [ 0.484468] pci 0000:00:06.0: setting latency timer to 64
              [ 0.484480] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
              [ 0.484482] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
              [ 0.484484] pci_bus 0000:01: resource 0 io: [0xd000-0xdfff]
              [ 0.484486] pci_bus 0000:01: resource 1 mem: [0xfbd00000-0xfbefffff]
              [ 0.484488] pci_bus 0000:01: resource 2 pref mem [0xd0000000-0xdfffffff]
              [ 0.484490] pci_bus 0000:02: resource 0 io: [0xe000-0xefff]
              [ 0.484491] pci_bus 0000:02: resource 1 mem: [0xfbf00000-0xfbffffff]
              [ 0.484493] pci_bus 0000:03: resource 3 io: [0x00-0xffff]
              [ 0.484495] pci_bus 0000:03: resource 4 mem: [0x000000-0xffffffffffffffff]
              [ 0.484522] NET: Registered protocol family 2
              [ 0.484640] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
              [ 0.485422] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
              [ 0.487511] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
              [ 0.487763] TCP: Hash tables configured (established 524288 bind 65536)
              [ 0.487764] TCP reno registered
              [ 0.487835] NET: Registered protocol family 1
              [ 0.487881] Trying to unpack rootfs image as initramfs...
              [ 0.500434] Switched to high resolution mode on CPU 2
              [ 0.500479] Switched to high resolution mode on CPU 3
              [ 0.500488] Switched to high resolution mode on CPU 1
              [ 0.504013] Switched to high resolution mode on CPU 0
              [ 0.604949] Freeing initrd memory: 6716k freed
              [ 0.606686] Scanning for low memory corruption every 60 seconds
              [ 0.606785] audit: initializing netlink socket (disabled)
              [ 0.606794] type=2000 audit(1253787743.605:1): initialized
              [ 0.613663] HugeTLB registered 2 MB page size, pre-allocated 0 pages
              [ 0.614643] VFS: Disk quotas dquot_6.5.2
              [ 0.614681] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
              [ 0.615100] fuse init (API version 7.12)
              [ 0.615155] msgmni has been set to 7421
              [ 0.615345] alg: No test for stdrng (krng)
              [ 0.615356] io scheduler noop registered
              [ 0.615358] io scheduler anticipatory registered
              [ 0.615360] io scheduler deadline registered (default)
              [ 0.615386] io scheduler cfq registered
              [ 0.780043] pci 0000:01:05.0: Boot video device
              [ 0.780190] alloc irq_desc for 25 on node 0
              [ 0.780192] alloc kstat_irqs on node 0
              [ 0.780198] pcieport-driver 0000:00:06.0: irq 25 for MSI/MSI-X
              [ 0.780203] pcieport-driver 0000:00:06.0: setting latency timer to 64
              [ 0.780252] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
              [ 0.780267] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
              [ 0.780345] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
              [ 0.780347] ACPI: Power Button [PWRF]
              [ 0.780386] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
              [ 0.780391] ACPI: Power Button [PWRB]
              [ 0.780688] processor LNXCPU:00: registered as cooling_device0
              [ 0.780690] ACPI: Processor [CPU0] (supports 8 throttling states)
              [ 0.780713] processor LNXCPU:01: registered as cooling_device1
              [ 0.780736] processor LNXCPU:02: registered as cooling_device2
              [ 0.780757] processor LNXCPU:03: registered as cooling_device3
              [ 0.783943] Linux agpgart interface v0.103
              [ 0.783946] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
              [ 0.784689] brd: module loaded
              [ 0.784952] loop: module loaded
              [ 0.784998] input: Macintosh mouse button emulation as /devices/virtual/input/input2
              [ 0.785072] ahci 0000:00:11.0: version 3.0
              [ 0.785080] alloc irq_desc for 22 on node 0
              [ 0.785082] alloc kstat_irqs on node 0
              [ 0.785086] ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
              [ 0.785188] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
              [ 0.785191] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
              [ 0.785492] scsi0 : ahci
              [ 0.785551] scsi1 : ahci
              [ 0.785587] scsi2 : ahci
              [ 0.785620] scsi3 : ahci
              [ 0.785656] scsi4 : ahci
              [ 0.785689] scsi5 : ahci
              [ 0.785782] ata1: SATA max UDMA/133 abar m1024@0xfbcffc00 port 0xfbcffd00 irq 22
              [ 0.785785] ata2: SATA max UDMA/133 abar m1024@0xfbcffc00 port 0xfbcffd80 irq 22
              [ 0.785788] ata3: SATA max UDMA/133 abar m1024@0xfbcffc00 port 0xfbcffe00 irq 22
              [ 0.785791] ata4: SATA max UDMA/133 abar m1024@0xfbcffc00 port 0xfbcffe80 irq 22
              [ 0.785793] ata5: SATA max UDMA/133 abar m1024@0xfbcffc00 port 0xfbcfff00 irq 22
              [ 0.785796] ata6: SATA max UDMA/133 abar m1024@0xfbcffc00 port 0xfbcfff80 irq 22
              [ 0.786031] alloc irq_desc for 16 on node 0
              [ 0.786033] alloc kstat_irqs on node 0
              [ 0.786036] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
              [ 0.786055] pata_atiixp 0000:00:14.1: setting latency timer to 64
              [ 0.786107] scsi6 : pata_atiixp
              [ 0.786142] scsi7 : pata_atiixp
              [ 0.787184] ata7: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
              [ 0.787186] ata8: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
              [ 0.787595] Fixed MDIO Bus: probed
              [ 0.787615] PPP generic driver version 2.4.2
              [ 0.787669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
              [ 0.787700] alloc irq_desc for 17 on node 0
              [ 0.787701] alloc kstat_irqs on node 0
              [ 0.787705] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
              [ 0.787714] ehci_hcd 0000:00:12.2: EHCI Host Controller
              [ 0.787745] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
              [ 0.787763] ehci_hcd 0000:00:12.2: applying AMD SB600/SB700 USB freeze workaround
              [ 0.787779] ehci_hcd 0000:00:12.2: debug port 1
              [ 0.787792] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfbcff800
              [ 0.796022] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
              [ 0.796077] usb usb1: configuration #1 chosen from 1 choice
              [ 0.796098] hub 1-0:1.0: USB hub found
              [ 0.796104] hub 1-0:1.0: 6 ports detected
              [ 0.796185] alloc irq_desc for 19 on node 0
              [ 0.796187] alloc kstat_irqs on node 0
              [ 0.796190] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
              [ 0.796199] ehci_hcd 0000:00:13.2: EHCI Host Controller
              [ 0.796221] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
              [ 0.796237] ehci_hcd 0000:00:13.2: applying AMD SB600/SB700 USB freeze workaround
              [ 0.796253] ehci_hcd 0000:00:13.2: debug port 1
              [ 0.796266] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfbcff400
              [ 0.808033] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
              [ 0.808081] usb usb2: configuration #1 chosen from 1 choice
              [ 0.808098] hub 2-0:1.0: USB hub found
              [ 0.808103] hub 2-0:1.0: 6 ports detected
              [ 0.808156] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
              [ 0.808194] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
              [ 0.808204] ohci_hcd 0000:00:12.0: OHCI Host Controller
              [ 0.808225] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
              [ 0.808245] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfbcfd000
              [ 0.868058] usb usb3: configuration #1 chosen from 1 choice
              [ 0.868078] hub 3-0:1.0: USB hub found
              [ 0.868085] hub 3-0:1.0: 3 ports detected
              [ 0.868147] ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
              [ 0.868156] ohci_hcd 0000:00:12.1: OHCI Host Controller
              [ 0.868179] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
              [ 0.868192] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfbcfe000
              [ 0.928057] usb usb4: configuration #1 chosen from 1 choice
              [ 0.928073] hub 4-0:1.0: USB hub found
              [ 0.928080] hub 4-0:1.0: 3 ports detected
              [ 0.928150] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
              [ 0.928159] ohci_hcd 0000:00:13.0: OHCI Host Controller
              [ 0.928180] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
              [ 0.928198] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfbcfb000
              [ 0.972632] ata7.00: ATA-7: HDS728080PLAT20, PF2OA21B, max UDMA/133
              [ 0.972635] ata7.00: 160836480 sectors, multi 16: LBA48
              [ 0.988058] usb usb5: configuration #1 chosen from 1 choice
              [ 0.988074] hub 5-0:1.0: USB hub found
              [ 0.988083] hub 5-0:1.0: 3 ports detected
              [ 0.988153] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
              [ 0.988163] ohci_hcd 0000:00:13.1: OHCI Host Controller
              [ 0.988184] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
              [ 0.988200] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfbcfc000
              [ 0.996609] ata7.00: configured for UDMA/100
              [ 1.048057] usb usb6: configuration #1 chosen from 1 choice
              [ 1.048073] hub 6-0:1.0: USB hub found
              [ 1.048080] hub 6-0:1.0: 3 ports detected
              [ 1.048151] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
              [ 1.048160] ohci_hcd 0000:00:14.5: OHCI Host Controller
              [ 1.048180] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
              [ 1.048193] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfbcfa000
              [ 1.104080] ata6: SATA link down (SStatus 0 SControl 300)
              [ 1.104104] ata5: SATA link down (SStatus 0 SControl 300)
              [ 1.104143] ata4: SATA link down (SStatus 0 SControl 300)
              [ 1.108060] usb usb7: configuration #1 chosen from 1 choice
              [ 1.108080] hub 7-0:1.0: USB hub found
              [ 1.108086] hub 7-0:1.0: 2 ports detected
              [ 1.108128] uhci_hcd: USB Universal Host Controller Interface driver
              [ 1.108194] PNP: No PS/2 controller found. Probing ports directly.
              [ 1.108506] serio: i8042 KBD port at 0x60,0x64 irq 1
              [ 1.108515] serio: i8042 AUX port at 0x60,0x64 irq 12
              [ 1.108569] mice: PS/2 mouse device common for all mice
              [ 1.108640] rtc_cmos 00:03: RTC can wake from S4
              [ 1.108662] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
              [ 1.108684] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
              [ 1.108762] device-mapper: uevent: version 1.0.3
              [ 1.108820] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
              [ 1.108914] device-mapper: multipath: version 1.1.0 loaded
              [ 1.108916] device-mapper: multipath round-robin: version 1.0.0 loaded
              [ 1.109069] cpuidle: using governor ladder
              [ 1.109071] cpuidle: using governor menu
              [ 1.109359] TCP cubic registered
              [ 1.109443] NET: Registered protocol family 10
              [ 1.109750] lo: Disabled Privacy Extensions
              [ 1.109957] NET: Registered protocol family 17
              [ 1.109969] Bluetooth: L2CAP ver 2.13
              [ 1.109970] Bluetooth: L2CAP socket layer initialized
              [ 1.109972] Bluetooth: SCO (Voice Link) ver 0.6
              [ 1.109973] Bluetooth: SCO socket layer initialized
              [ 1.110004] Bluetooth: RFCOMM TTY layer initialized
              [ 1.110006] Bluetooth: RFCOMM socket layer initialized
              [ 1.110007] Bluetooth: RFCOMM ver 1.11
              [ 1.110027] powernow-k8: Found 1 AMD Phenom(tm) II X4 810 Processor processors (4 cpu cores) (version 2.20.00)
              [ 1.110033] [Firmware Bug]: powernow-k8: No compatible ACPI _PSS objects found.
              [ 1.110034] [Firmware Bug]: powernow-k8: Try again with latest BIOS.
              [ 1.110152] PM: Resume from disk failed.
              [ 1.110159] registered taskstats version 1
              [ 1.110245] Magic number: 9:703:376
              [ 1.110303] rtc_cmos 00:03: setting system clock to 2009-09-24 10:22:24 UTC (1253787744)
              [ 1.110305] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
              [ 1.110306] EDD information not available.
              [ 1.164016] usb 2-2: new high speed USB device using ehci_hcd and address 2
              [ 1.268012] ata3: softreset failed (device not ready)
              [ 1.268044] ata3: applying SB600 PMP SRST workaround and retrying
              [ 1.268059] ata2: softreset failed (device not ready)
              [ 1.268089] ata2: applying SB600 PMP SRST workaround and retrying
              [ 1.268103] ata1: softreset failed (device not ready)
              [ 1.268132] ata1: applying SB600 PMP SRST workaround and retrying
              [ 1.312744] usb 2-2: configuration #1 chosen from 1 choice
              [ 1.432022] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
              [ 1.432043] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
              [ 1.432059] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
              [ 1.432725] ata1.00: ATAPI: TSSTcorp CDDVDW SH-S223Q, SB03, max UDMA/100, ATAPI AN
              [ 1.432892] ata3.00: ATA-8: WDC WD1001FALS-00J7B0, 05.00K05, max UDMA/133
              [ 1.432895] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
              [ 1.433664] ata1.00: configured for UDMA/100
              [ 1.433827] ata3.00: configured for UDMA/133
              [ 1.448050] usb 4-3: new low speed USB device using ohci_hcd and address 2
              [ 1.448533] scsi 0:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S223Q SB03 PQ: 0 ANSI: 5
              [ 1.452999] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
              [ 1.453001] Uniform CD-ROM driver Revision: 3.20
              [ 1.453056] sr 0:0:0:0: Attached scsi CD-ROM sr0
              [ 1.453085] sr 0:0:0:0: Attached scsi generic sg0 type 5
              [ 1.473970] ata2.00: ATA-7: ST3320620AS, 3.AAE, max UDMA/133
              [ 1.473972] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
              [ 1.523899] ata2.00: configured for UDMA/133
              [ 1.536073] scsi 1:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5
              [ 1.536158] sd 1:0:0:0: Attached scsi generic sg1 type 0
              [ 1.536163] sd 1:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
              [ 1.536191] sd 1:0:0:0: [sda] Write Protect is off
              [ 1.536193] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
              [ 1.536205] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
              [ 1.536231] scsi 2:0:0:0: Direct-Access ATA WDC WD1001FALS-0 05.0 PQ: 0 ANSI: 5
              [ 1.536276] sda:
              [ 1.536308] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
              [ 1.536314] sd 2:0:0:0: Attached scsi generic sg2 type 0
              [ 1.536335] sd 2:0:0:0: [sdb] Write Protect is off
              [ 1.536337] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
              [ 1.536350] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
              [ 1.536423] sdb:
              [ 1.536472] scsi 6:0:0:0: Direct-Access ATA HDS728080PLAT20 PF2O PQ: 0 ANSI: 5
              [ 1.536543] sd 6:0:0:0: [sdc] 160836480 512-byte logical blocks: (82.3 GB/76.6 GiB)
              [ 1.536550] sd 6:0:0:0: Attached scsi generic sg3 type 0
              [ 1.536568] sd 6:0:0:0: [sdc] Write Protect is off
              [ 1.536570] sd 6:0:0:0: [sdc] Mode Sense: 00 3a 00 00
              [ 1.536581] sd 6:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
              [ 1.536651] sdc: sdb1 sdb2 sdb3
              [ 1.546330] sd 2:0:0:0: [sdb] Attached SCSI disk
              [ 1.552264] sdc1
              [ 1.552389] sd 6:0:0:0: [sdc] Attached SCSI disk
              [ 1.563546] sda1
              [ 1.563669] sd 1:0:0:0: [sda] Attached SCSI disk
              [ 1.616074] usb 4-3: configuration #1 chosen from 1 choice
              [ 1.692106] Freeing unused kernel memory: 660k freed
              [ 1.692227] Write protecting the kernel read-only data: 7544k
              [ 1.829166] ATL1E 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
              [ 1.829177] ATL1E 0000:02:00.0: setting latency timer to 64
              [ 1.836796] usbcore: registered new interface driver hiddev
              [ 1.836858] usbcore: registered new interface driver usbhid
              [ 1.836860] usbhid: v2.6:USB HID core driver
              [ 1.839797] FDC 0 is a post-1991 82077
              [ 1.849190] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.0/input/input3
              [ 1.849233] logitech 0003:046D:C517.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:12.1-3/input0
              [ 1.857027] logitech 0003:046D:C517.0002: fixing up Logitech keyboard report descriptor
              [ 1.857458] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.1/input/input4
              [ 1.857528] logitech 0003:046D:C517.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:12.1-3/input1
              [ 2.067652] PM: Starting manual resume from disk
              [ 2.067655] PM: Resume from partition 8:18
              [ 2.067656] PM: Checking hibernation image.
              [ 2.067786] PM: Resume from disk failed.
              [ 2.092170] EXT4-fs (sdb1): barriers enabled
              [ 2.095431] kjournald2 starting: pid 347, dev sdb1:8, commit interval 5 seconds
              [ 2.095438] EXT4-fs (sdb1): delayed allocation enabled
              [ 2.095441] EXT4-fs: file extents enabled
              [ 2.095825] EXT4-fs: mballoc enabled
              [ 2.095835] EXT4-fs (sdb1): mounted filesystem with ordered data mode
              [ 2.576821] type=1505 audit(1253787745.963:2): operation="profile_load" pid=367 name=/sbin/dhclient3
              [ 2.577031] type=1505 audit(1253787745.963:3): operation="profile_load" pid=367 name=/usr/lib/NetworkManager/nm-dhcp-client.action
              [ 2.577152] type=1505 audit(1253787745.963:4): operation="profile_load" pid=367 name=/usr/lib/connman/scripts/dhclient-script
              [ 2.578276] type=1505 audit(1253787745.967:5): operation="profile_load" pid=368 name=/usr/sbin/tcpdump
              [ 2.586715] type=1505 audit(1253787745.975:6): operation="profile_load" pid=369 name=/usr/lib/cups/backend/cups-pdf
              [ 2.586979] type=1505 audit(1253787745.975:7): operation="profile_load" pid=369 name=/usr/sbin/cupsd
              [ 2.588318] type=1505 audit(1253787745.975:8): operation="profile_load" pid=370 name=/usr/sbin/mysqld-akonadi
              [ 3.514751] udev: starting version 147
              [ 3.952392] lp: driver loaded but no devices found
              [ 3.962389] ip_tables: (C) 2000-2006 Netfilter Core Team
              [ 4.010412] ACPI: I/O resource piix4_smbus [0xb00-0xb07] conflicts with ACPI region SOR1 [0xb00-0xb0f]
              [ 4.010446] ACPI: Device needs an ACPI driver
              [ 4.010457] piix4_smbus: probe of 0000:00:14.0 failed with error -16
              [ 4.049390] shpchp 0000:00:01.0: HPC vendor_id 1022 device_id 9602 ss_vid 0 ss_did 0
              [ 4.049393] shpchp 0000:00:01.0: Cannot reserve MMIO region
              [ 4.049449] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
              [ 4.052409] EDAC MC: Ver: 2.1.0 Sep 22 2009
              [ 4.154888] [drm] Initialized drm 1.1.0 20060810
              [ 4.160700] EDAC amd64_edac: Ver: 3.2.0 Sep 22 2009
              [ 4.160789] EDAC amd64: This node reports that Memory ECC is currently disabled.
              [ 4.160792] EDAC amd64: bit 0x400000 in register F3x44 of the MISC_CONTROL device (0000:00:18.3) should be enabled
              [ 4.160795] EDAC amd64: WARNING: ECC is NOT currently enabled by the BIOS. Module will NOT be loaded.
              [ 4.160796] Either Enable ECC in the BIOS, or use the 'ecc_enable_override' parameter.
              [ 4.160797] Might be a BIOS bug, if BIOS says ECC is enabled
              [ 4.160798] Use of the override can cause unknown side effects.
              [ 4.160886] amd64_edac: probe of 0000:00:18.2 failed with error -22
              [ 4.209554] cfg80211: Calling CRDA to update world regulatory domain
              [ 4.292890] [drm] radeon default to kernel modesetting DISABLED.
              [ 4.293377] pci 0000:01:05.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
              [ 4.293380] pci 0000:01:05.0: setting latency timer to 64
              [ 4.293493] [drm] Initialized radeon 1.31.0 20080528 for 0000:01:05.0 on minor 0
              [ 4.526919] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
              [ 4.603233] HDA Intel 0000:01:05.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
              [ 4.603248] HDA Intel 0000:01:05.1: setting latency timer to 64
              [ 4.661463] cfg80211: World regulatory domain updated:
              [ 4.661465] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
              [ 4.661468] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
              [ 4.661470] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
              [ 4.661472] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
              [ 4.661474] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
              [ 4.661475] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
              [ 4.810721] phy0: Selected rate control algorithm 'minstrel'
              [ 4.811185] Registered led device: rt2800usb-phy0::radio
              [ 4.811195] Registered led device: rt2800usb-phy0::assoc
              [ 4.811207] Registered led device: rt2800usb-phy0::quality
              [ 4.811472] usbcore: registered new interface driver rt2800usb
              [ 4.917136] rt2870sta: module is from the staging directory, the quality is unknown, you have been warned.
              [ 4.919402] rtusb init --->
              [ 4.919426] usbcore: registered new interface driver rt2870
              [ 4.929868] rt3070sta: module is from the staging directory, the quality is unknown, you have been warned.
              [ 4.932099] rtusb init --->
              [ 4.932102] Error: Driver 'rt2870' is already registered, aborting...
              [ 4.932134] usbcore: error -17 registering interface driver rt2870
              [ 5.173265] Adding 5245212k swap on /dev/sdb2. Priority:-1 extents:1 across:5245212k
              [ 5.211507] EXT4-fs (sdb1): internal journal on sdb1:8
              [ 5.548864] EXT4-fs (sdb3): barriers enabled
              [ 5.549018] kjournald2 starting: pid 777, dev sdb3:8, commit interval 5 seconds
              [ 5.549194] EXT4-fs (sdb3): internal journal on sdb3:8
              [ 5.549197] EXT4-fs (sdb3): delayed allocation enabled
              [ 5.549199] EXT4-fs: file extents enabled
              [ 5.549961] EXT4-fs: mballoc enabled
              [ 5.549972] EXT4-fs (sdb3): mounted filesystem with ordered data mode
              [ 5.616241] EXT4-fs (sda1): barriers enabled
              [ 5.630509] kjournald2 starting: pid 791, dev sda1:8, commit interval 5 seconds
              [ 5.630643] EXT4-fs (sda1): internal journal on sda1:8
              [ 5.630647] EXT4-fs (sda1): delayed allocation enabled
              [ 5.630649] EXT4-fs: file extents enabled
              [ 5.630908] EXT4-fs: mballoc enabled
              [ 5.630918] EXT4-fs (sda1): mounted filesystem with ordered data mode
              [ 6.260645] type=1505 audit(1253802149.647:9): operation="profile_replace" pid=854 name=/sbin/dhclient3
              [ 6.260859] type=1505 audit(1253802149.647:10): operation="profile_replace" pid=854 name=/usr/lib/NetworkManager/nm-dhcp-client.action
              [ 6.260983] type=1505 audit(1253802149.647:11): operation="profile_replace" pid=854 name=/usr/lib/connman/scripts/dhclient-script
              [ 6.261909] type=1505 audit(1253802149.651:12): operation="profile_replace" pid=855 name=/usr/sbin/tcpdump
              [ 6.263055] type=1505 audit(1253802149.651:13): operation="profile_replace" pid=856 name=/usr/lib/cups/backend/cups-pdf
              [ 6.263321] type=1505 audit(1253802149.651:14): operation="profile_replace" pid=856 name=/usr/sbin/cupsd
              [ 6.264436] type=1505 audit(1253802149.651:15): operation="profile_replace" pid=857 name=/usr/sbin/mysqld-akonadi
              [ 8.503635] ppdev: user-space parallel port driver
              [ 9.216889] [drm] Setting GART location based on new memory map
              [ 9.232050] [drm] Loading RS780/RS880 CP Microcode
              [ 9.232689] [drm] Loading RS780/RS880 PFP Microcode
              [ 9.247674] [drm] Resetting GPU
              [ 9.247729] [drm] writeback test succeeded in 1 usecs
              [ 13.645586] alloc irq_desc for 26 on node 0
              [ 13.645589] alloc kstat_irqs on node 0
              [ 13.645601] ATL1E 0000:02:00.0: irq 26 for MSI/MSI-X
              [ 13.645722] ATL1E 0000:02:00.0: ATL1E: eth0 NIC Link is Up<1000 Mbps Full Duplex>
              [ 13.646051] ADDRCONF(NETDEV_UP): eth0: link is not ready
              [ 13.646400] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
              [ 24.277512] eth0: no IPv6 routers present
              [ 78.276670] rt2800usb 2-2:1.0: firmware: requesting rt2870.bin
              [ 78.538892] ADDRCONF(NETDEV_UP): wlan0: link is not ready
              [ 120.356880] ADDRCONF(NETDEV_UP): wlan0: link is not ready

              [ 120.482234] ATL1E 0000:02:00.0: irq 26 for MSI/MSI-X
              [ 120.482337] ATL1E 0000:02:00.0: ATL1E: eth0 NIC Link is Up<1000 Mbps Full Duplex>
              [ 120.482730] ADDRCONF(NETDEV_UP): eth0: link is not ready
              [ 120.483056] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
              [ 130.681511] eth0: no IPv6 routers present
              [ 134.668115] ATL1E 0000:02:00.0: irq 26 for MSI/MSI-X
              [ 134.668232] ATL1E 0000:02:00.0: ATL1E: eth0 NIC Link is Up<1000 Mbps Full Duplex>
              [ 134.668561] ADDRCONF(NETDEV_UP): eth0: link is not ready
              [ 134.668899] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
              [ 134.960944] ADDRCONF(NETDEV_UP): wlan0: link is not ready
              [ 137.224520] wlan0: deauthenticating by local choice (reason=3)
              [ 139.865098] ADDRCONF(NETDEV_UP): wlan0: link is not ready
              [ 139.880025] wlan0: deauthenticating by local choice (reason=3)
              [ 140.133023] ADDRCONF(NETDEV_UP): wlan0: link is not ready

              [ 140.263147] ATL1E 0000:02:00.0: irq 26 for MSI/MSI-X
              [ 140.263259] ATL1E 0000:02:00.0: ATL1E: eth0 NIC Link is Up<1000 Mbps Full Duplex>
              [ 140.263578] ADDRCONF(NETDEV_UP): eth0: link is not ready
              [ 140.263918] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
              [ 142.164637] ATL1E 0000:02:00.0: irq 26 for MSI/MSI-X
              [ 142.164752] ATL1E 0000:02:00.0: ATL1E: eth0 NIC Link is Up<1000 Mbps Full Duplex>
              [

              Comment


                #8
                Re: wireless &amp; karmic: address assignment fails

                That's absolutely true.
                I made a reference to it early in the post without real explanation.

                Most users have DHCP, correct?

                I do the dhclient thing just to make sure.

                . . .
                @PJJ;
                If he's using static IP and he's not in a network with DHCP, dhclient won't do anything. ; /
                [/quote]

                Comment


                  #9
                  Re: wireless &amp; karmic: address assignment fails

                  [quote=timek718 ]
                  I tried out the various suggestions here. No joy.

                  Wicd times out with the message:

                  Connection Failed: Unable to Get IP Address

                  . . .
                  Here is what happens when I manually try dhcp:

                  $ sudo dhclient wlan0
                  Internet Systems Consortium DHCP Client V3.1.2
                  Copyright 2004-2008 Internet Systems Consortium.
                  All rights reserved.
                  For info, please visit http://www.isc.org/sw/dhcp/

                  Listening on LPF/wlan0/00:21:91:84:91:16
                  Sending on LPF/wlan0/00:21:91:84:91:16
                  Sending on Socket/fallback
                  DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
                  DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
                  DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 16
                  DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 15
                  DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
                  No DHCPOFFERS received.
                  No working leases in persistent database - sleeping.


                  $ sudo dhclient
                  There is already a pid file /var/run/dhclient.pid with pid 1676
                  killed old client process, removed PID file
                  Internet Systems Consortium DHCP Client V3.1.2
                  Copyright 2004-2008 Internet Systems Consortium.
                  All rights reserved.
                  For info, please visit http://www.isc.org/sw/dhcp/

                  Listening on LPF/wlan0/00:21:91:84:91:16
                  Sending on LPF/wlan0/00:21:91:84:91:16
                  Sending on Socket/fallback
                  DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
                  DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 16
                  DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 19
                  DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
                  DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
                  No DHCPOFFERS received.
                  No working leases in persistent database - sleeping.


                  OK, I have had those messages in the past when my network would not connect. The correction was always somewhere in a mismatch in the setup.

                  Make sure your info in the file 'interfaces' is accurate. Just use the first entry in my file. Forget about the rest. It only takes the basic entry to get it started.

                  Also check your router settings to make sure that DHCP is selected and all other parameters are correct. DNS and so.

                  I believe you said that you can see the other networks around you. If yes, your wireless card is working.

                  You can do from the command line:

                  sudo iwlist wlan0 scan | more

                  to see whether any networks are shown.

                  sudo ifconfig wlan0

                  Should show you info on your own network, if it is there. And I bet it is.

                  I do not know what "deauthenticating by local choice (reason=3)" actually means. Would google for it. But it looks like there is some dat amismatch.
                  "wlan0: link is not ready" confirms that something is not matching, not set up right, I guess.

                  My next step would be to gather some more info specific to the error messages, google them and then start all over from scratch to eliminate any previous errors.

                  But then there is always a chance that someone who knows more than I do will tell you exactly how to handle the problem.

                  If you have a static IP then there is more trouble. I believe wicd does not handle static IP at this time.
                  Don't know about network manager - other than it never worked for me. I gave up on it a long, long time ago.



                  Comment


                    #10
                    Re: wireless &amp; karmic: address assignment fails

                    [ 137.224520] wlan0: deauthenticating by local choice (reason=3)
                    [ 139.865098] ADDRCONF(NETDEV_UP): wlan0: link is not ready
                    [ 139.880025] wlan0: deauthenticating by local choice (reason=3)
                    [ 140.133023] ADDRCONF(NETDEV_UP): wlan0: link is not ready
                    [ 140.263147] ATL1E 0000:02:00.0: irq 26 for MSI/MSI-X
                    Your lines in red look interesting. I'm wondering if once inserting your D-Link usb device, that you need to activate it, select it, or turn it on somehow? Is there some sort of switch on it, or when you insert it, do you have to select it before the system knows its there? Have you tried plugging it in before you turn the machine on?

                    The only other thing that I can consider is that it may need another driver to recognize it.
                    I'm using a ipw3945 and it was for many versions included but with Karmic and others new distros, the ipw3945 card now needs iwlwifi instead of the old ipw3945 driver.
                    HP Compaq nc6400, 2Gi, 100Gi, ATI x1300 with 512M

                    Comment


                      #11
                      Re: wireless &amp; karmic: address assignment fails

                      Maybe this will help somebody figure out what's wrong. I used the instructions from here: http://ubuntuforums.org/showthread.php?t=263136

                      The output of wpa_supplicant:

                      tim@beast:~$ sudo wpa_supplicant -Bdd -Dwext -i wlan0 -c/etc/wpa_supplicant.conf
                      [sudo] password for tim:
                      Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
                      Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
                      Reading configuration file '/etc/wpa_supplicant.conf'
                      ctrl_interface='/var/run/wpa_supplicant'
                      Line: 4 - start of a new network block
                      ssid - hexdump_ascii(len=11):
                      64 64 77 72 74 2d 6c 6f 63 61 6c ddwrt-local
                      scan_ssid=1 (0x1)
                      proto: 0x3
                      key_mgmt: 0x2
                      pairwise: 0x8
                      group: 0x8
                      PSK - hexdump(len=32): [REMOVED]
                      Priority group 0
                      id=0 ssid='ddwrt-local'
                      SIOCGIWRANGE: WE(compiled)=22 WE(source)=21 enc_capa=0xf
                      capabilities: key_mgmt 0xf enc 0xf flags 0x0
                      WEXT: Operstate: linkmode=1, operstate=5
                      Own MAC address: 00:21:91:84:91:16
                      wpa_driver_wext_set_wpa
                      wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
                      wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
                      wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
                      wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
                      wpa_driver_wext_set_countermeasures
                      wpa_driver_wext_set_drop_unencrypted
                      RSN: flushing PMKID list in the driver
                      Setting scan request: 0 sec 100000 usec
                      WPS: UUID based on MAC address - hexdump(len=16): e6 8a 69 28 3a 3c 56 52 a7 9f fc b1 54 cb 8a 58
                      WPS: Build Beacon and Probe Response IEs
                      WPS: * Version
                      WPS: * Wi-Fi Protected Setup State (0)
                      WPS: * Version
                      WPS: * Wi-Fi Protected Setup State (0)
                      WPS: * Response Type (2)
                      WPS: * UUID-E
                      WPS: * Manufacturer
                      WPS: * Model Name
                      WPS: * Model Number
                      WPS: * Serial Number
                      WPS: * Primary Device Type
                      WPS: * Device Name
                      WPS: * Config Methods (0)
                      WPS: * RF Bands (3)
                      EAPOL: SUPP_PAE entering state DISCONNECTED
                      EAPOL: KEY_RX entering state NO_KEY_RECEIVE
                      EAPOL: SUPP_BE entering state INITIALIZE
                      EAP: EAP entering state DISABLED
                      Added interface wlan0
                      Daemonize..


                      * * *

                      The contents of the interfaces file:


                      auto lo
                      iface lo inet loopback

                      pre-up wpa_supplicant -Bw -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
                      post-down killall -q wpa_supplicant
                      iface wlan inet static
                      address 192.168.1.100
                      netmask 255.255.255.0
                      wireless-essid ddwrt-local
                      gateway 192.168.1.1
                      pre-up wpa_supplicant -Bw -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
                      post-down killall -q wpa_supplicant


                      * * *
                      And the contents of wpa_supplicant.conf:

                      ctrl_interface=/var/run/wpa_supplicant
                      #ap_scan=2

                      network={
                      ssid="ddwrt-local"
                      scan_ssid=1
                      proto=WPA RSN
                      key_mgmt=WPA-PSK
                      pairwise=TKIP
                      group=TKIP
                      psk=763a8c8dbf34b91034835dcae2ae434e3b4c785897e736 85c2858cbf7d339678
                      }

                      Comment


                        #12
                        Re: wireless &amp; karmic: address assignment fails

                        Interfaces makes me think you have a static connection. I have not used one yet. I have used either DHCP or PPPoE.
                        I cannot help with static connections.

                        For dhcp or ppoe, I would not be able to get a network connection with your 'interfaces' file.
                        All that is required originally is the part:

                        "# The loopback network interface
                        auto lo
                        iface lo inet loopback"

                        Additional info should be added by wicd on setup.

                        I would do something crazy, just for the heck of it.

                        Make sure you have in the wicd setup nothing in the 'properties' tab. No mark in static, no other info except key.

                        Comment out everything in your interfaces file except the above lines.
                        Try connecting.

                        You could maybe add to interfaces:

                        auto wlan0
                        iface wlan0 inet dhcp

                        or try wired only by adding:

                        auto eth0
                        iface eth0 inet dhcp


                        These are the settings for my wireless network with a Linksys router and an Atheros chipset based wireless card.






                        Comment


                          #13
                          Re: wireless &amp; karmic: address assignment fails

                          The interfaces file I posted was the one recommended by the How to that I was following. Tomorrow I'll try wpa_supplicant from the command line but with the basic interfaces file.

                          I may zap my windows partition and install Jaunty, just to see if karmic is the problem. The only reason that I have windows is games for my daughters. But they haven't played any of those games in well over a month.

                          tim

                          Comment


                            #14
                            Re: wireless &amp; karmic: address assignment fails

                            Well this is annoying. I disabled the ethernet port in BIOS, and disconnecting the cable from the router. Then booted the Jaunty LiveCD. The network connected with no mess, no fuss. No fiddling with config files. I'm writing this post running from the LiveCD.

                            So the problem is with Karmic, whether it's KDE 4.3.1, some networking weirdness, or god only knows what.

                            Comment


                              #15
                              Re: wireless &amp; karmic: address assignment fails UPDATED

                              Since I had to move the computer away from the guest room (where the router is located), I installed Jaunty on another partition as the only way to get Kubuntu and wireless to work.

                              I had hopes that the Beta would work nicely. It did not. However, I was able to test the LiveCD in my wife's laptop which uses an intel wireless chipset. No mess no fuss. The wireless connected just like it was supposed to.

                              Therefore, I think there is a bug in the wireless driver rt2800usb which keeps it from connecting.

                              Anyone else have success connecting wirelessly with this driver? In Jaunty it works fabulously.

                              tim

                              Comment

                              Working...
                              X