William A. Lillie USA kernel2.6.38-15-generic

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I don't use a dial-up but desire to use modem to send/receive Fax's .
I have also installed from Ubuntu Software Center Smart Link software
modem driver and Smart Link Software modem daemon packages , but get
message that modem not responding when I try to send a Fax .

                                                               Bill
billn6bct@xxxxxxxxx
 Only plain text email is forwarded by the  Discuss@xxxxxxxxxxxxx List Server,
 as HTML can contain viruses. Use as the email Subject Line:
           YourName, YourCountry  kernel 2.6.38-15-generic 
 With this Subject Line cogent experts will be alerted, and useful case names left in the Archive.
 YourCountry will enable Country specific guidance. Linux experts in YourCountry 
 can be found through: http://www.linux.org/groups/index.html.
They will know your Country's modem code, which may be essential for dialup service.
Responses from Discuss@xxxxxxxxxxxxx are sometimes blocked by an Internet Provider mail filters.
 So in a day, also check the Archived responses at http://www.linmodems.org 
--------------------------  System information ----------------------------
CPU=i686,  Ubuntu ,  ALSA_version=1.0.23
Linux version 2.6.38-15-generic (buildd@roseapple) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) ) #59-Ubuntu SMP Fri Apr 27 16:04:29 UTC 2012
 scanModem update of:  2011_08_08

Distrib_ID=Ubuntu
DistribCodeName=natty
AptRepositoryStem=http://us.archive.ubuntu.com/ubuntu/


Presently install your Linux Distributions dkms package. It provides for automated driver updates,
following upgrade of your kernel.  For details see http://linux.dell.com/projects.shtml#dkms

 There are no blacklisted modem drivers in /etc/modprobe*  files 

 Potentially useful modem drivers now loaded are:
                  

Attached USB devices are:
 ID 0bda:8176 Realtek Semiconductor Corp. 
If a cellphone is not detected, see http://ubuntuforums.org/archive/index.php/t-878554.html
A sample report is:  http://linmodems.technion.ac.il/bigarch/archive-nineth/msg00578.html

If a USB modem or cellphone is attached and was not detected, please
provide available information in your request to discuss@xxxxxxxxxxxxx

Candidate PCI devices with modem chips are:
00:0b.0 Modem: Smart Link Ltd. SmartPCI2800 V.92 PCI Soft DFT (rev 02)
High Definition Audio cards can host modem chips.

For candidate card in slot 00:0b.0, firmware information and bootup diagnostics are:
 PCI slot	PCI ID		SubsystemID	Name
 ----------	---------	---------	--------------
 00:0b.0	2000:2800	163c:2800	Modem: Smart Link Ltd. SmartPCI2800 V.92 PCI Soft DFT 

 Modem interrupt assignment and sharing: 
 19:          0   IO-APIC-fasteoi   eth0
 --- Bootup diagnostics for card in PCI slot 00:0b.0 ----
[    0.119468] pci 0000:00:0b.0: [2000:2800] type 0 class 0x000703
[    0.119494] pci 0000:00:0b.0: reg 10: [mem 0xe1000000-0xe1ffffff pref]
[    0.119594] pci 0000:00:0b.0: PME# supported from D3hot D3cold
[    0.119602] pci 0000:00:0b.0: PME# disabled
[    0.484750] serial 0000:00:0b.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    0.484769] serial 0000:00:0b.0: PCI INT A disabled

 The PCI slot 00:0b.0 of the modem card may be disabled early in 
 a bootup process,  but then enabled later. If modem drivers load 
 but the  modem is not responsive, read DOCs/Bootup.txt about possible fixes.
 Send dmesg.txt along with ModemData.txt to discuss@xxxxxxxxxxxxx
 if help is needed.
 

=== Finished firmware and bootup diagnostics, next deducing cogent software. ===

Predictive  diagnostics for card in bus 00:0b.0:
	Modem chipset  detected on
NAME="Modem: Smart Link Ltd. SmartPCI2800 V.92 PCI Soft DFT "
CLASS=0703
PCIDEV=2000:2800
SUBSYS=163c:2800
IRQ=19
IDENT=slamr

 For candidate modem in:  00:0b.0
   0703 Modem: Smart Link Ltd. SmartPCI2800 V.92 PCI Soft DFT 
      Primary device ID:  2000:2800
 Support type needed or chipset:	slamr
 

    
There is a package sl-modem-source providing a source code the modem driver  ,
If can be searched for at http://pacakge.ubuntu.com.  After downloading install under Linux with:
  $ sudo dpkg -i sl*.deb
It is preferable to install the dkms package first.
With DKMS support installed, driver updates with kernel updates will be automatically done.

The modem is supported by the Smartlink 
plus the slmodemd helper utility.  Read the
DOCs/Smartlink.txt and Modem/DOCs/YourSystem.txt for follow through guidance.


For 2.6.38-15-generic compiling drivers is necessary. As of October 2007 the current packages at
http://linmodems.technion.ac.il/packages/smartlink/  are the
ungrab-winmodem-20070505.tar.gz and slmodem-2.9.11-20080126.tar.gz

Writing DOCs/Smartlink.txt
============ end Smartlink section =====================

 Completed candidate modem analyses.

 The base of the UDEV device file system is: /dev/.udev

 Versions adequately match for the compiler installed: 4.5.2
             and the compiler used in kernel assembly: 4.5.2


 
 Minimal compiling resources appear complete:
   make utility - /usr/bin/make
   Compiler version 4.5
   linuc_headers base folder /lib/modules/2.6.38-15-generic/build

 However some compilations and executable functions may need additional files,
 in the FileNames.h (so called kernel "h"eaders) collection installed in  /usr/include/ .
 For martian_modem, additional required packages are needed. The also required headers of package libc6 are commonly installed by default. 
 Compiling hsfmodem drivers does require linux-libc-dev and libc6-dev packages, for kernels 2.6.24 and later versions.
 In not included on your install CD, search for them at http://packages.ubuntu.com
 or comparable Repository for other Linux distros.
 When compiling ALSA drivers, the utility "patch" will also be needed.




If a driver compilation fails, with message including some lack of some FileName.h (stdio.h for example), then
Some additional kernel-header files need installation to /usr/include. The minimal additional packages are libc6-dev
and any of its dependents, under Ubuntu linux-libc-dev

If an alternate ethernet connection is available,
$  apt-get update
$  apt-get -s install linux-kernel-devel
will install needed packages.
For Debian/Ubuntu related distributions, run the following command to display the needed package list:

Otherwise packages have to be found through http://packages.ubuntu.com
Once downloaded and transferred into a Linux partition,
they can be installed alltogether with:
$ sudo dpkg -i *.deb

Checking settings of:	/etc/ppp/options
asyncmap 0
noauth
crtscts
lock
hide-password
modem
lcp-echo-interval 30
lcp-echo-failure 4
noipx

In case of a message like:
   Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
see http://linmodems.technion.ac.il/bigarch/archive-sixth/msg04656.html

