Ubuntu Netbook edition won't detect wireless networks

Asked by Michael Johnson

I recently bought my first netbook, an ASUS eee PC 1201n. It came with Windows 7 Premium, but I wanted to give Ubuntu a try so I installed the latest version of Ubuntu Netbook edition. I like what I see so far, except that I can't get it to recognize wireless netorks. I went to my local library and had no problem detecting their network using Windows 7, but I still have no luck with Ubuntu.

Please help.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
Michael Johnson
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What Win7 does or doesn't do is of no value to us. It is a different OS with different support. It works under Win7 as the driver has been installed and confiured and you have failed to do this, as yet, in Ubuntu.

What is the output of:

sudo lshw -C network

And we can get started.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2

Hi,

Please first connect your network card to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->Terminal"

Step 2: Please copy-paste the following command from the https://answers.launchpad.net/ubuntu website in Firefox into the Linux Terminal. Do NOT copy-paste from the Email message into the Terminal, as that will only copy PART of the command. The command STARTS with the word sudo and ENDS with the word restart. So please copy-paste the ENTIRE command below from Firefox into a Terminal, press <enter>, then enter password when sudo asks for password, then press enter again.

Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight the command written on the page. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

sudo aptitude update; sudo aptitude install hwinfo grep; sudo lshw -C network; rfkill list; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'ound|irmware|eth|ath|wl|ipw|b43|witch|ndiswrapper'; iwconfig; grep b43 /etc/modprobe.d/*; grep wl /etc/modprobe.d/*; sudo hwinfo --netcard ; sudo /etc/init.d/networking restart

Step 3: Please post results (copy/paste terminal output) on this thread. The troubleshooters here need to see the full Terminal output from running the above command.

Regards,

Mark

Revision history for this message
Michael Johnson (the301st-spartan) said :
#3

I was only mentioning what happened with Windows 7 to confirm it wasn't a problem with my hardware.

The output of sudo lshw -C network is:

*-network
       description: Wireless interface
       product: Realtek Semiconductor Co., Ltd.
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:07:00.0
       logical name: wlan0
       version: 10
       serial: 1c:4b:d6:df:da:71
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rtl819xSE driverversion=0014.0115.2010 firmware=62 latency=0 link=no multicast=yes wireless=802.11bgn
       resources: irq:19 ioport:d800(size=256) memory:fbefc000-fbefffff
  *-network
       description: Ethernet interface
       product: Atheros AR8132 / L1c Gigabit Ethernet Adapter
       vendor: Atheros Communications
       physical id: 0
       bus info: pci@0000:09:00.0
       logical name: eth0
       version: c0
       serial: 48:5b:39:76:31:9e
       capacity: 100MB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.0.1-NAPI firmware=N/A latency=0 link=no multicast=yes port=twisted pair
       resources: irq:27 memory:fbfc0000-fbffffff ioport:ec00(size=128)
michael@ubuntu:~$

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4

Please first connect your network card to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->Terminal"

Step 2: Please copy-paste the following command from the https://answers.launchpad.net/ubuntu website in Firefox into the Linux Terminal. Do NOT copy-paste from the Email message into the Terminal, as that will only copy PART of the command. The command STARTS with the word sudo and ENDS with the word restart. So please copy-paste the ENTIRE command below from Firefox into a Terminal, press <enter>, then enter password when sudo asks for password, then press enter again.

Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight the command written on the page. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

sudo aptitude update; sudo aptitude install hwinfo grep; sudo lshw -C network; rfkill list; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'ound|irmware|eth|ath|wl|ipw|b43|witch|ndiswrapper'; iwconfig; grep b43 /etc/modprobe.d/*; grep wl /etc/modprobe.d/*; sudo hwinfo --netcard ; sudo /etc/init.d/networking restart

Step 3: Please post results (copy/paste terminal output) on this thread. The troubleshooters here need to see the full Terminal output from running the above command.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Can you give the output of:

sudo iwlist scan | head -n 20

Thanks

Revision history for this message
Michael Johnson (the301st-spartan) said :
#6

output of sudo iwlist scan | head -n 20

o Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

pan0 Interface doesn't support scanning.

wlan0 No scan results

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

ok can you reboot then run:

dmesg > ~/dmesg.txt; gedit ~/dmesg.txt; rm ~/dmesg.txt

What is output?

Revision history for this message
Michael Johnson (the301st-spartan) said :
#8

Output of dmesg > ~/dmesg.txt; gedit ~/dmesg.txt; rm ~/dmesg.txt

[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.32-21-generic (buildd@rothera) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 (Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2)
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 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: 00000000000e2000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000002ff90000 (usable)
[ 0.000000] BIOS-e820: 000000002ff90000 - 000000002ff9e000 (ACPI data)
[ 0.000000] BIOS-e820: 000000002ff9e000 - 000000002ffe0000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000002ffe0000 - 0000000040000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[ 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 = 0x2ff90 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-EFFFF write-through
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask 0C0000000 write-back
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 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: 00000000000e2000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 000000002ff90000 (usable)
[ 0.000000] modified: 000000002ff90000 - 000000002ff9e000 (ACPI data)
[ 0.000000] modified: 000000002ff9e000 - 000000002ffe0000 (ACPI NVS)
[ 0.000000] modified: 000000002ffe0000 - 0000000040000000 (reserved)
[ 0.000000] modified: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] modified: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] initial memory mapped : 0 - 00c00000
[ 0.000000] init_memory_mapping: 0000000000000000-000000002ff90000
[ 0.000000] Using x86 segment limits to approximate NX protection
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 002fc00000 page 2M
[ 0.000000] 002fc00000 - 002ff90000 page 4k
[ 0.000000] kernel direct mapping tables up to 2ff90000 @ 10000-15000
[ 0.000000] RAMDISK: 23806000 - 23feb538
[ 0.000000] ACPI: RSDP 000fbc60 00024 (v02 ACPIAM)
[ 0.000000] ACPI: XSDT 2ff90100 00074 (v01 _ASUS_ Notebook 20100317 MSFT 00000097)
[ 0.000000] ACPI: FACP 2ff90290 000F4 (v03 031710 FACP1105 20100317 MSFT 00000097)
[ 0.000000] ACPI: DSDT 2ff90500 0A58D (v01 A1469 A1469001 00000001 INTL 20051117)
[ 0.000000] ACPI: FACS 2ff9e000 00040
[ 0.000000] ACPI: APIC 2ff90390 00080 (v01 031710 APIC1105 20100317 MSFT 00000097)
[ 0.000000] ACPI: MCFG 2ff90410 0003C (v01 031710 OEMMCFG 20100317 MSFT 00000097)
[ 0.000000] ACPI: WDRT 2ff90450 00047 (v01 031710 NV-WDRT 20100317 MSFT 00000097)
[ 0.000000] ACPI: ECDT 2ff904a0 00055 (v01 031710 OEMECDT 20100317 MSFT 00000097)
[ 0.000000] ACPI: OEMB 2ff9e040 00079 (v01 031710 OEMB1105 20100317 MSFT 00000097)
[ 0.000000] ACPI: HPET 2ff9b500 00038 (v01 031710 OEMHPET0 20100317 MSFT 00000097)
[ 0.000000] ACPI: NVHD 2ff9e0c0 00284 (v01 031710 NVHDCP 20100317 MSFT 00000097)
[ 0.000000] ACPI: SSDT 2ff9e980 004F0 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: SLIC 2ff9b540 00176 (v01 _ASUS_ Notebook 20100317 MSFT 00000097)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 767MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 2ff90000
[ 0.000000] low ram: 0 - 2ff90000
[ 0.000000] node 0 low ram: 00000000 - 2ff90000
[ 0.000000] node 0 bootmap 00011000 - 00016ff4
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 002ff90000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
[ 0.000000] #3 [0000100000 - 00008d9e98] TEXT DATA BSS ==> [0000100000 - 00008d9e98]
[ 0.000000] #4 [0023806000 - 0023feb538] RAMDISK ==> [0023806000 - 0023feb538]
[ 0.000000] #5 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
[ 0.000000] #6 [00008da000 - 00008dd1df] BRK ==> [00008da000 - 00008dd1df]
[ 0.000000] #7 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
[ 0.000000] #8 [0000011000 - 0000017000] BOOTMAP ==> [0000011000 - 0000017000]
[ 0.000000] found SMP MP-table at [c00ff780] ff780
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x0002ff90
[ 0.000000] HighMem 0x0002ff90 -> 0x0002ff90
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0002ff90
[ 0.000000] On node 0 totalpages: 196383
[ 0.000000] free_area_init_node: node 0, pgdat c0798720, node_mem_map c1001200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 1504 pages used for memmap
[ 0.000000] Normal zone: 190896 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x4008
[ 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[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] 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 17, 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 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10de8201 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 - 00000000000e2000
[ 0.000000] PM: Registered nosave memory: 00000000000e2000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @c1800000 s36024 r0 d21320 u1048576
[ 0.000000] pcpu-alloc: s36024 r0 d21320 u1048576 alloc=1*4194304
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 194847
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 3929600 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
[ 0.000000] Memory: 757808k/785984k available (4673k kernel code, 27188k reserved, 2122k data, 656k init, 0k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff1d000 - 0xfffff000 ( 904 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf0790000 - 0xff7fe000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xeff90000 ( 767 MB)
[ 0.000000] .init : 0xc07a3000 - 0xc0847000 ( 656 kB)
[ 0.000000] .data : 0xc0590613 - 0xc07a2e48 (2122 kB)
[ 0.000000] .text : 0xc0100000 - 0xc0590613 (4673 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:2304 nr_irqs:440
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1600.089 MHz processor.
[ 0.004010] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.17 BogoMIPS (lpj=6400356)
[ 0.004047] Security Framework initialized
[ 0.004086] AppArmor: AppArmor initialized
[ 0.004103] Mount-cache hash table entries: 512
[ 0.004341] Initializing cgroup subsys ns
[ 0.004351] Initializing cgroup subsys cpuacct
[ 0.004362] Initializing cgroup subsys memory
[ 0.004376] Initializing cgroup subsys devices
[ 0.004382] Initializing cgroup subsys freezer
[ 0.004388] Initializing cgroup subsys net_cls
[ 0.004425] CPU: L1 I cache: 32K, L1 D cache: 24K
[ 0.004432] CPU: L2 cache: 512K
[ 0.004438] CPU: Physical Processor ID: 0
[ 0.004442] CPU: Processor Core ID: 0
[ 0.004450] mce: CPU supports 5 MCE banks
[ 0.004464] CPU0: Thermal monitoring enabled (TM1)
[ 0.004473] using mwait in idle threads.
[ 0.004484] Performance Events: Atom events, Intel PMU driver.
[ 0.004506] ... version: 3
[ 0.004511] ... bit width: 40
[ 0.004515] ... generic registers: 2
[ 0.004520] ... value mask: 000000ffffffffff
[ 0.004525] ... max period: 000000007fffffff
[ 0.004530] ... fixed-purpose events: 3
[ 0.004535] ... event mask: 0000000700000003
[ 0.004543] Checking 'hlt' instruction... OK.
[ 0.020011] Disabling 4MB page tables to avoid TLB bug
[ 0.024359] ACPI: Core revision 20090903
[ 0.056021] ftrace: converting mcount calls to 0f 1f 44 00 00
[ 0.056033] ftrace: allocating 21771 entries in 43 pages
[ 0.060124] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.060550] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.102188] CPU0: Intel(R) Atom(TM) CPU 330 @ 1.60GHz stepping 02
[ 0.104001] Booting processor 1 APIC 0x2 ip 0x6000
[ 0.008000] Initializing CPU#1
[ 0.008000] CPU: L1 I cache: 32K, L1 D cache: 24K
[ 0.008000] CPU: L2 cache: 512K
[ 0.008000] CPU: Physical Processor ID: 0
[ 0.008000] CPU: Processor Core ID: 1
[ 0.008000] CPU1: Thermal monitoring enabled (TM1)
[ 0.188091] CPU1: Intel(R) Atom(TM) CPU 330 @ 1.60GHz stepping 02
[ 0.188121] checking TSC synchronization [CPU#0 -> CPU#1]:
[ 0.192001] Measured 84 cycles TSC warp between CPUs, turning off TSC clock.
[ 0.192001] Marking TSC unstable due to check_tsc_sync_source failed
[ 0.192211] Booting processor 2 APIC 0x1 ip 0x6000
[ 0.008000] Initializing CPU#2
[ 0.008000] CPU: L1 I cache: 32K, L1 D cache: 24K
[ 0.008000] CPU: L2 cache: 512K
[ 0.008000] CPU: Physical Processor ID: 0
[ 0.008000] CPU: Processor Core ID: 0
[ 0.008000] CPU2: Thermal monitoring enabled (TM1)
[ 0.280069] CPU2: Intel(R) Atom(TM) CPU 330 @ 1.60GHz stepping 02
[ 0.280376] Booting processor 3 APIC 0x3 ip 0x6000
[ 0.008000] Initializing CPU#3
[ 0.008000] CPU: L1 I cache: 32K, L1 D cache: 24K
[ 0.008000] CPU: L2 cache: 512K
[ 0.008000] CPU: Physical Processor ID: 0
[ 0.008000] CPU: Processor Core ID: 1
[ 0.008000] CPU3: Thermal monitoring enabled (TM1)
[ 0.368070] CPU3: Intel(R) Atom(TM) CPU 330 @ 1.60GHz stepping 02
[ 0.368134] Brought up 4 CPUs
[ 0.368143] Total of 4 processors activated (12800.06 BogoMIPS).
[ 0.369708] CPU0 attaching sched-domain:
[ 0.369717] domain 0: span 0,2 level SIBLING
[ 0.369724] groups: 0 (cpu_power = 589) 2 (cpu_power = 589)
[ 0.369736] domain 1: span 0,2 level MC
[ 0.369742] groups: 0,2 (cpu_power = 1178)
[ 0.369751] domain 2: span 0-3 level CPU
[ 0.369756] groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[ 0.369774] CPU1 attaching sched-domain:
[ 0.369779] domain 0: span 1,3 level SIBLING
[ 0.369784] groups: 1 (cpu_power = 589) 3 (cpu_power = 589)
[ 0.369796] domain 1: span 1,3 level MC
[ 0.369801] groups: 1,3 (cpu_power = 1178)
[ 0.369810] domain 2: span 0-3 level CPU
[ 0.369815] groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[ 0.369828] CPU2 attaching sched-domain:
[ 0.369833] domain 0: span 0,2 level SIBLING
[ 0.369838] groups: 2 (cpu_power = 589) 0 (cpu_power = 589)
[ 0.369850] domain 1: span 0,2 level MC
[ 0.369855] groups: 0,2 (cpu_power = 1178)
[ 0.369864] domain 2: span 0-3 level CPU
[ 0.369869] groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[ 0.369882] CPU3 attaching sched-domain:
[ 0.369887] domain 0: span 1,3 level SIBLING
[ 0.369892] groups: 3 (cpu_power = 589) 1 (cpu_power = 589)
[ 0.369904] domain 1: span 1,3 level MC
[ 0.369909] groups: 1,3 (cpu_power = 1178)
[ 0.369918] domain 2: span 0-3 level CPU
[ 0.369923] groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[ 0.370361] devtmpfs: initialized
[ 0.370361] regulator: core version 0.5
[ 0.370361] Time: 17:48:27 Date: 07/25/10
[ 0.370361] NET: Registered protocol family 16
[ 0.372026] Trying to unpack rootfs image as initramfs...
[ 0.372210] EISA bus registered
[ 0.372235] ACPI: bus type pci registered
[ 0.372390] PCI: MCFG configuration 0: base fc000000 segment 0 buses 0 - 31
[ 0.372396] PCI: Not using MMCONFIG.
[ 0.372701] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=9
[ 0.372706] PCI: Using configuration type 1 for base access
[ 0.374734] bio: create slab <bio-0> at 0
[ 0.378371] ACPI: EC: EC description table is found, configuring boot EC
[ 0.381545] ACPI: BIOS _OSI(Linux) query ignored
[ 0.381709] ACPI Error (dswload-0659): [USB0] Namespace lookup failure, AE_NOT_FOUND
[ 0.381721] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20090903/psloop-230)
[ 0.381733] ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c08ce7dc), AE_NOT_FOUND
[ 0.381870] ACPI: Executed 2 blocks of module-level executable AML code
[ 0.405578] ACPI: Interpreter enabled
[ 0.405598] ACPI: (supports S0 S3 S4 S5)
[ 0.405653] ACPI: Using IOAPIC for interrupt routing
[ 0.405796] PCI: MCFG configuration 0: base fc000000 segment 0 buses 0 - 31
[ 0.420092] PCI: MCFG area at fc000000 reserved in ACPI motherboard resources
[ 0.420099] PCI: Using MMCONFIG for extended config space
[ 0.457634] ACPI: EC: GPE = 0x27, I/O: command/status = 0x66, data = 0x62
[ 0.458459] ACPI: No dock devices found.
[ 0.459377] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.459708] pci 0000:00:03.0: reg 10 io port: [0x4f00-0x4fff]
[ 0.459845] pci 0000:00:03.2: reg 10 io port: [0x4900-0x493f]
[ 0.459866] pci 0000:00:03.2: reg 20 io port: [0x4d00-0x4d3f]
[ 0.459876] pci 0000:00:03.2: reg 24 io port: [0x4e00-0x4e3f]
[ 0.459909] pci 0000:00:03.2: PME# supported from D3hot D3cold
[ 0.459919] pci 0000:00:03.2: PME# disabled
[ 0.460100] pci 0000:00:03.5: reg 10 32bit mmio: [0xf9f80000-0xf9ffffff]
[ 0.460222] pci 0000:00:04.0: reg 10 32bit mmio: [0xf9f7f000-0xf9f7ffff]
[ 0.460267] pci 0000:00:04.0: supports D1 D2
[ 0.460273] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.460280] pci 0000:00:04.0: PME# disabled
[ 0.460327] pci 0000:00:04.1: reg 10 32bit mmio: [0xf9f7ec00-0xf9f7ecff]
[ 0.460378] pci 0000:00:04.1: supports D1 D2
[ 0.460383] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.460391] pci 0000:00:04.1: PME# disabled
[ 0.460440] pci 0000:00:06.0: reg 10 32bit mmio: [0xf9f7d000-0xf9f7dfff]
[ 0.460484] pci 0000:00:06.0: supports D1 D2
[ 0.460489] pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.460496] pci 0000:00:06.0: PME# disabled
[ 0.460539] pci 0000:00:06.1: reg 10 32bit mmio: [0xf9f7e800-0xf9f7e8ff]
[ 0.460590] pci 0000:00:06.1: supports D1 D2
[ 0.460595] pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.460602] pci 0000:00:06.1: PME# disabled
[ 0.460652] pci 0000:00:08.0: reg 10 32bit mmio: [0xf9f78000-0xf9f7bfff]
[ 0.460697] pci 0000:00:08.0: PME# supported from D3hot D3cold
[ 0.460704] pci 0000:00:08.0: PME# disabled
[ 0.460805] pci 0000:00:0b.0: reg 10 io port: [0xb080-0xb087]
[ 0.460815] pci 0000:00:0b.0: reg 14 io port: [0xb000-0xb003]
[ 0.460824] pci 0000:00:0b.0: reg 18 io port: [0xac00-0xac07]
[ 0.460834] pci 0000:00:0b.0: reg 1c io port: [0xa880-0xa883]
[ 0.460843] pci 0000:00:0b.0: reg 20 io port: [0xa800-0xa80f]
[ 0.460853] pci 0000:00:0b.0: reg 24 32bit mmio: [0xf9f76000-0xf9f77fff]
[ 0.460958] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.460965] pci 0000:00:10.0: PME# disabled
[ 0.461230] pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.461242] pci 0000:00:16.0: PME# disabled
[ 0.461527] pci 0000:00:18.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.461539] pci 0000:00:18.0: PME# disabled
[ 0.461646] pci 0000:00:09.0: transparent bridge
[ 0.461704] pci 0000:05:00.0: reg 10 32bit mmio: [0xfa000000-0xfaffffff]
[ 0.461720] pci 0000:05:00.0: reg 14 64bit mmio pref: [0xe0000000-0xefffffff]
[ 0.461735] pci 0000:05:00.0: reg 1c 64bit mmio pref: [0xf6000000-0xf7ffffff]
[ 0.461746] pci 0000:05:00.0: reg 24 io port: [0xcc00-0xcc7f]
[ 0.461757] pci 0000:05:00.0: reg 30 32bit mmio pref: [0xfbde0000-0xfbdfffff]
[ 0.461833] pci 0000:00:10.0: bridge io port: [0xc000-0xcfff]
[ 0.461840] pci 0000:00:10.0: bridge 32bit mmio: [0xfa000000-0xfbdfffff]
[ 0.461850] pci 0000:00:10.0: bridge 64bit mmio pref: [0xe0000000-0xf7ffffff]
[ 0.461912] pci 0000:07:00.0: reg 10 io port: [0xd800-0xd8ff]
[ 0.461925] pci 0000:07:00.0: reg 14 32bit mmio: [0xfbefc000-0xfbefffff]
[ 0.461992] pci 0000:07:00.0: supports D1 D2
[ 0.461998] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot
[ 0.462006] pci 0000:07:00.0: PME# disabled
[ 0.462088] pci 0000:00:16.0: bridge io port: [0xd000-0xdfff]
[ 0.462100] pci 0000:00:16.0: bridge 32bit mmio: [0xfbe00000-0xfbefffff]
[ 0.462186] pci 0000:09:00.0: reg 10 64bit mmio: [0xfbfc0000-0xfbffffff]
[ 0.462198] pci 0000:09:00.0: reg 18 io port: [0xec00-0xec7f]
[ 0.462265] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.462273] pci 0000:09:00.0: PME# disabled
[ 0.462357] pci 0000:00:18.0: bridge io port: [0xe000-0xefff]
[ 0.462369] pci 0000:00:18.0: bridge 32bit mmio: [0xfbf00000-0xfbffffff]
[ 0.462424] pci_bus 0000:00: on NUMA node 0
[ 0.462437] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.462895] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IXVE._PRT]
[ 0.463091] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
[ 0.463246] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[ 0.502125] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled.
[ 0.502777] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
[ 0.503424] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled.
[ 0.504096] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
[ 0.504753] ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) *0, disabled.
[ 0.505400] ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) *0, disabled.
[ 0.506045] ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) *0, disabled.
[ 0.506690] ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) *0, disabled.
[ 0.507336] ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) *0, disabled.
[ 0.507981] ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) *0, disabled.
[ 0.508663] ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) *0, disabled.
[ 0.509312] ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) *0, disabled.
[ 0.509959] ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) *0, disabled.
[ 0.510607] ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) *0, disabled.
[ 0.511254] ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) *0, disabled.
[ 0.511902] ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) *0, disabled.
[ 0.512581] ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) *0, disabled.
[ 0.513230] ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) *0, disabled.
[ 0.513876] ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) *0, disabled.
[ 0.514526] ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) *0, disabled.
[ 0.515183] ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) *11
[ 0.515831] ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) *0, disabled.
[ 0.516513] ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) *0, disabled.
[ 0.517164] ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) *0, disabled.
[ 0.517814] ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) *0, disabled.
[ 0.518462] ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) *0, disabled.
[ 0.519113] ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) *0, disabled.
[ 0.519762] ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) *0, disabled.
[ 0.520455] ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) *9
[ 0.521110] ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) *0, disabled.
[ 0.521760] ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) *0, disabled.
[ 0.522411] ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) *0, disabled.
[ 0.523072] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *10
[ 0.523733] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *11
[ 0.524417] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *0, disabled.
[ 0.525077] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *10
[ 0.525737] ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) *11
[ 0.526399] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *9
[ 0.527059] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *15
[ 0.527721] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5
[ 0.528530] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
[ 0.529191] ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) *9
[ 0.529853] ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) *15
[ 0.530516] ACPI: PCI Interrupt Link [LRP0] (IRQs 20 21 22 23) *10
[ 0.531178] ACPI: PCI Interrupt Link [LRP1] (IRQs 20 21 22 23) *11
[ 0.531849] ACPI: PCI Interrupt Link [LRP2] (IRQs 20 21 22 23) *9
[ 0.532539] ACPI: PCI Interrupt Link [LRP3] (IRQs 20 21 22 23) *15
[ 0.533213] ACPI: PCI Interrupt Link [LRP4] (IRQs 20 21 22 23) *14
[ 0.533882] ACPI: PCI Interrupt Link [LRP5] (IRQs 20 21 22 23) *7
[ 0.534553] ACPI: PCI Interrupt Link [LRP6] (IRQs 20 21 22 23) *10
[ 0.534864] vgaarb: device added: PCI:0000:05:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.534874] vgaarb: loaded
[ 0.535140] SCSI subsystem initialized
[ 0.535237] libata version 3.00 loaded.
[ 0.535237] usbcore: registered new interface driver usbfs
[ 0.535237] usbcore: registered new interface driver hub
[ 0.535237] usbcore: registered new device driver usb
[ 0.536196] ACPI: WMI: Mapper loaded
[ 0.536202] PCI: Using ACPI for IRQ routing
[ 0.536719] NetLabel: Initializing
[ 0.536724] NetLabel: domain hash size = 128
[ 0.536728] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.536755] NetLabel: unlabeled traffic allowed by default
[ 0.536867] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31, 31
[ 0.536881] hpet0: 4 comparators, 64-bit 25.000000 MHz counter
[ 0.548293] Switching to clocksource hpet
[ 0.552617] AppArmor: AppArmor Filesystem Enabled
[ 0.552654] pnp: PnP ACPI init
[ 0.552702] ACPI: bus type pnp registered
[ 0.567119] pnp: PnP ACPI: found 12 devices
[ 0.567126] ACPI: ACPI bus type pnp unregistered
[ 0.567135] PnPBIOS: Disabled by ACPI PNP
[ 0.567172] system 00:06: ioport range 0x4d0-0x4d1 has been reserved
[ 0.567179] system 00:06: ioport range 0x800-0x80f has been reserved
[ 0.567187] system 00:06: ioport range 0x4000-0x407f has been reserved
[ 0.567194] system 00:06: ioport range 0x4080-0x40ff has been reserved
[ 0.567201] system 00:06: ioport range 0x4400-0x447f has been reserved
[ 0.567208] system 00:06: ioport range 0x4480-0x44ff has been reserved
[ 0.567215] system 00:06: ioport range 0x4800-0x487f has been reserved
[ 0.567222] system 00:06: ioport range 0x4880-0x48ff has been reserved
[ 0.567229] system 00:06: ioport range 0x380-0x383 has been reserved
[ 0.567238] system 00:06: iomem range 0xfefe2000-0xfefe3fff has been reserved
[ 0.567246] system 00:06: iomem range 0xfefe1000-0xfefe1fff has been reserved
[ 0.567253] system 00:06: iomem range 0xfee01000-0xfeefffff has been reserved
[ 0.567270] system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 0.567278] system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved
[ 0.567293] system 00:0a: iomem range 0xfc000000-0xfdffffff has been reserved
[ 0.567308] system 00:0b: iomem range 0x0-0x9ffff could not be reserved
[ 0.567315] system 00:0b: iomem range 0xc0000-0xcffff could not be reserved
[ 0.567322] system 00:0b: iomem range 0xe0000-0xfffff could not be reserved
[ 0.567329] system 00:0b: iomem range 0x100000-0x3fffffff could not be reserved
[ 0.567337] system 00:0b: iomem range 0xfec00000-0xffffffff could not be reserved
[ 0.602409] pci 0000:00:09.0: PCI bridge, secondary bus 0000:01
[ 0.602415] pci 0000:00:09.0: IO window: disabled
[ 0.602423] pci 0000:00:09.0: MEM window: disabled
[ 0.602430] pci 0000:00:09.0: PREFETCH window: disabled
[ 0.602439] pci 0000:00:10.0: PCI bridge, secondary bus 0000:05
[ 0.602446] pci 0000:00:10.0: IO window: 0xc000-0xcfff
[ 0.602454] pci 0000:00:10.0: MEM window: 0xfa000000-0xfbdfffff
[ 0.602462] pci 0000:00:10.0: PREFETCH window: 0x000000e0000000-0x000000f7ffffff
[ 0.602471] pci 0000:00:16.0: PCI bridge, secondary bus 0000:07
[ 0.602480] pci 0000:00:16.0: IO window: 0xd000-0xdfff
[ 0.602496] pci 0000:00:16.0: MEM window: 0xfbe00000-0xfbefffff
[ 0.602507] pci 0000:00:16.0: PREFETCH window: disabled
[ 0.602524] pci 0000:00:18.0: PCI bridge, secondary bus 0000:09
[ 0.602533] pci 0000:00:18.0: IO window: 0xe000-0xefff
[ 0.602547] pci 0000:00:18.0: MEM window: 0xfbf00000-0xfbffffff
[ 0.602558] pci 0000:00:18.0: PREFETCH window: disabled
[ 0.602587] pci 0000:00:09.0: setting latency timer to 64
[ 0.602600] pci 0000:00:10.0: setting latency timer to 64
[ 0.603541] ACPI: PCI Interrupt Link [LRP4] enabled at IRQ 23
[ 0.603552] alloc irq_desc for 23 on node -1
[ 0.603557] alloc kstat_irqs on node -1
[ 0.603571] pci 0000:00:16.0: PCI INT A -> Link[LRP4] -> GSI 23 (level, low) -> IRQ 23
[ 0.603585] pci 0000:00:16.0: setting latency timer to 64
[ 0.604523] ACPI: PCI Interrupt Link [LRP6] enabled at IRQ 22
[ 0.604532] alloc irq_desc for 22 on node -1
[ 0.604536] alloc kstat_irqs on node -1
[ 0.604547] pci 0000:00:18.0: PCI INT A -> Link[LRP6] -> GSI 22 (level, low) -> IRQ 22
[ 0.604561] pci 0000:00:18.0: setting latency timer to 64
[ 0.604574] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.604580] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[ 0.604588] pci_bus 0000:01: resource 3 io: [0x00-0xffff]
[ 0.604594] pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffff]
[ 0.604600] pci_bus 0000:05: resource 0 io: [0xc000-0xcfff]
[ 0.604606] pci_bus 0000:05: resource 1 mem: [0xfa000000-0xfbdfffff]
[ 0.604613] pci_bus 0000:05: resource 2 pref mem [0xe0000000-0xf7ffffff]
[ 0.604619] pci_bus 0000:07: resource 0 io: [0xd000-0xdfff]
[ 0.604625] pci_bus 0000:07: resource 1 mem: [0xfbe00000-0xfbefffff]
[ 0.604632] pci_bus 0000:09: resource 0 io: [0xe000-0xefff]
[ 0.604638] pci_bus 0000:09: resource 1 mem: [0xfbf00000-0xfbffffff]
[ 0.604722] NET: Registered protocol family 2
[ 0.604937] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.605628] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.606585] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.607021] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.607028] TCP reno registered
[ 0.607266] NET: Registered protocol family 1
[ 0.607547] pci 0000:05:00.0: Boot video device
[ 0.608330] cpufreq-nforce2: No nForce2 chipset.
[ 0.608396] Scanning for low memory corruption every 60 seconds
[ 0.608655] audit: initializing netlink socket (disabled)
[ 0.608679] type=2000 audit(1280080106.608:1): initialized
[ 0.626034] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.629851] VFS: Disk quotas dquot_6.5.2
[ 0.630000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.631466] fuse init (API version 7.13)
[ 0.631686] msgmni has been set to 1481
[ 0.632448] alg: No test for stdrng (krng)
[ 0.632609] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.632616] io scheduler noop registered
[ 0.632621] io scheduler anticipatory registered
[ 0.632625] io scheduler deadline registered
[ 0.632731] io scheduler cfq registered (default)
[ 0.633209] alloc irq_desc for 24 on node -1
[ 0.633215] alloc kstat_irqs on node -1
[ 0.633244] pcieport 0000:00:16.0: irq 24 for MSI/MSI-X
[ 0.633270] pcieport 0000:00:16.0: setting latency timer to 64
[ 0.633708] alloc irq_desc for 25 on node -1
[ 0.633713] alloc kstat_irqs on node -1
[ 0.633737] pcieport 0000:00:18.0: irq 25 for MSI/MSI-X
[ 0.633762] pcieport 0000:00:18.0: setting latency timer to 64
[ 0.633990] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.634046] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.634322] ACPI: AC Adapter [AC0] (on-line)
[ 0.634560] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.639386] ACPI: Lid Switch [LID]
[ 0.639499] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.639512] ACPI: Sleep Button [SLPB]
[ 0.639611] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[ 0.639618] ACPI: Power Button [PWRB]
[ 0.639753] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.639761] ACPI: Power Button [PWRF]
[ 0.641602] ACPI: SSDT 2ff9e3e0 00594 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.643881] Monitor-Mwait will be used to enter C-1 state
[ 0.643986] processor LNXCPU:00: registered as cooling_device0
[ 0.644786] ACPI: SSDT 2ff9e350 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
[ 0.647619] processor LNXCPU:01: registered as cooling_device1
[ 0.649060] processor LNXCPU:02: registered as cooling_device2
[ 0.650809] processor LNXCPU:03: registered as cooling_device3
[ 0.675986] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.676006] ACPI: Thermal Zone [TZ00] (41 C)
[ 0.676920] isapnp: Scanning for PnP cards...
[ 0.677064] ACPI: Battery Slot [BAT0] (battery absent)
[ 0.680579] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.683735] brd: module loaded
[ 0.684941] loop: module loaded
[ 0.685171] input: Macintosh mouse button emulation as /devices/virtual/input/input4
[ 0.686488] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 21
[ 0.686501] alloc irq_desc for 21 on node -1
[ 0.686506] alloc kstat_irqs on node -1
[ 0.686521] pata_acpi 0000:00:0b.0: PCI INT A -> Link[LSA0] -> GSI 21 (level, low) -> IRQ 21
[ 0.686578] pata_acpi 0000:00:0b.0: setting latency timer to 64
[ 0.686604] pata_acpi 0000:00:0b.0: PCI INT A disabled
[ 0.687349] Fixed MDIO Bus: probed
[ 0.687437] PPP generic driver version 2.4.2
[ 0.687558] tun: Universal TUN/TAP device driver, 1.6
[ 0.687563] tun: (C) 1999-2004 Max Krasnyansky <email address hidden>
[ 0.687772] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.688739] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 20
[ 0.688750] alloc irq_desc for 20 on node -1
[ 0.688755] alloc kstat_irqs on node -1
[ 0.688769] ehci_hcd 0000:00:04.1: PCI INT B -> Link[LUB2] -> GSI 20 (level, low) -> IRQ 20
[ 0.688804] ehci_hcd 0000:00:04.1: setting latency timer to 64
[ 0.688811] ehci_hcd 0000:00:04.1: EHCI Host Controller
[ 0.688930] ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
[ 0.688973] ehci_hcd 0000:00:04.1: debug port 1
[ 0.688985] ehci_hcd 0000:00:04.1: cache line size of 32 is not supported
[ 0.689017] ehci_hcd 0000:00:04.1: irq 20, io mem 0xf9f7ec00
[ 0.701535] ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
[ 0.701742] usb usb1: configuration #1 chosen from 1 choice
[ 0.701814] hub 1-0:1.0: USB hub found
[ 0.701849] hub 1-0:1.0: 3 ports detected
[ 0.702880] ACPI: PCI Interrupt Link [UB12] enabled at IRQ 23
[ 0.702891] ehci_hcd 0000:00:06.1: PCI INT B -> Link[UB12] -> GSI 23 (level, low) -> IRQ 23
[ 0.702921] ehci_hcd 0000:00:06.1: setting latency timer to 64
[ 0.702927] ehci_hcd 0000:00:06.1: EHCI Host Controller
[ 0.703025] ehci_hcd 0000:00:06.1: new USB bus registered, assigned bus number 2
[ 0.703063] ehci_hcd 0000:00:06.1: debug port 1
[ 0.703077] ehci_hcd 0000:00:06.1: cache line size of 32 is not supported
[ 0.703107] ehci_hcd 0000:00:06.1: irq 23, io mem 0xf9f7e800
[ 0.713567] ehci_hcd 0000:00:06.1: USB 2.0 started, EHCI 1.00
[ 0.713885] usb usb2: configuration #1 chosen from 1 choice
[ 0.713984] hub 2-0:1.0: USB hub found
[ 0.714012] hub 2-0:1.0: 6 ports detected
[ 0.714194] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.715609] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 22
[ 0.715625] ohci_hcd 0000:00:04.0: PCI INT A -> Link[LUB0] -> GSI 22 (level, low) -> IRQ 22
[ 0.715671] ohci_hcd 0000:00:04.0: setting latency timer to 64
[ 0.715680] ohci_hcd 0000:00:04.0: OHCI Host Controller
[ 0.715838] ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 3
[ 0.715900] ohci_hcd 0000:00:04.0: irq 22, io mem 0xf9f7f000
[ 0.771849] usb usb3: configuration #1 chosen from 1 choice
[ 0.771958] hub 3-0:1.0: USB hub found
[ 0.771987] hub 3-0:1.0: 3 ports detected
[ 0.773445] ACPI: PCI Interrupt Link [UB11] enabled at IRQ 21
[ 0.773462] ohci_hcd 0000:00:06.0: PCI INT A -> Link[UB11] -> GSI 21 (level, low) -> IRQ 21
[ 0.773547] ohci_hcd 0000:00:06.0: setting latency timer to 64
[ 0.773556] ohci_hcd 0000:00:06.0: OHCI Host Controller
[ 0.773722] ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 4
[ 0.773782] ohci_hcd 0000:00:06.0: irq 21, io mem 0xf9f7d000
[ 0.797531] Freeing initrd memory: 8085k freed
[ 0.831793] usb usb4: configuration #1 chosen from 1 choice
[ 0.831871] hub 4-0:1.0: USB hub found
[ 0.831895] hub 4-0:1.0: 6 ports detected
[ 0.832028] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.832210] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 0.849634] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.849655] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.849920] mice: PS/2 mouse device common for all mice
[ 0.850301] rtc_cmos 00:08: RTC can wake from S4
[ 0.850409] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[ 0.850479] rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
[ 0.850790] device-mapper: uevent: version 1.0.3
[ 0.851079] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: <email address hidden>
[ 0.851444] device-mapper: multipath: version 1.1.0 loaded
[ 0.851451] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.851767] EISA: Probing bus 0 at eisa.0
[ 0.851787] Cannot allocate resource for EISA slot 4
[ 0.851806] EISA: Detected 0 cards.
[ 0.852383] cpuidle: using governor ladder
[ 0.852389] cpuidle: using governor menu
[ 0.853402] TCP cubic registered
[ 0.853807] NET: Registered protocol family 10
[ 0.854827] lo: Disabled Privacy Extensions
[ 0.855547] NET: Registered protocol family 17
[ 0.855693] Using IPI No-Shortcut mode
[ 0.855903] PM: Resume from disk failed.
[ 0.855930] registered taskstats version 1
[ 0.856590] Magic number: 2:476:846
[ 0.856793] rtc_cmos 00:08: setting system clock to 2010-07-25 17:48:27 UTC (1280080107)
[ 0.856801] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.856805] EDD information not available.
[ 0.867447] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[ 1.030197] isapnp: No Plug & Play device found
[ 1.030241] Freeing unused kernel memory: 656k freed
[ 1.030817] Write protecting the kernel text: 4676k
[ 1.030894] Write protecting the kernel read-only data: 1840k
[ 1.070848] udev: starting version 151
[ 1.126000] usb 1-2: new high speed USB device using ehci_hcd and address 3
[ 1.249987] ahci 0000:00:0b.0: version 3.0
[ 1.250027] ahci 0000:00:0b.0: PCI INT A -> Link[LSA0] -> GSI 21 (level, low) -> IRQ 21
[ 1.250123] alloc irq_desc for 26 on node -1
[ 1.250131] alloc kstat_irqs on node -1
[ 1.250156] ahci 0000:00:0b.0: irq 26 for MSI/MSI-X
[ 1.250331] ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl IDE mode
[ 1.250345] ahci 0000:00:0b.0: flags: 64bit ncq sntf led pmp pio
[ 1.250359] ahci 0000:00:0b.0: setting latency timer to 64
[ 1.252875] scsi0 : ahci
[ 1.253489] scsi1 : ahci
[ 1.253722] scsi2 : ahci
[ 1.253934] scsi3 : ahci
[ 1.254116] scsi4 : ahci
[ 1.254306] scsi5 : ahci
[ 1.254749] ata1: SATA max UDMA/133 abar m8192@0xf9f76000 port 0xf9f76100 irq 26
[ 1.254757] ata2: SATA max UDMA/133 abar m8192@0xf9f76000 port 0xf9f76180 irq 26
[ 1.254764] ata3: SATA max UDMA/133 abar m8192@0xf9f76000 port 0xf9f76200 irq 26
[ 1.254771] ata4: SATA max UDMA/133 abar m8192@0xf9f76000 port 0xf9f76280 irq 26
[ 1.254778] ata5: SATA max UDMA/133 abar m8192@0xf9f76000 port 0xf9f76300 irq 26
[ 1.254784] ata6: SATA max UDMA/133 abar m8192@0xf9f76000 port 0xf9f76380 irq 26
[ 1.262509] usb 1-2: configuration #1 chosen from 1 choice
[ 1.305229] Initializing USB Mass Storage driver...
[ 1.305491] scsi6 : SCSI emulation for USB Mass Storage devices
[ 1.305716] usb-storage: device found at 3
[ 1.305725] usb-storage: waiting for device to settle before scanning
[ 1.305778] usbcore: registered new interface driver usb-storage
[ 1.305785] USB Mass Storage support registered.
[ 1.372043] usb 1-3: new high speed USB device using ehci_hcd and address 4
[ 1.509147] usb 1-3: configuration #1 chosen from 1 choice
[ 1.572058] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.572101] ata3: SATA link down (SStatus 0 SControl 300)
[ 1.572151] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.572206] ata6: SATA link down (SStatus 0 SControl 300)
[ 1.572224] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.736037] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.775382] ata1.00: ATA-8: WDC WD2500BEVT-80A23T0, 01.01A01, max UDMA/133
[ 1.775390] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.776744] ata1.00: configured for UDMA/133
[ 1.776993] scsi 0:0:0:0: Direct-Access ATA WDC WD2500BEVT-8 01.0 PQ: 0 ANSI: 5
[ 1.777509] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.777544] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.777736] sd 0:0:0:0: [sda] Write Protect is off
[ 1.777746] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.777902] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.778363] sda: sda1 sda2 sda3 sda4
[ 1.789514] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.912050] usb 4-3: new full speed USB device using ohci_hcd and address 2
[ 2.138762] usb 4-3: configuration #1 chosen from 1 choice
[ 2.444044] usb 3-1: new full speed USB device using ohci_hcd and address 2
[ 2.665811] usb 3-1: configuration #1 chosen from 1 choice
[ 2.701976] usbcore: registered new interface driver hiddev
[ 2.707213] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:04.0/usb3/3-1/3-1:1.0/input/input6
[ 2.707723] generic-usb 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:04.0-1/input0
[ 2.717971] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:04.0/usb3/3-1/3-1:1.1/input/input7
[ 2.718700] generic-usb 0003:046D:C52F.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:04.0-1/input1
[ 2.718777] usbcore: registered new interface driver usbhid
[ 2.718873] usbhid: v2.6:USB HID core driver
[ 3.505484] EXT4-fs (loop0): mounted filesystem with ordered data mode
[ 6.304345] usb-storage: device scan complete
[ 6.306400] scsi 6:0:0:0: CD-ROM ASUS SDRW-08D1S-U A202 PQ: 0 ANSI: 0
[ 6.315265] sr0: scsi3-mmc drive: 62x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 6.315277] Uniform CD-ROM driver Revision: 3.20
[ 6.315553] sr 6:0:0:0: Attached scsi CD-ROM sr0
[ 6.315729] sr 6:0:0:0: Attached scsi generic sg1 type 5
[ 12.664391] udev: starting version 151
[ 12.713372] lp: driver loaded but no devices found
[ 12.875244] i2c i2c-0: nForce2 SMBus adapter at 0x4d00
[ 12.875260] ACPI: resource nForce2_smbus [0x4e00-0x4e3f] conflicts with ACPI region SM00 [0x4e00-0x4e3f]
[ 12.875269] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 12.875278] nForce2_smbus 0000:00:03.2: Error probing SMB2.
[ 13.001085] Bluetooth: Core ver 2.15
[ 13.008540] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 13.013188] acpi device:11: registered as cooling_device4
[ 13.013722] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0e/LNXVIDEO:00/input/input8
[ 13.013892] ACPI: Video Device [IGPU] (multi-head: yes rom: no post: no)
[ 13.052982] NET: Registered protocol family 31
[ 13.052991] Bluetooth: HCI device and connection manager initialized
[ 13.053000] Bluetooth: HCI socket layer initialized
[ 13.089828] rtllib_crypt: registered algorithm 'NULL'
[ 13.089840] rtllib_crypt: registered algorithm 'TKIP'
[ 13.089846] rtllib_crypt: registered algorithm 'CCMP'
[ 13.089853] rtllib_crypt: registered algorithm 'WEP'
[ 13.089859]
[ 13.089861] Linux kernel driver for RTL8192 based WLAN cards
[ 13.089867] Copyright (c) 2007-2008, Realsil Wlan Driver
[ 13.089961] rtl819xSE 0000:07:00.0: enabling device (0000 -> 0003)
[ 13.091330] ACPI: PCI Interrupt Link [LN4A] enabled at IRQ 19
[ 13.091346] alloc irq_desc for 19 on node -1
[ 13.091353] alloc kstat_irqs on node -1
[ 13.091373] rtl819xSE 0000:07:00.0: PCI INT A -> Link[LN4A] -> GSI 19 (level, low) -> IRQ 19
[ 13.091391] rtl819xSE 0000:07:00.0: setting latency timer to 64
[ 13.098707] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 13.099147] usbcore: registered new interface driver btusb
[ 13.151643] ACPI: PCI Interrupt Link [LN6A] enabled at IRQ 18
[ 13.151663] alloc irq_desc for 18 on node -1
[ 13.151670] alloc kstat_irqs on node -1
[ 13.151692] atl1c 0000:09:00.0: PCI INT A -> Link[LN6A] -> GSI 18 (level, low) -> IRQ 18
[ 13.151725] atl1c 0000:09:00.0: setting latency timer to 64
[ 13.164155] Linux video capture interface: v2.00
[ 13.179652] Adapter(8192SE) is found - DeviceID=8171
[ 13.213168] Linux agpgart interface v0.103
[ 13.215671] uvcvideo: Found UVC 1.00 device USB 2.0 PC Cam (13d3:5126)
[ 13.218819] input: USB 2.0 PC Cam as /devices/pci0000:00/0000:00:04.1/usb1/1-3/1-3:1.0/input/input9
[ 13.219113] usbcore: registered new interface driver uvcvideo
[ 13.219129] USB Video Class driver (v0.1.0)
[ 13.245119] atl1c 0000:09:00.0: version 1.0.0.1-NAPI
[ 13.287303] [drm] Initialized drm 1.1.0 20060810
[ 13.414951] ACPI: PCI Interrupt Link [SGRU] enabled at IRQ 20
[ 13.414966] nouveau 0000:05:00.0: PCI INT A -> Link[SGRU] -> GSI 20 (level, low) -> IRQ 20
[ 13.414978] nouveau 0000:05:00.0: setting latency timer to 64
[ 13.418146] [drm] nouveau 0000:05:00.0: failed to evaluate _DSM: 5
[ 13.418951] [drm] nouveau 0000:05:00.0: Detected an NV50 generation card (0x0acb00b1)
[ 13.420542] [drm] nouveau 0000:05:00.0: Attempting to load BIOS image from PRAMIN
[ 13.493433] [drm] nouveau 0000:05:00.0: ... appears to be valid
[ 13.493451] [drm] nouveau 0000:05:00.0: BIT BIOS found
[ 13.493461] [drm] nouveau 0000:05:00.0: Bios version 62.79.67.00
[ 13.493474] [drm] nouveau 0000:05:00.0: TMDS table revision 2.0 not currently supported
[ 13.493486] [drm] nouveau 0000:05:00.0: Found Display Configuration Block version 4.0
[ 13.493499] [drm] nouveau 0000:05:00.0: DCB connector table: VHER 0x40 5 16 4
[ 13.493508] [drm] nouveau 0000:05:00.0: 0: 0x00000040: type 0x40 idx 0 tag 0xff
[ 13.493518] [drm] nouveau 0000:05:00.0: 1: 0x00000100: type 0x00 idx 1 tag 0xff
[ 13.493527] [drm] nouveau 0000:05:00.0: 2: 0x00001261: type 0x61 idx 2 tag 0x07
[ 13.493537] [drm] nouveau 0000:05:00.0: Raw DCB entry 0: 01000323 00010034
[ 13.493548] [drm] nouveau 0000:05:00.0: Raw DCB entry 1: 02011300 0000001e
[ 13.493558] [drm] nouveau 0000:05:00.0: Raw DCB entry 2: 02022332 00020010
[ 13.493567] [drm] nouveau 0000:05:00.0: Raw DCB entry 3: 0000000e 00000000
[ 13.502941] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 0 at offset 0xDEFA
[ 13.507563] type=1505 audit(1280094520.148:2): operation="profile_load" pid=688 name="/sbin/dhclient3"
[ 13.508358] type=1505 audit(1280094520.148:3): operation="profile_load" pid=688 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[ 13.508826] type=1505 audit(1280094520.148:4): operation="profile_load" pid=688 name="/usr/lib/connman/scripts/dhclient-script"
[ 13.606095] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 1 at offset 0xE1D2
[ 13.606109] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 2 at offset 0xE1D4
[ 13.606129] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 3 at offset 0xE295
[ 13.606152] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table 4 at offset 0xE35A
[ 13.606162] [drm] nouveau 0000:05:00.0: Parsing VBIOS init table at offset 0xE3BF
[ 13.629578] [drm] nouveau 0000:05:00.0: 0xE3BF: Condition still not met after 20ms, skipping following opcodes
[ 13.629602] [drm] nouveau 0000:05:00.0: 0xC4E6: parsing output script 0
[ 13.629613] [drm] nouveau 0000:05:00.0: 0xC86A: parsing output script 0
[ 13.699451] HDA Intel 0000:00:08.0: power state changed by ACPI to D0
[ 13.700634] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 23
[ 13.700647] HDA Intel 0000:00:08.0: PCI INT A -> Link[LAZA] -> GSI 23 (level, low) -> IRQ 23
[ 13.700657] hda_intel: Disable MSI for Nvidia chipset
[ 13.700709] HDA Intel 0000:00:08.0: setting latency timer to 64
[ 13.740843] [TTM] Zone kernel: Available graphics memory: 383544 kiB.
[ 13.740869] [drm] nouveau 0000:05:00.0: 256 MiB VRAM
[ 13.770108] [drm] nouveau 0000:05:00.0: 512 MiB GART (aperture)
[ 13.771019] [drm] nouveau 0000:05:00.0: Allocating FIFO number 1
[ 13.776462] [drm] nouveau 0000:05:00.0: nouveau_channel_alloc: initialised FIFO 1
[ 13.777384] [drm] nouveau 0000:05:00.0: Detected a LVDS output
[ 13.777397] [drm] nouveau 0000:05:00.0: Detected a DAC output
[ 13.777403] [drm] nouveau 0000:05:00.0: Detected a TMDS output
[ 13.777411] [drm] nouveau 0000:05:00.0: Detected a LVDS connector
[ 13.874977] [drm] nouveau 0000:05:00.0: Detected a VGA connector
[ 13.875421] [drm] nouveau 0000:05:00.0: Detected a DVI-D connector
[ 14.117516] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000
[ 14.199198] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input10
[ 14.505549] hda_codec: ALC269: BIOS auto-probing.
[ 14.577738] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.0/input/input11
[ 14.996555] [drm] nouveau 0000:05:00.0: allocated 1366x768 fb: 0x40250000, bo c81da800
[ 14.996751] fb0: nouveaufb frame buffer device
[ 14.996759] registered panic notifier
[ 14.996774] [drm] Initialized nouveau 0.0.15 20090420 for 0000:05:00.0 on minor 0
[ 15.002268] vga16fb: initializing
[ 15.002280] vga16fb: mapped to 0xc00a0000
[ 15.002292] vga16fb: not registering due to another framebuffer present
[ 15.025958] [drm] nouveau 0000:05:00.0: 0xC4EA: parsing output script 1
[ 15.026644] [drm] nouveau 0000:05:00.0: 0xC377: parsing clock script 0
[ 15.027056] Console: switching to colour frame buffer device 170x48
[ 15.286392] [drm] nouveau 0000:05:00.0: 0xC4E1: parsing clock script 1
[ 17.610007] Adding 261112k swap on /host/ubuntu/disks/swap.disk. Priority:-1 extents:1 across:261112k
[ 17.863497] type=1505 audit(1280094524.503:5): operation="profile_replace" pid=842 name="/sbin/dhclient3"
[ 17.864380] type=1505 audit(1280094524.507:6): operation="profile_replace" pid=842 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[ 17.864845] type=1505 audit(1280094524.507:7): operation="profile_replace" pid=842 name="/usr/lib/connman/scripts/dhclient-script"
[ 17.871749] type=1505 audit(1280094524.511:8): operation="profile_load" pid=843 name="/usr/bin/evince"
[ 17.879469] type=1505 audit(1280094524.519:9): operation="profile_load" pid=843 name="/usr/bin/evince-previewer"
[ 17.884085] type=1505 audit(1280094524.527:10): operation="profile_load" pid=843 name="/usr/bin/evince-thumbnailer"
[ 17.895372] type=1505 audit(1280094524.535:11): operation="profile_load" pid=846 name="/usr/lib/cups/backend/cups-pdf"
[ 17.966125] rtl819xSE 0000:07:00.0: firmware: requesting RTL8192SE/rtl8192sfw.bin
[ 18.084785] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
[ 18.094589] ===>rtllib_start_scan()
[ 18.095398] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 18.102836] alloc irq_desc for 27 on node -1
[ 18.102848] alloc kstat_irqs on node -1
[ 18.102880] atl1c 0000:09:00.0: irq 27 for MSI/MSI-X
[ 18.103790] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 18.252103] Bluetooth: L2CAP ver 2.14
[ 18.252112] Bluetooth: L2CAP socket layer initialized
[ 18.271704] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 18.271715] Bluetooth: BNEP filters: protocol multicast
[ 18.300832] ppdev: user-space parallel port driver
[ 18.308501] Bridge firewalling registered
[ 18.616744] [drm] nouveau 0000:05:00.0: Allocating FIFO number 2
[ 18.622643] [drm] nouveau 0000:05:00.0: nouveau_channel_alloc: initialised FIFO 2
[ 18.930940] CPU0 attaching NULL sched-domain.
[ 18.930955] CPU1 attaching NULL sched-domain.
[ 18.930961] CPU2 attaching NULL sched-domain.
[ 18.930967] CPU3 attaching NULL sched-domain.
[ 18.961632] CPU0 attaching sched-domain:
[ 18.961641] domain 0: span 0,2 level SIBLING
[ 18.961648] groups: 0 (cpu_power = 589) 2 (cpu_power = 589)
[ 18.961661] domain 1: span 0,2 level MC
[ 18.961666] groups: 0,2 (cpu_power = 1178)
[ 18.961676] domain 2: span 0-3 level CPU
[ 18.961681] groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[ 18.961696] CPU1 attaching sched-domain:
[ 18.961701] domain 0: span 1,3 level SIBLING
[ 18.961707] groups: 1 (cpu_power = 589) 3 (cpu_power = 589)
[ 18.961718] domain 1: span 1,3 level MC
[ 18.961723] groups: 1,3 (cpu_power = 1178)
[ 18.961733] domain 2: span 0-3 level CPU
[ 18.961738] groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[ 18.961751] CPU2 attaching sched-domain:
[ 18.961756] domain 0: span 0,2 level SIBLING
[ 18.961761] groups: 2 (cpu_power = 589) 0 (cpu_power = 589)
[ 18.961773] domain 1: span 0,2 level MC
[ 18.961778] groups: 0,2 (cpu_power = 1178)
[ 18.961787] domain 2: span 0-3 level CPU
[ 18.961792] groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[ 18.961806] CPU3 attaching sched-domain:
[ 18.961811] domain 0: span 1,3 level SIBLING
[ 18.961816] groups: 3 (cpu_power = 589) 1 (cpu_power = 589)
[ 18.961828] domain 1: span 1,3 level MC
[ 18.961833] groups: 1,3 (cpu_power = 1178)
[ 18.961842] domain 2: span 0-3 level CPU
[ 18.961847] groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[ 21.035138] CPU0 attaching NULL sched-domain.
[ 21.035157] CPU1 attaching NULL sched-domain.
[ 21.035166] CPU2 attaching NULL sched-domain.
[ 21.035174] CPU3 attaching NULL sched-domain.
[ 21.069722] CPU0 attaching sched-domain:
[ 21.069734] domain 0: span 0,2 level SIBLING
[ 21.069743] groups: 0 (cpu_power = 589) 2 (cpu_power = 589)
[ 21.069762] domain 1: span 0,2 level MC
[ 21.069769] groups: 0,2 (cpu_power = 1178)
[ 21.069783] domain 2: span 0-3 level CPU
[ 21.069790] groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[ 21.069814] CPU1 attaching sched-domain:
[ 21.069821] domain 0: span 1,3 level SIBLING
[ 21.069829] groups: 1 (cpu_power = 589) 3 (cpu_power = 589)
[ 21.069846] domain 1: span 1,3 level MC
[ 21.069853] groups: 1,3 (cpu_power = 1178)
[ 21.069866] domain 2: span 0-3 level CPU
[ 21.069874] groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[ 21.069893] CPU2 attaching sched-domain:
[ 21.069900] domain 0: span 0,2 level SIBLING
[ 21.069908] groups: 2 (cpu_power = 589) 0 (cpu_power = 589)
[ 21.069924] domain 1: span 0,2 level MC
[ 21.069932] groups: 0,2 (cpu_power = 1178)
[ 21.069944] domain 2: span 0-3 level CPU
[ 21.069952] groups: 0,2 (cpu_power = 1178) 1,3 (cpu_power = 1178)
[ 21.069971] CPU3 attaching sched-domain:
[ 21.069979] domain 0: span 1,3 level SIBLING
[ 21.069986] groups: 3 (cpu_power = 589) 1 (cpu_power = 589)
[ 21.070003] domain 1: span 1,3 level MC
[ 21.070010] groups: 1,3 (cpu_power = 1178)
[ 21.070023] domain 2: span 0-3 level CPU
[ 21.070030] groups: 1,3 (cpu_power = 1178) 0,2 (cpu_power = 1178)
[ 25.092061] ----------->rtl8192se_check_hw_scan()
[ 25.092069] FW Scan long time without stop, stop hw scan
[ 25.093082] <-----------rtl8192se_check_hw_scan()
[ 25.113832] Bluetooth: SCO (Voice Link) ver 0.6
[ 25.113841] Bluetooth: SCO socket layer initialized
[ 25.236101] Bluetooth: RFCOMM TTY layer initialized
[ 25.236116] Bluetooth: RFCOMM socket layer initialized
[ 25.236125] Bluetooth: RFCOMM ver 1.11
[ 32.132532] ----------->rtl8192se_check_hw_scan()
[ 32.132541] FW Scan long time without stop, stop hw scan
[ 32.133552] <-----------rtl8192se_check_hw_scan()
[ 40.055710] UDF-fs: Partition marked readonly; forcing readonly mount
[ 40.130136] UDF-fs INFO UDF: Mounting volume 'Rescue Me Season 5 Part 2 Disc', timestamp 2009/10/08 23:50 (1f10)
[ 45.473815] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
[ 50.166483] usb 1-2: USB disconnect, address 3
[ 51.877656] scsi 6:0:0:0: rejecting I/O to dead device
[ 52.480050] ----------->rtl8192se_check_hw_scan()
[ 52.480058] FW Scan long time without stop, stop hw scan
[ 52.481073] <-----------rtl8192se_check_hw_scan()
[ 57.396064] usb 1-2: new high speed USB device using ehci_hcd and address 5
[ 57.530190] usb 1-2: configuration #1 chosen from 1 choice
[ 57.530748] scsi7 : SCSI emulation for USB Mass Storage devices
[ 57.531021] usb-storage: device found at 5
[ 57.531029] usb-storage: waiting for device to settle before scanning
[ 62.528332] usb-storage: device scan complete
[ 62.530391] scsi 7:0:0:0: Direct-Access SanDisk U3 Cruzer Micro 2.18 PQ: 0 ANSI: 2
[ 62.531936] sd 7:0:0:0: Attached scsi generic sg1 type 0
[ 62.532905] sd 7:0:0:0: [sdb] 2006673 512-byte logical blocks: (1.02 GB/979 MiB)
[ 62.534323] sd 7:0:0:0: [sdb] Write Protect is off
[ 62.534339] sd 7:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 62.534348] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[ 62.539279] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[ 62.539299] sdb: sdb1
[ 62.549234] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[ 62.549251] sd 7:0:0:0: [sdb] Attached SCSI removable disk
[ 75.475252] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
[ 82.485039] ----------->rtl8192se_check_hw_scan()
[ 82.485048] FW Scan long time without stop, stop hw scan
[ 82.486063] <-----------rtl8192se_check_hw_scan()
[ 115.473844] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1

Revision history for this message
Michael Johnson (the301st-spartan) said :
#9

Mark

I hooked my computer up via LAN and did what you requested. Output is:

E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
Hit http://us.archive.ubuntu.com lucid Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
Hit http://security.ubuntu.com lucid-security Release.gpg
Ign http://security.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com lucid-updates Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com lucid Release
Ign http://security.ubuntu.com/ubuntu/ lucid-security/restricted Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/universe Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-en_US
Hit http://security.ubuntu.com lucid-security Release
Hit http://us.archive.ubuntu.com lucid-updates Release
Hit http://security.ubuntu.com lucid-security/main Packages
Hit http://us.archive.ubuntu.com lucid/main Packages
Hit http://us.archive.ubuntu.com lucid/restricted Packages
Hit http://us.archive.ubuntu.com lucid/main Sources
Hit http://us.archive.ubuntu.com lucid/restricted Sources
Hit http://us.archive.ubuntu.com lucid/universe Packages
Hit http://security.ubuntu.com lucid-security/restricted Packages
Hit http://security.ubuntu.com lucid-security/main Sources
Hit http://security.ubuntu.com lucid-security/restricted Sources
Hit http://security.ubuntu.com lucid-security/universe Packages
Hit http://us.archive.ubuntu.com lucid/universe Sources
Hit http://us.archive.ubuntu.com lucid/multiverse Packages
Hit http://us.archive.ubuntu.com lucid/multiverse Sources
Hit http://us.archive.ubuntu.com lucid-updates/main Packages
Hit http://us.archive.ubuntu.com lucid-updates/restricted Packages
Hit http://us.archive.ubuntu.com lucid-updates/main Sources
Hit http://us.archive.ubuntu.com lucid-updates/restricted Sources
Hit http://us.archive.ubuntu.com lucid-updates/universe Packages
Hit http://us.archive.ubuntu.com lucid-updates/universe Sources
Hit http://security.ubuntu.com lucid-security/universe Sources
Hit http://security.ubuntu.com lucid-security/multiverse Packages
Hit http://security.ubuntu.com lucid-security/multiverse Sources
Hit http://us.archive.ubuntu.com lucid-updates/multiverse Packages
Hit http://us.archive.ubuntu.com lucid-updates/multiverse Sources
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
E: Couldn't rebuild package cache
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
Reading package lists... Done
Building dependency tree
Reading state information... Done
Initializing package states... Done
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
  *-network
       description: Wireless interface
       product: Realtek Semiconductor Co., Ltd.
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:07:00.0
       logical name: wlan0
       version: 10
       serial: 1c:4b:d6:df:da:71
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rtl819xSE driverversion=0014.0115.2010 firmware=62 latency=0 link=no multicast=yes wireless=802.11bgn
       resources: irq:19 ioport:d800(size=256) memory:fbefc000-fbefffff
  *-network
       description: Ethernet interface
       product: Atheros AR8132 / L1c Gigabit Ethernet Adapter
       vendor: Atheros Communications
       physical id: 0
       bus info: pci@0000:09:00.0
       logical name: eth0
       version: c0
       serial: 48:5b:39:76:31:9e
       size: 100MB/s
       capacity: 100MB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.0.1-NAPI duplex=full firmware=N/A ip=192.168.1.71 latency=0 link=yes multicast=yes port=twisted pair speed=100MB/s
       resources: irq:27 memory:fbfc0000-fbffffff ioport:ec00(size=128)
0: hci0: Bluetooth
 Soft blocked: no
 Hard blocked: no
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wlan0 No scan results

pan0 Interface doesn't support scanning.

auto lo
iface lo inet loopback

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04 LTS"
00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aae] (rev b3)
00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
00:06.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa7] (rev b1)
00:06.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa9] (rev b1)
00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
00:0b.0 IDE interface [0101]: nVidia Corporation MCP79 SATA Controller [10de:0ab5] (rev b1)
00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
00:16.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0ac7] (rev b1)
00:18.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0ac7] (rev b1)
05:00.0 VGA compatible controller [0300]: nVidia Corporation ION VGA [GeForce 9400M] [10de:0876] (rev b1)
07:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8171] (rev 10)
09:00.0 Ethernet controller [0200]: Atheros Communications Atheros AR8132 / L1c Gigabit Ethernet Adapter [1969:1062] (rev c0)
Bus 004 Device 002: ID 0b05:1788 ASUSTek Computer, Inc.
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 046d:c52f Logitech, Inc.
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 13d3:5126 IMC Networks
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
H/W path Device Class Description
====================================================
                             system 1201N
/0 bus 1201N
/0/0 memory 64KiB BIOS
/0/4 processor Intel(R) Atom(TM) CPU 330 @ 1.60GHz
/0/4/5 memory 48KiB L1 cache
/0/4/6 memory 1MiB L2 cache
/0/4/2.1 processor Logical CPU
/0/4/2.2 processor Logical CPU
/0/4/2.3 processor Logical CPU
/0/4/2.4 processor Logical CPU
/0/2a memory 2GiB System Memory
/0/2a/0 memory 1GiB DIMM SDRAM Synchronous 2048 MHz (0.5 ns)
/0/2a/1 memory [empty]
/0/2a/2 memory 1GiB DIMM SDRAM Synchronous 2048 MHz (0.5 ns)
/0/2a/3 memory [empty]
/0/100 bridge MCP79 Host Bridge
/0/100/0.1 memory RAM memory
/0/100/3 bridge MCP79 LPC Bridge
/0/100/3.1 memory RAM memory
/0/100/3.2 bus MCP79 SMBus
/0/100/3.3 memory RAM memory
/0/100/3.5 processor MCP79 Co-processor
/0/100/4 bus MCP79 OHCI USB 1.1 Controller
/0/100/4.1 bus MCP79 EHCI USB 2.0 Controller
/0/100/6 bus MCP79 OHCI USB 1.1 Controller
/0/100/6.1 bus MCP79 EHCI USB 2.0 Controller
/0/100/8 multimedia MCP79 High Definition Audio
/0/100/9 bridge MCP79 PCI Bridge
/0/100/b scsi0 storage MCP79 SATA Controller
/0/100/b/0.0.0 /dev/sda disk 250GB WDC WD2500BEVT-8
/0/100/b/0.0.0/1 /dev/sda1 volume 100GiB Windows NTFS volume
/0/100/b/0.0.0/2 /dev/sda2 volume 122GiB Windows NTFS volume
/0/100/b/0.0.0/3 /dev/sda3 volume 10GiB Windows FAT volume
/0/100/b/0.0.0/4 /dev/sda4 volume 15MiB EFI (FAT-12/16/32) partition
/0/100/10 bridge MCP79 PCI Express Bridge
/0/100/10/0 display ION VGA [GeForce 9400M]
/0/100/16 bridge MCP79 PCI Express Bridge
/0/100/16/0 wlan0 network Realtek Semiconductor Co., Ltd.
/0/100/18 bridge MCP79 PCI Express Bridge
/0/100/18/0 eth0 network Atheros AR8132 / L1c Gigabit Ethernet Adapter
Linux ubuntu 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux
[ 0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[ 0.000000] found SMP MP-table at [c00ff780] ff780
[ 0.386326] ACPI: EC: EC description table is found, configuring boot EC
[ 0.389666] ACPI Error (dswload-0659): [USB0] Namespace lookup failure, AE_NOT_FOUND
[ 0.389690] ACPI Error (psparse-0537): Method parse/execution failed [\] (Node c08ce7dc), AE_NOT_FOUND
[ 0.466342] ACPI: No dock devices found.
[ 0.552659] Switching to clocksource tsc
[ 0.570818] pnp: PnP ACPI: found 12 devices
[ 0.638266] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.643261] ACPI: Lid Switch [LID]
[ 0.706887] hub 1-0:1.0: USB hub found
[ 0.718875] hub 2-0:1.0: USB hub found
[ 0.776845] hub 3-0:1.0: USB hub found
[ 0.832847] hub 4-0:1.0: USB hub found
[ 0.852649] device-mapper: multipath: version 1.1.0 loaded
[ 0.852660] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.858165] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.033034] isapnp: No Plug & Play device found
[ 15.324086] lp: driver loaded but no devices found
[ 15.776937] uvcvideo: Found UVC 1.00 device USB 2.0 PC Cam (13d3:5126)
[ 15.826026] Adapter(8192SE) is found - DeviceID=8171
[ 16.150438] [drm] nouveau 0000:05:00.0: BIT BIOS found
[ 16.150470] [drm] nouveau 0000:05:00.0: Found Display Configuration Block version 4.0
[ 17.673177] Console: switching to colour frame buffer device 170x48
[ 19.989822] rtl819xSE 0000:07:00.0: firmware: requesting RTL8192SE/rtl8192sfw.bin
[ 20.114985] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 20.123268] atl1c 0000:09:00.0: atl1c: eth0 NIC Link is Up<100 Mbps Full Duplex>
[ 30.468017] eth0: no IPv6 routers present
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 802.11bgn Nickname:"rtl8191SEVA1"
          Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated
          Bit Rate:135 Mb/s
          Retry:on RTS thr:off Fragment thr:off
          Power Management:off
          Link Quality=10/100 Signal level=0 dBm Noise level=-100 dBm
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:0 Missed beacon:0

pan0 no wireless extensions.

/etc/modprobe.d/blacklist.conf:# replaced by b43 and ssb.
/etc/modprobe.d/blacklist-watchdog.conf:blacklist twl4030_wdt
sudo: hwinfo: command not found
 * Reconfiguring network interfaces... Ignoring unknown interface eth0=eth0.
                                                                                                                                                                 [ OK ]

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10

ok you wifi has an IP (192.168.1.71) so lets try this:

gksudo gedit /etc/resolv.conf

delete ALL text and add these 2 lines:

nameserver 8.8.8.8
nameserver 8.8.4.4

Save the new file, close gedit and ALL browsers then retry the internet. You may also want to run:

 sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a

To fix your package lock

Revision history for this message
Michael Johnson (the301st-spartan) said :
#11

After I hooked up via LAN and allowed Ubuntu to update the problem seems to have been fixed. Thanks for all your help. :)