You are not logged in.
Hi,
always been using #!, and I especially liked the support for broadcom wireless. Yesterday I installed the new image from scratch, but I'm disappointed that now my wireless broadcom card 4311 is not working anymore like it used to in previous version (out of the box).
I know of the forum pages, but it was very nice to have a distro that I truly like (ob, lightweight,..) that supports broadcom drivers.
Thanks,
Joksim
OpenBox, Opera and Emacs user most of the time...
Offline
The new version supports more wireless cards and supports them better than the old version.
In general, that is.
Can you post the output of
lspci -knn| grep -i -C2 broadcomEdit: More info here: http://wiki.debian.org/wl
HTH
Last edited by xaos52 (2011-12-09 11:27:46)
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
I know the debian user guide, I plan to try it (once had debian and it didn't work ;( )
Anyway, the output of lspci -knn | grep -i -C2 broadcom:
Subsystem: Lenovo Device [17aa:3d9f]
Kernel driver in use: HDA Intel
02:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express [14e4:1713] (rev 02)
Subsystem: Lenovo IdeaPad S10e [17aa:3a23]
Kernel driver in use: tg3
--
Subsystem: Intel Corporation WiFi Link 5100 AGN [8086:1211]
Kernel driver in use: iwlagn
04:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
Subsystem: Hewlett-Packard Company BCM4311 802.11b/g Wireless LAN Controller [103c:1364]
Kernel driver in use: b43-pci-bridge
OpenBox, Opera and Emacs user most of the time...
Offline
Follow instructions for 'Squeeze' on the Wiki page to use the 'wl' driver.
IIRC you do NOT need to recompile. The module comes with the 2.6.39 kernel.
You do have to blacklist the modules mentioned.
It should work on the new #! system.
Cheers
Last edited by xaos52 (2011-12-09 11:48:07)
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
Ok, sorry if I'm a pain...
Tried to build the module with:
sudo m-a a-i broadcom-sta
it fails. The log file has this:
QUILT_PATCHES=debian/patches \
quilt --quiltrc /dev/null pop -a -R || test $? = 2
rm -rf .pc debian/stamp-patched
dh_testdir
#dh_testroot
dh_clean
/usr/bin/make -f debian/rules clean
make[1]: Entering directory `/usr/src/modules/broadcom-sta'
QUILT_PATCHES=debian/patches \
quilt --quiltrc /dev/null pop -a -R || test $? = 2
rm -rf .pc debian/stamp-patched
dh_testdir
#dh_testroot
dh_clean
make[1]: Leaving directory `/usr/src/modules/broadcom-sta'
/usr/bin/make -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/broadcom-sta'
QUILT_PATCHES=debian/patches \
quilt --quiltrc /dev/null pop -a -R || test $? = 2
No patch removed
rm -rf .pc debian/stamp-patched
dh_testdir
#dh_testroot
dh_clean
/usr/bin/make -w -f debian/rules clean
make[2]: Entering directory `/usr/src/modules/broadcom-sta'
QUILT_PATCHES=debian/patches \
quilt --quiltrc /dev/null pop -a -R || test $? = 2
No patch removed
rm -rf .pc debian/stamp-patched
dh_testdir
#dh_testroot
dh_clean
make[2]: Leaving directory `/usr/src/modules/broadcom-sta'
make[1]: Nothing to be done for `kdist_config'.
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.39-bpo.2-amd64/g'` ; \
done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} ${templ%.modules.in}.backup 2>/dev/null || true; \
sed -e 's/##KVERS##/2.6.39-bpo.2-amd64/g ;s/#KVERS#/2.6.39-bpo.2-amd64/g ; s/_KVERS_/2.6.39-bpo.2-amd64/g ; s/##KDREV##/2.6.39-3~bpo60+1/g ; s/#KDREV#/2.6.39-3~bpo60+1/g ; s/_KDREV_/2.6.39-3~bpo60+1/g ' < $templ > ${templ%.modules.in}; \
done
dh_testroot
dh_prep
# Build the module
cd /usr/src/modules/broadcom-sta/amd64 && \
make -C /lib/modules/2.6.39-bpo.2-amd64/build M=/usr/src/modules/broadcom-sta/amd64
make[2]: Entering directory `/usr/src/linux-headers-2.6.39-bpo.2-amd64'
CC [M] /usr/src/modules/broadcom-sta/amd64/src/wl/sys/wl_linux.o
/usr/src/modules/broadcom-sta/amd64/src/wl/sys/wl_linux.c: In function ‘_wl_set_multicast_list’:
/usr/src/modules/broadcom-sta/amd64/src/wl/sys/wl_linux.c:1435: error: ‘struct net_device’ has no member named ‘mc_list’
/usr/src/modules/broadcom-sta/amd64/src/wl/sys/wl_linux.c:1435: error: ‘struct net_device’ has no member named ‘mc_count’
/usr/src/modules/broadcom-sta/amd64/src/wl/sys/wl_linux.c:1436: error: dereferencing pointer to incomplete type
/usr/src/modules/broadcom-sta/amd64/src/wl/sys/wl_linux.c:1442: error: dereferencing pointer to incomplete type
make[5]: *** [/usr/src/modules/broadcom-sta/amd64/src/wl/sys/wl_linux.o] Error 1
make[4]: *** [_module_/usr/src/modules/broadcom-sta/amd64] Error 2
make[3]: *** [sub-make] Error 2
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.39-bpo.2-amd64'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/broadcom-sta'
make: *** [kdist_build] Error 2I forgot to mention that I run 64bit statler
Last edited by joksim (2011-12-09 12:02:40)
OpenBox, Opera and Emacs user most of the time...
Offline
Have you tried this script? It worked for me on another laptop. Ignore that it said B4312. I had the B4313, and it still work.
From Source: http://crunchbanglinux.org/forums/topic … rivers-wl/
#! /bin/bash
# Install the wifi drivers for Broadcom 4312 wifi
# Add contrib non-free to the app source list befor using - Note this may not
# be necessary on LMDE
############################################################################
## Update the list of available packages. Install the module-assistant and
## wireless-tools packages:
sudo aptitude update
sudo aptitude install module-assistant wireless-tools
## Build and install a broadcom-sta-modules-* package for your system,
## using Module-Assistant:
sudo m-a a-i broadcom-sta
## Rebuild your initial ramdisk, to blacklist modules defined at
## /etc/modprobe.d/broadcom-sta-common.conf within initramfs:
sudo update-initramfs -u -k $(uname -r)
## Unload conflicting modules:
sudo modprobe -r b44 b43 b43legacy ssb
## Load the wl module:
sudo modprobe wl
## Verify your device has an available interface:
sudo iwconfig
## Configure your wireless interface as appropriate.
## At this point I don't think that the wl driver will load on startup so
sudo echo wl >> /etc/modulesLast edited by kowloonboy (2011-12-09 12:07:57)
"To me, the extraordinary aspect of martial arts lies in its simplicity. The easy way is also the right way, and martial arts is nothing at all special; the closer to the true way of martial arts, the less wastage of expression there is." - Bruce Lee
Offline
Sorry, I forgot. You need the broadcom-sta source from testing:
See http://crunchbanglinux.org/forums/post/165800/#p165800 for howto.
HTH
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
Ok, had to get it from BP Testing. Now to restart to see if it works 
Last edited by joksim (2011-12-09 12:46:19)
OpenBox, Opera and Emacs user most of the time...
Offline
Couldn't execute:
echo blacklist brcm80211 >> /etc/modprobe.d/broadcom-sta-common.conf
something with permission denied (even with sudo). Opened it with gaeny and looked like this:
blacklist b44
blacklist b43legacy
blacklist b43
blacklist brcm80211
blacklist brcmsmac
blacklist ssb
install wl /sbin/modprobe --ignore-install wl $CMDLINE_OPTSso brcm80211 is already blacklisted...
next rebuild initial ramdisk and went ok, no errors there.
modprobe -r b44 b43 b43legacy ssb brcm80211
gave error: FATAL: Module brcm80211 not found.
Didn't think of it much, I guess the module is not installed.
But when I do modprobe wl, the command hangsfor 2 minutes...
OpenBox, Opera and Emacs user most of the time...
Offline
Yes, seems the blacklist is already applied.
Post output of
dmesgPost between [ code ] brackets please. It is a long list.
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
Here is the output form dmesg:
had to trim the top for the 65535B limit :S
[ 0.004009] pid_max: default: 32768 minimum: 301
[ 0.004094] Security Framework initialized
[ 0.004099] SELinux: Disabled at boot.
[ 0.004471] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.009829] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.010983] Mount-cache hash table entries: 256
[ 0.011140] Initializing cgroup subsys ns
[ 0.011144] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[ 0.011147] Initializing cgroup subsys cpuacct
[ 0.011152] Initializing cgroup subsys memory
[ 0.011164] Initializing cgroup subsys devices
[ 0.011166] Initializing cgroup subsys freezer
[ 0.011170] Initializing cgroup subsys net_cls
[ 0.011172] Initializing cgroup subsys blkio
[ 0.011218] CPU: Physical Processor ID: 0
[ 0.011220] CPU: Processor Core ID: 0
[ 0.011222] mce: CPU supports 6 MCE banks
[ 0.011231] CPU0: Thermal monitoring enabled (TM2)
[ 0.011235] using mwait in idle threads.
[ 0.012441] ACPI: Core revision 20110316
[ 0.020075] Setting APIC routing to flat
[ 0.020390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.063138] CPU0: Intel(R) Core(TM)2 Duo CPU P7350 @ 2.00GHz stepping 06
[ 0.064003] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.064003] ... version: 2
[ 0.064003] ... bit width: 40
[ 0.064003] ... generic registers: 2
[ 0.064003] ... value mask: 000000ffffffffff
[ 0.064003] ... max period: 000000007fffffff
[ 0.064003] ... fixed-purpose events: 3
[ 0.064003] ... event mask: 0000000700000003
[ 0.064003] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.064003] Booting Node 0, Processors #1
[ 0.064003] smpboot cpu 1: start_ip = 9a000
[ 0.152039] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.152078] Brought up 2 CPUs
[ 0.152081] Total of 2 processors activated (7979.60 BogoMIPS).
[ 0.153303] devtmpfs: initialized
[ 0.156689] PM: Registering ACPI NVS region at bdee1000 (12288 bytes)
[ 0.156689] PM: Registering ACPI NVS region at bfd04000 (241664 bytes)
[ 0.156689] print_constraints: dummy:
[ 0.156689] NET: Registered protocol family 16
[ 0.156689] ACPI: bus type pci registered
[ 0.156689] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.156689] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.166063] PCI: Using configuration type 1 for base access
[ 0.166494] bio: create slab <bio-0> at 0
[ 0.168355] ACPI: EC: Look up EC in DSDT
[ 0.193043] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.194370] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.194942] ACPI: SSDT 00000000bfd76c98 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.195328] ACPI: Dynamic OEM Table Load:
[ 0.195331] ACPI: SSDT (null) 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.195527] ACPI: SSDT 00000000bfd74598 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.195890] ACPI: Dynamic OEM Table Load:
[ 0.195893] ACPI: SSDT (null) 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.216379] ACPI: SSDT 00000000bfd75e18 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.216785] ACPI: Dynamic OEM Table Load:
[ 0.216788] ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.228170] ACPI: SSDT 00000000bfd76f18 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.228548] ACPI: Dynamic OEM Table Load:
[ 0.228551] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.744160] ACPI: Interpreter enabled
[ 0.744163] ACPI: (supports S0 S3 S4 S5)
[ 0.744199] ACPI: Using IOAPIC for interrupt routing
[ 0.757972] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.780190] ACPI: No dock devices found.
[ 0.780192] HEST: Table not found.
[ 0.780196] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.780573] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.781312] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.781315] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.781318] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.781322] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff]
[ 0.781335] pci 0000:00:00.0: [8086:2a40] type 0 class 0x000600
[ 0.781356] DMAR: Forcing write-buffer flush capability
[ 0.781357] DMAR: Disabling IOMMU for graphics on this chipset
[ 0.781380] pci 0000:00:01.0: [8086:2a41] type 1 class 0x000604
[ 0.781411] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.781415] pci 0000:00:01.0: PME# disabled
[ 0.781459] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
[ 0.781522] pci 0000:00:1a.0: reg 20: [io 0x70e0-0x70ff]
[ 0.781577] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
[ 0.781631] pci 0000:00:1a.1: reg 20: [io 0x70c0-0x70df]
[ 0.781695] pci 0000:00:1a.2: [8086:2939] type 0 class 0x000c03
[ 0.781746] pci 0000:00:1a.2: reg 20: [io 0x70a0-0x70bf]
[ 0.781802] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
[ 0.781824] pci 0000:00:1a.7: reg 10: [mem 0xd8204c00-0xd8204fff]
[ 0.781899] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.781904] pci 0000:00:1a.7: PME# disabled
[ 0.781928] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
[ 0.781944] pci 0000:00:1b.0: reg 10: [mem 0xd8200000-0xd8203fff 64bit]
[ 0.782000] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.782004] pci 0000:00:1b.0: PME# disabled
[ 0.782024] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
[ 0.782081] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.782085] pci 0000:00:1c.0: PME# disabled
[ 0.782107] pci 0000:00:1c.1: [8086:2942] type 1 class 0x000604
[ 0.782163] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.782167] pci 0000:00:1c.1: PME# disabled
[ 0.782189] pci 0000:00:1c.2: [8086:2944] type 1 class 0x000604
[ 0.782245] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.782249] pci 0000:00:1c.2: PME# disabled
[ 0.782272] pci 0000:00:1c.3: [8086:2946] type 1 class 0x000604
[ 0.782328] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.782332] pci 0000:00:1c.3: PME# disabled
[ 0.782363] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
[ 0.782421] pci 0000:00:1d.0: reg 20: [io 0x7080-0x709f]
[ 0.782480] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
[ 0.782536] pci 0000:00:1d.1: reg 20: [io 0x7060-0x707f]
[ 0.782585] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
[ 0.782648] pci 0000:00:1d.2: reg 20: [io 0x7040-0x705f]
[ 0.782717] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
[ 0.782739] pci 0000:00:1d.7: reg 10: [mem 0xd8204800-0xd8204bff]
[ 0.782814] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.782818] pci 0000:00:1d.7: PME# disabled
[ 0.782839] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.782898] pci 0000:00:1f.0: [8086:2919] type 0 class 0x000601
[ 0.783010] pci 0000:00:1f.2: [8086:2929] type 0 class 0x000106
[ 0.783030] pci 0000:00:1f.2: reg 10: [io 0x7108-0x710f]
[ 0.783038] pci 0000:00:1f.2: reg 14: [io 0x7114-0x7117]
[ 0.783047] pci 0000:00:1f.2: reg 18: [io 0x7100-0x7107]
[ 0.783055] pci 0000:00:1f.2: reg 1c: [io 0x7110-0x7113]
[ 0.783064] pci 0000:00:1f.2: reg 20: [io 0x7020-0x703f]
[ 0.783072] pci 0000:00:1f.2: reg 24: [mem 0xd8204000-0xd82047ff]
[ 0.783106] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.783110] pci 0000:00:1f.2: PME# disabled
[ 0.783128] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
[ 0.783144] pci 0000:00:1f.3: reg 10: [mem 0xd8205000-0xd82050ff 64bit]
[ 0.783166] pci 0000:00:1f.3: reg 20: [io 0x7000-0x701f]
[ 0.783227] pci 0000:01:00.0: [1002:95c4] type 0 class 0x000300
[ 0.783238] pci 0000:01:00.0: reg 10: [mem 0xc0000000-0xcfffffff pref]
[ 0.783247] pci 0000:01:00.0: reg 14: [io 0x6000-0x60ff]
[ 0.783255] pci 0000:01:00.0: reg 18: [mem 0xd8100000-0xd810ffff]
[ 0.783281] pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.783300] pci 0000:01:00.0: supports D1 D2
[ 0.783321] pci 0000:01:00.1: [1002:aa28] type 0 class 0x000403
[ 0.783332] pci 0000:01:00.1: reg 10: [mem 0xd8110000-0xd8113fff]
[ 0.783387] pci 0000:01:00.1: supports D1 D2
[ 0.788060] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.788064] pci 0000:00:01.0: bridge window [io 0x6000-0x6fff]
[ 0.788067] pci 0000:00:01.0: bridge window [mem 0xd8100000-0xd81fffff]
[ 0.788072] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.788174] pci 0000:02:00.0: [14e4:1713] type 0 class 0x000200
[ 0.788198] pci 0000:02:00.0: reg 10: [mem 0xd7100000-0xd710ffff 64bit]
[ 0.788299] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 0.788304] pci 0000:02:00.0: PME# disabled
[ 0.796100] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.796104] pci 0000:00:1c.0: bridge window [io 0x5000-0x5fff]
[ 0.796108] pci 0000:00:1c.0: bridge window [mem 0xd7100000-0xd80fffff]
[ 0.796115] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
[ 0.796182] pci 0000:03:00.0: [8086:4237] type 0 class 0x000280
[ 0.796216] pci 0000:03:00.0: reg 10: [mem 0xd6100000-0xd6101fff 64bit]
[ 0.796343] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.796350] pci 0000:03:00.0: PME# disabled
[ 0.804067] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.804072] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
[ 0.804076] pci 0000:00:1c.1: bridge window [mem 0xd6100000-0xd70fffff]
[ 0.804082] pci 0000:00:1c.1: bridge window [mem 0xd1000000-0xd1ffffff 64bit pref]
[ 0.804142] pci 0000:04:00.0: [14e4:4311] type 0 class 0x000280
[ 0.804159] pci 0000:04:00.0: reg 10: [mem 0xd5100000-0xd5103fff]
[ 0.804257] pci 0000:04:00.0: supports D1 D2
[ 0.804278] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.804288] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.804293] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.804297] pci 0000:00:1c.2: bridge window [mem 0xd5100000-0xd60fffff]
[ 0.804303] pci 0000:00:1c.2: bridge window [mem 0xd2000000-0xd2ffffff 64bit pref]
[ 0.804345] pci 0000:00:1c.3: PCI bridge to [bus 05-07]
[ 0.804349] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.804353] pci 0000:00:1c.3: bridge window [mem 0xd4100000-0xd50fffff]
[ 0.804359] pci 0000:00:1c.3: bridge window [mem 0xd3000000-0xd3ffffff 64bit pref]
[ 0.804404] pci 0000:08:09.0: [1180:0832] type 0 class 0x000c00
[ 0.804417] pci 0000:08:09.0: proprietary Ricoh MMC controller disabled (via firewire function)
[ 0.804420] pci 0000:08:09.0: MMC cards are now supported by standard SDHCI controller
[ 0.804433] pci 0000:08:09.0: reg 10: [mem 0xd4000000-0xd40007ff]
[ 0.804499] pci 0000:08:09.0: supports D1 D2
[ 0.804501] pci 0000:08:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.804506] pci 0000:08:09.0: PME# disabled
[ 0.804526] pci 0000:08:09.1: [1180:0822] type 0 class 0x000805
[ 0.804543] pci 0000:08:09.1: reg 10: [mem 0xd4000b00-0xd4000bff]
[ 0.804609] pci 0000:08:09.1: supports D1 D2
[ 0.804611] pci 0000:08:09.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.804615] pci 0000:08:09.1: PME# disabled
[ 0.804633] pci 0000:08:09.2: [1180:0592] type 0 class 0x000880
[ 0.804651] pci 0000:08:09.2: reg 10: [mem 0xd4000900-0xd40009ff]
[ 0.804717] pci 0000:08:09.2: supports D1 D2
[ 0.804719] pci 0000:08:09.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.804723] pci 0000:08:09.2: PME# disabled
[ 0.804741] pci 0000:08:09.3: [1180:0852] type 0 class 0x000880
[ 0.804758] pci 0000:08:09.3: reg 10: [mem 0xd4000800-0xd40008ff]
[ 0.804824] pci 0000:08:09.3: supports D1 D2
[ 0.804826] pci 0000:08:09.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.804831] pci 0000:08:09.3: PME# disabled
[ 0.804871] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[ 0.804875] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.804879] pci 0000:00:1e.0: bridge window [mem 0xd4000000-0xd40fffff]
[ 0.804886] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.804889] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.804892] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.804895] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.804898] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
[ 0.804924] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.805184] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[ 0.805253] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
[ 0.805336] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[ 0.805405] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[ 0.805473] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[ 0.805541] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
[ 0.805617] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.805619] Unable to assume _OSC PCIe control. Disabling ASPM
[ 0.812787] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.812856] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.812922] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.812987] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.813053] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.813119] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.813184] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.813250] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.813370] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.813377] vgaarb: loaded
[ 0.813419] PCI: Using ACPI for IRQ routing
[ 0.813422] PCI: pci_cache_line_size set to 64 bytes
[ 0.813604] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
[ 0.813607] reserve RAM buffer: 00000000bdee1000 - 00000000bfffffff
[ 0.813612] reserve RAM buffer: 00000000bfd04000 - 00000000bfffffff
[ 0.813616] reserve RAM buffer: 00000000bfd6a000 - 00000000bfffffff
[ 0.813619] reserve RAM buffer: 00000000bfdeb000 - 00000000bfffffff
[ 0.813622] reserve RAM buffer: 00000000bfe00000 - 00000000bfffffff
[ 0.813728] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.813733] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.813738] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.820071] Switching to clocksource hpet
[ 0.821592] pnp: PnP ACPI init
[ 0.821605] ACPI: bus type pnp registered
[ 0.822010] pnp 00:00: [bus 00-ff]
[ 0.822013] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.822016] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.822018] pnp 00:00: [io 0x0600-0x063f]
[ 0.822020] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.822022] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.822025] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.822027] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.822031] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.822034] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.822036] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.822038] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.822041] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.822043] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.822045] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.822048] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.822050] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.822053] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.822055] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.822057] pnp 00:00: [mem 0xc0000000-0xfebfffff window]
[ 0.822060] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.822114] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.822321] pnp 00:01: [io 0x002e-0x002f]
[ 0.822324] pnp 00:01: [io 0x004e-0x004f]
[ 0.822326] pnp 00:01: [io 0x164e-0x164f]
[ 0.822328] pnp 00:01: [io 0x0068-0x006f]
[ 0.822330] pnp 00:01: [io 0x0061]
[ 0.822332] pnp 00:01: [io 0x0070]
[ 0.822334] pnp 00:01: [io 0x0080]
[ 0.822336] pnp 00:01: [io 0x0092]
[ 0.822338] pnp 00:01: [io 0x00b2-0x00b3]
[ 0.822340] pnp 00:01: [io 0x0063]
[ 0.822342] pnp 00:01: [io 0x0065]
[ 0.822344] pnp 00:01: [io 0x0067]
[ 0.822346] pnp 00:01: [io 0x0600-0x060f]
[ 0.822348] pnp 00:01: [io 0x0610]
[ 0.822350] pnp 00:01: [io 0x0800-0x080f]
[ 0.822352] pnp 00:01: [io 0x0810-0x0817]
[ 0.822354] pnp 00:01: [io 0x0820-0x0823]
[ 0.822357] pnp 00:01: [io 0x0830-0x083b]
[ 0.822359] pnp 00:01: [io 0x0400-0x047f]
[ 0.822361] pnp 00:01: [io 0x0500-0x053f]
[ 0.822363] pnp 00:01: [mem 0xf8000000-0xfbffffff]
[ 0.822366] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.822368] pnp 00:01: [mem 0xfed10000-0xfed13fff]
[ 0.822370] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.822372] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.822374] pnp 00:01: [mem 0xfec00000-0xfec00fff]
[ 0.822377] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.822379] pnp 00:01: [mem 0xfed40000-0xfed44fff]
[ 0.822381] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[ 0.822384] pnp 00:01: [mem 0xfee00000-0xfee00fff]
[ 0.822386] pnp 00:01: [mem 0xff800000-0xff800fff]
[ 0.822388] pnp 00:01: [mem 0xff810000-0xff8100ff]
[ 0.822504] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.822508] system 00:01: [io 0x0600-0x060f] has been reserved
[ 0.822511] system 00:01: [io 0x0610] has been reserved
[ 0.822514] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.822517] system 00:01: [io 0x0810-0x0817] has been reserved
[ 0.822520] system 00:01: [io 0x0820-0x0823] has been reserved
[ 0.822523] system 00:01: [io 0x0830-0x083b] has been reserved
[ 0.822527] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.822530] system 00:01: [io 0x0500-0x053f] has been reserved
[ 0.822534] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.822537] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.822540] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.822543] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.822547] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.822550] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.822553] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.822556] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.822560] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.822563] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.822566] system 00:01: [mem 0xff800000-0xff800fff] has been reserved
[ 0.822569] system 00:01: [mem 0xff810000-0xff8100ff] has been reserved
[ 0.822573] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.822585] pnp 00:02: [io 0x0000-0x001f]
[ 0.822587] pnp 00:02: [io 0x0081-0x0091]
[ 0.822589] pnp 00:02: [io 0x0093-0x009f]
[ 0.822591] pnp 00:02: [io 0x00c0-0x00df]
[ 0.822593] pnp 00:02: [dma 4]
[ 0.822626] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.822655] pnp 00:03: [io 0x0070-0x0077]
[ 0.822691] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.822769] pnp 00:04: [irq 0 disabled]
[ 0.822778] pnp 00:04: [irq 8]
[ 0.822780] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[ 0.822814] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.822827] pnp 00:05: [io 0x00f0]
[ 0.822833] pnp 00:05: [irq 13]
[ 0.822867] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.822880] pnp 00:06: [mem 0xffe00000-0xffffffff]
[ 0.822915] pnp 00:06: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.822927] pnp 00:07: [io 0x0060]
[ 0.822929] pnp 00:07: [io 0x0064]
[ 0.822935] pnp 00:07: [irq 1]
[ 0.822969] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.822983] pnp 00:08: [irq 12]
[ 0.823021] pnp 00:08: Plug and Play ACPI device, IDs SYN0311 SYN0300 SYN0002 PNP0f13 (active)
[ 0.823109] pnp 00:09: [io 0x0620-0x063f]
[ 0.823115] pnp 00:09: [irq 4]
[ 0.823154] pnp 00:09: Plug and Play ACPI device, IDs WEC1023 (active)
[ 0.823209] pnp: PnP ACPI: found 10 devices
[ 0.823211] ACPI: ACPI bus type pnp unregistered
[ 0.823919] Switched to NOHz mode on CPU #0
[ 0.823999] Switched to NOHz mode on CPU #1
[ 0.829590] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.829639] pci 0000:01:00.0: BAR 6: assigned [mem 0xd8120000-0xd813ffff pref]
[ 0.829642] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.829645] pci 0000:00:01.0: bridge window [io 0x6000-0x6fff]
[ 0.829649] pci 0000:00:01.0: bridge window [mem 0xd8100000-0xd81fffff]
[ 0.829653] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.829658] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.829661] pci 0000:00:1c.0: bridge window [io 0x5000-0x5fff]
[ 0.829666] pci 0000:00:1c.0: bridge window [mem 0xd7100000-0xd80fffff]
[ 0.829671] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
[ 0.829677] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.829680] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
[ 0.829685] pci 0000:00:1c.1: bridge window [mem 0xd6100000-0xd70fffff]
[ 0.829690] pci 0000:00:1c.1: bridge window [mem 0xd1000000-0xd1ffffff 64bit pref]
[ 0.829696] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.829699] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.829704] pci 0000:00:1c.2: bridge window [mem 0xd5100000-0xd60fffff]
[ 0.829709] pci 0000:00:1c.2: bridge window [mem 0xd2000000-0xd2ffffff 64bit pref]
[ 0.829715] pci 0000:00:1c.3: PCI bridge to [bus 05-07]
[ 0.829718] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.829723] pci 0000:00:1c.3: bridge window [mem 0xd4100000-0xd50fffff]
[ 0.829727] pci 0000:00:1c.3: bridge window [mem 0xd3000000-0xd3ffffff 64bit pref]
[ 0.829734] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[ 0.829736] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.829741] pci 0000:00:1e.0: bridge window [mem 0xd4000000-0xd40fffff]
[ 0.829745] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.829762] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.829766] pci 0000:00:01.0: setting latency timer to 64
[ 0.829775] pci 0000:00:1c.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 0.829779] pci 0000:00:1c.0: setting latency timer to 64
[ 0.829789] pci 0000:00:1c.1: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 0.829793] pci 0000:00:1c.1: setting latency timer to 64
[ 0.829804] pci 0000:00:1c.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 0.829808] pci 0000:00:1c.2: setting latency timer to 64
[ 0.829817] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.829821] pci 0000:00:1c.3: setting latency timer to 64
[ 0.829828] pci 0000:00:1e.0: setting latency timer to 64
[ 0.829832] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.829834] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.829837] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.829839] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff]
[ 0.829842] pci_bus 0000:01: resource 0 [io 0x6000-0x6fff]
[ 0.829844] pci_bus 0000:01: resource 1 [mem 0xd8100000-0xd81fffff]
[ 0.829847] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.829849] pci_bus 0000:02: resource 0 [io 0x5000-0x5fff]
[ 0.829852] pci_bus 0000:02: resource 1 [mem 0xd7100000-0xd80fffff]
[ 0.829854] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd0ffffff 64bit pref]
[ 0.829857] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
[ 0.829859] pci_bus 0000:03: resource 1 [mem 0xd6100000-0xd70fffff]
[ 0.829862] pci_bus 0000:03: resource 2 [mem 0xd1000000-0xd1ffffff 64bit pref]
[ 0.829865] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 0.829867] pci_bus 0000:04: resource 1 [mem 0xd5100000-0xd60fffff]
[ 0.829869] pci_bus 0000:04: resource 2 [mem 0xd2000000-0xd2ffffff 64bit pref]
[ 0.829872] pci_bus 0000:05: resource 0 [io 0x2000-0x2fff]
[ 0.829874] pci_bus 0000:05: resource 1 [mem 0xd4100000-0xd50fffff]
[ 0.829877] pci_bus 0000:05: resource 2 [mem 0xd3000000-0xd3ffffff 64bit pref]
[ 0.829880] pci_bus 0000:08: resource 1 [mem 0xd4000000-0xd40fffff]
[ 0.829882] pci_bus 0000:08: resource 4 [io 0x0000-0x0cf7]
[ 0.829884] pci_bus 0000:08: resource 5 [io 0x0d00-0xffff]
[ 0.829887] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.829889] pci_bus 0000:08: resource 7 [mem 0xc0000000-0xfebfffff]
[ 0.829954] NET: Registered protocol family 2
[ 0.830116] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.831369] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.835750] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.836354] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.836357] TCP reno registered
[ 0.836371] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.836416] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.836642] NET: Registered protocol family 1
[ 2.436012] pci 0000:00:1a.7: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[ 4.036010] pci 0000:00:1d.7: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[ 4.036133] pci 0000:01:00.0: Boot video device
[ 4.036193] PCI: CLS 64 bytes, default 64
[ 4.036244] Unpacking initramfs...
[ 4.286355] Freeing initrd memory: 9704k freed
[ 4.289855] Simple Boot Flag value 0x5 read from CMOS RAM was invalid
[ 4.289858] Simple Boot Flag at 0x44 set to 0x1
[ 4.290308] audit: initializing netlink socket (disabled)
[ 4.290323] type=2000 audit(1323438516.284:1): initialized
[ 4.303510] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 4.304202] VFS: Disk quotas dquot_6.5.2
[ 4.304237] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 4.304311] msgmni has been set to 6036
[ 4.304483] alg: No test for stdrng (krng)
[ 4.304514] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 4.304518] io scheduler noop registered
[ 4.304520] io scheduler deadline registered
[ 4.304540] io scheduler cfq registered (default)
[ 4.304652] pcieport 0000:00:01.0: setting latency timer to 64
[ 4.304685] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 4.304735] pcieport 0000:00:1c.0: setting latency timer to 64
[ 4.304771] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[ 4.304829] pcieport 0000:00:1c.1: setting latency timer to 64
[ 4.304864] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[ 4.304923] pcieport 0000:00:1c.2: setting latency timer to 64
[ 4.304959] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
[ 4.305017] pcieport 0000:00:1c.3: setting latency timer to 64
[ 4.305053] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
[ 4.305215] ERST: Table is not found!
[ 4.305274] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 4.352493] Linux agpgart interface v0.103
[ 4.352753] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 4.369916] i8042: Detected active multiplexing controller, rev 1.1
[ 4.382825] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.382831] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 4.382863] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 4.382891] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 4.382917] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 4.383031] mousedev: PS/2 mouse device common for all mice
[ 4.383843] rtc_cmos 00:03: RTC can wake from S4
[ 4.383956] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 4.383980] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 4.383992] cpuidle: using governor ladder
[ 4.383994] cpuidle: using governor menu
[ 4.384230] TCP cubic registered
[ 4.384291] NET: Registered protocol family 10
[ 4.384872] Mobile IPv6
[ 4.384876] NET: Registered protocol family 17
[ 4.384880] Registering the dns_resolver key type
[ 4.384988] PM: Hibernation image not present or could not be loaded.
[ 4.384997] registered taskstats version 1
[ 4.385644] rtc_cmos 00:03: setting system clock to 2011-12-09 13:48:36 UTC (1323438516)
[ 4.385705] Initializing network drop monitor service
[ 4.387235] Freeing unused kernel memory: 596k freed
[ 4.387404] Write protecting the kernel read-only data: 6144k
[ 4.390729] Freeing unused kernel memory: 764k freed
[ 4.394301] Freeing unused kernel memory: 788k freed
[ 4.407110] udev[47]: starting version 164
[ 4.409330] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 4.541424] firewire_ohci 0000:08:09.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 4.541431] firewire_ohci 0000:08:09.0: setting latency timer to 64
[ 4.551037] usbcore: registered new interface driver usbfs
[ 4.551162] usbcore: registered new interface driver hub
[ 4.551201] usbcore: registered new device driver usb
[ 4.555989] tg3.c:v3.117 (January 25, 2011)
[ 4.556053] tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.556061] tg3 0000:02:00.0: setting latency timer to 64
[ 4.563491] sdhci: Secure Digital Host Controller Interface driver
[ 4.563493] sdhci: Copyright(c) Pierre Ossman
[ 4.569909] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.569938] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 18 (level, low) -> IRQ 18
[ 4.569955] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 4.569959] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 4.569981] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 4.570414] SCSI subsystem initialized
[ 4.591306] ehci_hcd 0000:00:1a.7: debug port 1
[ 4.595183] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 4.597068] uhci_hcd: USB Universal Host Controller Interface driver
[ 4.597232] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xd8204c00
[ 4.601232] libata version 3.00 loaded.
[ 4.606091] firewire_ohci: Added fw-ohci device 0000:08:09.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
[ 4.606112] sdhci-pci 0000:08:09.1: SDHCI controller found [1180:0822] (rev 22)
[ 4.606128] sdhci-pci 0000:08:09.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 4.607150] sdhci-pci 0000:08:09.1: Will use DMA mode even though HW doesn't fully claim to support it.
[ 4.607156] sdhci-pci 0000:08:09.1: setting latency timer to 64
[ 4.607171] mmc0: no vmmc regulator found
[ 4.608197] Registered led device: mmc0::
[ 4.609224] mmc0: SDHCI controller on PCI [0000:08:09.1] using DMA
[ 4.611840] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:1f:16:08:8f:b7
[ 4.611844] tg3 0000:02:00.0: eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0])
[ 4.611848] tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[0]
[ 4.611851] tg3 0000:02:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 4.612020] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 4.612058] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.612061] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.612063] usb usb1: Product: EHCI Host Controller
[ 4.612065] usb usb1: Manufacturer: Linux 2.6.39-bpo.2-amd64 ehci_hcd
[ 4.612067] usb usb1: SerialNumber: 0000:00:1a.7
[ 4.612331] hub 1-0:1.0: USB hub found
[ 4.612336] hub 1-0:1.0: 6 ports detected
[ 4.612429] ehci_hcd 0000:00:1d.7: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 4.612445] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 4.612449] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 4.612458] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 4.628039] ehci_hcd 0000:00:1d.7: debug port 1
[ 4.631926] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 4.631933] ehci_hcd 0000:00:1d.7: irq 18, io mem 0xd8204800
[ 4.645936] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 4.645954] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.645957] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.645959] usb usb2: Product: EHCI Host Controller
[ 4.645961] usb usb2: Manufacturer: Linux 2.6.39-bpo.2-amd64 ehci_hcd
[ 4.645963] usb usb2: SerialNumber: 0000:00:1d.7
[ 4.646063] hub 2-0:1.0: USB hub found
[ 4.646068] hub 2-0:1.0: 6 ports detected
[ 4.646255] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 4.646263] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 4.646267] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 4.646278] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 4.660595] uhci_hcd 0000:00:1a.0: irq 18, io base 0x000070e0
[ 4.660633] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.660636] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.660638] usb usb3: Product: UHCI Host Controller
[ 4.660640] usb usb3: Manufacturer: Linux 2.6.39-bpo.2-amd64 uhci_hcd
[ 4.660642] usb usb3: SerialNumber: 0000:00:1a.0
[ 4.660753] hub 3-0:1.0: USB hub found
[ 4.660758] hub 3-0:1.0: 2 ports detected
[ 4.660841] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 4.660848] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 4.660851] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 4.660864] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 4.673946] uhci_hcd 0000:00:1a.1: irq 19, io base 0x000070c0
[ 4.673979] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.673981] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.673984] usb usb4: Product: UHCI Host Controller
[ 4.673986] usb usb4: Manufacturer: Linux 2.6.39-bpo.2-amd64 uhci_hcd
[ 4.673988] usb usb4: SerialNumber: 0000:00:1a.1
[ 4.674082] hub 4-0:1.0: USB hub found
[ 4.674086] hub 4-0:1.0: 2 ports detected
[ 4.674164] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 17 (level, low) -> IRQ 17
[ 4.674170] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 4.674173] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 4.674181] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 4.688043] uhci_hcd 0000:00:1a.2: irq 17, io base 0x000070a0
[ 4.688077] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.688080] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.688082] usb usb5: Product: UHCI Host Controller
[ 4.688084] usb usb5: Manufacturer: Linux 2.6.39-bpo.2-amd64 uhci_hcd
[ 4.688086] usb usb5: SerialNumber: 0000:00:1a.2
[ 4.688185] hub 5-0:1.0: USB hub found
[ 4.688189] hub 5-0:1.0: 2 ports detected
[ 4.688261] uhci_hcd 0000:00:1d.0: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 4.688267] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 4.688270] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 4.688277] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 4.704031] uhci_hcd 0000:00:1d.0: irq 18, io base 0x00007080
[ 4.704065] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.704068] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.704070] usb usb6: Product: UHCI Host Controller
[ 4.704072] usb usb6: Manufacturer: Linux 2.6.39-bpo.2-amd64 uhci_hcd
[ 4.704075] usb usb6: SerialNumber: 0000:00:1d.0
[ 4.704166] hub 6-0:1.0: USB hub found
[ 4.704171] hub 6-0:1.0: 2 ports detected
[ 4.704240] uhci_hcd 0000:00:1d.1: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[ 4.704246] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 4.704249] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 4.704258] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 4.720031] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00007060
[ 4.720066] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.720069] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.720072] usb usb7: Product: UHCI Host Controller
[ 4.720074] usb usb7: Manufacturer: Linux 2.6.39-bpo.2-amd64 uhci_hcd
[ 4.720076] usb usb7: SerialNumber: 0000:00:1d.1
[ 4.720168] hub 7-0:1.0: USB hub found
[ 4.720172] hub 7-0:1.0: 2 ports detected
[ 4.720242] uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 17 (level, low) -> IRQ 17
[ 4.720248] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 4.720251] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 4.720259] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 4.729399] uhci_hcd 0000:00:1d.2: irq 17, io base 0x00007040
[ 4.729434] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.729437] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.729440] usb usb8: Product: UHCI Host Controller
[ 4.729442] usb usb8: Manufacturer: Linux 2.6.39-bpo.2-amd64 uhci_hcd
[ 4.729444] usb usb8: SerialNumber: 0000:00:1d.2
[ 4.729544] hub 8-0:1.0: USB hub found
[ 4.729548] hub 8-0:1.0: 2 ports detected
[ 4.729620] ahci 0000:00:1f.2: version 3.0
[ 4.729634] ahci 0000:00:1f.2: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[ 4.729675] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[ 4.729727] ahci: SSS flag set, parallel bus scan disabled
[ 4.729758] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[ 4.729762] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pmp pio slum part ccc ems
[ 4.729767] ahci 0000:00:1f.2: setting latency timer to 64
[ 4.752601] scsi0 : ahci
[ 4.752714] scsi1 : ahci
[ 4.752784] scsi2 : ahci
[ 4.752853] scsi3 : ahci
[ 4.752925] scsi4 : ahci
[ 4.752994] scsi5 : ahci
[ 4.753276] ata1: SATA max UDMA/133 abar m2048@0xd8204000 port 0xd8204100 irq 45
[ 4.753280] ata2: SATA max UDMA/133 abar m2048@0xd8204000 port 0xd8204180 irq 45
[ 4.753282] ata3: DUMMY
[ 4.753283] ata4: DUMMY
[ 4.753285] ata5: SATA max UDMA/133 abar m2048@0xd8204000 port 0xd8204300 irq 45
[ 4.753288] ata6: SATA max UDMA/133 abar m2048@0xd8204000 port 0xd8204380 irq 45
[ 4.809302] thermal LNXTHERM:00: registered as thermal_zone0
[ 4.809305] ACPI: Thermal Zone [TZS0] (49 C)
[ 4.819231] thermal LNXTHERM:01: registered as thermal_zone1
[ 4.819234] ACPI: Thermal Zone [TZS1] (49 C)
[ 4.924016] usb 1-3: new high speed USB device number 2 using ehci_hcd
[ 5.108089] firewire_core: created device fw0: GUID 1234567812345678, S400
[ 5.244018] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 5.245073] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 5.245414] ata1.00: ATA-8: Hitachi HTS543232L9A300, FB4OC4DC, max UDMA/133
[ 5.245416] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 5.246620] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 5.246963] ata1.00: configured for UDMA/133
[ 5.247083] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54323 FB4O PQ: 0 ANSI: 5
[ 5.288017] Refined TSC clocksource calibration: 1994.999 MHz.
[ 5.288022] Switching to clocksource tsc
[ 5.334890] usb 1-3: New USB device found, idVendor=5986, idProduct=0205
[ 5.334893] usb 1-3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 5.334895] usb 1-3: Product: Lenovo EasyCamera
[ 5.334897] usb 1-3: Manufacturer: USB Audio Device
[ 5.736015] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5.737242] ata2.00: ACPI cmd 00/00:00:00:00:00:b0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 5.737247] ata2.00: ATAPI: Optiarc DVD RW AD-7910S, A801, max UDMA/100
[ 5.738873] ata2.00: ACPI cmd 00/00:00:00:00:00:b0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 5.738879] ata2.00: configured for UDMA/100
[ 5.741557] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7910S A801 PQ: 0 ANSI: 5
[ 5.848012] usb 7-1: new low speed USB device number 2 using uhci_hcd
[ 6.002066] usb 7-1: New USB device found, idVendor=04b3, idProduct=3107
[ 6.002069] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 6.060015] ata5: SATA link down (SStatus 0 SControl 300)
[ 6.380016] ata6: SATA link down (SStatus 0 SControl 300)
[ 6.389999] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 6.390053] sd 0:0:0:0: [sda] Write Protect is off
[ 6.390056] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 6.390079] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.400266] input: HID 04b3:3107 as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/input/input1
[ 6.400350] generic-usb 0003:04B3:3107.0001: input,hidraw0: USB HID v11.10 Mouse [HID 04b3:3107] on usb-0000:00:1d.1-1/input0
[ 6.400368] usbcore: registered new interface driver usbhid
[ 6.400370] usbhid: USB HID core driver
[ 6.453114] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[ 6.453512] sd 0:0:0:0: [sda] Attached SCSI disk
[ 6.462267] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 6.462271] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 6.462381] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 6.466967] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 6.467014] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 7.154895] PM: Starting manual resume from disk
[ 7.154898] PM: Hibernation image partition 8:6 present
[ 7.154900] PM: Looking for hibernation image.
[ 7.155070] PM: Image not found (code -22)
[ 7.155073] PM: Hibernation image not present or could not be loaded.
[ 7.176094] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[ 7.176098] EXT4-fs (sda1): write access will be enabled during recovery
[ 9.432357] EXT4-fs (sda1): orphan cleanup on readonly fs
[ 9.432366] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 136978
[ 9.432426] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 136926
[ 9.432443] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 136578
[ 9.432459] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 136307
[ 9.432475] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 131511
[ 9.432492] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 131387
[ 9.432532] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 799888
[ 9.432564] EXT4-fs (sda1): 7 orphan inodes deleted
[ 9.432566] EXT4-fs (sda1): recovery complete
[ 9.585359] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 10.881926] udev[406]: starting version 164
[ 11.187647] wmi: Mapper loaded
[ 11.216906] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 11.240583] ACPI: acpi_idle registered with cpuidle
[ 11.240767] Monitor-Mwait will be used to enter C-1 state
[ 11.240790] Monitor-Mwait will be used to enter C-2 state
[ 11.240809] Monitor-Mwait will be used to enter C-3 state
[ 11.240814] Marking TSC unstable due to TSC halts in idle
[ 11.241891] Switching to clocksource hpet
[ 11.479158] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
[ 11.489044] ACPI: Lid Switch [LID0]
[ 11.489117] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
[ 11.489160] ACPI: Sleep Button [SLPB]
[ 11.489228] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 11.489264] ACPI: Power Button [PWRF]
[ 11.531368] lib80211: common routines for IEEE802.11 drivers
[ 11.531371] lib80211_crypt: registered algorithm 'NULL'
[ 11.550303] acpi device:03: registered as cooling_device2
[ 11.550426] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input6
[ 11.550481] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 11.571341] cfg80211: Calling CRDA to update world regulatory domain
[ 11.605204] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[ 11.675831] [drm] Initialized drm 1.1.0 20060810
[ 11.742904] acer_wmi: Acer Laptop ACPI-WMI Extras
[ 11.763160] input: Ideapad extra buttons as /devices/platform/ideapad/input/input7
[ 11.763634] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[ 11.763637] iwlagn: Copyright(c) 2003-2010 Intel Corporation
[ 11.763740] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 11.763750] iwlagn 0000:03:00.0: setting latency timer to 64
[ 11.763776] iwlagn 0000:03:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[ 11.784865] iwlagn 0000:03:00.0: device EEPROM VER=0x11f, CALIB=0x4
[ 11.784867] iwlagn 0000:03:00.0: Device SKU: 0Xb
[ 11.784979] iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 11.785090] iwlagn 0000:03:00.0: irq 46 for MSI/MSI-X
[ 11.786424] ACPI: AC Adapter [ADP1] (on-line)
[ 11.959723] ACPI: Battery Slot [BAT0] (battery present)
[ 12.034387] Linux media interface: v0.10
[ 12.164303] iwlagn 0000:03:00.0: loaded firmware version 8.83.5.1 build 33692
[ 12.164601] Registered led device: phy0-led
[ 12.217227] Linux video capture interface: v2.00
[ 12.273800] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (5986:0205)
[ 12.289569] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3:1.0/input/input8
[ 12.289817] usbcore: registered new interface driver uvcvideo
[ 12.289820] USB Video Class driver (v1.0.0)
[ 12.333013] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1c0b1, caps: 0xa04711/0xa00000/0x0
[ 12.396024] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input9
[ 12.415093] Disabling lock debugging due to kernel taint
[ 12.415102] wl: module license 'MIXED/Proprietary' taints kernel.
[ 12.427527] wl 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 12.427534] wl 0000:04:00.0: setting latency timer to 64
[ 12.429959] wlan%d: 5.100.82.112 driver failed with code 21
[ 12.429975] ------------[ cut here ]------------
[ 12.430021] kernel BUG at /usr/src/linux-headers-2.6.39-bpo.2-common/include/net/cfg80211.h:1792!
[ 12.430068] invalid opcode: 0000 [#1] SMP
[ 12.430190] last sysfs file: /sys/devices/platform/i8042/serio2/input/input9/uevent
[ 12.430236] CPU 1
[ 12.430277] Modules linked in: wl(P+) snd_pcm ecb ttm uvcvideo sm_common videodev nand snd_seq snd_timer media drm_kms_helper nand_ids snd_seq_device snd battery ac iwlagn ideapad_laptop acer_wmi mac80211 drm tpm_tis tpm i2c_algo_bit i2c_i801 nand_ecc v4l2_compat_ioctl32 cfg80211 mtd lib80211 soundcore i2c_core video button psmouse serio_raw sparse_keymap rfkill snd_page_alloc tpm_bios processor evdev pcspkr power_supply wmi ext4 mbcache jbd2 crc16 sg sr_mod cdrom sd_mod usbhid crc_t10dif hid ahci libahci uhci_hcd libata ehci_hcd sdhci_pci sdhci mmc_core tg3 scsi_mod usbcore firewire_ohci firewire_core crc_itu_t thermal thermal_sys libphy [last unloaded: scsi_wait_scan]
[ 12.432041]
[ 12.432041] Pid: 603, comm: modprobe Tainted: P O 2.6.39-bpo.2-amd64 #1 LENOVO INVALID/Base Board Product Name
[ 12.432041] RIP: 0010:[<ffffffffa04f9312>] [<ffffffffa04f9312>] wl_cfg80211_detach+0x12/0xd3 [wl]
[ 12.432041] RSP: 0018:ffff8800bd823be8 EFLAGS: 00010246
[ 12.432041] RAX: 0000000000000000 RBX: ffff880037833740 RCX: 000000000000097f
[ 12.432041] RDX: 0000000000000000 RSI: ffff880037833740 RDI: ffff880037833000
[ 12.432041] RBP: ffff88003784dc00 R08: 0000000000000002 R09: 0000000000000005
[ 12.432041] R10: 0000000000000000 R11: 0000000000000000 R12: ffff880037833000
[ 12.432041] R13: 0000000000000000 R14: ffff88003791b740 R15: 0000000000000012
[ 12.432041] FS: 00007f31d5c46700(0000) GS:ffff8800bfa80000(0000) knlGS:0000000000000000
[ 12.432041] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 12.432041] CR2: 00007f31d56dc000 CR3: 0000000037518000 CR4: 00000000000006e0
[ 12.432041] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 12.432041] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 12.432041] Process modprobe (pid: 603, threadinfo ffff8800bd822000, task ffff8800b8d6a8a0)
[ 12.432041] Stack:
[ 12.432041] 0000000000000246 ffff880037833740 ffff88003784dc00 ffffffffa04f5ab4
[ 12.432041] 342e32312020205b ffff88003784dc00 ffff8800be8f1000 ffffffffa04f67e2
[ 12.432041] ffff88003784dc00 ffff88003791b740 ffff8800bd823cd8 00000000419c8437
[ 12.432041] Call Trace:
[ 12.432041] [<ffffffffa04f5ab4>] ? wl_free_if+0x2a/0x81 [wl]
[ 12.432041] [<ffffffffa04f67e2>] ? wl_free+0x53/0x208 [wl]
[ 12.432041] [<ffffffff81331333>] ? printk+0x40/0x45
[ 12.432041] [<ffffffffa04fca04>] ? wl_pci_probe+0x476/0xa72 [wl]
[ 12.432041] [<ffffffff8124b905>] ? __pm_runtime_set_status+0x162/0x186
[ 12.432041] [<ffffffff811bc07a>] ? local_pci_probe+0x49/0x92
[ 12.432041] [<ffffffff811bcd82>] ? pci_device_probe+0xc2/0xef
[ 12.432041] [<ffffffff81244db8>] ? driver_sysfs_add+0x66/0x8d
[ 12.432041] [<ffffffff81244ef9>] ? driver_probe_device+0xa8/0x138
[ 12.432041] [<ffffffff81244fd8>] ? __driver_attach+0x4f/0x6f
[ 12.432041] [<ffffffff81244f89>] ? driver_probe_device+0x138/0x138
[ 12.432041] [<ffffffff8124457c>] ? bus_for_each_dev+0x44/0x78
[ 12.432041] [<ffffffff812449d4>] ? bus_add_driver+0xa8/0x1f0
[ 12.432041] [<ffffffff81245505>] ? driver_register+0x90/0xf8
[ 12.432041] [<ffffffff811bcfcc>] ? __pci_register_driver+0x4e/0xc0
[ 12.432041] [<ffffffffa069a000>] ? 0xffffffffa0699fff
[ 12.432041] [<ffffffff81002078>] ? do_one_initcall+0x78/0x131
[ 12.432041] [<ffffffff810757ce>] ? sys_init_module+0xd3/0x221
[ 12.432041] [<ffffffff81339392>] ? system_call_fastpath+0x16/0x1b
[ 12.432041] Code: e8 48 83 d9 ff 48 89 df e8 84 39 bf e0 48 c7 45 00 00 00 00 00 5a 5b 5d c3 55 53 48 83 ec 08 48 8b 87 70 02 00 00 48 85 c0 75 04 <0f> 0b eb fe 48 8b 18 48 85 db 75 04 0f 0b eb fe 48 81 c3 20 03
[ 12.432041] RIP [<ffffffffa04f9312>] wl_cfg80211_detach+0x12/0xd3 [wl]
[ 12.432041] RSP <ffff8800bd823be8>
[ 12.438958] ---[ end trace 0802feed4108ec8b ]---
[ 12.543942] r852 0000:08:09.3: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 12.544013] r852 0000:08:09.3: setting latency timer to 64
[ 12.544129] r852: driver loaded successfully
[ 12.564465] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 12.803373] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 12.803500] HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 12.803572] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 12.847513] [drm] radeon kernel modesetting enabled.
[ 12.847627] radeon 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 12.847680] radeon 0000:01:00.0: setting latency timer to 64
[ 12.847909] [drm] initializing kernel modesetting (RV620 0x1002:0x95C4).
[ 12.847983] [drm] register mmio base: 0xD8100000
[ 12.848048] [drm] register mmio size: 65536
[ 12.854427] ATOM BIOS: M82M
[ 12.854494] radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (256M used)
[ 12.854551] radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
[ 12.855517] [drm] Detected VRAM RAM=256M, BAR=256M
[ 12.855570] [drm] RAM width 64bits DDR
[ 12.855688] [TTM] Zone kernel: Available graphics memory: 1546376 kiB.
[ 12.855740] [TTM] Initializing pool allocator.
[ 12.855812] [drm] radeon: 256M of VRAM memory ready
[ 12.855861] [drm] radeon: 512M of GTT memory ready.
[ 12.855927] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 12.855977] [drm] Driver supports precise vblank timestamp query.
[ 12.856086] radeon 0000:01:00.0: irq 48 for MSI/MSI-X
[ 12.856139] radeon 0000:01:00.0: radeon: using MSI.
[ 12.856215] [drm] radeon: irq initialized.
[ 12.856266] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 12.856935] [drm] Loading RV620 Microcode
[ 12.945098] hda_codec: ALC269: BIOS auto-probing.
[ 12.946347] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input10
[ 12.948512] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 12.948637] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 13.136678] radeon 0000:01:00.0: WB enabled
[ 13.167980] [drm] ring test succeeded in 1 usecs
[ 13.168156] [drm] radeon: ib pool ready.
[ 13.168272] [drm] ib test succeeded in 0 usecs
[ 13.168328] [drm] Enabling audio support
[ 13.168622] [drm] Radeon Display Connectors
[ 13.168671] [drm] Connector 0:
[ 13.168719] [drm] VGA
[ 13.168767] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[ 13.168825] [drm] Encoders:
[ 13.168874] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 13.168924] [drm] Connector 1:
[ 13.168972] [drm] LVDS
[ 13.169022] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[ 13.169077] [drm] Encoders:
[ 13.169126] [drm] LCD1: INTERNAL_KLDSCP_LVTMA
[ 13.169176] [drm] Connector 2:
[ 13.169223] [drm] HDMI-A
[ 13.169271] [drm] HPD1
[ 13.169319] [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
[ 13.169374] [drm] Encoders:
[ 13.169421] [drm] DFP1: INTERNAL_UNIPHY
[ 13.242699] [drm] radeon: power management initialized
[ 14.253035] [drm] fb mappable at 0xC0141000
[ 14.253087] [drm] vram apper at 0xC0000000
[ 14.253134] [drm] size 4096000
[ 14.253181] [drm] fb depth is 24
[ 14.253228] [drm] pitch is 5120
[ 14.253351] fbcon: radeondrmfb (fb0) is primary device
[ 14.695070] Console: switching to colour frame buffer device 160x50
[ 14.698002] fb0: radeondrmfb frame buffer device
[ 14.698004] drm: registered panic notifier
[ 14.698062] [drm] Initialized radeon 2.9.0 20080528 for 0000:01:00.0 on minor 0
[ 14.698144] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 14.698259] HDA Intel 0000:01:00.1: irq 49 for MSI/MSI-X
[ 14.698313] HDA Intel 0000:01:00.1: setting latency timer to 64
[ 15.287402] Adding 1951740k swap on /dev/sda6. Priority:-1 extents:1 across:1951740k
[ 15.290617] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 15.690292] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 15.816755] loop: module loaded
[ 18.872674] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 18.906934] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 19.320131] fuse init (API version 7.16)
[ 22.066685] Bluetooth: Core ver 2.16
[ 22.066710] NET: Registered protocol family 31
[ 22.066711] Bluetooth: HCI device and connection manager initialized
[ 22.066714] Bluetooth: HCI socket layer initialized
[ 22.066716] Bluetooth: L2CAP socket layer initialized
[ 22.066793] Bluetooth: SCO socket layer initialized
[ 22.086457] Bluetooth: RFCOMM TTY layer initialized
[ 22.086463] Bluetooth: RFCOMM socket layer initialized
[ 22.086465] Bluetooth: RFCOMM ver 1.11
[ 22.178524] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 22.178527] Bluetooth: BNEP filters: protocol multicast
[ 22.233871] Bridge firewalling registered
[ 22.799443] lp: driver loaded but no devices found
[ 22.901643] ppdev: user-space parallel port driver
[ 25.211929] tg3 0000:02:00.0: irq 50 for MSI/MSI-X
[ 25.243184] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 26.855993] tg3 0000:02:00.0: eth0: Link is up at 100 Mbps, full duplex
[ 26.856003] tg3 0000:02:00.0: eth0: Flow control is on for TX and on for RX
[ 26.857241] ADDRCONF(NETDEV_CHANGE): eth0: link becomes readyOpenBox, Opera and Emacs user most of the time...
Offline
Module 'wl' does not load.
You said you got the module from 'BP Testing'.
What do you mean by that?
You should get the module from the Debian testing repository.
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
Module 'wl' does not load.
You said you got the module from 'BP Testing'.
What do you mean by that?You should get the module from the Debian testing repository.
BP Testing - I mean this repo:
http://ftp.debian.org/debian/ testing main contrib non-free
I thought it was backports (hence BP)
# EDIT #
Don't know what can be the problem.
Additional info (although I don't think it's the source of the problem )
My laptop has 2 wireless cards.
The broadcom BCM4311 was added additionally after the default card gave up.
So i used to connect with wlan1 (wlan0 was the default wireless and it works 1% form my boots).
Never had problems with previous version of #!
Last edited by joksim (2011-12-09 13:45:33)
OpenBox, Opera and Emacs user most of the time...
Offline
Did you download the .deb file and install?
Or Did you use module-assistant to compile?
Edit: You probably downloaded the deb file and installed. Thats why the blacklists were already applied. No?
Last edited by xaos52 (2011-12-09 13:45:56)
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
Did you download the .deb file and install?
Or Did you use module-assistant to compile?
followed the steps in the debian wl wiki...
I used
m-a ai broadcom-sta
Didn't manually download a deb file...
Maybe I should upgrade wireless-tools and module-assistant from testing?
Last edited by joksim (2011-12-09 13:50:36)
OpenBox, Opera and Emacs user most of the time...
Offline
Can you try that.
Manually download the .deb file from testing.
install with
sudo dpkg -i
reboot
see if it works.
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
Still no luck. Here is my dmesg after manually installing the deb file:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.39-bpo.2-amd64 (Debian 2.6.39-3~bpo60+1) (norbert@tretkowski.de) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Tue Jul 26 10:35:23 UTC 2011
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39-bpo.2-amd64 root=UUID=7fc0180d-b927-4df4-bbee-c5cd8cb0278f ro quiet splash
[ 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: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bdee1000 (usable)
[ 0.000000] BIOS-e820: 00000000bdee1000 - 00000000bdee4000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bdee4000 - 00000000bfd04000 (usable)
[ 0.000000] BIOS-e820: 00000000bfd04000 - 00000000bfd3f000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfd3f000 - 00000000bfd6a000 (usable)
[ 0.000000] BIOS-e820: 00000000bfd6a000 - 00000000bfdbf000 (reserved)
[ 0.000000] BIOS-e820: 00000000bfdbf000 - 00000000bfdeb000 (usable)
[ 0.000000] BIOS-e820: 00000000bfdeb000 - 00000000bfdff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bfdff000 - 00000000bfe00000 (usable)
[ 0.000000] BIOS-e820: 00000000bfe00000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff800000 - 00000000ff801000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff810000 - 00000000ff810100 (reserved)
[ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] DMI: LENOVO INVALID/Base Board Product Name, BIOS 0FCN67WW 09/16/2009
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0xbfe00 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-CFFFF uncachable
[ 0.000000] D0000-D7FFF write-protect
[ 0.000000] D8000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0FFE00000 mask FFFE00000 write-protect
[ 0.000000] 1 base 000000000 mask F80000000 write-back
[ 0.000000] 2 base 080000000 mask FC0000000 write-back
[ 0.000000] 3 base 0BFE00000 mask FFFE00000 uncachable
[ 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] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bfe00000
[ 0.000000] 0000000000 - 00bfe00000 page 2M
[ 0.000000] kernel direct mapping tables up to bfe00000 @ bfde7000-bfdeb000
[ 0.000000] RAMDISK: 37676000 - 37ff0000
[ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 00000000bfdfe120 0006C (v01 LENOVO CB-01 00000001 01000013)
[ 0.000000] ACPI: FACP 00000000bfdfd000 000F4 (v04 LENOVO CB-01 00000001 MSFT 000F4240)
[ 0.000000] ACPI: DSDT 00000000bfdf1000 07D1B (v01 INSYDE Montevin 00000001 INTL 20051117)
[ 0.000000] ACPI: FACS 00000000bfd12000 00040
[ 0.000000] ACPI: HPET 00000000bfdfc000 00038 (v01 LENOVO CB-01 00000001 MSFT 000F4240)
[ 0.000000] ACPI: APIC 00000000bfdfb000 0006C (v02 INSYDE 00000001 TFSM 000F4240)
[ 0.000000] ACPI: MCFG 00000000bfdfa000 0003C (v01 INSYDE 00000001 TFSM 000F4240)
[ 0.000000] ACPI: ASF! 00000000bfdf9000 000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.000000] ACPI: SLIC 00000000bfdf0000 00176 (v01 LENOVO CB-01 00000001 LNVO 00000001)
[ 0.000000] ACPI: BOOT 00000000bfdef000 00028 (v01 INSYDE INSYDE 00000001 ? 00000001)
[ 0.000000] ACPI: SSDT 00000000bfdee000 002C6 (v01 INTEL SataAhci 00001000 INTL 20051117)
[ 0.000000] ACPI: SSDT 00000000bfdeb000 00655 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-00000000bfe00000
[ 0.000000] NUMA: Using 63 for the hash shift.
[ 0.000000] Initmem setup node 0 0000000000000000-00000000bfe00000
[ 0.000000] NODE_DATA [00000000bfde2000 - 00000000bfde6fff]
[ 0.000000] [ffffea0000000000-ffffea00029fffff] PMD -> [ffff8800bae00000-ffff8800bd7fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[6] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bdee1
[ 0.000000] 0: 0x000bdee4 -> 0x000bfd04
[ 0.000000] 0: 0x000bfd3f -> 0x000bfd6a
[ 0.000000] 0: 0x000bfdbf -> 0x000bfdeb
[ 0.000000] 0: 0x000bfdff -> 0x000bfe00
[ 0.000000] On node 0 totalpages: 785640
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3922 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10689 pages used for memmap
[ 0.000000] DMA32 zone: 770968 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 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[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, version 32, 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: 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: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000bdee1000 - 00000000bdee4000
[ 0.000000] PM: Registered nosave memory: 00000000bfd04000 - 00000000bfd3f000
[ 0.000000] PM: Registered nosave memory: 00000000bfd6a000 - 00000000bfdbf000
[ 0.000000] PM: Registered nosave memory: 00000000bfdeb000 - 00000000bfdff000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:38000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800bfa00000 s83840 r8192 d22656 u524288
[ 0.000000] pcpu-alloc: s83840 r8192 d22656 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 774890
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39-bpo.2-amd64 root=UUID=7fc0180d-b927-4df4-bbee-c5cd8cb0278f ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3080900k/3143680k available (3315k kernel code, 1120k absent, 61660k reserved, 3375k data, 596k init)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] NR_IRQS:33024 nr_irqs:712 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1994.783 MHz processor.
[ 0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3989.56 BogoMIPS (lpj=7979132)
[ 0.004008] pid_max: default: 32768 minimum: 301
[ 0.004093] Security Framework initialized
[ 0.004098] SELinux: Disabled at boot.
[ 0.004469] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.009821] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.010972] Mount-cache hash table entries: 256
[ 0.011128] Initializing cgroup subsys ns
[ 0.011132] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[ 0.011135] Initializing cgroup subsys cpuacct
[ 0.011140] Initializing cgroup subsys memory
[ 0.011153] Initializing cgroup subsys devices
[ 0.011155] Initializing cgroup subsys freezer
[ 0.011158] Initializing cgroup subsys net_cls
[ 0.011161] Initializing cgroup subsys blkio
[ 0.011208] CPU: Physical Processor ID: 0
[ 0.011209] CPU: Processor Core ID: 0
[ 0.011212] mce: CPU supports 6 MCE banks
[ 0.011220] CPU0: Thermal monitoring enabled (TM2)
[ 0.011224] using mwait in idle threads.
[ 0.012431] ACPI: Core revision 20110316
[ 0.020076] Setting APIC routing to flat
[ 0.020390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.063112] CPU0: Intel(R) Core(TM)2 Duo CPU P7350 @ 2.00GHz stepping 06
[ 0.064003] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.064003] ... version: 2
[ 0.064003] ... bit width: 40
[ 0.064003] ... generic registers: 2
[ 0.064003] ... value mask: 000000ffffffffff
[ 0.064003] ... max period: 000000007fffffff
[ 0.064003] ... fixed-purpose events: 3
[ 0.064003] ... event mask: 0000000700000003
[ 0.064003] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.064003] Booting Node 0, Processors #1
[ 0.064003] smpboot cpu 1: start_ip = 9a000
[ 0.152038] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.152078] Brought up 2 CPUs
[ 0.152081] Total of 2 processors activated (7979.55 BogoMIPS).
[ 0.153302] devtmpfs: initialized
[ 0.156690] PM: Registering ACPI NVS region at bdee1000 (12288 bytes)
[ 0.156690] PM: Registering ACPI NVS region at bfd04000 (241664 bytes)
[ 0.156690] print_constraints: dummy:
[ 0.156690] NET: Registered protocol family 16
[ 0.156690] ACPI: bus type pci registered
[ 0.156690] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.156690] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.166060] PCI: Using configuration type 1 for base access
[ 0.166491] bio: create slab <bio-0> at 0
[ 0.168351] ACPI: EC: Look up EC in DSDT
[ 0.193043] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.194370] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.194941] ACPI: SSDT 00000000bfd76c98 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.195328] ACPI: Dynamic OEM Table Load:
[ 0.195331] ACPI: SSDT (null) 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.195527] ACPI: SSDT 00000000bfd74598 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.195890] ACPI: Dynamic OEM Table Load:
[ 0.195893] ACPI: SSDT (null) 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.216380] ACPI: SSDT 00000000bfd75e18 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.216786] ACPI: Dynamic OEM Table Load:
[ 0.216789] ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.228170] ACPI: SSDT 00000000bfd76f18 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.228548] ACPI: Dynamic OEM Table Load:
[ 0.228551] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.248128] ACPI: Interpreter enabled
[ 0.248132] ACPI: (supports S0 S3 S4 S5)
[ 0.248168] ACPI: Using IOAPIC for interrupt routing
[ 0.265940] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.288159] ACPI: No dock devices found.
[ 0.288162] HEST: Table not found.
[ 0.288165] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.288541] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.289282] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.289286] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.289288] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.289293] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff]
[ 0.289305] pci 0000:00:00.0: [8086:2a40] type 0 class 0x000600
[ 0.289326] DMAR: Forcing write-buffer flush capability
[ 0.289328] DMAR: Disabling IOMMU for graphics on this chipset
[ 0.289350] pci 0000:00:01.0: [8086:2a41] type 1 class 0x000604
[ 0.289381] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.289385] pci 0000:00:01.0: PME# disabled
[ 0.289427] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
[ 0.289489] pci 0000:00:1a.0: reg 20: [io 0x70e0-0x70ff]
[ 0.289553] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
[ 0.289616] pci 0000:00:1a.1: reg 20: [io 0x70c0-0x70df]
[ 0.289673] pci 0000:00:1a.2: [8086:2939] type 0 class 0x000c03
[ 0.289726] pci 0000:00:1a.2: reg 20: [io 0x70a0-0x70bf]
[ 0.289795] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
[ 0.289817] pci 0000:00:1a.7: reg 10: [mem 0xd8204c00-0xd8204fff]
[ 0.289892] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.289896] pci 0000:00:1a.7: PME# disabled
[ 0.289921] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
[ 0.289936] pci 0000:00:1b.0: reg 10: [mem 0xd8200000-0xd8203fff 64bit]
[ 0.289992] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.289996] pci 0000:00:1b.0: PME# disabled
[ 0.290017] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
[ 0.290073] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.290077] pci 0000:00:1c.0: PME# disabled
[ 0.290099] pci 0000:00:1c.1: [8086:2942] type 1 class 0x000604
[ 0.290156] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.290160] pci 0000:00:1c.1: PME# disabled
[ 0.290182] pci 0000:00:1c.2: [8086:2944] type 1 class 0x000604
[ 0.290238] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.290242] pci 0000:00:1c.2: PME# disabled
[ 0.290265] pci 0000:00:1c.3: [8086:2946] type 1 class 0x000604
[ 0.290321] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.290325] pci 0000:00:1c.3: PME# disabled
[ 0.290354] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
[ 0.290409] pci 0000:00:1d.0: reg 20: [io 0x7080-0x709f]
[ 0.290469] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
[ 0.290532] pci 0000:00:1d.1: reg 20: [io 0x7060-0x707f]
[ 0.290596] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
[ 0.290656] pci 0000:00:1d.2: reg 20: [io 0x7040-0x705f]
[ 0.290719] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
[ 0.290740] pci 0000:00:1d.7: reg 10: [mem 0xd8204800-0xd8204bff]
[ 0.290815] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.290820] pci 0000:00:1d.7: PME# disabled
[ 0.290841] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.290900] pci 0000:00:1f.0: [8086:2919] type 0 class 0x000601
[ 0.291012] pci 0000:00:1f.2: [8086:2929] type 0 class 0x000106
[ 0.291031] pci 0000:00:1f.2: reg 10: [io 0x7108-0x710f]
[ 0.291040] pci 0000:00:1f.2: reg 14: [io 0x7114-0x7117]
[ 0.291048] pci 0000:00:1f.2: reg 18: [io 0x7100-0x7107]
[ 0.291057] pci 0000:00:1f.2: reg 1c: [io 0x7110-0x7113]
[ 0.291065] pci 0000:00:1f.2: reg 20: [io 0x7020-0x703f]
[ 0.291074] pci 0000:00:1f.2: reg 24: [mem 0xd8204000-0xd82047ff]
[ 0.291108] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.291112] pci 0000:00:1f.2: PME# disabled
[ 0.291130] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
[ 0.291146] pci 0000:00:1f.3: reg 10: [mem 0xd8205000-0xd82050ff 64bit]
[ 0.291168] pci 0000:00:1f.3: reg 20: [io 0x7000-0x701f]
[ 0.291229] pci 0000:01:00.0: [1002:95c4] type 0 class 0x000300
[ 0.291241] pci 0000:01:00.0: reg 10: [mem 0xc0000000-0xcfffffff pref]
[ 0.291249] pci 0000:01:00.0: reg 14: [io 0x6000-0x60ff]
[ 0.291257] pci 0000:01:00.0: reg 18: [mem 0xd8100000-0xd810ffff]
[ 0.291284] pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.291303] pci 0000:01:00.0: supports D1 D2
[ 0.291324] pci 0000:01:00.1: [1002:aa28] type 0 class 0x000403
[ 0.291334] pci 0000:01:00.1: reg 10: [mem 0xd8110000-0xd8113fff]
[ 0.291389] pci 0000:01:00.1: supports D1 D2
[ 0.296029] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.296033] pci 0000:00:01.0: bridge window [io 0x6000-0x6fff]
[ 0.296036] pci 0000:00:01.0: bridge window [mem 0xd8100000-0xd81fffff]
[ 0.296041] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.296144] pci 0000:02:00.0: [14e4:1713] type 0 class 0x000200
[ 0.296168] pci 0000:02:00.0: reg 10: [mem 0xd7100000-0xd710ffff 64bit]
[ 0.296268] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 0.296273] pci 0000:02:00.0: PME# disabled
[ 0.304069] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.304073] pci 0000:00:1c.0: bridge window [io 0x5000-0x5fff]
[ 0.304078] pci 0000:00:1c.0: bridge window [mem 0xd7100000-0xd80fffff]
[ 0.304084] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
[ 0.304151] pci 0000:03:00.0: [8086:4237] type 0 class 0x000280
[ 0.304185] pci 0000:03:00.0: reg 10: [mem 0xd6100000-0xd6101fff 64bit]
[ 0.304313] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.304319] pci 0000:03:00.0: PME# disabled
[ 0.312036] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.312041] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
[ 0.312045] pci 0000:00:1c.1: bridge window [mem 0xd6100000-0xd70fffff]
[ 0.312051] pci 0000:00:1c.1: bridge window [mem 0xd1000000-0xd1ffffff 64bit pref]
[ 0.312111] pci 0000:04:00.0: [14e4:4311] type 0 class 0x000280
[ 0.312129] pci 0000:04:00.0: reg 10: [mem 0xd5100000-0xd5103fff]
[ 0.312228] pci 0000:04:00.0: supports D1 D2
[ 0.312248] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.312259] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.312263] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.312267] pci 0000:00:1c.2: bridge window [mem 0xd5100000-0xd60fffff]
[ 0.312273] pci 0000:00:1c.2: bridge window [mem 0xd2000000-0xd2ffffff 64bit pref]
[ 0.312315] pci 0000:00:1c.3: PCI bridge to [bus 05-07]
[ 0.312319] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.312323] pci 0000:00:1c.3: bridge window [mem 0xd4100000-0xd50fffff]
[ 0.312329] pci 0000:00:1c.3: bridge window [mem 0xd3000000-0xd3ffffff 64bit pref]
[ 0.312374] pci 0000:08:09.0: [1180:0832] type 0 class 0x000c00
[ 0.312386] pci 0000:08:09.0: proprietary Ricoh MMC controller disabled (via firewire function)
[ 0.312389] pci 0000:08:09.0: MMC cards are now supported by standard SDHCI controller
[ 0.312402] pci 0000:08:09.0: reg 10: [mem 0xd4000000-0xd40007ff]
[ 0.312468] pci 0000:08:09.0: supports D1 D2
[ 0.312470] pci 0000:08:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.312475] pci 0000:08:09.0: PME# disabled
[ 0.312495] pci 0000:08:09.1: [1180:0822] type 0 class 0x000805
[ 0.312512] pci 0000:08:09.1: reg 10: [mem 0xd4000b00-0xd4000bff]
[ 0.312578] pci 0000:08:09.1: supports D1 D2
[ 0.312580] pci 0000:08:09.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.312585] pci 0000:08:09.1: PME# disabled
[ 0.312603] pci 0000:08:09.2: [1180:0592] type 0 class 0x000880
[ 0.312620] pci 0000:08:09.2: reg 10: [mem 0xd4000900-0xd40009ff]
[ 0.312686] pci 0000:08:09.2: supports D1 D2
[ 0.312688] pci 0000:08:09.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.312693] pci 0000:08:09.2: PME# disabled
[ 0.312711] pci 0000:08:09.3: [1180:0852] type 0 class 0x000880
[ 0.312728] pci 0000:08:09.3: reg 10: [mem 0xd4000800-0xd40008ff]
[ 0.312794] pci 0000:08:09.3: supports D1 D2
[ 0.312796] pci 0000:08:09.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.312801] pci 0000:08:09.3: PME# disabled
[ 0.312840] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[ 0.312845] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.312849] pci 0000:00:1e.0: bridge window [mem 0xd4000000-0xd40fffff]
[ 0.312856] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.312859] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.312862] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.312864] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.312867] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
[ 0.312894] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.313153] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[ 0.313223] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
[ 0.313305] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[ 0.313374] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[ 0.313442] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[ 0.313510] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
[ 0.313586] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.313588] Unable to assume _OSC PCIe control. Disabling ASPM
[ 0.320753] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.320822] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.320888] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.320953] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.321019] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.321084] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.321150] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.321215] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.321336] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.321343] vgaarb: loaded
[ 0.321385] PCI: Using ACPI for IRQ routing
[ 0.321388] PCI: pci_cache_line_size set to 64 bytes
[ 0.321572] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
[ 0.321575] reserve RAM buffer: 00000000bdee1000 - 00000000bfffffff
[ 0.321580] reserve RAM buffer: 00000000bfd04000 - 00000000bfffffff
[ 0.321583] reserve RAM buffer: 00000000bfd6a000 - 00000000bfffffff
[ 0.321587] reserve RAM buffer: 00000000bfdeb000 - 00000000bfffffff
[ 0.321589] reserve RAM buffer: 00000000bfe00000 - 00000000bfffffff
[ 0.321696] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.321702] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.321707] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.324040] Switching to clocksource hpet
[ 0.325567] pnp: PnP ACPI init
[ 0.325579] ACPI: bus type pnp registered
[ 0.325982] pnp 00:00: [bus 00-ff]
[ 0.325985] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.325987] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.325989] pnp 00:00: [io 0x0600-0x063f]
[ 0.325991] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.325994] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.325996] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.325999] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.326003] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.326005] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.326007] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.326010] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.326012] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.326015] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.326017] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.326019] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.326022] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.326024] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.326026] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.326029] pnp 00:00: [mem 0xc0000000-0xfebfffff window]
[ 0.326031] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.326085] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.326292] pnp 00:01: [io 0x002e-0x002f]
[ 0.326295] pnp 00:01: [io 0x004e-0x004f]
[ 0.326297] pnp 00:01: [io 0x164e-0x164f]
[ 0.326299] pnp 00:01: [io 0x0068-0x006f]
[ 0.326301] pnp 00:01: [io 0x0061]
[ 0.326303] pnp 00:01: [io 0x0070]
[ 0.326305] pnp 00:01: [io 0x0080]
[ 0.326307] pnp 00:01: [io 0x0092]
[ 0.326309] pnp 00:01: [io 0x00b2-0x00b3]
[ 0.326311] pnp 00:01: [io 0x0063]
[ 0.326313] pnp 00:01: [io 0x0065]
[ 0.326314] pnp 00:01: [io 0x0067]
[ 0.326316] pnp 00:01: [io 0x0600-0x060f]
[ 0.326318] pnp 00:01: [io 0x0610]
[ 0.326320] pnp 00:01: [io 0x0800-0x080f]
[ 0.326322] pnp 00:01: [io 0x0810-0x0817]
[ 0.326325] pnp 00:01: [io 0x0820-0x0823]
[ 0.326328] pnp 00:01: [io 0x0830-0x083b]
[ 0.326330] pnp 00:01: [io 0x0400-0x047f]
[ 0.326332] pnp 00:01: [io 0x0500-0x053f]
[ 0.326334] pnp 00:01: [mem 0xf8000000-0xfbffffff]
[ 0.326337] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[ 0.326339] pnp 00:01: [mem 0xfed10000-0xfed13fff]
[ 0.326341] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[ 0.326343] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[ 0.326345] pnp 00:01: [mem 0xfec00000-0xfec00fff]
[ 0.326348] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[ 0.326350] pnp 00:01: [mem 0xfed40000-0xfed44fff]
[ 0.326352] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[ 0.326354] pnp 00:01: [mem 0xfee00000-0xfee00fff]
[ 0.326357] pnp 00:01: [mem 0xff800000-0xff800fff]
[ 0.326359] pnp 00:01: [mem 0xff810000-0xff8100ff]
[ 0.326476] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.326480] system 00:01: [io 0x0600-0x060f] has been reserved
[ 0.326483] system 00:01: [io 0x0610] has been reserved
[ 0.326486] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.326489] system 00:01: [io 0x0810-0x0817] has been reserved
[ 0.326492] system 00:01: [io 0x0820-0x0823] has been reserved
[ 0.326495] system 00:01: [io 0x0830-0x083b] has been reserved
[ 0.326499] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.326502] system 00:01: [io 0x0500-0x053f] has been reserved
[ 0.326505] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.326508] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.326512] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.326515] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.326518] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.326521] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.326525] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.326528] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.326531] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.326534] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.326537] system 00:01: [mem 0xff800000-0xff800fff] has been reserved
[ 0.326541] system 00:01: [mem 0xff810000-0xff8100ff] has been reserved
[ 0.326544] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.326556] pnp 00:02: [io 0x0000-0x001f]
[ 0.326558] pnp 00:02: [io 0x0081-0x0091]
[ 0.326560] pnp 00:02: [io 0x0093-0x009f]
[ 0.326562] pnp 00:02: [io 0x00c0-0x00df]
[ 0.326565] pnp 00:02: [dma 4]
[ 0.326598] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.326626] pnp 00:03: [io 0x0070-0x0077]
[ 0.326662] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.326740] pnp 00:04: [irq 0 disabled]
[ 0.326750] pnp 00:04: [irq 8]
[ 0.326752] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[ 0.326786] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.326799] pnp 00:05: [io 0x00f0]
[ 0.326805] pnp 00:05: [irq 13]
[ 0.326838] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.326851] pnp 00:06: [mem 0xffe00000-0xffffffff]
[ 0.326887] pnp 00:06: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.326899] pnp 00:07: [io 0x0060]
[ 0.326901] pnp 00:07: [io 0x0064]
[ 0.326906] pnp 00:07: [irq 1]
[ 0.326941] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.326955] pnp 00:08: [irq 12]
[ 0.326994] pnp 00:08: Plug and Play ACPI device, IDs SYN0311 SYN0300 SYN0002 PNP0f13 (active)
[ 0.327081] pnp 00:09: [io 0x0620-0x063f]
[ 0.327087] pnp 00:09: [irq 4]
[ 0.327126] pnp 00:09: Plug and Play ACPI device, IDs WEC1023 (active)
[ 0.327181] pnp: PnP ACPI: found 10 devices
[ 0.327183] ACPI: ACPI bus type pnp unregistered
[ 0.327886] Switched to NOHz mode on CPU #0
[ 0.327967] Switched to NOHz mode on CPU #1
[ 0.333561] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.333610] pci 0000:01:00.0: BAR 6: assigned [mem 0xd8120000-0xd813ffff pref]
[ 0.333613] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.333616] pci 0000:00:01.0: bridge window [io 0x6000-0x6fff]
[ 0.333620] pci 0000:00:01.0: bridge window [mem 0xd8100000-0xd81fffff]
[ 0.333624] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.333629] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.333632] pci 0000:00:1c.0: bridge window [io 0x5000-0x5fff]
[ 0.333637] pci 0000:00:1c.0: bridge window [mem 0xd7100000-0xd80fffff]
[ 0.333642] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
[ 0.333648] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.333651] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
[ 0.333656] pci 0000:00:1c.1: bridge window [mem 0xd6100000-0xd70fffff]
[ 0.333661] pci 0000:00:1c.1: bridge window [mem 0xd1000000-0xd1ffffff 64bit pref]
[ 0.333667] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.333670] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.333675] pci 0000:00:1c.2: bridge window [mem 0xd5100000-0xd60fffff]
[ 0.333679] pci 0000:00:1c.2: bridge window [mem 0xd2000000-0xd2ffffff 64bit pref]
[ 0.333685] pci 0000:00:1c.3: PCI bridge to [bus 05-07]
[ 0.333689] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.333694] pci 0000:00:1c.3: bridge window [mem 0xd4100000-0xd50fffff]
[ 0.333698] pci 0000:00:1c.3: bridge window [mem 0xd3000000-0xd3ffffff 64bit pref]
[ 0.333705] pci 0000:00:1e.0: PCI bridge to [bus 08-08]
[ 0.333707] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.333712] pci 0000:00:1e.0: bridge window [mem 0xd4000000-0xd40fffff]
[ 0.333716] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.333733] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.333736] pci 0000:00:01.0: setting latency timer to 64
[ 0.333746] pci 0000:00:1c.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 0.333750] pci 0000:00:1c.0: setting latency timer to 64
[ 0.333760] pci 0000:00:1c.1: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 0.333764] pci 0000:00:1c.1: setting latency timer to 64
[ 0.333774] pci 0000:00:1c.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 0.333779] pci 0000:00:1c.2: setting latency timer to 64
[ 0.333788] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.333792] pci 0000:00:1c.3: setting latency timer to 64
[ 0.333798] pci 0000:00:1e.0: setting latency timer to 64
[ 0.333802] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.333805] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.333807] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.333810] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff]
[ 0.333813] pci_bus 0000:01: resource 0 [io 0x6000-0x6fff]
[ 0.333815] pci_bus 0000:01: resource 1 [mem 0xd8100000-0xd81fffff]
[ 0.333818] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.333820] pci_bus 0000:02: resource 0 [io 0x5000-0x5fff]
[ 0.333823] pci_bus 0000:02: resource 1 [mem 0xd7100000-0xd80fffff]
[ 0.333825] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd0ffffff 64bit pref]
[ 0.333828] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
[ 0.333830] pci_bus 0000:03: resource 1 [mem 0xd6100000-0xd70fffff]
[ 0.333833] pci_bus 0000:03: resource 2 [mem 0xd1000000-0xd1ffffff 64bit pref]
[ 0.333836] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 0.333838] pci_bus 0000:04: resource 1 [mem 0xd5100000-0xd60fffff]
[ 0.333840] pci_bus 0000:04: resource 2 [mem 0xd2000000-0xd2ffffff 64bit pref]
[ 0.333843] pci_bus 0000:05: resource 0 [io 0x2000-0x2fff]
[ 0.333845] pci_bus 0000:05: resource 1 [mem 0xd4100000-0xd50fffff]
[ 0.333848] pci_bus 0000:05: resource 2 [mem 0xd3000000-0xd3ffffff 64bit pref]
[ 0.333851] pci_bus 0000:08: resource 1 [mem 0xd4000000-0xd40fffff]
[ 0.333853] pci_bus 0000:08: resource 4 [io 0x0000-0x0cf7]
[ 0.333855] pci_bus 0000:08: resource 5 [io 0x0d00-0xffff]
[ 0.333858] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.333860] pci_bus 0000:08: resource 7 [mem 0xc0000000-0xfebfffff]
[ 0.333926] NET: Registered protocol family 2
[ 0.334087] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.335344] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.339714] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.340310] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.340313] TCP reno registered
[ 0.340328] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.340373] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.340603] NET: Registered protocol family 1
[ 1.940011] pci 0000:00:1a.7: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[ 3.540010] pci 0000:00:1d.7: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[ 3.540133] pci 0000:01:00.0: Boot video device
[ 3.540192] PCI: CLS 64 bytes, default 64
[ 3.540243] Unpacking initramfs...
[ 3.790360] Freeing initrd memory: 9704k freed
[ 3.793858] Simple Boot Flag value 0x5 read from CMOS RAM was invalid
[ 3.793861] Simple Boot Flag at 0x44 set to 0x1
[ 3.794312] audit: initializing netlink socket (disabled)
[ 3.794327] type=2000 audit(1323439900.788:1): initialized
[ 3.807514] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 3.808199] VFS: Disk quotas dquot_6.5.2
[ 3.808235] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 3.808309] msgmni has been set to 6036
[ 3.808487] alg: No test for stdrng (krng)
[ 3.808519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 3.808523] io scheduler noop registered
[ 3.808525] io scheduler deadline registered
[ 3.808546] io scheduler cfq registered (default)
[ 3.808657] pcieport 0000:00:01.0: setting latency timer to 64
[ 3.808690] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 3.808740] pcieport 0000:00:1c.0: setting latency timer to 64
[ 3.808776] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[ 3.808834] pcieport 0000:00:1c.1: setting latency timer to 64
[ 3.808869] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[ 3.808928] pcieport 0000:00:1c.2: setting latency timer to 64
[ 3.808963] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
[ 3.809022] pcieport 0000:00:1c.3: setting latency timer to 64
[ 3.809058] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
[ 3.809220] ERST: Table is not found!
[ 3.809279] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 3.852503] Linux agpgart interface v0.103
[ 3.852763] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 3.865166] i8042: Detected active multiplexing controller, rev 1.1
[ 3.874444] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.874450] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 3.874481] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 3.874508] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 3.874535] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 3.874646] mousedev: PS/2 mouse device common for all mice
[ 3.875203] rtc_cmos 00:03: RTC can wake from S4
[ 3.875317] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 3.875340] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 3.875352] cpuidle: using governor ladder
[ 3.875354] cpuidle: using governor menu
[ 3.875582] TCP cubic registered
[ 3.875641] NET: Registered protocol family 10
[ 3.876235] Mobile IPv6
[ 3.876238] NET: Registered protocol family 17
[ 3.876243] Registering the dns_resolver key type
[ 3.876346] PM: Hibernation image not present or could not be loaded.
[ 3.876358] registered taskstats version 1
[ 3.877003] rtc_cmos 00:03: setting system clock to 2011-12-09 14:11:41 UTC (1323439901)
[ 3.877064] Initializing network drop monitor service
[ 3.878592] Freeing unused kernel memory: 596k freed
[ 3.878775] Write protecting the kernel read-only data: 6144k
[ 3.882101] Freeing unused kernel memory: 764k freed
[ 3.885676] Freeing unused kernel memory: 788k freed
[ 3.898134] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 3.898784] udev[47]: starting version 164
[ 4.037564] tg3.c:v3.117 (January 25, 2011)
[ 4.037615] tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.037625] tg3 0000:02:00.0: setting latency timer to 64
[ 4.038364] usbcore: registered new interface driver usbfs
[ 4.038490] usbcore: registered new interface driver hub
[ 4.038528] usbcore: registered new device driver usb
[ 4.045818] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.045849] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 18 (level, low) -> IRQ 18
[ 4.045864] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 4.045868] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 4.045894] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 4.053752] sdhci: Secure Digital Host Controller Interface driver
[ 4.053755] sdhci: Copyright(c) Pierre Ossman
[ 4.055101] sdhci-pci 0000:08:09.1: SDHCI controller found [1180:0822] (rev 22)
[ 4.055114] sdhci-pci 0000:08:09.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 4.056130] sdhci-pci 0000:08:09.1: Will use DMA mode even though HW doesn't fully claim to support it.
[ 4.056136] sdhci-pci 0000:08:09.1: setting latency timer to 64
[ 4.056155] mmc0: no vmmc regulator found
[ 4.057178] Registered led device: mmc0::
[ 4.058382] mmc0: SDHCI controller on PCI [0000:08:09.1] using DMA
[ 4.067549] ehci_hcd 0000:00:1a.7: debug port 1
[ 4.069866] firewire_ohci 0000:08:09.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 4.069872] firewire_ohci 0000:08:09.0: setting latency timer to 64
[ 4.071424] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 4.071446] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xd8204c00
[ 4.076036] SCSI subsystem initialized
[ 4.160508] firewire_ohci: Added fw-ohci device 0000:08:09.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
[ 4.160635] libata version 3.00 loaded.
[ 4.160784] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 4.160810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.160812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.160815] usb usb1: Product: EHCI Host Controller
[ 4.160817] usb usb1: Manufacturer: Linux 2.6.39-bpo.2-amd64 ehci_hcd
[ 4.160819] usb usb1: SerialNumber: 0000:00:1a.7
[ 4.162938] hub 1-0:1.0: USB hub found
[ 4.162943] hub 1-0:1.0: 6 ports detected
[ 4.163034] ehci_hcd 0000:00:1d.7: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 4.163053] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 4.163056] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 4.163065] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 4.163630] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:1f:16:08:8f:b7
[ 4.163634] tg3 0000:02:00.0: eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0])
[ 4.163637] tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[0]
[ 4.163640] tg3 0000:02:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 4.166342] uhci_hcd: USB Universal Host Controller Interface driver
[ 4.184049] ehci_hcd 0000:00:1d.7: debug port 1
[ 4.188311] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 4.188320] ehci_hcd 0000:00:1d.7: irq 18, io mem 0xd8204800
[ 4.204014] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 4.204035] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.204038] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.204040] usb usb2: Product: EHCI Host Controller
[ 4.204042] usb usb2: Manufacturer: Linux 2.6.39-bpo.2-amd64 ehci_hcd
[ 4.204044] usb usb2: SerialNumber: 0000:00:1d.7
[ 4.204154] hub 2-0:1.0: USB hub found
[ 4.204158] hub 2-0:1.0: 6 ports detected
[ 4.204253] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 4.204262] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 4.204266] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 4.204277] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 4.216032] uhci_hcd 0000:00:1a.0: irq 18, io base 0x000070e0
[ 4.216066] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.216069] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.216072] usb usb3: Product: UHCI Host Controller
[ 4.216074] usb usb3: Manufacturer: Linux 2.6.39-bpo.2-amd64 uhci_hcd
[ 4.216076] usb usb3: SerialNumber: 0000:00:1a.0
[ 4.216175] hub 3-0:1.0: USB hub found
[ 4.216180] hub 3-0:1.0: 2 ports detected
[ 4.216251] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 4.216257] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 4.216260] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 4.216267] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 4.230087] uhci_hcd 0000:00:1a.1: irq 19, io base 0x000070c0
[ 4.230121] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.230124] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.230127] usb usb4: Product: UHCI Host Controller
[ 4.230129] usb usb4: Manufacturer: Linux 2.6.39-bpo.2-amd64 uhci_hcd
[ 4.230131] usb usb4: SerialNumber: 0000:00:1a.1
[ 4.230228] hub 4-0:1.0: USB hub found
[ 4.230233] hub 4-0:1.0: 2 ports detected
[ 4.230315] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 17 (level, low) -> IRQ 17
[ 4.230321] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 4.230324] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 4.230332] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 4.237230] uhci_hcd 0000:00:1a.2: irq 17, io base 0x000070a0
[ 4.237264] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.237267] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.237270] usb usb5: Product: UHCI Host Controller
[ 4.237272] usb usb5: Manufacturer: Linux 2.6.39-bpo.2-amd64 uhci_hcd
[ 4.237274] usb usb5: SerialNumber: 0000:00:1a.2
[ 4.237370] hub 5-0:1.0: USB hub found
[ 4.237375] hub 5-0:1.0: 2 ports detected
[ 4.237446] uhci_hcd 0000:00:1d.0: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[ 4.237452] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 4.237455] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 4.237462] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 4.260032] uhci_hcd 0000:00:1d.0: irq 18, io base 0x00007080
[ 4.260068] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.260070] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.260073] usb usb6: Product: UHCI Host Controller
[ 4.260075] usb usb6: Manufacturer: Linux 2.6.39-bpo.2-amd64 uhci_hcd
[ 4.260077] usb usb6: SerialNumber: 0000:00:1d.0
[ 4.260172] hub 6-0:1.0: USB hub found
[ 4.260176] hub 6-0:1.0: 2 ports detected
[ 4.260245] uhci_hcd 0000:00:1d.1: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[ 4.260250] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 4.260254] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 4.260263] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 4.272045] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00007060
[ 4.272082] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.272085] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.272088] usb usb7: Product: UHCI Host Controller
[ 4.272090] usb usb7: Manufacturer: Linux 2.6.39-bpo.2-amd64 uhci_hcd
[ 4.272092] usb usb7: SerialNumber: 0000:00:1d.1
[ 4.272202] hub 7-0:1.0: USB hub found
[ 4.272206] hub 7-0:1.0: 2 ports detected
[ 4.272286] uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 17 (level, low) -> IRQ 17
[ 4.272293] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 4.272296] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 4.272303] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 4.284042] uhci_hcd 0000:00:1d.2: irq 17, io base 0x00007040
[ 4.284078] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.284081] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.284083] usb usb8: Product: UHCI Host Controller
[ 4.284085] usb usb8: Manufacturer: Linux 2.6.39-bpo.2-amd64 uhci_hcd
[ 4.284087] usb usb8: SerialNumber: 0000:00:1d.2
[ 4.284195] hub 8-0:1.0: USB hub found
[ 4.284199] hub 8-0:1.0: 2 ports detected
[ 4.284275] ahci 0000:00:1f.2: version 3.0
[ 4.284295] ahci 0000:00:1f.2: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[ 4.284342] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[ 4.284389] ahci: SSS flag set, parallel bus scan disabled
[ 4.284420] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[ 4.284425] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pmp pio slum part ccc ems
[ 4.284429] ahci 0000:00:1f.2: setting latency timer to 64
[ 4.306994] thermal LNXTHERM:00: registered as thermal_zone0
[ 4.306997] ACPI: Thermal Zone [TZS0] (47 C)
[ 4.309749] scsi0 : ahci
[ 4.309866] scsi1 : ahci
[ 4.309937] scsi2 : ahci
[ 4.310004] scsi3 : ahci
[ 4.312105] scsi4 : ahci
[ 4.312182] scsi5 : ahci
[ 4.312472] ata1: SATA max UDMA/133 abar m2048@0xd8204000 port 0xd8204100 irq 45
[ 4.312476] ata2: SATA max UDMA/133 abar m2048@0xd8204000 port 0xd8204180 irq 45
[ 4.312478] ata3: DUMMY
[ 4.312479] ata4: DUMMY
[ 4.312482] ata5: SATA max UDMA/133 abar m2048@0xd8204000 port 0xd8204300 irq 45
[ 4.312485] ata6: SATA max UDMA/133 abar m2048@0xd8204000 port 0xd8204380 irq 45
[ 4.318477] thermal LNXTHERM:01: registered as thermal_zone1
[ 4.318480] ACPI: Thermal Zone [TZS1] (51 C)
[ 4.472019] usb 1-3: new high speed USB device number 2 using ehci_hcd
[ 4.660094] firewire_core: created device fw0: GUID 1234567812345678, S400
[ 4.792014] Refined TSC clocksource calibration: 1994.999 MHz.
[ 4.792019] Switching to clocksource tsc
[ 4.804013] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 4.805073] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 4.805414] ata1.00: ATA-8: Hitachi HTS543232L9A300, FB4OC4DC, max UDMA/133
[ 4.805417] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 4.806619] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 4.806959] ata1.00: configured for UDMA/133
[ 4.807077] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54323 FB4O PQ: 0 ANSI: 5
[ 4.882996] usb 1-3: New USB device found, idVendor=5986, idProduct=0205
[ 4.882999] usb 1-3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 4.883002] usb 1-3: Product: Lenovo EasyCamera
[ 4.883004] usb 1-3: Manufacturer: USB Audio Device
[ 5.296015] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5.297244] ata2.00: ACPI cmd 00/00:00:00:00:00:b0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 5.297249] ata2.00: ATAPI: Optiarc DVD RW AD-7910S, A801, max UDMA/100
[ 5.298875] ata2.00: ACPI cmd 00/00:00:00:00:00:b0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 5.298881] ata2.00: configured for UDMA/100
[ 5.301599] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7910S A801 PQ: 0 ANSI: 5
[ 5.352014] usb 7-1: new low speed USB device number 2 using uhci_hcd
[ 5.506080] usb 7-1: New USB device found, idVendor=04b3, idProduct=3107
[ 5.506083] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.620015] ata5: SATA link down (SStatus 0 SControl 300)
[ 5.940015] ata6: SATA link down (SStatus 0 SControl 300)
[ 5.953533] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 5.953602] sd 0:0:0:0: [sda] Write Protect is off
[ 5.953605] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 5.953632] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.957497] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 5.957500] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 5.957595] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 5.961284] input: HID 04b3:3107 as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/input/input1
[ 5.961367] generic-usb 0003:04B3:3107.0001: input,hidraw0: USB HID v11.10 Mouse [HID 04b3:3107] on usb-0000:00:1d.1-1/input0
[ 5.961385] usbcore: registered new interface driver usbhid
[ 5.961387] usbhid: USB HID core driver
[ 6.018436] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[ 6.018822] sd 0:0:0:0: [sda] Attached SCSI disk
[ 6.025124] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 6.025174] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 6.709338] PM: Starting manual resume from disk
[ 6.709341] PM: Hibernation image partition 8:6 present
[ 6.709343] PM: Looking for hibernation image.
[ 6.735440] PM: Image not found (code -22)
[ 6.735442] PM: Hibernation image not present or could not be loaded.
[ 6.756515] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[ 6.756518] EXT4-fs (sda1): write access will be enabled during recovery
[ 8.986545] EXT4-fs (sda1): orphan cleanup on readonly fs
[ 8.986553] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 799886
[ 8.986604] EXT4-fs (sda1): 1 orphan inode deleted
[ 8.986606] EXT4-fs (sda1): recovery complete
[ 9.103942] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 10.458354] udev[412]: starting version 164
[ 10.739199] ACPI: acpi_idle registered with cpuidle
[ 10.744082] Monitor-Mwait will be used to enter C-1 state
[ 10.744114] Monitor-Mwait will be used to enter C-2 state
[ 10.744133] Monitor-Mwait will be used to enter C-3 state
[ 10.744139] Marking TSC unstable due to TSC halts in idle
[ 10.744505] Switching to clocksource hpet
[ 10.754553] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[ 10.756261] ACPI: Lid Switch [LID0]
[ 10.756313] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
[ 10.756317] ACPI: Sleep Button [SLPB]
[ 10.756382] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 10.756385] ACPI: Power Button [PWRF]
[ 10.775975] wmi: Mapper loaded
[ 10.940583] lib80211: common routines for IEEE802.11 drivers
[ 10.940586] lib80211_crypt: registered algorithm 'NULL'
[ 10.993310] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 11.026126] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[ 11.063726] acer_wmi: Acer Laptop ACPI-WMI Extras
[ 11.147442] cfg80211: Calling CRDA to update world regulatory domain
[ 11.448780] ACPI: AC Adapter [ADP1] (on-line)
[ 11.462713] acpi device:03: registered as cooling_device2
[ 11.465861] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input6
[ 11.465917] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 11.593074] Disabling lock debugging due to kernel taint
[ 11.593100] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 11.594799] ACPI: Battery Slot [BAT0] (battery present)
[ 11.629166] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[ 11.629169] iwlagn: Copyright(c) 2003-2010 Intel Corporation
[ 11.629235] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 11.629243] iwlagn 0000:03:00.0: setting latency timer to 64
[ 11.629268] iwlagn 0000:03:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[ 11.649798] iwlagn 0000:03:00.0: device EEPROM VER=0x11f, CALIB=0x4
[ 11.649800] iwlagn 0000:03:00.0: Device SKU: 0Xb
[ 11.649830] iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 11.649938] iwlagn 0000:03:00.0: irq 46 for MSI/MSI-X
[ 11.652449] input: Ideapad extra buttons as /devices/platform/ideapad/input/input7
[ 11.724354] [fglrx] Maximum main memory to use for locked dma buffers: 2874 MBytes.
[ 11.724841] [fglrx] vendor: 1002 device: 95c4 count: 1
[ 11.725650] [fglrx] ioport: bar 1, base 0x6000, size: 0x100
[ 11.725665] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 11.725670] pci 0000:01:00.0: setting latency timer to 64
[ 11.726008] [fglrx] Kernel PAT support is enabled
[ 11.726029] [fglrx] module loaded - fglrx 8.91.4 [Oct 25 2011] with 1 minors
[ 11.857296] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 11.857349] HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 11.857373] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 11.899703] Linux media interface: v0.10
[ 11.915884] Linux video capture interface: v2.00
[ 11.939085] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (5986:0205)
[ 11.955011] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3:1.0/input/input8
[ 11.955074] usbcore: registered new interface driver uvcvideo
[ 11.955076] USB Video Class driver (v1.0.0)
[ 12.025167] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1c0b1, caps: 0xa04711/0xa00000/0x0
[ 12.095133] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input9
[ 12.255405] r852 0000:08:09.3: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 12.255412] r852 0000:08:09.3: setting latency timer to 64
[ 12.255470] r852: driver loaded successfully
[ 12.288387] hda_codec: ALC269: BIOS auto-probing.
[ 12.289595] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input10
[ 12.291728] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 12.291801] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 12.291939] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 12.291996] HDA Intel 0000:01:00.1: irq 48 for MSI/MSI-X
[ 12.292036] HDA Intel 0000:01:00.1: setting latency timer to 64
[ 12.370647] wl 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 12.370655] wl 0000:04:00.0: setting latency timer to 64
[ 12.373080] wlan%d: 5.100.82.112 driver failed with code 21
[ 12.373095] ------------[ cut here ]------------
[ 12.373141] kernel BUG at /usr/src/linux-headers-2.6.39-bpo.2-common/include/net/cfg80211.h:1792!
[ 12.373188] invalid opcode: 0000 [#1] SMP
[ 12.373310] last sysfs file: /sys/module/snd_hda_codec/initstate
[ 12.373355] CPU 1
[ 12.373396] Modules linked in: wl(P+) snd_hda_codec_realtek joydev r852 sm_common nand snd_seq snd_seq_device uvcvideo nand_ids nand_ecc videodev media snd_hda_intel(+) snd_hda_codec snd_hwdep fglrx(P) snd_pcm snd_timer iwlagn ideapad_laptop v4l2_compat_ioctl32 tpm_tis snd tpm tpm_bios mtd mac80211 cfg80211 soundcore acer_wmi psmouse i2c_i801 sparse_keymap evdev pcspkr battery serio_raw i2c_core ac snd_page_alloc rfkill lib80211 video power_supply wmi button processor ext4 mbcache jbd2 crc16 sg sd_mod sr_mod crc_t10dif cdrom usbhid hid ahci libahci uhci_hcd libata firewire_ohci scsi_mod sdhci_pci sdhci ehci_hcd firewire_core tg3 mmc_core usbcore thermal crc_itu_t thermal_sys libphy [last unloaded: scsi_wait_scan]
[ 12.376052]
[ 12.376052] Pid: 620, comm: modprobe Tainted: P O 2.6.39-bpo.2-amd64 #1 LENOVO INVALID/Base Board Product Name
[ 12.376052] RIP: 0010:[<ffffffffa07f3312>] [<ffffffffa07f3312>] wl_cfg80211_detach+0x12/0xd3 [wl]
[ 12.376052] RSP: 0018:ffff880037fe1be8 EFLAGS: 00010246
[ 12.376052] RAX: 0000000000000000 RBX: ffff8800b8c7ef40 RCX: 0000000000000995
[ 12.376052] RDX: 0000000000000000 RSI: ffff8800b8c7ef40 RDI: ffff8800b8c7e800
[ 12.376052] RBP: ffff880037d5b400 R08: 0000000000000002 R09: 0000000000000005
[ 12.376052] R10: 0000000000000000 R11: 0000000000000000 R12: ffff8800b8c7e800
[ 12.376052] R13: 0000000000000000 R14: ffff8800b932fcc0 R15: 0000000000000012
[ 12.376052] FS: 00007fd4f2ca1700(0000) GS:ffff8800bfa80000(0000) knlGS:0000000000000000
[ 12.376052] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 12.376052] CR2: 00007fd4f2739000 CR3: 00000000bd913000 CR4: 00000000000006e0
[ 12.376052] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 12.376052] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 12.376052] Process modprobe (pid: 620, threadinfo ffff880037fe0000, task ffff8800378bb7e0)
[ 12.376052] Stack:
[ 12.376052] 0000000000000246 ffff8800b8c7ef40 ffff880037d5b400 ffffffffa07efab4
[ 12.376052] 332e32312020205b ffff880037d5b400 ffff8800be8f1000 ffffffffa07f07e2
[ 12.376052] ffff880037d5b400 ffff8800b932fcc0 ffff880037fe1cd8 00000000178dac11
[ 12.376052] Call Trace:
[ 12.376052] [<ffffffffa07efab4>] ? wl_free_if+0x2a/0x81 [wl]
[ 12.376052] [<ffffffffa07f07e2>] ? wl_free+0x53/0x208 [wl]
[ 12.376052] [<ffffffff81331333>] ? printk+0x40/0x45
[ 12.376052] [<ffffffffa07f6a04>] ? wl_pci_probe+0x476/0xa72 [wl]
[ 12.376052] [<ffffffff8124b905>] ? __pm_runtime_set_status+0x162/0x186
[ 12.376052] [<ffffffff811bc07a>] ? local_pci_probe+0x49/0x92
[ 12.376052] [<ffffffff811bcd82>] ? pci_device_probe+0xc2/0xef
[ 12.376052] [<ffffffff81244db8>] ? driver_sysfs_add+0x66/0x8d
[ 12.376052] [<ffffffff81244ef9>] ? driver_probe_device+0xa8/0x138
[ 12.376052] [<ffffffff81244fd8>] ? __driver_attach+0x4f/0x6f
[ 12.376052] [<ffffffff81244f89>] ? driver_probe_device+0x138/0x138
[ 12.376052] [<ffffffff8124457c>] ? bus_for_each_dev+0x44/0x78
[ 12.376052] [<ffffffff812449d4>] ? bus_add_driver+0xa8/0x1f0
[ 12.376052] [<ffffffff81245505>] ? driver_register+0x90/0xf8
[ 12.376052] [<ffffffff811bcfcc>] ? __pci_register_driver+0x4e/0xc0
[ 12.376052] [<ffffffffa0994000>] ? 0xffffffffa0993fff
[ 12.376052] [<ffffffff81002078>] ? do_one_initcall+0x78/0x131
[ 12.376052] [<ffffffff810757ce>] ? sys_init_module+0xd3/0x221
[ 12.376052] [<ffffffff81339392>] ? system_call_fastpath+0x16/0x1b
[ 12.376052] Code: e8 48 c3 aa ff 48 89 df e8 84 99 8f e0 48 c7 45 00 00 00 00 00 5a 5b 5d c3 55 53 48 83 ec 08 48 8b 87 70 02 00 00 48 85 c0 75 04 <0f> 0b eb fe 48 8b 18 48 85 db 75 04 0f 0b eb fe 48 81 c3 20 03
[ 12.376052] RIP [<ffffffffa07f3312>] wl_cfg80211_detach+0x12/0xd3 [wl]
[ 12.376052] RSP <ffff880037fe1be8>
[ 12.382128] ---[ end trace 42ee7a159346d45e ]---
[ 12.385507] iwlagn 0000:03:00.0: loaded firmware version 8.83.5.1 build 33692
[ 12.385801] Registered led device: phy0-led
[ 12.518772] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 13.708261] Adding 1951740k swap on /dev/sda6. Priority:-1 extents:1 across:1951740k
[ 13.711570] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 14.100100] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 14.182238] loop: module loaded
[ 15.726830] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 15.750049] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 16.074218] fuse init (API version 7.16)
[ 19.098333] Bluetooth: Core ver 2.16
[ 19.098414] NET: Registered protocol family 31
[ 19.098466] Bluetooth: HCI device and connection manager initialized
[ 19.098522] Bluetooth: HCI socket layer initialized
[ 19.098585] Bluetooth: L2CAP socket layer initialized
[ 19.098763] Bluetooth: SCO socket layer initialized
[ 19.136634] Bluetooth: RFCOMM TTY layer initialized
[ 19.136690] Bluetooth: RFCOMM socket layer initialized
[ 19.136741] Bluetooth: RFCOMM ver 1.11
[ 19.411815] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 19.411870] Bluetooth: BNEP filters: protocol multicast
[ 19.454680] Bridge firewalling registered
[ 19.763299] lp: driver loaded but no devices found
[ 20.189268] ppdev: user-space parallel port driver
[ 20.626324] fglrx_pci 0000:01:00.0: irq 49 for MSI/MSI-X
[ 20.627085] [fglrx] Firegl kernel thread PID: 1348
[ 20.627154] [fglrx] Firegl kernel thread PID: 1349
[ 20.627218] [fglrx] Firegl kernel thread PID: 1350
[ 20.627349] [fglrx] IRQ 49 Enabled
[ 22.010424] tg3 0000:02:00.0: irq 50 for MSI/MSI-X
[ 22.041229] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 22.256019] [fglrx] Gart USWC size:944 M.
[ 22.256024] [fglrx] Gart cacheable size:373 M.
[ 22.256037] [fglrx] Reserved FB block: Shared offset:0, size:1000000
[ 22.256040] [fglrx] Reserved FB block: Unshared offset:fd06000, size:2f5000
[ 22.256043] [fglrx] Reserved FB block: Unshared offset:fffb000, size:5000
[ 23.653855] tg3 0000:02:00.0: eth0: Link is up at 100 Mbps, full duplex
[ 23.653860] tg3 0000:02:00.0: eth0: Flow control is on for TX and on for RX
[ 23.654360] ADDRCONF(NETDEV_CHANGE): eth0: link becomes readyOpenBox, Opera and Emacs user most of the time...
Offline
Yes. Same result.
Can you post output of
cat /etc/udev/rules.d/70-persistent-net.rulesbootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
and output of
lsmod | grep iwlagnbootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
Here is the output from:
cat /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
# PCI device 0x14e4:0x1713 (tg3)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1f:16:08:8f:b7", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x8086:0x4237 (iwlagn)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:21:6b:c4:57:7e", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
# PCI device 0x14e4:0x4311 (b43)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:14:a5:f7:76:4b", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan1"and the ouptut from
lsmod | grep iwlagn
iwlagn 174851 0
mac80211 181270 1 iwlagn
cfg80211 126244 3 wl,iwlagn,mac80211Last edited by joksim (2011-12-09 14:35:41)
OpenBox, Opera and Emacs user most of the time...
Offline
Can you remove the third stanza in that file:
It has your 4311 card still associated with b43.
Remove the 2 lines, save and reboot.
Just checking: you did install 2 packages for broadcom-sta from testing, right?
broadcom-sta-common
broadcom-sta-source
Then recompiled with m-a, etc...
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
I commented the last line in /etc/udev/rules.d/70-persistent-net.rules
Last thing I did was install with dpkg -i ..
In synaptic, when testing is enabled, these packages are installed:
broadcom-sta-modules-2.6.39-bpo.2-amd64
broadcom-sta-common
broadcom-sta-source
I didn't recompile after instaling the deb package though.... Should I? How to do that? m-a ai ??
Last edited by joksim (2011-12-09 14:49:07)
OpenBox, Opera and Emacs user most of the time...
Offline
Yes, recompile with
sudo m-a a-i broadcom-stabootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
Still no luck. I did a recompile (sudo m-a a-i broadcom-sta).
Before restart tried modprobe wl - was hanging without completing
I even tried sudo modprobe wl - the same result...
I restarted, still no luck, when I run iwconfig wlan1 is not listed....
OpenBox, Opera and Emacs user most of the time...
Offline
OK.
Last thing to try:
blacklist iwlagn. That module is loaded for your Intel Wireless card.
Perhaps there is a conflict with wl module.
Here is what to do:
sudo geany /etc/modprobe.d/broadcom-sta.confinsert as first line:
blacklist iwlagnsave the file
sudo update-initramfs -ureboot (and keep your fingers crossed
)
Edit: blacklist config file is at: /etc/modprobe.d/broadcom-sta.conf
Last edited by xaos52 (2011-12-09 15:18:32)
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.