For guidance on FAX usage, get from http://linmodems.technion.ac.il/packages/  get faxing.tar.gz
It has samples for a modem using port /dev/ttySL0, which must be changed to match your modem's port.

Read Modem/DOCs/YourSystem.txt concerning other COMM channels: eth0 wlan0
Which can interfere with Browser naviagation.

 Don't worry about the following, it is for experts should trouble shooting be necessary.
==========================================================

 Checking for modem support lines:
 --------------------------------------
     /device/modem symbolic link:   
slmodemd created symbolic link /dev/ttySL0:  
     Within /etc/udev/ files:

     Within /etc/modprobe.conf files:
/etc/modprobe.d/alsa-base.conf:options snd-atiixp-modem index=-2
/etc/modprobe.d/alsa-base.conf:options snd-via82xx-modem index=-2
/etc/modprobe.d/blacklist-modem.conf:# Uncomment these entries in order to blacklist unwanted modem drivers
/etc/modprobe.d/blacklist-modem.conf:# blacklist snd-atiixp-modem
/etc/modprobe.d/blacklist-modem.conf:# blacklist snd-via82xx-modem
     Within any ancient /etc/devfs files:

     Within ancient kernel 2.4.n /etc/module.conf files:

--------- end modem support lines --------

           CPU0       
  0:         47   IO-APIC-edge      timer
  1:        143   IO-APIC-edge      i8042
  6:          3   IO-APIC-edge      floppy
  7:          0   IO-APIC-edge      parport0
  8:          0   IO-APIC-edge      rtc0
  9:          0   IO-APIC-fasteoi   acpi
 12:      11931   IO-APIC-edge      i8042
 14:      19306   IO-APIC-edge      pata_sis
 15:       5944   IO-APIC-edge      pata_sis
 18:         59   IO-APIC-fasteoi   SiS SI7012
 19:          0   IO-APIC-fasteoi   eth0
 20:          0   IO-APIC-fasteoi   ohci_hcd:usb2
 21:     115873   IO-APIC-fasteoi   ohci_hcd:usb3
 22:          0   IO-APIC-fasteoi   ohci_hcd:usb4
 23:          2   IO-APIC-fasteoi   ehci_hcd:usb1
