Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
tak... hmm... Skrypt na pewno działa, tylko ja coś źle robię. Niestety jestem bardzo żółty jeszcze w wielu sprawach związanych z Linuxem.
Kopiuję skrypt do pustego pliku, zapisuje i wrzucam do konsoli.
bash:/nowy plik: Brak dostępu
Offline
sh /ścieżka/skrypt
albo
chmod +x /ścieżka/skrypt /ścieżka/skrypt
Offline
No więc:
FATAL: Module wl not found. FATAL: Error running install command for wl lo no wireless extensions. eth0 no wireless extensions. pan0 no wireless extensions. Milego dnia
Offline
Ok to mam jeszcze taki który chyba jest lepszy :D
#!/bin/sh #http://www.broadcom.com/support/802.11/linux_sta.php ver=`wget http://www.broadcom.com/docs/linux_sta/README.txt -O - 2>/dev/null|head -n2|tail -n1|sed -e 's/.* \(.*\)/\1/'` wget http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86-64_v$ver.tar.gz mkdir POM mv *.tar.gz POM cd POM tar -xf *.tar.gz sudo make sudo mv wl.ko /lib/modules/$(uname -r)/kernel/net/wireless/ cd .. sudo rm -r POM
Tamten nie wiem czemu mi działał...
Offline
Przynajmniej „Milego dnia” daje radę. Zawsze to coś, a i od razu przyjemniej dłubać dalej. :) Ten drugi na sudo pewnie się wywali. Może nagłówków dla kernela nie ma i nie mógł modułu zbudować? Tylko zgaduję, nie pamiętam czy m-a a-i sam dociąga nagłówki…
Offline
A no w sumie... Masz racie :D
'Miłego dnia' zawsze dawałem do skryptów, bo jak coś się nie uda to wiesz... Chociaż to :D
Zobaczymy co z tym drugim będzie choć myślę, że jest ok...
Na wszelki wypadek kolega mógłby zainstalować nagłówki... (a jednak mógł sobie skompilować swoje ;p ) Nie wiem czy takie coś pójdzie:
sudo aptitude install linux-headers-$(uname -r)-all
??
Ostatnio edytowany przez P@blo (2011-07-31 13:38:29)
Offline
Raczej nie… To mu zwróci pakiet:
linux-headers-2.6.38-bpo.2-amd64-all
Nie ma akurat takiego… Wystarczy dla obecnie używanego jądra:
aptitude install linux-headers-`uname -r`
Offline
--2011-07-31 13:40:39-- http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86-64_v.tar.gz Translacja www.broadcom.com... 208.70.88.55 Łączenie się z www.broadcom.com|208.70.88.55|:80... połączono. Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 404 Not Found 2011-07-31 13:40:39 BŁĄD 404: Not Found. mv: nie można wykonać stat na `*.tar.gz': Nie ma takiego pliku ani katalogu tar: *.tar.gz: Nie można open: Nie ma takiego pliku ani katalogu tar: Error is not recoverable: exiting now make: *** Nie podano obiektów i nie znaleziono makefile. Stop. mv: nie można wykonać stat na `wl.ko': Nie ma takiego pliku ani katalogu
heady instalowałem przy instalacji nowego jądra.
Ogólnie to tak trochę dziwnie się stało że gdy wyłączyłem kartę sieciową to ona sobie poprostu zniknęła.
Offline
Czyli coś pozmieniali w tej stronie... Sciągnij ręcznie ten sterownik z tej stronki co tam jest zakomentowana (w zależności jaką masz wersje debiana) i wykonaj te polecenia ze skryptu...
Dawno go pisałem sory :/
Offline
Wywale mi ERRORy w make :/
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd` make[1]: Wejście do katalogu `/usr/src/linux-headers-2.6.38-bpo.2-amd64' LD /home/sp4wn/Pobrane/no/POM/built-in.o CC [M] /home/sp4wn/Pobrane/no/POM/src/shared/linux_osl.o CC [M] /home/sp4wn/Pobrane/no/POM/src/wl/sys/wl_linux.o /home/sp4wn/Pobrane/no/POM/src/wl/sys/wl_linux.c: In function ‘wl_attach’: /home/sp4wn/Pobrane/no/POM/src/wl/sys/wl_linux.c:485: error: implicit declaration of function ‘init_MUTEX’ make[4]: *** [/home/sp4wn/Pobrane/no/POM/src/wl/sys/wl_linux.o] Błąd 1 make[3]: *** [_module_/home/sp4wn/Pobrane/no/POM] Błąd 2 make[2]: *** [sub-make] Błąd 2 make[1]: *** [all] Błąd 2 make[1]: Opuszczenie katalogu `/usr/src/linux-headers-2.6.38-bpo.2-amd64' make: *** [all] Błąd 2 root@1215n:/home/sp4wn/Pobrane/no/POM# sudo make KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd` make[1]: Wejście do katalogu `/usr/src/linux-headers-2.6.38-bpo.2-amd64' CC [M] /home/sp4wn/Pobrane/no/POM/src/wl/sys/wl_linux.o /home/sp4wn/Pobrane/no/POM/src/wl/sys/wl_linux.c: In function ‘wl_attach’: /home/sp4wn/Pobrane/no/POM/src/wl/sys/wl_linux.c:485: error: implicit declaration of function ‘init_MUTEX’ make[4]: *** [/home/sp4wn/Pobrane/no/POM/src/wl/sys/wl_linux.o] Błąd 1 make[3]: *** [_module_/home/sp4wn/Pobrane/no/POM] Błąd 2 make[2]: *** [sub-make] Błąd 2 make[1]: *** [all] Błąd 2 make[1]: Opuszczenie katalogu `/usr/src/linux-headers-2.6.38-bpo.2-amd64' make: *** [all] Błąd 2
Ostatnio edytowany przez Sp4wN (2011-07-31 14:01:42)
Offline
może zrób make bez sudo jak Arn mówił...
Offline
Kurde jakiegoś pakietu ci brakuje albo cuś... Zawsze mi to działało... Popatrz może w tym wątku o tym gotowym configu może tam coś wynajdziesz... Może ktoś mądrzejszy się odezwie?? :D
Offline
Ale skoro WiFi mi wcześniej działało to dlaczego ma czegoś brakować? Wszystkie sterowniki broadcoma mam. Przez wyłączenie WiFI coś mogło mi się odinstalować?
Offline
Jeśli masz gnoma to prawym przyciskiem myszy na network-managera daj i pewnie masz tam odklikniete sieci bezprzewodowe... Może to jest buba
Offline
Ja tu czegoś nie rozumiem.
Po co te cale kombinacje jesli wifi wczesniej działało.
Pokaż
lspci
oraz
lsmod
Offline
lspci:
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge (rev 02) 00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller (rev 02) 00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller (rev 02) 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02) 00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02) 00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 02) 00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) 00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02) 00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA AHCI Controller (rev 02) 00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02) 01:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03) 02:00.0 Ethernet controller: Atheros Communications AR8152 v2.0 Fast Ethernet (rev c1) 03:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01) 05:00.0 VGA compatible controller: nVidia Corporation Device 0a76 (rev a2)
lsmod:
Module Size Used by usbhid 39900 0 hid 72616 1 usbhid mperf 12411 0 cpufreq_powersave 12454 0 cpufreq_stats 12713 0 cpufreq_userspace 12576 0 cpufreq_conservative 13878 0 parport_pc 22191 0 ppdev 12725 0 lp 17190 0 parport 31650 3 parport_pc,ppdev,lp sco 17555 2 bridge 61403 0 stp 12392 1 bridge bnep 17424 2 rfcomm 32744 8 l2cap 40163 16 bnep,rfcomm crc16 12343 1 l2cap binfmt_misc 12914 1 uinput 17392 1 fuse 61520 1 atl1e 31632 0 loop 22515 0 snd_hda_codec_realtek 283898 1 joydev 17138 0 snd_hda_intel 25946 1 snd_hda_codec 67647 2 snd_hda_codec_realtek,snd_hda_intel i915 315266 2 snd_hwdep 13148 1 snd_hda_codec snd_pcm 67327 2 snd_hda_intel,snd_hda_codec drm_kms_helper 26893 1 i915 uvcvideo 57386 0 drm 165567 3 i915,drm_kms_helper videodev 57418 1 uvcvideo btusb 17417 2 eeepc_wmi 13265 0 snd_seq 44678 0 bluetooth 55503 9 sco,bnep,rfcomm,l2cap,btusb v4l2_compat_ioctl32 16575 1 videodev sparse_keymap 12760 1 eeepc_wmi i2c_i801 16870 0 snd_timer 22658 2 snd_pcm,snd_seq i2c_algo_bit 12834 1 i915 rfkill 19014 4 eeepc_wmi,bluetooth tpm_tis 13125 0 i2c_core 23725 6 i915,drm_kms_helper,videodev,drm,i2c_i801,i2c_algo_bit battery 13109 0 ac 12624 0 snd_seq_device 13155 1 snd_seq tpm 17756 1 tpm_tis psmouse 55199 0 pcspkr 12579 0 serio_raw 12878 0 snd 52280 10 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device xhci_hcd 59303 0 tpm_bios 12903 1 tpm power_supply 13475 2 ac,battery wmi 13202 1 eeepc_wmi processor 27431 0 button 12994 1 i915 video 17553 1 i915 evdev 17475 37 soundcore 13014 1 snd snd_page_alloc 12969 2 snd_hda_intel,snd_pcm ext3 112218 1 jbd 41698 1 ext3 mbcache 12930 1 ext3 sd_mod 35501 3 crc_t10dif 12348 1 sd_mod ahci 25089 2 libahci 22568 1 ahci libata 147240 2 ahci,libahci uhci_hcd 26290 0 scsi_mod 161457 2 sd_mod,libata ehci_hcd 39529 0 usbcore 118812 7 usbhid,uvcvideo,btusb,xhci_hcd,uhci_hcd,ehci_hcd atl1c 31796 0 thermal 17330 0 nls_base 12753 1 usbcore thermal_sys 17939 3 processor,video,thermal
Offline
Wg
http://wiki.debian.org/bcm43xx
Ta karta ma chodzić na module b43.
Nie widzę go w jądrze.
modprobe b43
wchodzi czysto ?
Firmware masz zainstalowane ?
Offline
Firmware zainstalowany.
modprobe nic nie wyrzuca czyli wchodzi chyba czysto.
Korzystałem z tej strony podczas instalacji WiFi.
lo no wireless extensions. eth0 no wireless extensions. pan0 no wireless extensions.
Offline
Tak z głupia frant zapytam.
Włączyłes tę kartę przyciskiem w tym lapku ?
Jak masz tam windowsa to sprawdź czy na nim działa.
Offline
To teraz wrzuć na jakiegoś wkleja zawartość pliku /var/log/dmesg
Ale całego ,żeby nie był urwany.
Offline
dmesg
[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.38-bpo.2-amd64 (Debian 2.6.38-5~bpo60+1) (norbert@tretkowski.de) (gcc version 4.4.6 (Debian 4.4.6-3) ) #1 SMP Mon Jun 6 15:24:02 UTC 2011 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-bpo.2-amd64 root=UUID=93008b81-8c6a-4e8a-bc42-e3b79fe94533 ro quiet [ 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 - 00000000af660000 (usable) [ 0.000000] BIOS-e820: 00000000af660000 - 00000000af66e000 (ACPI data) [ 0.000000] BIOS-e820: 00000000af66e000 - 00000000af6b0000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000af6b0000 - 00000000af6c0000 (reserved) [ 0.000000] BIOS-e820: 00000000af6c0000 - 00000000af6e0000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000af6e0000 - 00000000af700000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) [ 0.000000] BIOS-e820: 0000000100000000 - 0000000150000000 (usable) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI present. [ 0.000000] DMI: ASUSTeK Computer INC. 1215N/1215N, BIOS 0701 02/18/2011 [ 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 = 0x150000 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-BFFFF uncachable [ 0.000000] C0000-CFFFF write-protect [ 0.000000] D0000-DFFFF uncachable [ 0.000000] E0000-EFFFF write-through [ 0.000000] F0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask F00000000 write-back [ 0.000000] 1 base 100000000 mask FC0000000 write-back [ 0.000000] 2 base 140000000 mask FF0000000 write-back [ 0.000000] 3 base 0B0000000 mask FF0000000 uncachable [ 0.000000] 4 base 0C0000000 mask FC0000000 uncachable [ 0.000000] 5 base 0AF700000 mask FFFF00000 uncachable [ 0.000000] 6 base 0AF800000 mask FFF800000 uncachable [ 0.000000] 7 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820 update range: 00000000af700000 - 0000000100000000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0xaf660 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780 [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] init_memory_mapping: 0000000000000000-00000000af660000 [ 0.000000] 0000000000 - 00af600000 page 2M [ 0.000000] 00af600000 - 00af660000 page 4k [ 0.000000] kernel direct mapping tables up to af660000 @ 1fffb000-20000000 [ 0.000000] init_memory_mapping: 0000000100000000-0000000150000000 [ 0.000000] 0100000000 - 0150000000 page 2M [ 0.000000] kernel direct mapping tables up to 150000000 @ af659000-af660000 [ 0.000000] RAMDISK: 374c2000 - 37ff0000 [ 0.000000] ACPI: RSDP 00000000000fbf30 00024 (v02 ACPIAM) [ 0.000000] ACPI: XSDT 00000000af660100 00064 (v01 A_M_I_ OEMXSDT 02001118 MSFT 00000097) [ 0.000000] ACPI: FACP 00000000af660290 000F4 (v04 A_M_I_ OEMFACP 02001118 MSFT 00000097) [ 0.000000] ACPI: DSDT 00000000af6604a0 099E3 (v02 A1609 A1609000 00000000 INTL 20060113) [ 0.000000] ACPI: FACS 00000000af66e000 00040 [ 0.000000] ACPI: APIC 00000000af660390 0006C (v02 A_M_I_ OEMAPIC 02001118 MSFT 00000097) [ 0.000000] ACPI: MCFG 00000000af660400 0003C (v01 A_M_I_ OEMMCFG 02001118 MSFT 00000097) [ 0.000000] ACPI: ECDT 00000000af660440 00055 (v01 A_M_I_ OEMECDT 02001118 MSFT 00000097) [ 0.000000] ACPI: OEMB 00000000af66e040 00061 (v01 A_M_I_ AMI_OEM 02001118 MSFT 00000097) [ 0.000000] ACPI: HPET 00000000af669e90 00038 (v01 A_M_I_ OEMHPET 02001118 MSFT 00000097) [ 0.000000] ACPI: GSCI 00000000af66e0b0 02024 (v01 A_M_I_ GMCHSCI 02001118 MSFT 00000097) [ 0.000000] ACPI: SSDT 00000000af6708a0 004F0 (v01 PmRef CpuPm 00003000 INTL 20060113) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-0000000150000000 [ 0.000000] Initmem setup node 0 0000000000000000-0000000150000000 [ 0.000000] NODE_DATA [000000014fffb000 - 000000014fffffff] [ 0.000000] [ffffea0000000000-ffffea00049fffff] PMD -> [ffff88014be00000-ffff88014f7fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00150000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[3] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x000af660 [ 0.000000] 0: 0x00100000 -> 0x00150000 [ 0.000000] On node 0 totalpages: 1045999 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 6 pages reserved [ 0.000000] DMA zone: 3921 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 14280 pages used for memmap [ 0.000000] DMA32 zone: 700056 pages, LIFO batch:31 [ 0.000000] Normal zone: 4480 pages used for memmap [ 0.000000] Normal zone: 323200 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x808 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 4, version 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: 0xffffffff base: 0xfed00000 [ 0.000000] SMP: Allowing 4 CPUs, 0 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: 00000000af660000 - 00000000af66e000 [ 0.000000] PM: Registered nosave memory: 00000000af66e000 - 00000000af6b0000 [ 0.000000] PM: Registered nosave memory: 00000000af6b0000 - 00000000af6c0000 [ 0.000000] PM: Registered nosave memory: 00000000af6c0000 - 00000000af6e0000 [ 0.000000] PM: Registered nosave memory: 00000000af6e0000 - 00000000af700000 [ 0.000000] PM: Registered nosave memory: 00000000af700000 - 00000000fee00000 [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000 [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000fff00000 [ 0.000000] PM: Registered nosave memory: 00000000fff00000 - 0000000100000000 [ 0.000000] Allocating PCI resources starting at af700000 (gap: af700000:4f700000) [ 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 @ffff8800af400000 s82752 r8192 d23744 u524288 [ 0.000000] pcpu-alloc: s82752 r8192 d23744 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: 1027177 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-bpo.2-amd64 root=UUID=93008b81-8c6a-4e8a-bc42-e3b79fe94533 ro quiet [ 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: 4038084k/5505024k available (3260k kernel code, 1321028k absent, 145912k reserved, 3425k data, 676k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 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] Extended CMOS year: 2000 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration failed [ 0.000000] TSC: PIT calibration matches HPET. 1 loops [ 0.000000] Detected 1799.982 MHz processor. [ 0.004007] Calibrating delay loop (skipped), value calculated using timer frequency.. 3599.96 BogoMIPS (lpj=7199928) [ 0.004017] pid_max: default: 32768 minimum: 301 [ 0.004070] Security Framework initialized [ 0.004076] SELinux: Disabled at boot. [ 0.004764] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.009015] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.011327] Mount-cache hash table entries: 256 [ 0.011601] Initializing cgroup subsys ns [ 0.011609] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup. [ 0.011615] Initializing cgroup subsys cpuacct [ 0.011626] Initializing cgroup subsys devices [ 0.011631] Initializing cgroup subsys freezer [ 0.011635] Initializing cgroup subsys net_cls [ 0.011640] Initializing cgroup subsys blkio [ 0.011706] CPU: Physical Processor ID: 0 [ 0.011710] CPU: Processor Core ID: 0 [ 0.011714] mce: CPU supports 5 MCE banks [ 0.011726] CPU0: Thermal monitoring enabled (TM1) [ 0.011732] using mwait in idle threads. [ 0.013186] ACPI: Core revision 20110112 [ 0.024110] Setting APIC routing to flat [ 0.024457] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066330] CPU0: Intel(R) Atom(TM) CPU D525 @ 1.80GHz stepping 0a [ 0.068003] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver. [ 0.068003] ... version: 3 [ 0.068003] ... bit width: 40 [ 0.068003] ... generic registers: 2 [ 0.068003] ... value mask: 000000ffffffffff [ 0.068003] ... max period: 000000007fffffff [ 0.068003] ... fixed-purpose events: 3 [ 0.068003] ... event mask: 0000000700000003 [ 0.068003] NMI watchdog enabled, takes one hw-pmu counter. [ 0.068003] Booting Node 0, Processors #1 [ 0.156009] TSC synchronization [CPU#0 -> CPU#1]: [ 0.156009] Measured 63 cycles TSC warp between CPUs, turning off TSC clock. [ 0.156009] Marking TSC unstable due to check_tsc_sync_source failed [ 0.156051] NMI watchdog enabled, takes one hw-pmu counter. [ 0.156245] #2 [ 0.248118] NMI watchdog enabled, takes one hw-pmu counter. [ 0.248339] #3 Ok. [ 0.336112] NMI watchdog enabled, takes one hw-pmu counter. [ 0.336162] Brought up 4 CPUs [ 0.336169] Total of 4 processors activated (14399.69 BogoMIPS). [ 0.337840] devtmpfs: initialized [ 0.342716] print_constraints: dummy: [ 0.342716] NET: Registered protocol family 16 [ 0.342716] ACPI: bus type pci registered [ 0.342716] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.342716] PCI: not using MMCONFIG [ 0.342716] PCI: Using configuration type 1 for base access [ 0.344374] bio: create slab <bio-0> at 0 [ 0.348399] ACPI: EC: EC description table is found, configuring boot EC [ 0.351408] ACPI: Executed 1 blocks of module-level executable AML code [ 0.369342] ACPI: SSDT 00000000af670170 00724 (v01 PmRef Cpu0Cst 00003001 INTL 20060113) [ 0.370013] ACPI: Dynamic OEM Table Load: [ 0.370019] ACPI: SSDT (null) 00724 (v01 PmRef Cpu0Cst 00003001 INTL 20060113) [ 0.370600] ACPI: SSDT 00000000af6700e0 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20060113) [ 0.371266] ACPI: Dynamic OEM Table Load: [ 0.371273] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20060113) [ 0.371695] ACPI: Interpreter enabled [ 0.371703] ACPI: (supports S0 S3 S4 S5) [ 0.371749] ACPI: Using IOAPIC for interrupt routing [ 0.371808] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.372931] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources [ 0.438227] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [ 0.440792] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62 [ 0.441168] ACPI: No dock devices found. [ 0.441866] HEST: Table not found. [ 0.441872] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.442050] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.442435] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] [ 0.442442] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] [ 0.442448] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.442453] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff] [ 0.442459] pci_root PNP0A08:00: host bridge window [mem 0xaf700000-0xfed8ffff] [ 0.442483] pci 0000:00:00.0: [8086:a000] type 0 class 0x000600 [ 0.442531] pci 0000:00:02.0: [8086:a001] type 0 class 0x000300 [ 0.442545] pci 0000:00:02.0: reg 10: [mem 0xf5d00000-0xf5d7ffff] [ 0.442554] pci 0000:00:02.0: reg 14: [io 0xcc00-0xcc07] [ 0.442563] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff pref] [ 0.442572] pci 0000:00:02.0: reg 1c: [mem 0xf5c00000-0xf5cfffff] [ 0.442610] pci 0000:00:02.1: [8086:a002] type 0 class 0x000380 [ 0.442622] pci 0000:00:02.1: reg 10: [mem 0xf5d80000-0xf5dfffff] [ 0.442709] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403 [ 0.442729] pci 0000:00:1b.0: reg 10: [mem 0xf5bf8000-0xf5bfbfff 64bit] [ 0.442789] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.442796] pci 0000:00:1b.0: PME# disabled [ 0.442824] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604 [ 0.442886] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.442893] pci 0000:00:1c.0: PME# disabled [ 0.442926] pci 0000:00:1c.1: [8086:27d2] type 1 class 0x000604 [ 0.442987] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 0.442994] pci 0000:00:1c.1: PME# disabled [ 0.443022] pci 0000:00:1c.2: [8086:27d4] type 1 class 0x000604 [ 0.443082] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ 0.443089] pci 0000:00:1c.2: PME# disabled [ 0.443116] pci 0000:00:1c.3: [8086:27d6] type 1 class 0x000604 [ 0.443177] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold [ 0.443184] pci 0000:00:1c.3: PME# disabled [ 0.443214] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03 [ 0.443260] pci 0000:00:1d.0: reg 20: [io 0xc400-0xc41f] [ 0.443298] pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03 [ 0.443343] pci 0000:00:1d.1: reg 20: [io 0xc480-0xc49f] [ 0.443382] pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03 [ 0.443426] pci 0000:00:1d.2: reg 20: [io 0xc800-0xc81f] [ 0.443464] pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03 [ 0.443509] pci 0000:00:1d.3: reg 20: [io 0xc880-0xc89f] [ 0.443558] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03 [ 0.443582] pci 0000:00:1d.7: reg 10: [mem 0xf5bf7c00-0xf5bf7fff] [ 0.443657] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 0.443665] pci 0000:00:1d.7: PME# disabled [ 0.443693] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604 [ 0.443761] pci 0000:00:1f.0: [8086:27bc] type 0 class 0x000601 [ 0.443883] pci 0000:00:1f.2: [8086:27c1] type 0 class 0x000106 [ 0.443905] pci 0000:00:1f.2: reg 10: [io 0xc080-0xc087] [ 0.443917] pci 0000:00:1f.2: reg 14: [io 0xc000-0xc003] [ 0.443928] pci 0000:00:1f.2: reg 18: [io 0xbc00-0xbc07] [ 0.443940] pci 0000:00:1f.2: reg 1c: [io 0xb880-0xb883] [ 0.443951] pci 0000:00:1f.2: reg 20: [io 0xb800-0xb81f] [ 0.443963] pci 0000:00:1f.2: reg 24: [mem 0xf5bf7800-0xf5bf7bff] [ 0.443997] pci 0000:00:1f.2: PME# supported from D3hot [ 0.444004] pci 0000:00:1f.2: PME# disabled [ 0.444058] pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05 [ 0.444119] pci 0000:00:1f.3: reg 20: [io 0x0400-0x041f] [ 0.444265] pci 0000:05:00.0: [10de:0a76] type 0 class 0x000300 [ 0.444324] pci 0000:05:00.0: reg 10: [mem 0xfa000000-0xfaffffff] [ 0.444388] pci 0000:05:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.444453] pci 0000:05:00.0: reg 1c: [mem 0xce000000-0xcfffffff 64bit pref] [ 0.444496] pci 0000:05:00.0: reg 24: [io 0xec00-0xec7f] [ 0.444540] pci 0000:05:00.0: reg 30: [mem 0xfbf00000-0xfbf7ffff pref] [ 0.444809] pci 0000:00:1c.0: PCI bridge to [bus 05-05] [ 0.444816] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff] [ 0.444824] pci 0000:00:1c.0: bridge window [mem 0xfa000000-0xfbffffff] [ 0.444834] pci 0000:00:1c.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref] [ 0.444934] pci 0000:03:00.0: [14e4:4727] type 0 class 0x000280 [ 0.444963] pci 0000:03:00.0: reg 10: [mem 0xf9ffc000-0xf9ffffff 64bit] [ 0.445063] pci 0000:03:00.0: supports D1 D2 [ 0.445068] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold [ 0.445076] pci 0000:03:00.0: PME# disabled [ 0.452085] pci 0000:00:1c.1: PCI bridge to [bus 03-04] [ 0.452095] pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled) [ 0.452105] pci 0000:00:1c.1: bridge window [mem 0xf6000000-0xf9ffffff] [ 0.452115] pci 0000:00:1c.1: bridge window [mem 0xc8000000-0xcdffffff 64bit pref] [ 0.452183] pci 0000:02:00.0: [1969:2062] type 0 class 0x000200 [ 0.452212] pci 0000:02:00.0: reg 10: [mem 0xf5fc0000-0xf5ffffff 64bit] [ 0.452229] pci 0000:02:00.0: reg 18: [io 0xdc00-0xdc7f] [ 0.452316] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.452324] pci 0000:02:00.0: PME# disabled [ 0.460052] pci 0000:00:1c.2: PCI bridge to [bus 02-02] [ 0.460060] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff] [ 0.460067] pci 0000:00:1c.2: bridge window [mem 0xf5f00000-0xf5ffffff] [ 0.460077] pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 0.460156] pci 0000:01:00.0: [1033:0194] type 0 class 0x000c03 [ 0.460189] pci 0000:01:00.0: reg 10: [mem 0xf5efe000-0xf5efffff 64bit] [ 0.460303] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 0.460313] pci 0000:01:00.0: PME# disabled [ 0.468056] pci 0000:00:1c.3: PCI bridge to [bus 01-01] [ 0.468064] pci 0000:00:1c.3: bridge window [io 0xf000-0x0000] (disabled) [ 0.468071] pci 0000:00:1c.3: bridge window [mem 0xf5e00000-0xf5efffff] [ 0.468081] pci 0000:00:1c.3: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 0.468162] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode) [ 0.468170] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled) [ 0.468178] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 0.468187] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 0.468194] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) [ 0.468200] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) [ 0.468206] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 0.468212] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode) [ 0.468219] pci 0000:00:1e.0: bridge window [mem 0xaf700000-0xfed8ffff] (subtractive decode) [ 0.468251] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.468504] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT] [ 0.468599] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT] [ 0.468652] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT] [ 0.468704] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT] [ 0.468763] pci0000:00: Requesting ACPI _OSC control (0x1d) [ 0.484362] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 10 11 12 14 15) [ 0.484488] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 *15) [ 0.484616] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15) [ 0.484737] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 12 14 15) [ 0.484858] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled. [ 0.484980] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15) [ 0.485102] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 10 11 12 14 15) [ 0.485224] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15) [ 0.485461] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.485488] vgaarb: device added: PCI:0000:05:00.0,decodes=io+mem,owns=none,locks=none [ 0.485495] vgaarb: loaded [ 0.485566] PCI: Using ACPI for IRQ routing [ 0.485572] PCI: pci_cache_line_size set to 64 bytes [ 0.485732] reserve RAM buffer: 000000000009fc00 - 000000000009ffff [ 0.485738] reserve RAM buffer: 00000000af660000 - 00000000afffffff [ 0.485958] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.485967] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.485976] hpet0: 3 comparators, 64-bit 14.318180 MHz counter [ 0.496065] Switching to clocksource hpet [ 0.497004] Switched to NOHz mode on CPU #1 [ 0.498597] pnp: PnP ACPI init [ 0.498645] ACPI: bus type pnp registered [ 0.498852] pnp 00:00: [bus 00-ff] [ 0.498858] pnp 00:00: [io 0x0cf8-0x0cff] [ 0.498864] pnp 00:00: [io 0x0000-0x0cf7 window] [ 0.498869] pnp 00:00: [io 0x0d00-0xffff window] [ 0.498875] pnp 00:00: [mem 0x000a0000-0x000bffff window] [ 0.498880] pnp 00:00: [mem 0x000d0000-0x000dffff window] [ 0.498886] pnp 00:00: [mem 0xaf700000-0xfed8ffff window] [ 0.499013] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) [ 0.499041] pnp 00:01: [mem 0xfed14000-0xfed19fff] [ 0.499047] pnp 00:01: [mem 0xfed90000-0xfed93fff] [ 0.499158] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved [ 0.499165] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved [ 0.499173] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.499249] pnp 00:02: [dma 4] [ 0.499254] pnp 00:02: [io 0x0000-0x000f] [ 0.499259] pnp 00:02: [io 0x0081-0x0083] [ 0.499264] pnp 00:02: [io 0x0087] [ 0.499269] pnp 00:02: [io 0x0089-0x008b] [ 0.499273] pnp 00:02: [io 0x008f] [ 0.499278] pnp 00:02: [io 0x00c0-0x00df] [ 0.499336] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.499379] pnp 00:03: [io 0x0070-0x0071] [ 0.499398] pnp 00:03: [irq 8] [ 0.499462] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.499541] pnp 00:04: [io 0x0060] [ 0.499547] pnp 00:04: [io 0x0064] [ 0.499557] pnp 00:04: [irq 1] [ 0.499623] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) [ 0.499698] pnp 00:05: [irq 12] [ 0.499765] pnp 00:05: Plug and Play ACPI device, IDs SYN0a13 SYN0a00 SYN0002 PNP0f13 (active) [ 0.499797] pnp 00:06: [io 0x0061] [ 0.499857] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active) [ 0.499880] pnp 00:07: [io 0x00f0-0x00ff] [ 0.499891] pnp 00:07: [irq 13] [ 0.499891] Switched to NOHz mode on CPU #0 [ 0.499921] Switched to NOHz mode on CPU #3 [ 0.499940] Switched to NOHz mode on CPU #2 [ 0.499961] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.500287] pnp 00:08: [io 0x0010-0x001f] [ 0.500293] pnp 00:08: [io 0x0022-0x003f] [ 0.500298] pnp 00:08: [io 0x0044-0x004d] [ 0.500303] pnp 00:08: [io 0x0050-0x005e] [ 0.500307] pnp 00:08: [io 0x0063] [ 0.500312] pnp 00:08: [io 0x0065] [ 0.500316] pnp 00:08: [io 0x0067-0x006f] [ 0.500321] pnp 00:08: [io 0x0072-0x007f] [ 0.500326] pnp 00:08: [io 0x0080] [ 0.500330] pnp 00:08: [io 0x0084-0x0086] [ 0.500335] pnp 00:08: [io 0x0088] [ 0.500339] pnp 00:08: [io 0x008c-0x008e] [ 0.500344] pnp 00:08: [io 0x0090-0x009f] [ 0.500348] pnp 00:08: [io 0x00a2-0x00bf] [ 0.500353] pnp 00:08: [io 0x00e0-0x00ef] [ 0.500358] pnp 00:08: [io 0x025c-0x025f] [ 0.500363] pnp 00:08: [io 0x0380-0x0383] [ 0.500367] pnp 00:08: [io 0x0400-0x041f] [ 0.500372] pnp 00:08: [io 0x04d0-0x04d1] [ 0.500377] pnp 00:08: [io 0x0800-0x087f] [ 0.500382] pnp 00:08: [io 0x0400-0x03ff disabled] [ 0.500387] pnp 00:08: [io 0x0480-0x04bf] [ 0.500392] pnp 00:08: [mem 0xfed1c000-0xfed1ffff] [ 0.500397] pnp 00:08: [mem 0xfed20000-0xfed3ffff] [ 0.500402] pnp 00:08: [mem 0xfed50000-0xfed8ffff] [ 0.500407] pnp 00:08: [mem 0xffb00000-0xffbfffff] [ 0.500412] pnp 00:08: [mem 0xfff00000-0xffffffff] [ 0.500581] system 00:08: [io 0x025c-0x025f] has been reserved [ 0.500587] system 00:08: [io 0x0380-0x0383] has been reserved [ 0.500594] system 00:08: [io 0x0400-0x041f] has been reserved [ 0.500600] system 00:08: [io 0x04d0-0x04d1] has been reserved [ 0.500606] system 00:08: [io 0x0800-0x087f] has been reserved [ 0.500613] system 00:08: [io 0x0480-0x04bf] has been reserved [ 0.500620] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.500627] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.500634] system 00:08: [mem 0xfed50000-0xfed8ffff] has been reserved [ 0.500640] system 00:08: [mem 0xffb00000-0xffbfffff] has been reserved [ 0.500647] system 00:08: [mem 0xfff00000-0xffffffff] has been reserved [ 0.500654] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.500804] pnp 00:09: [mem 0xfed00000-0xfed003ff] [ 0.500868] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active) [ 0.500990] pnp 00:0a: [mem 0xfec00000-0xfec00fff] [ 0.500996] pnp 00:0a: [mem 0xfee00000-0xfee00fff] [ 0.501099] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.501106] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.501114] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.501200] pnp 00:0b: [mem 0xe0000000-0xefffffff] [ 0.501297] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved [ 0.501305] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.501800] pnp 00:0c: [mem 0x00000000-0x0009ffff] [ 0.501806] pnp 00:0c: [mem 0x000c0000-0x000cffff] [ 0.501812] pnp 00:0c: [mem 0x000e0000-0x000fffff] [ 0.501817] pnp 00:0c: [mem 0x00100000-0xaf6fffff] [ 0.501827] pnp 00:0c: [mem 0xfed90000-0xffffffff] [ 0.501961] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.501969] system 00:0c: [mem 0x000c0000-0x000cffff] has been reserved [ 0.501975] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.501982] system 00:0c: [mem 0x00100000-0xaf6fffff] could not be reserved [ 0.501989] system 00:0c: [mem 0xfed90000-0xffffffff] could not be reserved [ 0.501997] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.502411] pnp: PnP ACPI: found 13 devices [ 0.502416] ACPI: ACPI bus type pnp unregistered [ 0.512424] pci 0000:00:1c.2: BAR 15: assigned [mem 0xaf700000-0xaf8fffff 64bit pref] [ 0.512435] pci 0000:00:1c.3: BAR 15: assigned [mem 0xaf900000-0xafafffff 64bit pref] [ 0.512444] pci 0000:00:1c.1: BAR 13: assigned [io 0x1000-0x1fff] [ 0.512452] pci 0000:00:1c.3: BAR 13: assigned [io 0x2000-0x2fff] [ 0.512459] pci 0000:00:1c.0: PCI bridge to [bus 05-05] [ 0.512465] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff] [ 0.512473] pci 0000:00:1c.0: bridge window [mem 0xfa000000-0xfbffffff] [ 0.512481] pci 0000:00:1c.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref] [ 0.512491] pci 0000:00:1c.1: PCI bridge to [bus 03-04] [ 0.512497] pci 0000:00:1c.1: bridge window [io 0x1000-0x1fff] [ 0.512505] pci 0000:00:1c.1: bridge window [mem 0xf6000000-0xf9ffffff] [ 0.512513] pci 0000:00:1c.1: bridge window [mem 0xc8000000-0xcdffffff 64bit pref] [ 0.512523] pci 0000:00:1c.2: PCI bridge to [bus 02-02] [ 0.512529] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff] [ 0.512537] pci 0000:00:1c.2: bridge window [mem 0xf5f00000-0xf5ffffff] [ 0.512545] pci 0000:00:1c.2: bridge window [mem 0xaf700000-0xaf8fffff 64bit pref] [ 0.512554] pci 0000:00:1c.3: PCI bridge to [bus 01-01] [ 0.512561] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff] [ 0.512569] pci 0000:00:1c.3: bridge window [mem 0xf5e00000-0xf5efffff] [ 0.512576] pci 0000:00:1c.3: bridge window [mem 0xaf900000-0xafafffff 64bit pref] [ 0.512586] pci 0000:00:1e.0: PCI bridge to [bus 06-06] [ 0.512590] pci 0000:00:1e.0: bridge window [io disabled] [ 0.512597] pci 0000:00:1e.0: bridge window [mem disabled] [ 0.512603] pci 0000:00:1e.0: bridge window [mem pref disabled] [ 0.512644] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.512653] pci 0000:00:1c.0: setting latency timer to 64 [ 0.512664] pci 0000:00:1c.1: enabling device (0106 -> 0107) [ 0.512680] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 0.512688] pci 0000:00:1c.1: setting latency timer to 64 [ 0.512708] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 0.512716] pci 0000:00:1c.2: setting latency timer to 64 [ 0.512727] pci 0000:00:1c.3: enabling device (0106 -> 0107) [ 0.512742] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19 [ 0.512750] pci 0000:00:1c.3: setting latency timer to 64 [ 0.512761] pci 0000:00:1e.0: setting latency timer to 64 [ 0.512769] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.512774] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.512780] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.512786] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff] [ 0.512791] pci_bus 0000:00: resource 8 [mem 0xaf700000-0xfed8ffff] [ 0.512797] pci_bus 0000:05: resource 0 [io 0xe000-0xefff] [ 0.512803] pci_bus 0000:05: resource 1 [mem 0xfa000000-0xfbffffff] [ 0.512808] pci_bus 0000:05: resource 2 [mem 0xce000000-0xdfffffff 64bit pref] [ 0.512815] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff] [ 0.512820] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf9ffffff] [ 0.512826] pci_bus 0000:03: resource 2 [mem 0xc8000000-0xcdffffff 64bit pref] [ 0.512832] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff] [ 0.512837] pci_bus 0000:02: resource 1 [mem 0xf5f00000-0xf5ffffff] [ 0.512843] pci_bus 0000:02: resource 2 [mem 0xaf700000-0xaf8fffff 64bit pref] [ 0.512849] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff] [ 0.512854] pci_bus 0000:01: resource 1 [mem 0xf5e00000-0xf5efffff] [ 0.512860] pci_bus 0000:01: resource 2 [mem 0xaf900000-0xafafffff 64bit pref] [ 0.512867] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7] [ 0.512872] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff] [ 0.512877] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff] [ 0.512883] pci_bus 0000:06: resource 7 [mem 0x000d0000-0x000dffff] [ 0.512889] pci_bus 0000:06: resource 8 [mem 0xaf700000-0xfed8ffff] [ 0.512959] NET: Registered protocol family 2 [ 0.513241] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.515365] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) [ 0.521077] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.521662] TCP: Hash tables configured (established 524288 bind 65536) [ 0.521668] TCP reno registered [ 0.521697] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.521764] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.522014] NET: Registered protocol family 1 [ 0.522048] pci 0000:00:02.0: Boot video device [ 0.524355] pci 0000:01:00.0: xHCI HW did not halt within 2000 usec status = 0x0 [ 0.524372] PCI: CLS 32 bytes, default 64 [ 0.524491] Unpacking initramfs... [ 1.078791] Freeing initrd memory: 11448k freed [ 1.086423] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.086432] Placing 64MB software IO TLB between ffff8800ab400000 - ffff8800af400000 [ 1.086437] software IO TLB at phys 0xab400000 - 0xaf400000 [ 1.087428] audit: initializing netlink socket (disabled) [ 1.087449] type=2000 audit(1312126703.080:1): initialized [ 1.105085] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.109881] VFS: Disk quotas dquot_6.5.2 [ 1.110008] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.110191] msgmni has been set to 7909 [ 1.110619] alg: No test for stdrng (krng) [ 1.110734] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 1.110742] io scheduler noop registered [ 1.110746] io scheduler deadline registered [ 1.110830] io scheduler cfq registered (default) [ 1.110999] pcieport 0000:00:1c.0: setting latency timer to 64 [ 1.111060] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X [ 1.111168] pcieport 0000:00:1c.1: setting latency timer to 64 [ 1.111218] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X [ 1.111311] pcieport 0000:00:1c.2: setting latency timer to 64 [ 1.111366] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X [ 1.111459] pcieport 0000:00:1c.3: setting latency timer to 64 [ 1.111508] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X [ 1.111841] ERST: Table is not found! [ 1.111977] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.200917] Linux agpgart interface v0.103 [ 1.201041] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset [ 1.201208] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable [ 1.201426] agpgart-intel 0000:00:00.0: detected 8192K stolen memory [ 1.201645] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000 [ 1.201892] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 1.219550] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.219567] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.219869] mousedev: PS/2 mouse device common for all mice [ 1.220806] rtc_cmos 00:03: RTC can wake from S4 [ 1.221026] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 [ 1.221068] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 1.221101] cpuidle: using governor ladder [ 1.221105] cpuidle: using governor menu [ 1.221621] TCP cubic registered [ 1.221911] NET: Registered protocol family 10 [ 1.223178] Mobile IPv6 [ 1.223185] NET: Registered protocol family 17 [ 1.223196] Registering the dns_resolver key type [ 1.223497] PM: Hibernation image not present or could not be loaded. [ 1.223518] registered taskstats version 1 [ 1.224527] rtc_cmos 00:03: setting system clock to 2011-07-31 15:38:23 UTC (1312126703) [ 1.224601] Initalizing network drop monitor service [ 1.228103] Freeing unused kernel memory: 676k freed [ 1.228405] Write protecting the kernel read-only data: 6144k [ 1.236579] Freeing unused kernel memory: 816k freed [ 1.238021] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 1.244543] Freeing unused kernel memory: 792k freed [ 1.281545] udev[61]: starting version 164 [ 1.363738] thermal LNXTHERM:00: registered as thermal_zone0 [ 1.363747] ACPI: Thermal Zone [TZ00] (64 C) [ 1.394132] atl1c 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 1.394158] atl1c 0000:02:00.0: setting latency timer to 64 [ 1.471045] usbcore: registered new interface driver usbfs [ 1.471127] usbcore: registered new interface driver hub [ 1.471277] usbcore: registered new device driver usb [ 1.478669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.478761] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 1.478812] ehci_hcd 0000:00:1d.7: setting latency timer to 64 [ 1.478823] ehci_hcd 0000:00:1d.7: EHCI Host Controller [ 1.478893] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 [ 1.496099] ehci_hcd 0000:00:1d.7: using broken periodic workaround [ 1.496118] ehci_hcd 0000:00:1d.7: debug port 1 [ 1.500045] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported [ 1.500091] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf5bf7c00 [ 1.512039] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 1.512122] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.512130] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.512137] usb usb1: Product: EHCI Host Controller [ 1.512143] usb usb1: Manufacturer: Linux 2.6.38-bpo.2-amd64 ehci_hcd [ 1.512149] usb usb1: SerialNumber: 0000:00:1d.7 [ 1.512700] hub 1-0:1.0: USB hub found [ 1.512715] hub 1-0:1.0: 8 ports detected [ 1.528680] SCSI subsystem initialized [ 1.545777] uhci_hcd: USB Universal Host Controller Interface driver [ 1.546448] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 1.546469] uhci_hcd 0000:00:1d.0: setting latency timer to 64 [ 1.546478] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 1.546508] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 1.569401] atl1c 0000:02:00.0: version 1.0.1.0-NAPI [ 1.591022] libata version 3.00 loaded. [ 1.592794] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c400 [ 1.592948] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.592956] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.592963] usb usb2: Product: UHCI Host Controller [ 1.592969] usb usb2: Manufacturer: Linux 2.6.38-bpo.2-amd64 uhci_hcd [ 1.592976] usb usb2: SerialNumber: 0000:00:1d.0 [ 1.593428] hub 2-0:1.0: USB hub found [ 1.593446] hub 2-0:1.0: 2 ports detected [ 1.593691] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 1.593709] uhci_hcd 0000:00:1d.1: setting latency timer to 64 [ 1.593717] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 1.593744] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 [ 1.620110] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c480 [ 1.620198] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.620205] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.620210] usb usb3: Product: UHCI Host Controller [ 1.620215] usb usb3: Manufacturer: Linux 2.6.38-bpo.2-amd64 uhci_hcd [ 1.620219] usb usb3: SerialNumber: 0000:00:1d.1 [ 1.620537] hub 3-0:1.0: USB hub found [ 1.620554] hub 3-0:1.0: 2 ports detected [ 1.620751] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 1.620766] uhci_hcd 0000:00:1d.2: setting latency timer to 64 [ 1.620772] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 1.620791] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 [ 1.632092] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c800 [ 1.632176] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.632182] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.632188] usb usb4: Product: UHCI Host Controller [ 1.632192] usb usb4: Manufacturer: Linux 2.6.38-bpo.2-amd64 uhci_hcd [ 1.632197] usb usb4: SerialNumber: 0000:00:1d.2 [ 1.632496] hub 4-0:1.0: USB hub found [ 1.632512] hub 4-0:1.0: 2 ports detected [ 1.632753] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16 [ 1.632775] uhci_hcd 0000:00:1d.3: setting latency timer to 64 [ 1.632784] uhci_hcd 0000:00:1d.3: UHCI Host Controller [ 1.632814] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 [ 1.656112] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000c880 [ 1.656205] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.656211] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.656217] usb usb5: Product: UHCI Host Controller [ 1.656221] usb usb5: Manufacturer: Linux 2.6.38-bpo.2-amd64 uhci_hcd [ 1.656226] usb usb5: SerialNumber: 0000:00:1d.3 [ 1.656544] hub 5-0:1.0: USB hub found [ 1.656561] hub 5-0:1.0: 2 ports detected [ 1.656764] ahci 0000:00:1f.2: version 3.0 [ 1.656821] ahci 0000:00:1f.2: PCI INT B -> GSI 21 (level, low) -> IRQ 21 [ 1.656932] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X [ 1.657026] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0x1 impl SATA mode [ 1.657035] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part [ 1.657044] ahci 0000:00:1f.2: setting latency timer to 64 [ 1.658607] scsi0 : ahci [ 1.658919] scsi1 : ahci [ 1.659152] scsi2 : ahci [ 1.659413] scsi3 : ahci [ 1.659931] ata1: SATA max UDMA/133 abar m1024@0xf5bf7800 port 0xf5bf7900 irq 44 [ 1.659937] ata2: DUMMY [ 1.659940] ata3: DUMMY [ 1.659944] ata4: DUMMY [ 1.824042] usb 1-6: new high speed USB device using ehci_hcd and address 2 [ 1.980045] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.981148] ata1.00: unexpected _GTF length (8) [ 2.027681] ata1.00: ATA-8: ST9500325AS, 0003SDM1, max UDMA/133 [ 2.027688] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32) [ 2.029922] ata1.00: unexpected _GTF length (8) [ 2.030323] ata1.00: configured for UDMA/133 [ 2.030575] scsi 0:0:0:0: Direct-Access ATA ST9500325AS 0003 PQ: 0 ANSI: 5 [ 2.043665] usb 1-6: New USB device found, idVendor=13d3, idProduct=5711 [ 2.043676] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 2.043684] usb 1-6: Product: USB 2.0 UVC VGA WebCam [ 2.043690] usb 1-6: Manufacturer: Azurewave [ 2.043696] usb 1-6: SerialNumber: 0x0001 [ 2.049042] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB) [ 2.049228] sd 0:0:0:0: [sda] Write Protect is off [ 2.049236] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.049315] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.117311] sda: sda1 sda2 sda3 sda4 < sda5 sda6 > [ 2.118455] sd 0:0:0:0: [sda] Attached SCSI disk [ 2.404046] usb 5-1: new full speed USB device using uhci_hcd and address 2 [ 2.577174] usb 5-1: New USB device found, idVendor=13d3, idProduct=3315 [ 2.577182] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.577188] usb 5-1: Product: Bluetooth module [ 2.577192] usb 5-1: Manufacturer: Broadcom Corp [ 2.577197] usb 5-1: SerialNumber: 74F06DD977C1 [ 2.963844] PM: Starting manual resume from disk [ 2.963852] PM: Hibernation image partition 8:6 present [ 2.963855] PM: Looking for hibernation image. [ 2.964946] PM: Image not found (code -22) [ 2.964951] PM: Hibernation image not present or could not be loaded. [ 3.029889] EXT3-fs: barriers not enabled [ 3.045093] kjournald starting. Commit interval 5 seconds [ 3.045179] EXT3-fs (sda5): mounted filesystem with ordered data mode [ 4.803039] udev[299]: starting version 164 [ 5.166697] wmi: Mapper loaded [ 5.311467] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 21 (level, low) -> IRQ 21 [ 5.311482] ACPI: resource 0000:00:1f.3 [io 0x0400-0x041f] conflicts with ACPI region SMRG [io 0x400-0x40f] [ 5.311490] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 5.333065] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1 [ 5.337818] ACPI: Lid Switch [LID] [ 5.338013] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2 [ 5.338185] ACPI: Sleep Button [SLPB] [ 5.338372] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3 [ 5.338495] ACPI: Power Button [PWRB] [ 5.338679] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 [ 5.338806] ACPI: Power Button [PWRF] [ 5.389399] ACPI: acpi_idle registered with cpuidle [ 5.390648] Monitor-Mwait will be used to enter C-1 state [ 5.398727] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 5.520258] ACPI: Battery Slot [BAT0] (battery present) [ 5.521514] ACPI: AC Adapter [AC0] (on-line) [ 5.672255] xhci_hcd 0000:01:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 [ 5.672314] xhci_hcd 0000:01:00.0: setting latency timer to 64 [ 5.672325] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 5.672368] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 6 [ 5.700808] xhci_hcd 0000:01:00.0: irq 19, io mem 0xf5efe000 [ 5.700952] xhci_hcd 0000:01:00.0: irq 45 for MSI/MSI-X [ 5.700969] xhci_hcd 0000:01:00.0: irq 46 for MSI/MSI-X [ 5.700985] xhci_hcd 0000:01:00.0: irq 47 for MSI/MSI-X [ 5.701000] xhci_hcd 0000:01:00.0: irq 48 for MSI/MSI-X [ 5.701016] xhci_hcd 0000:01:00.0: irq 49 for MSI/MSI-X [ 5.704116] usb usb6: No SuperSpeed endpoint companion for config 1 interface 0 altsetting 0 ep 129: using minimum values [ 5.704145] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003 [ 5.704153] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.704161] usb usb6: Product: xHCI Host Controller [ 5.704167] usb usb6: Manufacturer: Linux 2.6.38-bpo.2-amd64 xhci_hcd [ 5.704174] usb usb6: SerialNumber: 0000:01:00.0 [ 5.704463] xHCI xhci_add_endpoint called for root hub [ 5.704469] xHCI xhci_check_bandwidth called for root hub [ 5.704580] hub 6-0:1.0: USB hub found [ 5.704595] hub 6-0:1.0: 4 ports detected [ 5.738958] [drm] Initialized drm 1.1.0 20060810 [ 5.858700] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input6 [ 5.859913] Registered led device: eeepc::touchpad [ 6.026366] Linux video capture interface: v2.00 [ 6.078050] Bluetooth: Core ver 2.15 [ 6.078123] NET: Registered protocol family 31 [ 6.078128] Bluetooth: HCI device and connection manager initialized [ 6.078135] Bluetooth: HCI socket layer initialized [ 6.124502] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 6.124512] i915 0000:00:02.0: setting latency timer to 64 [ 6.199371] mtrr: type mismatch for b0000000,10000000 old: write-back new: write-combining [ 6.199379] [drm] MTRR allocation failed. Graphics performance may suffer. [ 6.200785] i915 0000:00:02.0: irq 50 for MSI/MSI-X [ 6.200796] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 6.200800] [drm] Driver supports precise vblank timestamp query. [ 6.208241] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed [ 6.208450] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed [ 6.221642] Bluetooth: Generic Bluetooth USB driver ver 0.6 [ 6.263995] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem [ 6.264005] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:05:00.0 [ 6.264420] [drm] initialized overlay support [ 6.545160] uvcvideo: Found UVC 1.00 device USB 2.0 UVC VGA WebCam (13d3:5711) [ 6.545592] fbcon: inteldrmfb (fb0) is primary device [ 6.563162] input: USB 2.0 UVC VGA WebCam as /devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/input/input7 [ 6.563423] usbcore: registered new interface driver uvcvideo [ 6.563428] USB Video Class driver (v1.0.0) [ 6.567673] Console: switching to colour frame buffer device 170x48 [ 6.579393] fb0: inteldrmfb frame buffer device [ 6.579398] drm: registered panic notifier [ 6.579623] [Firmware Bug]: ACPI(GFX0) defines _DOD but not _DOS [ 6.579855] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:26/LNXVIDEO:00/input/input8 [ 6.580099] ACPI: Video Device [GFX0] (multi-head: yes rom: yes post: no) [ 6.590254] ACPI Warning: _BQC returned an invalid level (20110112/video-473) [ 6.598720] acpi device:2c: registered as cooling_device4 [ 6.599009] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input9 [ 6.599707] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no) [ 6.600593] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 6.739827] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 6.739939] HDA Intel 0000:00:1b.0: irq 51 for MSI/MSI-X [ 6.740041] HDA Intel 0000:00:1b.0: setting latency timer to 64 [ 6.805631] Synaptics Touchpad, model: 1, fw: 7.4, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0400 [ 6.877883] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input10 [ 6.944643] hda_codec: ALC269VB: BIOS auto-probing. [ 6.948507] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 [ 6.949060] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 [ 7.080483] eeepc_wmi: Backlight controlled by ACPI video driver [ 7.080655] usbcore: registered new interface driver btusb [ 9.387819] Adding 3236860k swap on /dev/sda6. Priority:-1 extents:1 across:3236860k [ 9.684828] EXT3-fs (sda5): using internal journal [ 9.796301] loop: module loaded [ 11.428741] fuse init (API version 7.16) [ 13.581900] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input13 [ 14.407220] atl1c 0000:02:00.0: irq 52 for MSI/MSI-X [ 14.407325] atl1c 0000:02:00.0: atl1c: eth0 NIC Link is Up<100 Mbps Full Duplex> [ 18.583239] Bluetooth: L2CAP ver 2.15 [ 18.583246] Bluetooth: L2CAP socket layer initialized [ 18.626858] Bluetooth: RFCOMM TTY layer initialized [ 18.626873] Bluetooth: RFCOMM socket layer initialized [ 18.626879] Bluetooth: RFCOMM ver 1.11 [ 18.648516] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 18.648524] Bluetooth: BNEP filters: protocol multicast [ 18.737169] Bridge firewalling registered [ 18.939710] Bluetooth: SCO (Voice Link) ver 0.6 [ 18.939717] Bluetooth: SCO socket layer initialized [ 21.034245] lp: driver loaded but no devices found [ 21.205466] ppdev: user-space parallel port driver [ 24.848017] eth0: no IPv6 routers present [ 26.675468] ata1.00: configured for UDMA/133 [ 26.675476] ata1: EH complete [ 27.864922] WARNING! power/level is deprecated; use power/control instead [ 56.088107] usb 6-3: new low speed USB device using xhci_hcd and address 2 [ 56.128116] xhci_hcd 0000:01:00.0: WARN: short transfer on control ep [ 56.137094] xhci_hcd 0000:01:00.0: WARN: short transfer on control ep [ 56.138130] usb 6-3: New USB device found, idVendor=1bcf, idProduct=05ca [ 56.138137] usb 6-3: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [ 56.138142] usb 6-3: Product: 2.4GHz 2way RF Receiver [ 56.138378] usb 6-3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes [ 56.138392] usb 6-3: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes [ 56.280287] input: 2.4GHz 2way RF Receiver as /devices/pci0000:00/0000:00:1c.3/0000:01:00.0/usb6/6-3/6-3:1.0/input/input14 [ 56.281312] generic-usb 0003:1BCF:05CA.0001: input,hidraw0: USB HID v1.00 Keyboard [2.4GHz 2way RF Receiver] on usb-0000:01:00.0-3/input0 [ 56.309172] input: 2.4GHz 2way RF Receiver as /devices/pci0000:00/0000:00:1c.3/0000:01:00.0/usb6/6-3/6-3:1.1/input/input15 [ 56.310078] generic-usb 0003:1BCF:05CA.0002: input,hiddev0,hidraw1: USB HID v1.00 Mouse [2.4GHz 2way RF Receiver] on usb-0000:01:00.0-3/input1 [ 56.310369] usbcore: registered new interface driver usbhid [ 56.310376] usbhid: USB HID core driver
Offline
Jesteś pewien ,że to jest cała zawartość?
Nic nie ma na temat tej karty.
Offline