Please help me wvdial didn't detect my modem... Regards, Sushil Dahal Nepal
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.28-11-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, Linux version 2.6.28-11-generic (buildd@palmer) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 scanModem update of: 2010_01_22 The dialer utility package WVDIAL does not appear to be installed on your System. For Ubuntu users, there are at the bottom of http://linmodems.technion.ac.il/packages/ packages with the files necessary to install wvdial, with names like: wvdial_jaunty_amd64.zip for x86_64, 64 bit bus systems. wvdial_jaunty_i386.zip for 32 bit systems. wvdial_karmic_i386.zip for 32 bit systems. These are about 1 MB in size. After downloaded and copied into your Linux partition: $ unzip wv*.zip Within the new folder: $ sudo dpkg -i *.deb will complete the wvdial installation Please read Modem/DOCs/wvdial.txt for usage information. 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: If a USB modem or cellphone is attached and was not detected, please provide available information in your request to discuss@xxxxxxxxxxxxx For candidate card in slot 01:02.0, firmware information and bootup diagnostics are: PCI slot PCI ID SubsystemID Name ---------- --------- --------- -------------- 01:02.0 134d:2189 134d:1002 Modem: PCTel Inc HSP56 MicroModem Modem interrupt assignment and sharing: 18: 0 IO-APIC-fasteoi uhci_hcd:usb4 --- Bootup diagnostics for card in PCI slot 01:02.0 ---- [ 0.845728] pci 0000:01:02.0: reg 10 32bit mmio: [0xe8000000-0xe8000fff] [ 0.845739] pci 0000:01:02.0: reg 14 io port: [0xd000-0xd0ff] [ 0.845782] pci 0000:01:02.0: PME# supported from D0 D3hot D3cold [ 0.845788] pci 0000:01:02.0: PME# disabled [ 2.443164] serial 0000:01:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 2.443342] 0000:01:02.0: ttyS2 at I/O 0xd008 (irq = 18) is a 16450 [ 2.443450] 0000:01:02.0: ttyS3 at I/O 0xd010 (irq = 18) is a 8250 [ 2.443492] Couldn't register serial port 0000:01:02.0: -28 The PCI slot 01:02.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 01:02.0: Modem chipset detected on NAME="Modem: PCTel Inc HSP56 MicroModem " CLASS=0703 PCIDEV=134d:2189 SUBSYS=134d:1002 IRQ=18 IDENT=slamr For candidate modem in: 01:02.0 0703 Modem: PCTel Inc HSP56 MicroModem Primary device ID: 134d:2189 Support type needed or chipset: slamr 134d:2189 is a PCTel HSP56 MicroModem 688T modem with the Oasis chipset. Under 2.6.n kernels, it is only supported through the Smartlink slamr.ko driver. The modem is supported by the Smartlink slamr plus the slmodemd helper utility. Read the DOCs/Smartlink.txt and Modem/DOCs/YourSystem.txt for follow through guidance. For kernels 2.8.31 the slamr driver is not (yet) functional, failing within at the Carrier Check function. Thus for service, retain a 2.8.30 or earlier kernel. For Ubuntu users this can be done by downloading the kernel from http://packages.ubuntu.com/jaunty/linux-image-2.6.28-16-generic and from http://linmodems.technion.ac.il/packages/smartlink/Ubuntu/ the slamr-2.6.28-16-generic.tar.gz From http://linmodems.technion.ac.il/packages/smartlink/Ubuntu/ , download the package slamr-2.6.28-11-generic.tar.gz Under Linux, open a terminal and unpack with: $ tar zxvf slamr*.tar.gz Move into the unpacked folder $ cd slamr-2.6.28-11-generic Look around $ ls Run the $ sudo ./setup Afterwards do: $ slmodemd --help $ slmodemd --countrylist &> Clist.txt If not in the USA, look for your COUNTRY_NAME therein. Do and edit with: $ sudo gedit /etc/default/sl-modem-daemon and therein replace the USA in the line: SLMODEMD_COUNTRY=USA This will provide for the correct Country setting in the automated: slmodemd -c COUNTRY /dev/slamr0 Read the DOCs/Smartlink.txt and DOCs/YourSystem.txt 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.3.3 and the compiler used in kernel assembly: 4.3.3 The patch utility is needed for compiling ALSA drivers, and possibly others. Minimal compiling resources appear complete: make utility - /usr/bin/make Compiler version 4.3 linuc_headers base folder /lib/modules/2.6.28-11-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 pppd properties: -rwsr-xr-- 1 root dip 277352 2009-02-20 12:25 /usr/sbin/pppd In case of an "error 17" "serial loopback" problem, see: http://linmodems.technion.ac.il/linmodems/archive-sixth/msg02637.html To enable dialout without Root permission do: $ su - root (not for Ubuntu) sudo chmod a+x /usr/sbin/pppd or under Ubuntu related Linuxes sudo chmod a+x /usr/sbin/pppd Checking settings of: /etc/ppp/options asyncmap 0 noauth crtscts lock hide-password modem proxyarp 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 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: 227 IO-APIC-edge timer 1: 602 IO-APIC-edge i8042 3: 2 IO-APIC-edge 4: 2 IO-APIC-edge 6: 5 IO-APIC-edge floppy 7: 0 IO-APIC-edge parport0 8: 0 IO-APIC-edge rtc0 9: 0 IO-APIC-fasteoi acpi 12: 62881 IO-APIC-edge i8042 14: 139407 IO-APIC-edge ata_piix 15: 6721 IO-APIC-edge ata_piix 16: 0 IO-APIC-fasteoi uhci_hcd:usb2, eth0 17: 9216 IO-APIC-fasteoi Intel 82801DB-ICH4 18: 0 IO-APIC-fasteoi uhci_hcd:usb4 19: 0 IO-APIC-fasteoi uhci_hcd:usb3 23: 0 IO-APIC-fasteoi ehci_hcd:usb1 NMI: 0 Non-maskable interrupts LOC: 84747 Local timer interrupts RES: 0 Rescheduling interrupts CAL: 0 Function call interrupts TLB: 0 TLB shootdowns SPU: 0 Spurious interrupts ERR: 0 MIS: 0 [ 0.000000] BIOS EBDA/lowmem at: 0009fc00/0009fc00 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.28-11-generic (buildd@palmer) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 (Ubuntu 2.6.28-11.42-generic) [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] NSC Geode by NSC [ 0.000000] Cyrix CyrixInstead [ 0.000000] Centaur CentaurHauls [ 0.000000] Transmeta GenuineTMx86 [ 0.000000] Transmeta TransmetaCPU [ 0.000000] UMC UMC UMC UMC [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000000f7f0000 (usable) [ 0.000000] BIOS-e820: 000000000f7f0000 - 000000000f7f3000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000000f7f3000 - 000000000f800000 (ACPI data) [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] DMI 2.2 present. [ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working it around. [ 0.000000] last_pfn = 0xf7f0 max_arch_pfn = 0x100000 [ 0.000000] Scanning 0 areas for low memory corruption [ 0.000000] modified physical RAM map: [ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved) [ 0.000000] modified: 0000000000010000 - 000000000009fc00 (usable) [ 0.000000] modified: 000000000009fc00 - 00000000000a0000 (reserved) [ 0.000000] modified: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] modified: 0000000000100000 - 000000000f7f0000 (usable) [ 0.000000] modified: 000000000f7f0000 - 000000000f7f3000 (ACPI NVS) [ 0.000000] modified: 000000000f7f3000 - 000000000f800000 (ACPI data) [ 0.000000] modified: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] kernel direct mapping tables up to f7f0000 @ 10000-16000 [ 0.000000] RAMDISK: 0f06d000 - 0f7df574 [ 0.000000] ACPI: RSDP 000F65A0, 0014 (r0 IntelR) [ 0.000000] ACPI: RSDT 0F7F3040, 002C (r1 IntelR AWRDACPI 42302E31 AWRD 0) [ 0.000000] ACPI: FACP 0F7F30C0, 0074 (r1 IntelR AWRDACPI 42302E31 AWRD 0) [ 0.000000] ACPI: DSDT 0F7F3180, 3FD0 (r1 INTELR AWRDACPI 1000 MSFT 100000E) [ 0.000000] ACPI: FACS 0F7F0000, 0040 [ 0.000000] ACPI: APIC 0F7F71C0, 0068 (r1 IntelR AWRDACPI 42302E31 AWRD 0) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] 0MB HIGHMEM available. [ 0.000000] 247MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 0f7f0000 [ 0.000000] low ram: 00000000 - 0f7f0000 [ 0.000000] bootmap 00012000 - 00013f00 [ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 000f7f0000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000] [ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000] [ 0.000000] #3 [0000100000 - 000087c52c] TEXT DATA BSS ==> [0000100000 - 000087c52c] [ 0.000000] #4 [000f06d000 - 000f7df574] RAMDISK ==> [000f06d000 - 000f7df574] [ 0.000000] #5 [000087d000 - 0000881000] INIT_PG_TABLE ==> [000087d000 - 0000881000] [ 0.000000] #6 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000] [ 0.000000] #7 [0000010000 - 0000012000] PGTABLE ==> [0000010000 - 0000012000] [ 0.000000] #8 [0000012000 - 0000014000] BOOTMAP ==> [0000012000 - 0000014000] [ 0.000000] found SMP MP-table at [c00f4b20] 000f4b20 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x0000f7f0 [ 0.000000] HighMem 0x0000f7f0 -> 0x0000f7f0 [ 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 -> 0x0000f7f0 [ 0.000000] On node 0 totalpages: 63359 [ 0.000000] free_area_init_node: node 0, pgdat c06d0f80, node_mem_map c1000200 [ 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: 464 pages used for memmap [ 0.000000] Normal zone: 58912 pages, LIFO batch:15 [ 0.000000] HighMem zone: 0 pages used for memmap [ 0.000000] Movable zone: 0 pages used for memmap [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, 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] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] SMP: Allowing 2 CPUs, 1 hotplug CPUs [ 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 10000000 (gap: f800000:ef400000) [ 0.000000] PERCPU: Allocating 45056 bytes of per cpu data [ 0.000000] NR_CPUS: 64, nr_cpu_ids: 2, nr_node_ids 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 62863 [ 0.000000] Kernel command line: root=UUID=9C203B0C203AECC0 loop=/ubuntu/disks/root.disk ro quiet splash [ 0.000000] Enabling fast FPU save and restore... done. [ 0.000000] Enabling unmasked SIMD FPU exception support... done. [ 0.000000] Initializing CPU#0 [ 0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes) [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 1703.895 MHz processor. [ 0.004000] Console: colour VGA+ 80x25 [ 0.004000] console [tty0] enabled [ 0.004000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.004000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.004000] allocated 1269120 bytes of page_cgroup [ 0.004000] please try cgroup_disable=memory option if you don't want [ 0.004000] Scanning for low memory corruption every 60 seconds [ 0.004000] Memory: 234396k/253888k available (4126k kernel code, 18864k reserved, 2208k data, 532k init, 0k highmem) [ 0.004000] virtual kernel memory layout: [ 0.004000] fixmap : 0xffc77000 - 0xfffff000 (3616 kB) [ 0.004000] pkmap : 0xff400000 - 0xff800000 (4096 kB) [ 0.004000] vmalloc : 0xcfff0000 - 0xff3fe000 ( 756 MB) [ 0.004000] lowmem : 0xc0000000 - 0xcf7f0000 ( 247 MB) [ 0.004000] .init : 0xc0737000 - 0xc07bc000 ( 532 kB) [ 0.004000] .data : 0xc0507a6f - 0xc072fe60 (2208 kB) [ 0.004000] .text : 0xc0100000 - 0xc0507a6f (4126 kB) [ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.004000] SLUB: Genslabs=12, HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.004016] Calibrating delay loop (skipped), value calculated using timer frequency.. 3407.79 BogoMIPS (lpj=6815580) [ 0.004050] Security Framework initialized [ 0.004063] SELinux: Disabled at boot. [ 0.004097] AppArmor: AppArmor initialized [ 0.004118] Mount-cache hash table entries: 512 [ 0.004379] Initializing cgroup subsys ns [ 0.004389] Initializing cgroup subsys cpuacct [ 0.004397] Initializing cgroup subsys memory [ 0.004407] Initializing cgroup subsys freezer [ 0.004439] CPU: Trace cache: 12K uops, L1 D cache: 8K [ 0.004447] CPU: L2 cache: 256K [ 0.004454] CPU: Hyper-Threading is disabled [ 0.004488] Checking 'hlt' instruction... OK. [ 0.021197] SMP alternatives: switching to UP code [ 0.192048] ACPI: Core revision 20080926 [ 0.200113] ACPI: Checking initramfs for custom DSDT [ 0.752666] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.792368] CPU0: Intel(R) Pentium(R) 4 CPU 1.70GHz stepping 02 [ 0.796002] Brought up 1 CPUs [ 0.796002] Total of 1 processors activated (3407.79 BogoMIPS). [ 0.796002] CPU0 attaching NULL sched-domain. [ 0.796002] net_namespace: 776 bytes [ 0.796002] Booting paravirtualized kernel on bare hardware [ 0.796002] Time: 15:12:11 Date: 01/27/10 [ 0.796002] regulator: core version 0.5 [ 0.796002] NET: Registered protocol family 16 [ 0.796002] EISA bus registered [ 0.796002] ACPI: bus type pci registered [ 0.822920] PCI: PCI BIOS revision 2.10 entry at 0xfb090, last bus=1 [ 0.822925] PCI: Using configuration type 1 for base access [ 0.826031] ACPI: EC: Look up EC in DSDT [ 0.836110] ACPI: Interpreter enabled [ 0.836119] ACPI: (supports S0 S1 S4 S5) [ 0.836160] ACPI: Using IOAPIC for interrupt routing [ 0.844648] ACPI: No dock devices found. [ 0.844681] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 0.844772] pci 0000:00:00.0: reg 10 32bit mmio: [0xd8000000-0xdfffffff] [ 0.844864] pci 0000:00:02.0: reg 10 32bit mmio: [0xe0000000-0xe7ffffff] [ 0.844874] pci 0000:00:02.0: reg 14 32bit mmio: [0xe8100000-0xe817ffff] [ 0.845008] pci 0000:00:1d.0: reg 20 io port: [0xe200-0xe21f] [ 0.845075] pci 0000:00:1d.1: reg 20 io port: [0xe000-0xe01f] [ 0.845141] pci 0000:00:1d.2: reg 20 io port: [0xe100-0xe11f] [ 0.845210] pci 0000:00:1d.7: reg 10 32bit mmio: [0xe8180000-0xe81803ff] [ 0.845266] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 0.845273] pci 0000:00:1d.7: PME# disabled [ 0.845331] * The chipset may have PM-Timer Bug. Due to workarounds for a bug, [ 0.845333] * this clock source is slow. If you are sure your timer does not have [ 0.845336] * this bug, please use "acpi_pm_good" to disable the workaround [ 0.845387] HPET not enabled in BIOS. You might try hpet=force boot option [ 0.845398] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO [ 0.845404] pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH4 GPIO [ 0.845432] pci 0000:00:1f.1: reg 10 io port: [0x00-0x07] [ 0.845443] pci 0000:00:1f.1: reg 14 io port: [0x00-0x03] [ 0.845452] pci 0000:00:1f.1: reg 18 io port: [0x00-0x07] [ 0.845462] pci 0000:00:1f.1: reg 1c io port: [0x00-0x03] [ 0.845471] pci 0000:00:1f.1: reg 20 io port: [0xf000-0xf00f] [ 0.845481] pci 0000:00:1f.1: reg 24 32bit mmio: [0x000000-0x0003ff] [ 0.845549] pci 0000:00:1f.3: reg 20 io port: [0x500-0x51f] [ 0.845605] pci 0000:00:1f.5: reg 10 io port: [0xe400-0xe4ff] [ 0.845614] pci 0000:00:1f.5: reg 14 io port: [0xe500-0xe53f] [ 0.845623] pci 0000:00:1f.5: reg 18 32bit mmio: [0xe8181000-0xe81811ff] [ 0.845633] pci 0000:00:1f.5: reg 1c 32bit mmio: [0xe8182000-0xe81820ff] [ 0.845663] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold [ 0.845669] pci 0000:00:1f.5: PME# disabled [ 0.845728] pci 0000:01:02.0: reg 10 32bit mmio: [0xe8000000-0xe8000fff] [ 0.845739] pci 0000:01:02.0: reg 14 io port: [0xd000-0xd0ff] [ 0.845782] pci 0000:01:02.0: PME# supported from D0 D3hot D3cold [ 0.845788] pci 0000:01:02.0: PME# disabled [ 0.845832] pci 0000:01:04.0: reg 10 io port: [0xd100-0xd1ff] [ 0.845842] pci 0000:01:04.0: reg 14 32bit mmio: [0xe8001000-0xe80010ff] [ 0.845884] pci 0000:01:04.0: supports D1 D2 [ 0.845887] pci 0000:01:04.0: PME# supported from D1 D2 D3hot D3cold [ 0.845893] pci 0000:01:04.0: PME# disabled [ 0.845942] pci 0000:00:1e.0: transparent bridge [ 0.845949] pci 0000:00:1e.0: bridge io port: [0xd000-0xdfff] [ 0.845956] pci 0000:00:1e.0: bridge 32bit mmio: [0xe8000000-0xe80fffff] [ 0.845971] bus 00 -> node 0 [ 0.845986] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.846454] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT] [ 0.856365] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.856590] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 7 9 10 11 12 14 15) [ 0.856808] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *9 10 11 12 14 15) [ 0.857028] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 9 10 11 12 14 15) [ 0.857246] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.857467] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.857687] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.857909] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.858156] ACPI: WMI: Mapper loaded [ 0.858576] SCSI subsystem initialized [ 0.858674] libata version 3.00 loaded. [ 0.858786] usbcore: registered new interface driver usbfs [ 0.858824] usbcore: registered new interface driver hub [ 0.858887] usbcore: registered new device driver usb [ 0.859125] PCI: Using ACPI for IRQ routing [ 0.859298] Bluetooth: Core ver 2.13 [ 0.859298] NET: Registered protocol family 31 [ 0.859298] Bluetooth: HCI device and connection manager initialized [ 0.859298] Bluetooth: HCI socket layer initialized [ 0.859298] NET: Registered protocol family 8 [ 0.859298] NET: Registered protocol family 20 [ 0.859298] NetLabel: Initializing [ 0.859298] NetLabel: domain hash size = 128 [ 0.859298] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.859298] NetLabel: unlabeled traffic allowed by default [ 0.859298] AppArmor: AppArmor Filesystem Enabled [ 0.859298] pnp: PnP ACPI init [ 0.859298] ACPI: bus type pnp registered [ 0.867232] pnp: PnP ACPI: found 16 devices [ 0.867238] ACPI: ACPI bus type pnp unregistered [ 0.867246] PnPBIOS: Disabled by ACPI PNP [ 0.867268] system 00:01: ioport range 0xb78-0xb7b has been reserved [ 0.867273] system 00:01: ioport range 0xf78-0xf7b has been reserved [ 0.867278] system 00:01: ioport range 0xa78-0xa7b has been reserved [ 0.867282] system 00:01: ioport range 0xe78-0xe7b has been reserved [ 0.867287] system 00:01: ioport range 0xbbc-0xbbf has been reserved [ 0.867291] system 00:01: ioport range 0xfbc-0xfbf has been reserved [ 0.867296] system 00:01: ioport range 0x4d0-0x4d1 has been reserved [ 0.867300] system 00:01: ioport range 0x294-0x297 has been reserved [ 0.867319] system 00:0e: ioport range 0x400-0x4bf could not be reserved [ 0.867332] system 00:0f: iomem range 0xcb200-0xcbfff has been reserved [ 0.867338] system 00:0f: iomem range 0xf0000-0xf7fff could not be reserved [ 0.867343] system 00:0f: iomem range 0xf8000-0xfbfff could not be reserved [ 0.867347] system 00:0f: iomem range 0xfc000-0xfffff could not be reserved [ 0.867352] system 00:0f: iomem range 0xf7f0000-0xf7fffff could not be reserved [ 0.867357] system 00:0f: iomem range 0x0-0x9ffff could not be reserved [ 0.867362] system 00:0f: iomem range 0x100000-0xf7effff could not be reserved [ 0.867367] system 00:0f: iomem range 0xfec00000-0xfec00fff has been reserved [ 0.867372] system 00:0f: iomem range 0xfee00000-0xfee00fff has been reserved [ 0.867377] system 00:0f: iomem range 0xffb00000-0xffbfffff has been reserved [ 0.867382] system 00:0f: iomem range 0xfff00000-0xffffffff has been reserved [ 0.867387] system 00:0f: iomem range 0xe0000-0xeffff has been reserved [ 0.902325] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:01 [ 0.902332] pci 0000:00:1e.0: IO window: 0xd000-0xdfff [ 0.902341] pci 0000:00:1e.0: MEM window: 0xe8000000-0xe80fffff [ 0.902347] pci 0000:00:1e.0: PREFETCH window: disabled [ 0.902368] pci 0000:00:1e.0: setting latency timer to 64 [ 0.902375] bus: 00 index 0 io port: [0x00-0xffff] [ 0.902379] bus: 00 index 1 mmio: [0x000000-0xffffffff] [ 0.902384] bus: 01 index 0 io port: [0xd000-0xdfff] [ 0.902388] bus: 01 index 1 mmio: [0xe8000000-0xe80fffff] [ 0.902392] bus: 01 index 2 mmio: [0x0-0x0] [ 0.902395] bus: 01 index 3 io port: [0x00-0xffff] [ 0.902399] bus: 01 index 4 mmio: [0x000000-0xffffffff] [ 0.902419] NET: Registered protocol family 2 [ 0.902669] IP route cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.903089] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.903160] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.903224] TCP: Hash tables configured (established 8192 bind 8192) [ 0.903228] TCP reno registered [ 0.903437] NET: Registered protocol family 1 [ 0.903675] checking if image is initramfs...<7>Switched to high resolution mode on CPU 0 [ 1.447325] it is [ 2.056665] Freeing initrd memory: 7625k freed [ 2.056794] cpufreq: No nForce2 chipset. [ 2.057091] audit: initializing netlink socket (disabled) [ 2.057127] type=2000 audit(1264605132.056:1): initialized [ 2.068525] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ 2.070782] VFS: Disk quotas dquot_6.5.1 [ 2.070919] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 2.072214] fuse init (API version 7.10) [ 2.072403] msgmni has been set to 473 [ 2.072809] alg: No test for stdrng (krng) [ 2.072841] io scheduler noop registered [ 2.072845] io scheduler anticipatory registered [ 2.072849] io scheduler deadline registered [ 2.072902] io scheduler cfq registered (default) [ 2.072928] pci 0000:00:02.0: Boot video device [ 2.078706] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.078726] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.078957] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.078964] ACPI: Power Button (FF) [PWRF] [ 2.079049] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 [ 2.079054] ACPI: Power Button (CM) [PWRB] [ 2.079127] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2 [ 2.079137] ACPI: Sleep Button (CM) [SLPB] [ 2.079226] fan PNP0C0B:00: registered as cooling_device0 [ 2.079238] ACPI: Fan [FAN] (on) [ 2.079590] processor ACPI_CPU:00: registered as cooling_device1 [ 2.083961] thermal LNXTHERM:01: registered as thermal_zone0 [ 2.085065] ACPI: Thermal Zone [THRM] (54 C) [ 2.085161] isapnp: Scanning for PnP cards... [ 2.439240] isapnp: No Plug & Play device found [ 2.441961] Serial: 8250/16550 driver4 ports, IRQ sharing enabled [ 2.442080] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 2.442199] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 2.442693] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 2.442880] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 2.443164] serial 0000:01:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 2.443342] 0000:01:02.0: ttyS2 at I/O 0xd008 (irq = 18) is a 16450 [ 2.443450] 0000:01:02.0: ttyS3 at I/O 0xd010 (irq = 18) is a 8250 [ 2.443492] Couldn't register serial port 0000:01:02.0: -28 [ 2.444858] brd: module loaded [ 2.445532] loop: module loaded [ 2.445733] Fixed MDIO Bus: probed [ 2.445746] PPP generic driver version 2.4.2 [ 2.445875] input: Macintosh mouse button emulation as /devices/virtual/input/input3 [ 2.445943] Driver 'sd' needs updating - please use bus_type methods [ 2.445963] Driver 'sr' needs updating - please use bus_type methods [ 2.446110] ata_piix 0000:00:1f.1: version 2.12 [ 2.446136] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 2.446225] ata_piix 0000:00:1f.1: setting latency timer to 64 [ 2.446429] scsi0 : ata_piix [ 2.446653] scsi1 : ata_piix [ 2.448118] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14 [ 2.448124] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15 [ 2.668535] ata1.00: ATA-6: ST380011A, 8.01, max UDMA/100 [ 2.668540] ata1.00: 156301488 sectors, multi 16: LBA48 [ 2.668585] ata1.00: limited to UDMA/33 due to 40-wire cable [ 2.684497] ata1.00: configured for UDMA/33 [ 2.848331] ata2.00: ATAPI: TSSTcorp CDDVDW SH-S202J, SB01, max UDMA/66 [ 2.848379] ata2.00: limited to UDMA/33 due to 40-wire cable [ 2.864307] ata2.00: configured for UDMA/33 [ 2.864855] scsi 0:0:0:0: Direct-Access ATA ST380011A 8.01 PQ: 0 ANSI: 5 [ 2.865089] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB) [ 2.865123] sd 0:0:0:0: [sda] Write Protect is off [ 2.865127] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.865176] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.865321] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB) [ 2.865353] sd 0:0:0:0: [sda] Write Protect is off [ 2.865357] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.865405] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.865413] sda: sda1 sda2 < sda5 sda6 > [ 2.902520] sd 0:0:0:0: [sda] Attached SCSI disk [ 2.902629] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 8.816053] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 8.816119] ata2.00: cmd a0/01:00:00:60:00/00:00:00:00:00/a0 tag 0 dma 96 in [ 8.816121] cdb 12 00 00 00 60 00 00 00 00 00 00 00 00 00 00 00 [ 8.816123] res 40/00:02:00:24:00/00:00:00:00:00/a0 Emask 0x4 (timeout) [ 8.816260] ata2.00: status: { DRDY } [ 13.856012] ata2: link is slow to respond, please be patient (ready=0) [ 18.840012] ata2: device not ready (errno=-16), forcing hardreset [ 18.840021] ata2: soft resetting link [ 19.020305] ata2.00: configured for UDMA/33 [ 19.020654] ata2: EH complete [ 24.816036] ata2.00: limiting speed to UDMA/25:PIO4 [ 24.816042] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 24.816100] ata2.00: cmd a0/01:00:00:60:00/00:00:00:00:00/a0 tag 0 dma 96 in [ 24.816102] cdb 12 00 00 00 60 00 00 00 00 00 00 00 00 00 00 00 [ 24.816104] res 40/00:02:00:24:00/00:00:00:00:00/a0 Emask 0x4 (timeout) [ 24.816239] ata2.00: status: { DRDY } [ 29.856011] ata2: link is slow to respond, please be patient (ready=0) [ 34.840012] ata2: device not ready (errno=-16), forcing hardreset [ 34.840020] ata2: soft resetting link [ 35.020304] ata2.00: configured for UDMA/25 [ 35.020633] ata2: EH complete [ 40.816034] ata2.00: limiting speed to PIO4 [ 40.816040] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 40.816098] ata2.00: cmd a0/01:00:00:60:00/00:00:00:00:00/a0 tag 0 dma 96 in [ 40.816100] cdb 12 00 00 00 60 00 00 00 00 00 00 00 00 00 00 00 [ 40.816102] res 40/00:02:00:24:00/00:00:00:00:00/a0 Emask 0x4 (timeout) [ 40.816237] ata2.00: status: { DRDY } [ 45.856011] ata2: link is slow to respond, please be patient (ready=0) [ 50.840011] ata2: device not ready (errno=-16), forcing hardreset [ 50.840020] ata2: soft resetting link [ 51.020304] ata2.00: configured for PIO4 [ 51.020625] ata2: EH complete [ 51.020986] scsi 1:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S202J SB01 PQ: 0 ANSI: 5 [ 51.024630] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 51.024638] Uniform CD-ROM driver Revision: 3.20 [ 51.024873] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 51.024972] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 51.026134] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 51.026189] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23 [ 51.026229] ehci_hcd 0000:00:1d.7: setting latency timer to 64 [ 51.026236] ehci_hcd 0000:00:1d.7: EHCI Host Controller [ 51.026371] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 [ 51.030287] ehci_hcd 0000:00:1d.7: cache line size of 128 is not supported [ 51.030318] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xe8180000 [ 51.044016] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 51.044163] usb usb1: configuration #1 chosen from 1 choice [ 51.044214] hub 1-0:1.0: USB hub found [ 51.044240] hub 1-0:1.0: 6 ports detected [ 51.044469] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 51.044511] uhci_hcd: USB Universal Host Controller Interface driver [ 51.044600] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 51.044615] uhci_hcd 0000:00:1d.0: setting latency timer to 64 [ 51.044620] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 51.044761] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 51.044807] uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000e200 [ 51.044954] usb usb2: configuration #1 chosen from 1 choice [ 51.045005] hub 2-0:1.0: USB hub found [ 51.045021] hub 2-0:1.0: 2 ports detected [ 51.045203] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 51.045215] uhci_hcd 0000:00:1d.1: setting latency timer to 64 [ 51.045220] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 51.045320] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 [ 51.045363] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e000 [ 51.045511] usb usb3: configuration #1 chosen from 1 choice [ 51.045567] hub 3-0:1.0: USB hub found [ 51.045582] hub 3-0:1.0: 2 ports detected [ 51.045749] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 51.045761] uhci_hcd 0000:00:1d.2: setting latency timer to 64 [ 51.045766] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 51.045858] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 [ 51.045902] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000e100 [ 51.046074] usb usb4: configuration #1 chosen from 1 choice [ 51.046125] hub 4-0:1.0: USB hub found [ 51.046141] hub 4-0:1.0: 2 ports detected [ 51.046394] usbcore: registered new interface driver libusual [ 51.046472] usbcore: registered new interface driver usbserial [ 51.046496] USB Serial support registered for generic [ 51.046526] usbcore: registered new interface driver usbserial_generic [ 51.046531] usbserial: USB Serial Driver core [ 51.046635] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 51.049073] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 51.049085] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 51.049347] mice: PS/2 mouse device common for all mice [ 51.049655] rtc_cmos 00:03: RTC can wake from S4 [ 51.049738] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 [ 51.049771] rtc0: alarms up to one month, 242 bytes nvram [ 51.049926] device-mapper: uevent: version 1.0.3 [ 51.050182] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@xxxxxxxxxx [ 51.050305] device-mapper: multipath: version 1.0.5 loaded [ 51.050317] device-mapper: multipath round-robin: version 1.0.0 loaded [ 51.050523] EISA: Probing bus 0 at eisa.0 [ 51.050572] EISA: Detected 0 cards. [ 51.050640] cpuidle: using governor ladder [ 51.050645] cpuidle: using governor menu [ 51.051590] TCP cubic registered [ 51.051745] NET: Registered protocol family 10 [ 51.052552] lo: Disabled Privacy Extensions [ 51.053098] NET: Registered protocol family 17 [ 51.053148] Bluetooth: L2CAP ver 2.11 [ 51.053152] Bluetooth: L2CAP socket layer initialized [ 51.053157] Bluetooth: SCO (Voice Link) ver 0.6 [ 51.053160] Bluetooth: SCO socket layer initialized [ 51.053255] Bluetooth: RFCOMM socket layer initialized [ 51.053277] Bluetooth: RFCOMM TTY layer initialized [ 51.053280] Bluetooth: RFCOMM ver 1.10 [ 51.053397] Using IPI No-Shortcut mode [ 51.053585] registered taskstats version 1 [ 51.053766] Magic number: 10:755:235 [ 51.053834] fan PNP0C0B:00: hash matches [ 51.053911] rtc_cmos 00:03: setting system clock to 2010-01-27 15:13:01 UTC (1264605181) [ 51.053917] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 51.053920] EDD information not available. [ 51.054844] Freeing unused kernel memory: 532k freed [ 51.055051] Write protecting the kernel text: 4128k [ 51.055115] Write protecting the kernel read-only data: 1532k [ 51.088498] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 [ 51.827648] Floppy drive(s): fd0 is 1.44M [ 51.847910] FDC 0 is a post-1991 82077 [ 52.051136] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) [ 52.051189] 8139cp 0000:01:04.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too [ 52.056567] 8139too Fast Ethernet driver 0.9.28 [ 52.056647] 8139too 0000:01:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 52.060612] eth0: RealTek RTL8139 at 0xd100, 00:07:40:32:e6:aa, IRQ 16 [ 52.060618] eth0: Identified 8139 chip type 'RTL-8139C' [ 53.207507] kjournald starting. Commit interval 5 seconds [ 53.207543] EXT3-fs: mounted filesystem with ordered data mode. [ 60.450964] udev: starting version 141 [ 60.777169] Linux agpgart interface v0.103 [ 60.784581] parport_pc 00:09: reported by Plug and Play ACPI [ 60.784640] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] [ 60.806929] agpgart-intel 0000:00:00.0: Intel 830M Chipset [ 60.807213] agpgart-intel 0000:00:00.0: detected 8060K stolen memory [ 60.809855] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xe0000000 [ 60.887791] intel_rng: FWH not detected [ 60.920993] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 61.187653] iTCO_vendor_support: vendor-support=0 [ 61.210242] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05 [ 61.210539] iTCO_wdt: Found a ICH4 TCO device (Version=1, TCOBASE=0x0460) [ 61.210702] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 61.346293] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 61.837423] synaptics was reset on resume, see synaptics_resume_reset if you have trouble on resume [ 62.117087] Intel ICH 0000:00:1f.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 62.117362] Intel ICH 0000:00:1f.5: setting latency timer to 64 [ 62.132545] ppdev: user-space parallel port driver [ 62.301291] psmouse serio1: ID: 10 00 64<6>intel8x0_measure_ac97_clock: measured 54376 usecs [ 62.440025] intel8x0: clocking to 48000 [ 62.689512] lp0: using parport0 (interrupt-driven). [ 62.847788] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input6 [ 63.464346] EXT3 FS on loop0, internal journal [ 69.859721] Adding 262136k swap on /host/ubuntu/disks/swap.disk. Priority:-1 extents:1 across:262136k [ 70.206578] type=1505 audit(1264623200.650:2): operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" name2="default" pid=1887 [ 70.300955] type=1505 audit(1264623200.746:3): operation="profile_load" name="/sbin/dhclient-script" name2="default" pid=1891 [ 70.301468] type=1505 audit(1264623200.746:4): operation="profile_load" name="/sbin/dhclient3" name2="default" pid=1891 [ 70.301618] type=1505 audit(1264623200.746:5): operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" name2="default" pid=1891 [ 70.301729] type=1505 audit(1264623200.746:6): operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" name2="default" pid=1891 [ 70.557873] type=1505 audit(1264623201.002:7): operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=1896 [ 70.558380] type=1505 audit(1264623201.002:8): operation="profile_load" name="/usr/sbin/cupsd" name2="default" pid=1896 [ 70.616456] type=1505 audit(1264623201.062:9): operation="profile_load" name="/usr/sbin/tcpdump" name2="default" pid=1900 [ 74.132694] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 74.132700] Bluetooth: BNEP filters: protocol multicast [ 74.173865] Bridge firewalling registered [ 79.555817] eth0: link down [ 79.555916] ADDRCONF(NETDEV_UP): eth0: link is not ready Module Size Used by binfmt_misc 16776 1 bridge 56340 0 stp 10500 1 bridge bnep 20224 2 video 25360 0 output 11008 1 video input_polldev 11912 0 lp 17156 0 ppdev 15620 0 snd_intel8x0 37532 3 snd_ac97_codec 112292 1 snd_intel8x0 ac97_bus 9856 1 snd_ac97_codec snd_pcm_oss 46336 0 snd_mixer_oss 22656 1 snd_pcm_oss snd_pcm 82948 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss snd_seq_dummy 10756 0 snd_seq_oss 37760 0 snd_seq_midi 14336 0 snd_rawmidi 29696 1 snd_seq_midi snd_seq_midi_event 15104 2 snd_seq_oss,snd_seq_midi snd_seq 56880 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event snd_timer 29704 2 snd_pcm,snd_seq snd_seq_device 14988 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq snd 62628 16 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device psmouse 61972 0 soundcore 15200 1 snd serio_raw 13316 0 pcspkr 10496 0 snd_page_alloc 16904 2 snd_intel8x0,snd_pcm iTCO_wdt 19108 0 iTCO_vendor_support 11652 1 iTCO_wdt shpchp 40212 0 intel_agp 34108 1 parport_pc 40100 1 agpgart 42696 1 intel_agp parport 42220 3 lp,ppdev,parport_pc 8139too 32128 0 8139cp 27776 0 mii 13312 2 8139too,8139cp floppy 64324 0 fbcon 46112 0 tileblit 10752 1 fbcon font 16384 1 fbcon bitblit 13824 1 fbcon softcursor 9984 1 bitblit