NMI:          0   Non-maskable interrupts
LOC:     152975   Local timer interrupts
SPU:          0   Spurious interrupts
PMI:          0   Performance monitoring interrupts
IWI:          0   IRQ work interrupts
RES:          0   Rescheduling interrupts
CAL:          0   Function call interrupts
TLB:          0   TLB shootdowns
TRM:          0   Thermal event interrupts
THR:          0   Threshold APIC interrupts
MCE:          0   Machine check exceptions
MCP:          6   Machine check polls
ERR:          0
MIS:          0

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.38-15-generic (buildd@roseapple) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) ) #59-Ubuntu SMP Fri Apr 27 16:04:29 UTC 2012 (Ubuntu 2.6.38-15.59-generic 2.6.38.8)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000025ff0000 (usable)
[    0.000000]  BIOS-e820: 0000000025ff0000 - 0000000025ff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 0000000025ff3000 - 0000000026000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] NX (Execute Disable) protection: approximated by x86 segment limits
[    0.000000] DMI 2.2 present.
[    0.000000] DMI:    /741GX-M2, BIOS 6.00 PG 10/18/2005
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x25ff0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FE0000000 write-back
[    0.000000]   1 base 020000000 mask FF8000000 write-back
[    0.000000]   2 base 026000000 mask FFE000000 uncachable
[    0.000000]   3 base 0D0000000 mask FF8000000 write-combining
[    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] found SMP MP-table at [c00f5700] f5700
[    0.000000] initial memory mapped : 0 - 01c00000
[    0.000000] init_memory_mapping: 0000000000000000-0000000025ff0000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0025c00000 page 2M
[    0.000000]  0025c00000 - 0025ff0000 page 4k
[    0.000000] kernel direct mapping tables up to 25ff0000 @ 1bfb000-1c00000
[    0.000000] RAMDISK: 24bea000 - 2582c000
[    0.000000] ACPI: RSDP 000f70d0 00014 (v00 AWARD )
[    0.000000] ACPI: RSDT 25ff3000 0002C (v01 AWARD  AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 25ff3040 00074 (v01 AWARD  AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 25ff30c0 038FA (v01 AWARD  AWRDACPI 00001000 MSFT 0100000E)
[    0.000000] ACPI: FACS 25ff0000 00040
[    0.000000] ACPI: APIC 25ff69c0 0005A (v01 AWARD  AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 607MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 25ff0000
[    0.000000]   low ram: 0 - 25ff0000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x00025ff0
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x00025ff0
[    0.000000] On node 0 totalpages: 155519
[    0.000000] free_area_init_node: node 0, pgdat c1784140, node_mem_map e5b2f200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1184 pages used for memmap
[    0.000000]   Normal zone: 150352 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 20, 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 dfl dfl)
[    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] SMP: Allowing 1 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 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 26000000 (gap: 26000000:d8c00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 13 pages/cpu @e4400000 s28800 r0 d24448 u4194304
[    0.000000] pcpu-alloc: s28800 r0 d24448 u4194304 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 154303
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-15-generic root=UUID=2093e506-49de-4dca-bce5-7bd27327bb1b ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] allocated 3112320 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (00000000:00000000)
[    0.000000] Memory: 591380k/622528k available (5192k kernel code, 30696k reserved, 2537k data, 700k init, 0k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xe67f0000 - 0xff7fe000   ( 400 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe5ff0000   ( 607 MB)
[    0.000000]       .init : 0xc178d000 - 0xc183c000   ( 700 kB)
[    0.000000]       .data : 0xc1512011 - 0xc178c4c0   (2537 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1512011   (5192 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, 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:2304 nr_irqs:256 16
[    0.000000] CPU 0 irqstacks, hard=e4006000 soft=e4008000
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1397.649 MHz processor.
[    0.008006] Calibrating delay loop (skipped), value calculated using timer frequency.. 2795.29 BogoMIPS (lpj=5590596)
[    0.008018] pid_max: default: 32768 minimum: 301
[    0.008082] Security Framework initialized
[    0.008144] AppArmor: AppArmor initialized
[    0.008150] Yama: becoming mindful.
[    0.012096] Mount-cache hash table entries: 512
[    0.012427] Initializing cgroup subsys ns
[    0.012436] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.012443] Initializing cgroup subsys cpuacct
[    0.012454] Initializing cgroup subsys memory
[    0.012477] Initializing cgroup subsys devices
[    0.012483] Initializing cgroup subsys freezer
[    0.012489] Initializing cgroup subsys net_cls
[    0.012494] Initializing cgroup subsys blkio
[    0.012576] mce: CPU supports 4 MCE banks
[    0.013377] SMP alternatives: switching to UP code
[    0.025815] Freeing SMP alternatives: 20k freed
[    0.025873] ACPI: Core revision 20110112
[    0.032033] ftrace: allocating 23658 entries in 47 pages
[    0.036239] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.036542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.079102] CPU0: AMD Geode NX stepping 01
[    0.080004] Performance Events: AMD PMU driver.
[    0.080004] ... version:                0
[    0.080004] ... bit width:              48
[    0.080004] ... generic registers:      4
[    0.080004] ... value mask:             0000ffffffffffff
[    0.080004] ... max period:             00007fffffffffff
[    0.080004] ... fixed-purpose events:   0
[    0.080004] ... event mask:             000000000000000f
[    0.080004] Brought up 1 CPUs
[    0.080004] Total of 1 processors activated (2795.29 BogoMIPS).
[    0.080004] devtmpfs: initialized
[    0.080911] print_constraints: dummy: 
[    0.080949] Time: 11:05:05  Date: 05/29/12
[    0.081045] NET: Registered protocol family 16
[    0.081283] EISA bus registered
[    0.081308] ACPI: bus type pci registered
[    0.103234] PCI: PCI BIOS revision 2.10 entry at 0xfb4e0, last bus=1
[    0.105387] bio: create slab <bio-0> at 0
[    0.106601] ACPI: EC: Look up EC in DSDT
[    0.111508] ACPI: Interpreter enabled
[    0.111524] ACPI: (supports S0 S3 S4 S5)
[    0.111564] ACPI: Using IOAPIC for interrupt routing
[    0.117714] ACPI: No dock devices found.
[    0.117721] HEST: Table not found.
[    0.117730] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.117843] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.118050] pci_root PNP0A03:00: host bridge window [io  0x0000-0x047f] (ignored)
[    0.118056] pci_root PNP0A03:00: host bridge window [io  0x0490-0x0cf7] (ignored)
[    0.118061] pci_root PNP0A03:00: host bridge window [io  0x0d00-0x0fff] (ignored)
[    0.118067] pci_root PNP0A03:00: host bridge window [io  0x1100-0xffff] (ignored)
[    0.118072] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.118077] pci_root PNP0A03:00: host bridge window [mem 0x26000000-0xfebfffff] (ignored)
[    0.118110] pci 0000:00:00.0: [1039:0741] type 0 class 0x000600
[    0.118129] pci 0000:00:00.0: reg 10: [mem 0xd0000000-0xd7ffffff]
[    0.118214] pci 0000:00:01.0: [1039:0003] type 1 class 0x000604
[    0.118278] pci 0000:00:02.0: [1039:0964] type 0 class 0x000601
[    0.118405] pci 0000:00:02.5: [1039:5513] type 0 class 0x000101
[    0.118444] pci 0000:00:02.5: reg 10: [io  0x01f0-0x01f7]
[    0.118461] pci 0000:00:02.5: reg 14: [io  0x03f4-0x03f7]
[    0.118477] pci 0000:00:02.5: reg 18: [io  0x0170-0x0177]
[    0.118493] pci 0000:00:02.5: reg 1c: [io  0x0374-0x0377]
[    0.118509] pci 0000:00:02.5: reg 20: [io  0x4000-0x400f]
[    0.118560] pci 0000:00:02.5: PME# supported from D3cold
[    0.118568] pci 0000:00:02.5: PME# disabled
[    0.118598] pci 0000:00:02.7: [1039:7012] type 0 class 0x000401
[    0.118623] pci 0000:00:02.7: reg 10: [io  0xe000-0xe0ff]
[    0.118640] pci 0000:00:02.7: reg 14: [io  0xe400-0xe47f]
[    0.118726] pci 0000:00:02.7: supports D1 D2
[    0.118730] pci 0000:00:02.7: PME# supported from D3hot D3cold
[    0.118737] pci 0000:00:02.7: PME# disabled
[    0.118766] pci 0000:00:03.0: [1039:7001] type 0 class 0x000c03
[    0.118787] pci 0000:00:03.0: reg 10: [mem 0xe2103000-0xe2103fff]
[    0.118885] pci 0000:00:03.1: [1039:7001] type 0 class 0x000c03
[    0.118906] pci 0000:00:03.1: reg 10: [mem 0xe2104000-0xe2104fff]
[    0.119003] pci 0000:00:03.2: [1039:7001] type 0 class 0x000c03
[    0.119024] pci 0000:00:03.2: reg 10: [mem 0xe2100000-0xe2100fff]
[    0.119125] pci 0000:00:03.3: [1039:7002] type 0 class 0x000c03
[    0.119150] pci 0000:00:03.3: reg 10: [mem 0xe2101000-0xe2101fff]
[    0.119244] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[    0.119252] pci 0000:00:03.3: PME# disabled
[    0.119285] pci 0000:00:04.0: [1039:0900] type 0 class 0x000200
[    0.119311] pci 0000:00:04.0: reg 10: [io  0xe800-0xe8ff]
[    0.119328] pci 0000:00:04.0: reg 14: [mem 0xe2102000-0xe2102fff]
[    0.119394] pci 0000:00:04.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.119419] pci 0000:00:04.0: supports D1 D2
[    0.119423] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.119431] pci 0000:00:04.0: PME# disabled
[    0.119468] pci 0000:00:0b.0: [2000:2800] type 0 class 0x000703
[    0.119494] pci 0000:00:0b.0: reg 10: [mem 0xe1000000-0xe1ffffff pref]
[    0.119594] pci 0000:00:0b.0: PME# supported from D3hot D3cold
[    0.119602] pci 0000:00:0b.0: PME# disabled
[    0.119679] pci 0000:01:00.0: [1039:6330] type 0 class 0x000300
[    0.119702] pci 0000:01:00.0: reg 10: [mem 0xd8000000-0xdfffffff pref]
[    0.119716] pci 0000:01:00.0: reg 14: [mem 0xe2000000-0xe201ffff]
[    0.119731] pci 0000:01:00.0: reg 18: [io  0xd000-0xd07f]
[    0.119792] pci 0000:01:00.0: supports D1 D2
[    0.119839] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.119846] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.119854] pci 0000:00:01.0:   bridge window [mem 0xe2000000-0xe20fffff]
[    0.119862] pci 0000:00:01.0:   bridge window [mem 0xd8000000-0xdfffffff pref]
[    0.119878] pci_bus 0000:00: on NUMA node 0
[    0.119885] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.136817] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.136907] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.136995] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.137087] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.137173] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.137263] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.137353] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.137439] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
[    0.137704] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.137709] vgaarb: loaded
[    0.138180] SCSI subsystem initialized
[    0.138363] libata version 3.00 loaded.
[    0.138475] usbcore: registered new interface driver usbfs
[    0.138500] usbcore: registered new interface driver hub
[    0.138565] usbcore: registered new device driver usb
[    0.138813] wmi: Mapper loaded
[    0.138817] PCI: Using ACPI for IRQ routing
[    0.138828] PCI: pci_cache_line_size set to 32 bytes
[    0.138904] reserve RAM buffer: 000000000009f800 - 000000000009ffff 
[    0.138910] reserve RAM buffer: 0000000025ff0000 - 0000000027ffffff 
[    0.139159] NetLabel: Initializing
[    0.139163] NetLabel:  domain hash size = 128
[    0.139166] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.139194] NetLabel:  unlabeled traffic allowed by default
[    0.156664] AppArmor: AppArmor Filesystem Enabled
[    0.156755] pnp: PnP ACPI init
[    0.156799] ACPI: bus type pnp registered
[    0.157178] pnp 00:00: [mem 0x000c8000-0x000cbfff]
[    0.157184] pnp 00:00: [mem 0x000f0000-0x000f7fff]
[    0.157189] pnp 00:00: [mem 0x000f8000-0x000fbfff]
[    0.157193] pnp 00:00: [mem 0x000fc000-0x000fffff]
[    0.157197] pnp 00:00: [mem 0x25ff0000-0x25ffffff]
[    0.157201] pnp 00:00: [mem 0xffff0000-0xffffffff]
[    0.157205] pnp 00:00: [mem 0x00000000-0x0009ffff]
[    0.157210] pnp 00:00: [mem 0x00100000-0x25feffff]
[    0.157214] pnp 00:00: [mem 0xffee0000-0xffefffff]
[    0.157218] pnp 00:00: [mem 0xfffe0000-0xfffeffff]
[    0.157222] pnp 00:00: [mem 0xfec00000-0xfecfffff]
[    0.157226] pnp 00:00: [mem 0xfee00000-0xfeefffff]
[    0.157350] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
[    0.157357] system 00:00: [mem 0x000f0000-0x000f7fff] could not be reserved
[    0.157363] system 00:00: [mem 0x000f8000-0x000fbfff] could not be reserved
[    0.157368] system 00:00: [mem 0x000fc000-0x000fffff] could not be reserved
[    0.157373] system 00:00: [mem 0x25ff0000-0x25ffffff] could not be reserved
[    0.157379] system 00:00: [mem 0xffff0000-0xffffffff] has been reserved
[    0.157384] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.157390] system 00:00: [mem 0x00100000-0x25feffff] could not be reserved
[    0.157395] system 00:00: [mem 0xffee0000-0xffefffff] has been reserved
[    0.157400] system 00:00: [mem 0xfffe0000-0xfffeffff] has been reserved
[    0.157406] system 00:00: [mem 0xfec00000-0xfecfffff] could not be reserved
[    0.157411] system 00:00: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.157421] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.157518] pnp 00:01: [bus 00-ff]
[    0.157524] pnp 00:01: [io  0x0cf8-0x0cff]
[    0.157529] pnp 00:01: [io  0x0000-0x047f window]
[    0.157533] pnp 00:01: [io  0x0480-0x048f]
[    0.157538] pnp 00:01: [io  0x0490-0x0cf7 window]
[    0.157542] pnp 00:01: [io  0x0d00-0x0fff window]
[    0.157546] pnp 00:01: [io  0x1000-0x10df]
[    0.157550] pnp 00:01: [io  0x10e0-0x10ff]
[    0.157554] pnp 00:01: [io  0x1100-0xffff window]
[    0.157558] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[    0.157563] pnp 00:01: [mem 0x26000000-0xfebfffff window]
[    0.157658] pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.157985] pnp 00:02: [io  0x0010-0x001f]
[    0.157991] pnp 00:02: [io  0x0022-0x003f]
[    0.157995] pnp 00:02: [io  0x0044-0x005f]
[    0.158010] pnp 00:02: [io  0x0062-0x0063]
[    0.158015] pnp 00:02: [io  0x0065-0x006f]
[    0.158019] pnp 00:02: [io  0x0074-0x007f]
[    0.158022] pnp 00:02: [io  0x0091-0x0093]
[    0.158026] pnp 00:02: [io  0x00a2-0x00bf]
[    0.158030] pnp 00:02: [io  0x00e0-0x00ef]
[    0.158034] pnp 00:02: [io  0x04d0-0x04d1]
[    0.158038] pnp 00:02: [io  0x0800-0x0805]
[    0.158042] pnp 00:02: [io  0x0290-0x0297]
[    0.158133] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.158138] system 00:02: [io  0x0800-0x0805] has been reserved
[    0.158144] system 00:02: [io  0x0290-0x0297] has been reserved
[    0.158150] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.158191] pnp 00:03: [dma 4]
[    0.158196] pnp 00:03: [io  0x0000-0x000f]
[    0.158200] pnp 00:03: [io  0x0080-0x0090]
[    0.158204] pnp 00:03: [io  0x0094-0x009f]
[    0.158208] pnp 00:03: [io  0x00c0-0x00df]
[    0.158266] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.158289] pnp 00:04: [io  0x0070-0x0073]
[    0.158318] pnp 00:04: [irq 8]
[    0.158374] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.158392] pnp 00:05: [io  0x0061]
[    0.158447] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.158465] pnp 00:06: [io  0x00f0-0x00ff]
[    0.158474] pnp 00:06: [irq 13]
[    0.158547] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.158780] pnp 00:07: [io  0x03f0-0x03f5]
[    0.158785] pnp 00:07: [io  0x03f7]
[    0.158794] pnp 00:07: [irq 6]
[    0.158798] pnp 00:07: [dma 2]
[    0.158885] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.159178] pnp 00:08: [io  0x03f8-0x03ff]
[    0.159188] pnp 00:08: [irq 4]
[    0.159291] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.159952] pnp 00:09: [io  0x0378-0x037f]
[    0.159957] pnp 00:09: [io  0x0778-0x077b]
[    0.159966] pnp 00:09: [irq 7]
[    0.159970] pnp 00:09: [dma 3]
[    0.160119] pnp 00:09: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.160204] pnp 00:0a: [irq 12]
[    0.160265] pnp 00:0a: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.160309] pnp 00:0b: [io  0x0060]
[    0.160314] pnp 00:0b: [io  0x0064]
[    0.160323] pnp 00:0b: [irq 1]
[    0.160387] pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.160430] pnp: PnP ACPI: found 12 devices
[    0.160434] ACPI: ACPI bus type pnp unregistered
[    0.160441] PnPBIOS: Disabled by ACPI PNP
[    0.198665] Switching to clocksource acpi_pm
[    0.198760] pci 0000:00:04.0: BAR 6: assigned [mem 0x28000000-0x2801ffff pref]
[    0.198770] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.198777] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.198788] pci 0000:00:01.0:   bridge window [mem 0xe2000000-0xe20fffff]
[    0.198795] pci 0000:00:01.0:   bridge window [mem 0xd8000000-0xdfffffff pref]
[    0.198820] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
[    0.198825] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[    0.198830] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.198835] pci_bus 0000:01: resource 1 [mem 0xe2000000-0xe20fffff]
[    0.198840] pci_bus 0000:01: resource 2 [mem 0xd8000000-0xdfffffff pref]
[    0.198949] NET: Registered protocol family 2
[    0.199096] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.199840] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.199840] Switched to NOHz mode on CPU #0
[    0.200217] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.201669] TCP: Hash tables configured (established 131072 bind 65536)
[    0.201675] TCP reno registered
[    0.201688] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.201727] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.201975] NET: Registered protocol family 1
[    0.284056] pci 0000:01:00.0: Boot video device
[    0.284063] PCI: CLS 32 bytes, default 32
[    0.284606] cpufreq-nforce2: No nForce2 chipset.
[    0.284906] audit: initializing netlink socket (disabled)
[    0.284933] type=2000 audit(1338289505.280:1): initialized
[    0.300842] Trying to unpack rootfs image as initramfs...
[    0.328182] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.331705] VFS: Disk quotas dquot_6.5.2
[    0.331831] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.333305] fuse init (API version 7.16)
[    0.333504] msgmni has been set to 1155
[    0.340618] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.340689] io scheduler noop registered
[    0.340693] io scheduler deadline registered
[    0.340722] io scheduler cfq registered (default)
[    0.341010] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.341067] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.341393] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.341406] ACPI: Power Button [PWRB]
[    0.341519] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    0.341533] ACPI: Sleep Button [FUTS]
[    0.341623] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.341630] ACPI: Power Button [PWRF]
[    0.341737] ACPI: Fan [FAN] (on)
[    0.341982] ACPI: acpi_idle registered with cpuidle
[    0.344841] thermal LNXTHERM:00: registered as thermal_zone0
[    0.344846] ACPI: Thermal Zone [THRM] (40 C)
[    0.348683] ERST: Table is not found!
[    0.348964] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.369399] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.369518] isapnp: Scanning for PnP cards...
[    0.462586] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.484750] serial 0000:00:0b.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    0.484769] serial 0000:00:0b.0: PCI INT A disabled
[    0.485098] Linux agpgart interface v0.103
[    0.487723] brd: module loaded
[    0.536783] loop: module loaded
[    0.537089] i2c-core: driver [adp5520] using legacy suspend method
[    0.537093] i2c-core: driver [adp5520] using legacy resume method
[    0.537386] pata_sis 0000:00:02.5: version 0.5.2
[    0.537456] pata_sis 0000:00:02.5: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.544430] scsi0 : pata_sis
[    0.544828] scsi1 : pata_sis
[    0.546146] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x4000 irq 14
[    0.546152] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x4008 irq 15
[    0.547065] Fixed MDIO Bus: probed
[    0.547160] PPP generic driver version 2.4.2
[    0.547343] tun: Universal TUN/TAP device driver, 1.6
[    0.547347] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    0.547569] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.547650] ehci_hcd 0000:00:03.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    0.547696] ehci_hcd 0000:00:03.3: EHCI Host Controller
[    0.547791] ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 1
[    0.547927] ehci_hcd 0000:00:03.3: irq 23, io mem 0xe2101000
[    0.556574] ehci_hcd 0000:00:03.3: USB 2.0 started, EHCI 1.00
[    0.557073] hub 1-0:1.0: USB hub found
[    0.557086] hub 1-0:1.0: 8 ports detected
[    0.557270] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.557355] ohci_hcd 0000:00:03.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.557401] ohci_hcd 0000:00:03.0: OHCI Host Controller
[    0.557501] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
[    0.557571] ohci_hcd 0000:00:03.0: irq 20, io mem 0xe2103000
[    0.648577] hub 2-0:1.0: USB hub found
[    0.648595] hub 2-0:1.0: 3 ports detected
[    0.648797] ohci_hcd 0000:00:03.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.648846] ohci_hcd 0000:00:03.1: OHCI Host Controller
[    0.648944] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3
[    0.649017] ohci_hcd 0000:00:03.1: irq 21, io mem 0xe2104000
[    0.706481] hub 3-0:1.0: USB hub found
[    0.706499] hub 3-0:1.0: 3 ports detected
[    0.706690] ohci_hcd 0000:00:03.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    0.706742] ohci_hcd 0000:00:03.2: OHCI Host Controller
[    0.706864] ohci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 4
[    0.706935] ohci_hcd 0000:00:03.2: irq 22, io mem 0xe2100000
[    0.798613] hub 4-0:1.0: USB hub found
[    0.798630] hub 4-0:1.0: 2 ports detected
[    0.798788] uhci_hcd: USB Universal Host Controller Interface driver
[    0.799029] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.847663] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.847682] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.847993] mousedev: PS/2 mouse device common for all mice
[    0.848367] rtc_cmos 00:04: RTC can wake from S4
[    0.848483] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.848518] rtc0: alarms up to one year, 242 bytes nvram
[    0.848739] device-mapper: uevent: version 1.0.3
[    0.848898] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: dm-devel@xxxxxxxxxx
[    0.849114] device-mapper: multipath: version 1.2.0 loaded
[    0.849119] device-mapper: multipath round-robin: version 1.0.0 loaded
[    0.849290] EISA: Probing bus 0 at eisa.0
[    0.849305] Cannot allocate resource for EISA slot 1
[    0.849319] Cannot allocate resource for EISA slot 4
[    0.849341] EISA: Detected 0 cards.
[    0.852306] cpuidle: using governor ladder
[    0.852317] cpuidle: using governor menu
[    0.852915] TCP cubic registered
[    0.853262] NET: Registered protocol family 10
[    0.854244] NET: Registered protocol family 17
[    0.854306] Registering the dns_resolver key type
[    0.854383] powernow-k8: Processor cpuid 681 not supported
[    0.854428] powernow: PowerNOW! Technology present. Can scale: frequency and voltage.
[    0.862654] powernow: Trying ACPI perflib
[    0.868096] powernow: ACPI perflib can not be used on this platform
[    0.868109] powernow: ACPI and legacy methods failed
[    0.868133] Using IPI No-Shortcut mode
[    0.868484] PM: Hibernation image not present or could not be loaded.
[    0.868514] registered taskstats version 1
[    0.868797]   Magic number: 12:850:75
[    0.869043] rtc_cmos 00:04: setting system clock to 2012-05-29 11:05:06 UTC (1338289506)
[    0.869049] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.869052] EDD information not available.
[    0.946283] ata1.00: ATA-6: ST340015A, 3.01, max UDMA/100
[    0.946293] ata1.00: 78165360 sectors, multi 16: LBA 
[    0.946973] ata1.01: ATA-6: ST340015A, 3.15, max UDMA/100
[    0.946979] ata1.01: 78165360 sectors, multi 16: LBA 
[    0.992642] isapnp: No Plug & Play device found
[    1.035038] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.040557] ata1.00: configured for UDMA/100
[    1.056752] ata1.01: configured for UDMA/100
[    1.057122] scsi 0:0:0:0: Direct-Access     ATA      ST340015A        3.01 PQ: 0 ANSI: 5
[    1.057587] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.057879] sd 0:0:0:0: [sda] 78165360 512-byte logical blocks: (40.0 GB/37.2 GiB)
[    1.058001] sd 0:0:0:0: [sda] Write Protect is off
[    1.058008] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.058060] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.086920] scsi 0:0:1:0: Direct-Access     ATA      ST340015A        3.15 PQ: 0 ANSI: 5
[    1.087423] sd 0:0:1:0: Attached scsi generic sg1 type 0
[    1.117553]  sda: sda1 sda2 < sda5 >
[    1.118282] sd 0:0:1:0: [sdb] 78165360 512-byte logical blocks: (40.0 GB/37.2 GiB)
[    1.118416] sd 0:0:1:0: [sdb] Write Protect is off
[    1.118424] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    1.118481] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.208263] usb 3-1: new full speed USB device using ohci_hcd and address 2
[    1.240696] ata2.01: NODEV after polling detection
[    1.248874] ata2.00: ATAPI: ATAPI   CD-RW 52X24X, MB53, max UDMA/33
[    1.254425]  sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 sdb8 sdb9 sdb10 sdb11 >
[    1.255614] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.255832] sd 0:0:1:0: [sdb] Attached SCSI disk
[    1.264868] ata2.00: configured for UDMA/33
[    1.268332] scsi 1:0:0:0: CD-ROM            ATAPI    CD-RW 52X24X     MB53 PQ: 0 ANSI: 5
[    1.272196] sr0: scsi3-mmc drive: 52x/52x writer cd/rw xa/form2 cdda tray
[    1.272210] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.272593] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.272782] sr 1:0:0:0: Attached scsi generic sg2 type 5
[    1.300083] Refined TSC clocksource calibration: 1397.613 MHz.
[    1.300102] Switching to clocksource tsc
[    1.331925] Freeing initrd memory: 12552k freed
[    1.360592] Freeing unused kernel memory: 700k freed
[    1.362244] Write protecting the kernel text: 5196k
[    1.362306] Write protecting the kernel read-only data: 2148k
[    1.409037] usb 3-1: not running at top speed; connect to a high speed hub
[    1.421243] <30>udev[64]: starting version 167
[    1.814523] Floppy drive(s): fd0 is 1.44M
[    1.865340] FDC 0 is a post-1991 82077
[    1.923980] sis900.c: v1.08.10 Apr. 2 2006
[    1.931829] sis900 0000:00:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    1.937861] 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 9.
[    1.945877] 0000:00:04.0: Using transceiver found at address 9 as default
[    1.971287] eth0: SiS 900 PCI Fast Ethernet at 0xe800, IRQ 19, 00:16:ec:5f:3f:5e
[    3.838978] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[   16.857518] Adding 620540k swap on /dev/sdb11.  Priority:-1 extents:1 across:620540k 
[   16.925078] <30>udev[275]: starting version 167
[   17.005959] lp: driver loaded but no devices found
[   17.227270] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro
[   17.559213] agpgart-sis 0000:00:00.0: SiS chipset [1039/0741]
[   17.815782] type=1400 audit(1338314723.441:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=436 comm="apparmor_parser"
[   17.852098] type=1400 audit(1338314723.481:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=436 comm="apparmor_parser"
[   17.852579] type=1400 audit(1338314723.481:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=436 comm="apparmor_parser"
[   18.587756] parport_pc 00:09: reported by Plug and Play ACPI
[   18.587854] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[   18.613440] eth0: Media Link Off
[   18.614121] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.904128] lp0: using parport0 (interrupt-driven).
[   18.996442] agpgart-sis 0000:00:00.0: AGP aperture is 128M @ 0xd0000000
[   18.996623] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   19.607132] psmouse serio1: ID: 10 00 64
[   20.163449] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input4
[   20.694293] type=1400 audit(1338314726.321:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=619 comm="apparmor_parser"
[   20.700853] type=1400 audit(1338314726.329:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=619 comm="apparmor_parser"
[   20.701340] type=1400 audit(1338314726.329:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=619 comm="apparmor_parser"
[   20.792463] type=1400 audit(1338314726.421:8): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=622 comm="apparmor_parser"
[   20.828821] type=1400 audit(1338314726.457:9): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=622 comm="apparmor_parser"
[   20.830929] 
[   20.830936] rtw driver version=v3.0.1590.20110511
[   20.831059] register rtw_netdev_ops to netdev_ops
[   20.831065] CHIP TYPE: RTL8188C_8192C
[   20.831080] 
[   20.831081] usb_endpoint_descriptor(0):
[   20.831084] bLength=7
[   20.831086] bDescriptorType=5
[   20.831089] bEndpointAddress=81
[   20.831091] wMaxPacketSize=40
[   20.831094] bInterval=0
[   20.831096] RT_usb_endpoint_is_bulk_in = 1
[   20.831099] 
[   20.831100] usb_endpoint_descriptor(1):
[   20.831103] bLength=7
[   20.831105] bDescriptorType=5
[   20.831107] bEndpointAddress=2
[   20.831110] wMaxPacketSize=40
[   20.831112] bInterval=0
[   20.831115] RT_usb_endpoint_is_bulk_out = 2
[   20.831117] 
[   20.831119] usb_endpoint_descriptor(2):
[   20.831121] bLength=7
[   20.831123] bDescriptorType=5
[   20.831126] bEndpointAddress=3
[   20.831128] wMaxPacketSize=40
[   20.831130] bInterval=0
[   20.831132] RT_usb_endpoint_is_bulk_out = 3
[   20.831135] 
[   20.831136] usb_endpoint_descriptor(3):
[   20.831139] bLength=7
[   20.831141] bDescriptorType=5
[   20.831143] bEndpointAddress=84
[   20.831145] wMaxPacketSize=40
[   20.831148] bInterval=1
[   20.831150] RT_usb_endpoint_is_int_in = 4, Interval = 1
[   20.831154] nr_endpoint=4, in_num=2, out_num=2
[   20.831155] 
[   20.831158] NON USB_SPEED_HIGH
[   20.833890] Chip Version ID: VERSION_NORMAL_TSMC_CHIP_88C.
[   20.833901] RF_Type is 3!!
[   20.855049] DBG_MEM_ALLOC _init_mlme_priv:65 dbg_rtw_zvmalloc(58624)
[   20.855255] DBG_MEM_ALLOC _init_xmit_priv:125 dbg_rtw_zvmalloc(30724)
[   20.855353] DBG_MEM_ALLOC _init_xmit_priv:169 dbg_rtw_zvmalloc(564)
[   20.855363] DBG_MEM_ALLOC !!!!!!!!!!!!!! os_xmit_resource_alloc:147 dbg_rtw_zmalloc(20992)
[   20.855437] DBG_MEM_ALLOC !!!!!!!!!!!!!! os_xmit_resource_alloc:147 dbg_rtw_zmalloc(20992)
[   20.855505] DBG_MEM_ALLOC !!!!!!!!!!!!!! os_xmit_resource_alloc:147 dbg_rtw_zmalloc(20992)
[   20.855573] DBG_MEM_ALLOC !!!!!!!!!!!!!! os_xmit_resource_alloc:147 dbg_rtw_zmalloc(20992)
[   20.855641] DBG_MEM_ALLOC _init_xmit_priv:227 dbg_rtw_zvmalloc(564)
[   20.855711] DBG_MEM_ALLOC _init_recv_priv:88 dbg_rtw_zvmalloc(34048)
[   20.855853] DBG_MEM_ALLOC _init_sta_priv:96 dbg_rtw_zvmalloc(66820)
[   20.863382] type=1400 audit(1338314726.489:10): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=622 comm="apparmor_parser"
[   20.906474] EEPROM type is E-FUSE
[   20.906486] ====> ReadAdapterInfo8192C
[   20.914755] type=1400 audit(1338314726.541:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=635 comm="apparmor_parser"
[   20.914854] Boot from EFUSE, Autoload OK !
[   22.724561] ppdev: user-space parallel port driver
[   23.306717] Intel ICH 0000:00:02.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   23.640151] intel8x0_measure_ac97_clock: measured 54998 usecs (2646 samples)
[   23.640161] intel8x0: clocking to 48000
[   26.251806] EEPROMVID = 0x0bda
[   26.251814] EEPROMPID = 0x8176
[   26.251817] EEPROMCustomerID : 0x00
[   26.251819] EEPROMSubCustomerID: 0x00
[   26.251822] RT_CustomerID: 0x00
[   26.251828] EEPROMRegulatory = 0x0
[   26.251831] _ReadBoardType(0)
[   26.251836] BT Coexistance = disable
[   26.251840] RT_ChannelPlan: 0x02
[   26.251845] _ReadPSSetting...bHWPwrPindetect(0)-bHWPowerdown(0) ,bSupportRemoteWakeup(0)
[   26.251849] ### PS params=>  power_mgnt(0),usbss_enable(0) ###
[   26.251852] ### AntDivCfg(0)
[   26.251855] readAdapterInfo_8192CU(): REPLACEMENT = 1
[   26.251859] <==== ReadAdapterInfo8192C in 5344 ms
[   26.251886] MAC Address from efuse= 24:3c:20:06:d3:9e
[   26.257578] usbcore: registered new interface driver rtl8192cu
[   26.282841] +871x_drv - drv_open, bup=0
[   26.436745] vesafb: framebuffer at 0xd8000000, mapped to 0xe6b80000, using 1216k, total 1216k
[   26.436765] vesafb: mode is 640x480x32, linelength=2560, pages=0
[   26.436770] vesafb: scrolling: redraw
[   26.436776] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   26.437257] Console: switching to colour frame buffer device 80x30
[   26.437292] fb0: VESA VGA frame buffer device
[   26.613597] audit_printk_skb: 6 callbacks suppressed
[   26.613605] type=1400 audit(1338314732.241:14): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=914 comm="apparmor_parser"
[   26.615839] type=1400 audit(1338314732.241:15): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=914 comm="apparmor_parser"
[   28.071593] DBG_MEM_ALLOC FirmwareDownload92C:376 dbg_rtw_zvmalloc(12)
[   28.071628]  ===> FirmwareDownload91C() fw:Rtl819XFwImageArray_TSMC
[   28.071634] fw_ver=v68, fw_subver=1, sig=0x88c0
[   28.602499] DBG_MEM_ALLOC FirmwareDownload92C:499 dbg_rtw_vmfree(e6866000,12)
[   28.602519] fw download ok!
[   28.602524] HalDetectPwrDownMode(): PDN=0
[   28.602527] HalDetectSelectiveSuspendMode(): SS Disable
[   28.602531] Set RF Chip ID to RF_6052 and RF type to 1T1R.
[   29.267922] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro,commit=0
[   30.838281] GPIO_IN=08
[   30.838293] eRfPowerStateToSet=0
[   30.838299] IQK:Start!!!
[   31.075194] Path A IQK Success!!
[   31.234153] Path A IQK Success!!
[   31.345136] IQK: final_candidate is 0
[   31.345143] IQK: RegE94=102 RegE9C=e RegEA4=ff RegEAC=3ff RegEB4=0 RegEBC=0 RegEC4=0 RegECC=0
[   31.345146]  Path A IQ Calibration Success !
[   31.662095] pdmpriv->TxPowerTrackControl = 1
[   31.782079] MAC Address from REG = 24-3c-20-6-d3-9e
[   31.782087] MAC Address = 24-3c-20-6-d3-9e
[   31.893086] -871x_drv - drv_open, bup=1
[   31.893741] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   31.905282] set_mode = IW_MODE_INFRA
[   31.913181] [rtw_wx_set_pmkid] IW_PMKSA_FLUSH!
[   31.913202] set_mode = IW_MODE_INFRA
[   31.941344] [rtw_wx_set_pmkid] IW_PMKSA_FLUSH!
[   34.421650] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[   34.557866] survey done event(1e)
[   39.283729] IW_SCAN_THIS_ESSID, ssid=beck, len=4
[   41.744123] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[   41.880848] survey done event(1e)
[   41.882005] wpa_set_auth_algs, AUTH_ALG_OPEN_SYSTEM
[   41.882018] set_mode = IW_MODE_INFRA
[   41.883051] =>rtw_wx_set_essid
[   41.883061] ssid=beck, len=4
[   41.883075] #### dst_ssid=(beck) Opt_Ant_(B) , cur_Ant(B)
[   41.883097] <=rtw_wx_set_essid
[   41.902831] link to new AP
[   48.096024] link_timer_hdl:no beacon while connecting
[   48.096049] report_join_res(-3)
[   48.096070] #### dst_ssid=(beck) Opt_Ant_(B) , cur_Ant(B)
[   48.098004] link to new AP
[   48.233050] link to Artheros AP
[   48.238031] OnAuthClient
[   48.242041] OnAssocRsp
[   48.242067] report_join_res(1)
[   48.242693] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   48.291042] WMM(0): 0, a42b
[   48.294017] WMM(1): 0, a44f
[   48.297032] WMM(2): 0, 5e4322
[   48.300102] WMM(3): 0, 2f3222
[   48.300114] HTOnAssocRsp
[   48.414936] update raid entry, mask=0x40000fff, arg=0x80
[   48.429218] HW_VAR_BASIC_RATE: BrateCfg(0x15f)
[   48.495026] =>mlmeext_joinbss_event_callback
[   56.333739] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro,commit=0
[   58.904025] wlan0: no IPv6 routers present
[   84.624047] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[   84.769526] survey done event(1c)
[   84.772230] wpa_set_auth_algs, AUTH_ALG_OPEN_SYSTEM
[   84.772247] set_mode = IW_MODE_INFRA
[   84.772460] =>rtw_wx_set_essid
[   84.772465] ssid=beck, len=4
[   84.772477] #### dst_ssid=(beck) Opt_Ant_(B) , cur_Ant(B)
[   84.772516] <=rtw_wx_set_essid
[   84.932574] link to new AP
[   85.087633] link to Artheros AP
[   85.089631] OnAuthClient
[   85.092633] OnAssocRsp
[   85.092644] report_join_res(1)
[   85.115644] WMM(0): 0, a42b
[   85.118637] WMM(1): 0, a44f
[   85.121651] WMM(2): 0, 5e4322
[   85.124650] WMM(3): 0, 2f3222
[   85.124656] HTOnAssocRsp
[   85.235693] update raid entry, mask=0x40000fff, arg=0x80
[   85.250689] HW_VAR_BASIC_RATE: BrateCfg(0x15f)
[   85.316714] =>mlmeext_joinbss_event_callback
[  122.004288] IW_SCAN_THIS_ESSID, ssid=beck, len=4
[  124.520026] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[  124.665374] survey done event(1d)
[  124.666762] wpa_set_auth_algs, AUTH_ALG_OPEN_SYSTEM
[  124.666777] set_mode = IW_MODE_INFRA
[  124.667430] =>rtw_wx_set_essid
[  124.667437] ssid=beck, len=4
[  124.667451] #### dst_ssid=(beck) Opt_Ant_(B) , cur_Ant(B)
[  124.667486] <=rtw_wx_set_essid
[  124.833426] link to new AP
[  125.046509] link to Artheros AP
[  125.048507] OnAuthClient
[  125.051501] OnAssocRsp
[  125.051512] report_join_res(1)
[  125.057569] WMM(0): 0, a42b
[  125.060510] WMM(1): 0, a44f
[  125.063504] WMM(2): 0, 5e4322
[  125.066508] WMM(3): 0, 2f3222
[  125.066513] HTOnAssocRsp
[  125.177555] update raid entry, mask=0x40000fff, arg=0x80
[  125.192555] HW_VAR_BASIC_RATE: BrateCfg(0x15f)
[  125.258578] =>mlmeext_joinbss_event_callback
[  184.480061] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[  184.629262] survey done event(1f)
[  184.630631] wpa_set_auth_algs, AUTH_ALG_OPEN_SYSTEM
[  184.630647] set_mode = IW_MODE_INFRA
[  184.631807] =>rtw_wx_set_essid
[  184.631817] ssid=beck, len=4
[  184.631831] #### dst_ssid=(beck) Opt_Ant_(B) , cur_Ant(B)
[  184.631870] <=rtw_wx_set_essid
[  184.785194] link to new AP
[  184.920181] link to Artheros AP
[  184.925152] OnAuthClient
[  184.925176] OnAuthClient
[  184.939150] OnAssocRsp
[  184.939163] report_join_res(4)
[  184.969149] WMM(0): 0, a42b
[  184.972340] WMM(1): 0, a44f
[  184.975137] WMM(2): 0, 5e4322
[  184.978140] WMM(3): 0, 2f3222
[  184.978146] HTOnAssocRsp
[  185.107187] update raid entry, mask=0xfffff, arg=0x80
[  185.122133] HW_VAR_BASIC_RATE: BrateCfg(0x15f)
[  185.186119] =>mlmeext_joinbss_event_callback
[  262.003456] IW_SCAN_THIS_ESSID, ssid=beck, len=4
[  264.476017] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[  264.622037] survey done event(27)
[  364.480050] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[  364.625334] survey done event(1d)
[  482.004960] IW_SCAN_THIS_ESSID, ssid=beck, len=4
[  484.524034] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[  484.669096] survey done event(25)
[  484.670466] wpa_set_auth_algs, AUTH_ALG_OPEN_SYSTEM
[  484.670482] set_mode = IW_MODE_INFRA
[  484.674706] =>rtw_wx_set_essid
[  484.674718] ssid=beck, len=4
[  484.674735] #### dst_ssid=(beck) Opt_Ant_(B) , cur_Ant(B)
[  484.674772] <=rtw_wx_set_essid
[  484.823071] link to new AP
[  484.978049] link to Artheros AP
[  484.983052] OnAuthClient
[  484.997052] OnAssocRsp
[  484.997066] report_join_res(2)
[  485.087039] WMM(0): 0, a42b
[  485.090036] WMM(1): 0, a44f
[  485.093035] WMM(2): 0, 5e4322
[  485.096096] WMM(3): 0, 2f3222
[  485.096102] HTOnAssocRsp
[  485.225022] update raid entry, mask=0xfffff, arg=0x80
[  485.240017] HW_VAR_BASIC_RATE: BrateCfg(0x15f)
[  485.306005] =>mlmeext_joinbss_event_callback
[  604.480023] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[  604.625895] survey done event(20)
[  665.679171] OnAction_back
[  665.679185] OnAction_back, action=0
[  665.679191] issue_action_BA, category=3, action=1, status=0
[  669.165793] issue_addbareq_cmd, p=0
[  669.267720] issue_action_BA, category=3, action=0, status=0
[  669.274721] OnAction_back
[  669.274731] OnAction_back, action=1
[  804.919561] OnAction_back
[  804.919577] OnAction_back, action=0
[  804.919584] issue_action_BA, category=3, action=1, status=0
[  844.508047] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[  844.653499] survey done event(1e)
[  962.005931] IW_SCAN_THIS_ESSID, ssid=beck, len=4
[  964.480131] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[  964.625405] survey done event(19)
[ 1084.620022] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[ 1084.765086] survey done event(1b)
[ 1202.004242] IW_SCAN_THIS_ESSID, ssid=beck, len=4
[ 1204.512018] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[ 1204.657893] survey done event(20)
[ 1324.548716] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[ 1324.695704] survey done event(2a)
[ 1442.004993] IW_SCAN_THIS_ESSID, ssid=beck, len=4
[ 1444.480017] SwAntDivBeforeLink8192C(): No AntDiv Mechanism.
[ 1444.625503] survey done event(2b)

Module                  Size  Used by
vesafb                 13476  1 
snd_intel8x0           33213  3 
snd_ac97_codec        105614  1 snd_intel8x0
ac97_bus               12642  1 snd_ac97_codec
snd_pcm                80042  2 snd_intel8x0,snd_ac97_codec
snd_seq_midi           13132  0 
snd_rawmidi            25269  1 snd_seq_midi
ppdev                  12849  0 
snd_seq_midi_event     14475  1 snd_seq_midi
snd_seq                51291  2 snd_seq_midi,snd_seq_midi_event
8192cu                433609  0 
snd_timer              28659  2 snd_pcm,snd_seq
snd_seq_device         14110  3 snd_seq_midi,snd_rawmidi,snd_seq
psmouse                73312  0 
serio_raw              12990  0 
snd                    55295  13 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
parport_pc             32111  1 
soundcore              12600  1 snd
shpchp                 32345  0 
sis_agp                13127  1 
snd_page_alloc         14073  2 snd_intel8x0,snd_pcm
lp                     13349  0 
parport                36746  3 ppdev,parport_pc,lp
sis900                 22568  0 
floppy                 60032  0 

[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux