Network fails to load on 2.6 kernel since initsctip update..

Ok I updated to the new 0.7-2 of the initscripts and installed the udev package.. Whether I load the 2.6 kernel that worked perfectly before the initscripts update with the devfs-nomount or not network fails. It reads the pcmcia card just fine and loads perfectly with a 2.4 kernel.  This 2.6 kernel loaded perfectly prior to the initscripts update. 
I am mainly looking for ideas on what it could be and what not. So if anyone has any ideas toss em my way. I hope I provided enough information.  If more info is need just tell me what info you need. Thanks for any help anyone can provide.

Ok after getting some sleep so I could think more clearly I figured out what the issue was. It has to do with loading the hotplug daemon.
FTP install loads a stock rc.conf from the new initscripts. In initscripts 0.7-2 the rc.conf loads the hotplug daemon before loading pcmcia and jsut after loading syslog-ng. This causes network daemon to error out on 2.6 kernels.
CD install doesn't load hotplug by default. So it doesn't error out when loading the network daemon on a 2.6 kernel. The cd install I did pacman -Syu affter install so all the base packages were current and the same ver as a ftp install.
What i did was load hotplug after network and everything works fine.I don't know if hotplug has to load in any certain order or not. I just made sure in my rc.conf on the daemons line that hotplug is listed after network and life is grand.
Note: Also remember this is only happening with the 0.7 initscripts and does not happen in the .6-8 or .6-9 initscripts.
I don't know if this is just affected my by system or not. So if anyone else with a laptop loading a pcmcia wifi/nic card could test this just to be sure..
If it matters I run yenta_socket for my pcmcia driver and orinoco_cs for my wifi card.  I tried loading them as modules and also compiled in on my 2.6 kernels and got the same affect. I even tried a stock arch 2.6 kernel.

Similar Messages

  • Firefox won't load or slow every time since 18 update I have all necessary cleaning done--just don't open right now

    Lately Firefox does not load on my Vista--especially since update 18 happened. It shows that Firefox is running in the task manager but the page doesn't come up. This is every time I try to start the browser.
    It runs once I can get it to come up--but it never ever comes up the first time without going into task manager and finding the file it is in and starting it there as "administrator". This is very very annoying--before I uninstall and change browser back to Chrome which has its own issues--perhaps you can enlighten me as to how to fix this problem--it needs a patch? Don't tell me to dump history cookies etc. This I have already tried and it doesn't do anything--the problem persists. Any solutions for me? Thanks
    Lr

    I have 5 different Win7 64-bit installations. As soon as i upgraded to FF18...EVERY single systems browser experience slows to a crawl. CPU and memory spike beyond control. In fact I have to use Chrome to browse. This is so incredibly unacceptable. My entire family is soooo frustrated. They have reverted to IE, and i provided each device with a fresh install of Chrome, no issues whatsoever.
    As for suggestions here, I have no intention of following any of these lame instructions to check anti-virus, video card switching, or resetting FF to defaults which will cause loss of some of the personalization.
    Its a bloody shame. Farewell FF. Enjoy your poorly QA'ed release....!!!

  • Airport: connects to network, fails to load Web

    I just bought a used Airport for my Clamshell (lime) iBook. Its installed, and seems to have connected to the wireless network. The status is up with a signal level over 3/4 up. However, when I type any url, I get the message :
    The attempt to load 'Accessing URL:...' failed.
    Does any one have any thoughts on this?
    I'm using OS9, and a very old Netscape and IE (which I am planning to upgrade once I connect).
    THANKS!!!

    Hello
    OK, it's been a while for OS 9, but I have a couple of ideas...
    First, is your network secured with a password? If so, is the password entered EXACTLY correct into your iBook? I used to have this problem...if the password is not EXACT, my iBook would show a signal - but I couldn't get online, and there were no error system messages - the only symptom was that it wouldn't load web pages, or check e-mail.
    Second, are you sure you are connecting to the proper wireless network? I live in a duplex-style house, and I can "see" two or three different networks. Depending on which room I am in, my portable may not automatically connect to the one I want (mine, in my living room), and I will get a signal in the Airport icon, but I can't load any web pages
    A suggestion to see if you do have network connectivity: run software update. If it runs successfully (doesn't return a network error), then the error is probably in your iBook. If it doesn't run - then you aren't connecting to the internet and you might want to check the above ideas.
    hope this helps
    Richard

  • Network fails upon load, run dhcpcd and it gets an ip and works

    Here is my /etc/rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="US/Eastern"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(forcedeth b43 !bcm43xx snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore !snd_pcsp !pcspkr)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="laptop"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network @openntpd netfs hal crond gdm fam alsa)
    I was able to manually place the dhcpcd commands in /etc/rc.local. Why is this necessary, though?

    MarcoRosso wrote:The reason why it is happening is because it is timing out. Thats it for me. Since it says timeout after the status fail message. Unless i am wrong?
    This is unlikely because the OP stated that adding dhcpcd eth0 in /etc/rc.local works. If it was timing out that solution would not work. Unless if the OP modified /etc/conf.d/dhcpcd and set a very low timeout limit, I doubt that is the problem here.
    aglarond wrote:
    I had commented those lines out because the first time I loaded Arch my default gateway wasn't being set, even though I was using dhcp. I commented both of those lines and everything started working. It's possible I messed with something else, though.
    -mS
    I find that hard to believe. When you comment those lines out no gateway would be being set. You probably did not have ! before routes=(GATEWAY), which would then set an incorrect gateway, if you don't use 192.168.0.1.
    @OP
    /etc/rc.d/network should be calling dhcpcd to activate the networking on eth0. You haven't modified /etc/conf.d/wireless by some odd chance have you?

  • Can't load nvidia module after kernel and nvidia update

    After latest kernel (3.6.36.2) and nvidia (260.19.29) upgrade xorg doesn't work. I investigated a little, and that's what I found:
    # modprobe nvidia
    FATAL: Error inserting nvidia (/lib/modules/2.6.36-ARCH/kernel/drivers/video/nvidia.ko): No such device
    I blacklisted nouveau module:
    # cat /etc/rc.conf | grep nouveau
    MODULES=(b43 vboxdrv !nouveau)
    but it didn't help.
    Video card:
    # lspci | grep VGA
    01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600M GT] (rev a1)

    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.36-ARCH (tobias@T-POWA-LX) (gcc version 4.5.1 20101125 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Dec 10 20:01:53 UTC 2010
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000005fed0000 (usable)
    BIOS-e820: 000000005fed0000 - 000000005fee3000 (ACPI NVS)
    BIOS-e820: 000000005fee3000 - 0000000060000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
    BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
    BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    Notice: NX (Execute Disable) protection missing in CPU or disabled in BIOS!
    DMI present.
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    last_pfn = 0x5fed0 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask FC0000000 write-back
    1 base 040000000 mask FE0000000 write-back
    2 base 05FF00000 mask FFFF00000 uncachable
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 0000000000002000 - 0000000000010000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000001000 (reserved)
    modified: 0000000000001000 - 0000000000002000 (usable)
    modified: 0000000000002000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009f800 (usable)
    modified: 000000000009f800 - 00000000000a0000 (reserved)
    modified: 00000000000dc000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000005fed0000 (usable)
    modified: 000000005fed0000 - 000000005fee3000 (ACPI NVS)
    modified: 000000005fee3000 - 0000000060000000 (reserved)
    modified: 00000000fec00000 - 00000000fec10000 (reserved)
    modified: 00000000fed00000 - 00000000fed00400 (reserved)
    modified: 00000000fed14000 - 00000000fed1a000 (reserved)
    modified: 00000000fed1c000 - 00000000fed90000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000ff000000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    found SMP MP-table at [c00f7bc0] f7bc0
    init_memory_mapping: 0000000000000000-00000000377fe000
    0000000000 - 0000400000 page 4k
    0000400000 - 0037400000 page 2M
    0037400000 - 00377fe000 page 4k
    kernel direct mapping tables up to 377fe000 @ 15000-1a000
    RAMDISK: 37e47000 - 37ff0000
    Allocated new RAMDISK: 00100000 - 002a8feb
    Move RAMDISK from 0000000037e47000 - 0000000037feffea to 00100000 - 002a8fea
    ACPI: RSDP 000f7b40 00024 (v02 Compal)
    ACPI: XSDT 5fed8834 0008C (v01 Compal CRESTLNE 06040000 LTP 00000000)
    ACPI: FACP 5fedfbd2 000F4 (v03 INTEL CRESTLNE 06040000 ALAN 00000001)
    ACPI: DSDT 5fed9b9f 05FBF (v02 Compal CRESTLNE 06040000 INTL 20061109)
    ACPI: FACS 5fee2fc0 00040
    ACPI: APIC 5fedfcc6 00068 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    ACPI: HPET 5fedfd2e 00038 (v01 Compal CRESTLNE 06040000 LOHR 0000005A)
    ACPI: MCFG 5fedfd66 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    ACPI: TCPA 5fedfda2 00032 (v01 Intel CRESTLNE 06040000 LOHR 0000005A)
    ACPI: TMOR 5fedfdd4 00026 (v01 PTLTD 06040000 PTL 00000003)
    ACPI: SLIC 5fedfdfa 00176 (v01 Compal CRESTLNE 06040000 TBD 00000001)
    ACPI: APIC 5fedff70 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
    ACPI: BOOT 5fedffd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    ACPI: SSDT 5fed98da 002C5 (v01 SataRe SataAhci 00001000 INTL 20050624)
    ACPI: SSDT 5fed8e4c 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    ACPI: SSDT 5fed8da6 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
    ACPI: SSDT 5fed88c0 004E6 (v01 PmRef CpuPm 00003000 INTL 20050624)
    ACPI: BIOS bug: multiple APIC/MADT found, using 0
    ACPI: If "acpi_apic_instance=2" works better, notify [email protected]
    ACPI: Local APIC address 0xfee00000
    646MB HIGHMEM available.
    887MB LOWMEM available.
    mapped low ram: 0 - 377fe000
    low ram: 0 - 377fe000
    Zone PFN ranges:
    DMA 0x00000001 -> 0x00001000
    Normal 0x00001000 -> 0x000377fe
    HighMem 0x000377fe -> 0x0005fed0
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000001 -> 0x00000002
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0005fed0
    On node 0 totalpages: 392800
    free_area_init_node: node 0, pgdat c142d600, node_mem_map c1598020
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3952 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 1294 pages used for memmap
    HighMem zone: 164292 pages, LIFO batch:31
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x8086a201 base: 0xfed00000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 40
    early_res array is doubled to 64 at [16000 - 167ff]
    PM: Registered nosave memory: 0000000000002000 - 0000000000010000
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
    Allocating PCI resources starting at 60000000 (gap: 60000000:9ec00000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 13 pages/cpu @c2400000 s31488 r0 d21760 u2097152
    pcpu-alloc: s31488 r0 d21760 u2097152 alloc=1*4194304
    pcpu-alloc: [0] 0 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 389730
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz26 root=/dev/sda2 ro
    PID hash table entries: 4096 (order: 2, 16384 bytes)
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    allocated 7858220 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Subtract (52 early reservations)
    #1 [0000001000 - 0000002000] EX TRAMPOLINE
    #2 [0001000000 - 000158fe8c] TEXT DATA BSS
    #3 [0001590000 - 0001596198] BRK
    #4 [00000f7bd0 - 0000100000] BIOS reserved
    #5 [00000f7bc0 - 00000f7bd0] MP-table mpf
    #6 [000009f800 - 000009fd71] BIOS reserved
    #7 [000009ff35 - 00000f7bc0] BIOS reserved
    #8 [000009fd71 - 000009ff35] MP-table mpc
    #9 [0000010000 - 0000011000] TRAMPOLINE
    #10 [0000011000 - 0000015000] ACPI WAKEUP
    #11 [0000015000 - 0000016000] PGTABLE
    #12 [0000100000 - 00002a9000] NEW RAMDISK
    #13 [0001597000 - 0001598000] BOOTMEM
    #14 [0001598000 - 0002198000] BOOTMEM
    #15 [000158fec0 - 000158fec4] BOOTMEM
    #16 [000158ff00 - 000158ffc0] BOOTMEM
    #17 [00015961c0 - 0001596214] BOOTMEM
    #18 [0002198000 - 000219b000] BOOTMEM
    #19 [000158ffc0 - 0001590000] BOOTMEM
    #20 [000219b000 - 000219e000] BOOTMEM
    #21 [0001596240 - 0001596265] BOOTMEM
    #22 [0001596280 - 00015962a7] BOOTMEM
    #23 [00015962c0 - 0001596464] BOOTMEM
    #24 [0001596480 - 00015964c0] BOOTMEM
    #25 [00015964c0 - 0001596500] BOOTMEM
    #26 [0001596500 - 0001596540] BOOTMEM
    #27 [0001596540 - 0001596580] BOOTMEM
    #28 [0001596580 - 00015965c0] BOOTMEM
    #29 [00015965c0 - 0001596600] BOOTMEM
    #30 [0001596600 - 0001596640] BOOTMEM
    #31 [0001596640 - 0001596680] BOOTMEM
    #32 [0001596680 - 00015966c0] BOOTMEM
    #33 [00015966c0 - 0001596700] BOOTMEM
    #34 [0001596700 - 0001596740] BOOTMEM
    #35 [0001596740 - 0001596780] BOOTMEM
    #36 [0001596780 - 0001596790] BOOTMEM
    #37 [00015967c0 - 00015967d0] BOOTMEM
    #38 [0001596800 - 000159682d] BOOTMEM
    #39 [0001596840 - 000159686d] BOOTMEM
    #40 [0002400000 - 000240d000] BOOTMEM
    #41 [0002600000 - 000260d000] BOOTMEM
    #42 [0001596880 - 0001596884] BOOTMEM
    #43 [00015968c0 - 00015968c4] BOOTMEM
    #44 [0001596900 - 0001596908] BOOTMEM
    #45 [0001596940 - 0001596948] BOOTMEM
    #46 [0001596980 - 0001596a28] BOOTMEM
    #47 [0001596a40 - 0001596aa8] BOOTMEM
    #48 [000219e000 - 00021a2000] BOOTMEM
    #49 [00021a2000 - 0002222000] BOOTMEM
    #50 [0002222000 - 0002262000] BOOTMEM
    #51 [000260d000 - 0002d8b82c] BOOTMEM
    Initializing HighMem for node 0 (000377fe:0005fed0)
    Memory: 1542868k/1571648k available (3104k kernel code, 28332k reserved, 1205k data, 428k init, 662344k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc1436000 - 0xc14a1000 ( 428 kB)
    .data : 0xc1308056 - 0xc1435820 (1205 kB)
    .text : 0xc1000000 - 0xc1308056 (3104 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Hierarchical RCU implementation.
    RCU-based detection of stalled CPUs is disabled.
    Verbose stalled-CPUs detection is disabled.
    NR_IRQS:512
    Extended CMOS year: 2000
    Console: colour VGA+ 80x25
    console [tty0] enabled
    hpet clockevent registered
    Fast TSC calibration using PIT
    Detected 1795.546 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 3592.72 BogoMIPS (lpj=5985153)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    TOMOYO Linux initialized
    AppArmor: AppArmor disabled by boot time parameter
    Mount-cache hash table entries: 512
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    Initializing cgroup subsys blkio
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 6 MCE banks
    CPU0: Thermal monitoring handled by SMI
    using mwait in idle threads.
    Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    PEBS disabled due to CPU errata.
    ... version: 2
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    ACPI: Core revision 20100702
    Enabling APIC mode: Flat. Using 1 I/O APICs
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Core(TM)2 Duo CPU T7100 @ 1.80GHz stepping 0d
    NMI watchdog enabled, takes one hw-pmu counter.
    Booting Node 0, Processors #1 Ok.
    Initializing CPU#1
    CPU1: Thermal monitoring handled by SMI
    NMI watchdog enabled, takes one hw-pmu counter.
    Brought up 2 CPUs
    Total of 2 processors activated (7184.34 BogoMIPS).
    devtmpfs: initialized
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: not using MMCONFIG
    PCI: PCI BIOS revision 2.10 entry at 0xfdde1, last bus=14
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: BIOS _OSI(Linux) query ignored
    ACPI: SSDT 5fed95da 00238 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00238 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    ACPI: SSDT 5fed90ab 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    ACPI: SSDT 5fed9812 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    ACPI: SSDT 5fed9555 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    PCI: Using MMCONFIG for extended config space
    ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x60000000-0xdfffffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
    pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:01.0: PME# disabled
    pci 0000:00:1a.0: reg 20: [io 0x1800-0x181f]
    pci 0000:00:1a.1: reg 20: [io 0x1820-0x183f]
    pci 0000:00:1a.7: reg 10: [mem 0xf8404800-0xf8404bff]
    pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1a.7: PME# disabled
    pci 0000:00:1b.0: reg 10: [mem 0xf8400000-0xf8403fff 64bit]
    pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1b.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.1: PME# disabled
    pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.2: PME# disabled
    pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.3: PME# disabled
    pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.4: PME# disabled
    pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.5: PME# disabled
    pci 0000:00:1d.0: reg 20: [io 0x1840-0x185f]
    pci 0000:00:1d.1: reg 20: [io 0x1860-0x187f]
    pci 0000:00:1d.2: reg 20: [io 0x1880-0x189f]
    pci 0000:00:1d.7: reg 10: [mem 0xf8404c00-0xf8404fff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0068 (mask 0007)
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 1640 (mask 007f)
    pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
    pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
    pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
    pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
    pci 0000:00:1f.1: reg 20: [io 0x18a0-0x18af]
    pci 0000:00:1f.2: reg 10: [io 0x18d8-0x18df]
    pci 0000:00:1f.2: reg 14: [io 0x18cc-0x18cf]
    pci 0000:00:1f.2: reg 18: [io 0x18d0-0x18d7]
    pci 0000:00:1f.2: reg 1c: [io 0x18c8-0x18cb]
    pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ff]
    pci 0000:00:1f.2: reg 24: [mem 0xf8404000-0xf84047ff]
    pci 0000:00:1f.2: PME# supported from D3hot
    pci 0000:00:1f.2: PME# disabled
    pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
    pci 0000:00:1f.3: reg 20: [io 0x1c00-0x1c1f]
    pci 0000:01:00.0: reg 10: [mem 0xc6000000-0xc6ffffff]
    pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:01:00.0: reg 1c: [mem 0xc4000000-0xc5ffffff 64bit]
    pci 0000:01:00.0: reg 24: [io 0x2000-0x207f]
    pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    pci 0000:00:01.0: bridge window [mem 0xc4000000-0xc6ffffff]
    pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    pci 0000:00:1c.0: bridge window [mem 0xbc000000-0xbfffffff]
    pci 0000:00:1c.0: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
    pci 0000:04:00.0: reg 10: [mem 0xf0000000-0xf000ffff 64bit]
    pci 0000:04:00.0: PME# supported from D3hot D3cold
    pci 0000:04:00.0: PME# disabled
    pci 0000:00:1c.1: PCI bridge to [bus 04-04]
    pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf3ffffff]
    pci 0000:00:1c.1: bridge window [mem 0xfa000000-0xfbffffff 64bit pref]
    pci 0000:00:1c.2: PCI bridge to [bus 06-06]
    pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
    pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf7ffffff]
    pci 0000:00:1c.2: bridge window [mem 0xfc000000-0xfdffffff 64bit pref]
    pci 0000:00:1c.3: PCI bridge to [bus 08-08]
    pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
    pci 0000:00:1c.3: bridge window [mem 0xb4000000-0xb7ffffff]
    pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff 64bit pref]
    pci 0000:00:1c.4: PCI bridge to [bus 0a-0a]
    pci 0000:00:1c.4: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:0c:00.0: reg 10: [mem 0xf8000000-0xf8003fff]
    pci 0000:0c:00.0: supports D1 D2
    pci 0000:0c:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    pci 0000:00:1c.5: PCI bridge to [bus 0c-0c]
    pci 0000:00:1c.5: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1c.5: bridge window [mem 0xf8000000-0xf80fffff]
    pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:0e:06.0: proprietary Ricoh MMC controller disabled (via firewire function)
    pci 0000:0e:06.0: MMC cards are now supported by standard SDHCI controller
    pci 0000:0e:06.0: reg 10: [mem 0xf8100000-0xf81007ff]
    pci 0000:0e:06.0: supports D1 D2
    pci 0000:0e:06.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:0e:06.0: PME# disabled
    pci 0000:0e:06.1: reg 10: [mem 0xf8100800-0xf81008ff]
    pci 0000:0e:06.1: supports D1 D2
    pci 0000:0e:06.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:0e:06.1: PME# disabled
    pci 0000:0e:06.2: reg 10: [mem 0xf8101000-0xf81010ff]
    pci 0000:0e:06.2: supports D1 D2
    pci 0000:0e:06.2: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:0e:06.2: PME# disabled
    pci 0000:00:1e.0: PCI bridge to [bus 0e-0e] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xf8100000-0xf81fffff]
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    HEST: Table is not found!
    vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    reserve RAM buffer: 0000000000002000 - 000000000000ffff
    reserve RAM buffer: 000000000009f800 - 000000000009ffff
    reserve RAM buffer: 000000005fed0000 - 000000005fffffff
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 10 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
    system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
    system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
    system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
    system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
    system 00:06: [io 0x0680-0x069f] has been reserved
    system 00:06: [io 0x0800-0x080f] has been reserved
    system 00:06: [io 0x1000-0x107f] has been reserved
    system 00:06: [io 0x1180-0x11bf] has been reserved
    system 00:06: [io 0x1640-0x164f] has been reserved
    system 00:06: [io 0xfe00] has been reserved
    system 00:06: [io 0xff00-0xff7f] has been reserved
    pci 0000:00:1c.4: BAR 14: assigned [mem 0x60000000-0x601fffff]
    pci 0000:00:1c.4: BAR 15: assigned [mem 0x60200000-0x603fffff 64bit pref]
    pci 0000:00:1c.5: BAR 15: assigned [mem 0x60400000-0x605fffff 64bit pref]
    pci 0000:00:1c.4: BAR 13: assigned [io 0x7000-0x7fff]
    pci 0000:00:1c.5: BAR 13: assigned [io 0x8000-0x8fff]
    pci 0000:00:1f.3: BAR 0: assigned [mem 0x60600000-0x606000ff]
    pci 0000:00:1f.3: BAR 0: set to [mem 0x60600000-0x606000ff] (PCI address [0x60600000-0x606000ff]
    pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    pci 0000:00:01.0: bridge window [mem 0xc4000000-0xc6ffffff]
    pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    pci 0000:00:1c.0: bridge window [mem 0xbc000000-0xbfffffff]
    pci 0000:00:1c.0: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
    pci 0000:00:1c.1: PCI bridge to [bus 04-04]
    pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf3ffffff]
    pci 0000:00:1c.1: bridge window [mem 0xfa000000-0xfbffffff 64bit pref]
    pci 0000:00:1c.2: PCI bridge to [bus 06-06]
    pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
    pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf7ffffff]
    pci 0000:00:1c.2: bridge window [mem 0xfc000000-0xfdffffff 64bit pref]
    pci 0000:00:1c.3: PCI bridge to [bus 08-08]
    pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
    pci 0000:00:1c.3: bridge window [mem 0xb4000000-0xb7ffffff]
    pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff 64bit pref]
    pci 0000:00:1c.4: PCI bridge to [bus 0a-0a]
    pci 0000:00:1c.4: bridge window [io 0x7000-0x7fff]
    pci 0000:00:1c.4: bridge window [mem 0x60000000-0x601fffff]
    pci 0000:00:1c.4: bridge window [mem 0x60200000-0x603fffff 64bit pref]
    pci 0000:00:1c.5: PCI bridge to [bus 0c-0c]
    pci 0000:00:1c.5: bridge window [io 0x8000-0x8fff]
    pci 0000:00:1c.5: bridge window [mem 0xf8000000-0xf80fffff]
    pci 0000:00:1c.5: bridge window [mem 0x60400000-0x605fffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 0e-0e]
    pci 0000:00:1e.0: bridge window [io disabled]
    pci 0000:00:1e.0: bridge window [mem 0xf8100000-0xf81fffff]
    pci 0000:00:1e.0: bridge window [mem pref disabled]
    pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:01.0: setting latency timer to 64
    pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.1: setting latency timer to 64
    pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    pci 0000:00:1c.2: setting latency timer to 64
    pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    pci 0000:00:1c.3: setting latency timer to 64
    pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.4: setting latency timer to 64
    pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.5: setting latency timer to 64
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
    pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
    pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    pci_bus 0000:01: resource 1 [mem 0xc4000000-0xc6ffffff]
    pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
    pci_bus 0000:02: resource 1 [mem 0xbc000000-0xbfffffff]
    pci_bus 0000:02: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
    pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
    pci_bus 0000:04: resource 1 [mem 0xf0000000-0xf3ffffff]
    pci_bus 0000:04: resource 2 [mem 0xfa000000-0xfbffffff 64bit pref]
    pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
    pci_bus 0000:06: resource 1 [mem 0xf4000000-0xf7ffffff]
    pci_bus 0000:06: resource 2 [mem 0xfc000000-0xfdffffff 64bit pref]
    pci_bus 0000:08: resource 0 [io 0x6000-0x6fff]
    pci_bus 0000:08: resource 1 [mem 0xb4000000-0xb7ffffff]
    pci_bus 0000:08: resource 2 [mem 0xc8000000-0xc9ffffff 64bit pref]
    pci_bus 0000:0a: resource 0 [io 0x7000-0x7fff]
    pci_bus 0000:0a: resource 1 [mem 0x60000000-0x601fffff]
    pci_bus 0000:0a: resource 2 [mem 0x60200000-0x603fffff 64bit pref]
    pci_bus 0000:0c: resource 0 [io 0x8000-0x8fff]
    pci_bus 0000:0c: resource 1 [mem 0xf8000000-0xf80fffff]
    pci_bus 0000:0c: resource 2 [mem 0x60400000-0x605fffff 64bit pref]
    pci_bus 0000:0e: resource 1 [mem 0xf8100000-0xf81fffff]
    pci_bus 0000:0e: resource 4 [io 0x0000-0xffff]
    pci_bus 0000:0e: resource 5 [mem 0x00000000-0xffffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    UDP hash table entries: 512 (order: 2, 16384 bytes)
    UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    NET: Registered protocol family 1
    PCI: CLS 64 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1700k freed
    Simple Boot Flag at 0x38 set to 0x1
    apm: BIOS not found.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1294159792.419:1): initialized
    highmem bounce pool size: 64 pages
    HugeTLB registered 4 MB page size, pre-allocated 0 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1723
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    intel_idle: MWAIT substates: 0x22220
    intel_idle: does not run on family 6 model 15
    ERST: Table is not found!
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    rtc_cmos 00:07: RTC can wake from S4
    rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Registering the dns_resolver key type
    Using IPI No-Shortcut mode
    PM: Resume from disk failed.
    registered taskstats version 1
    rtc_cmos 00:07: setting system clock to 2011-01-04 16:49:53 UTC (1294159793)
    Initalizing network drop monitor service
    Freeing unused kernel memory: 428k freed
    udev[38]: starting version 165
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ahci 0000:00:1f.2: version 3.0
    ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
    ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
    ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc
    ahci 0000:00:1f.2: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    ata1: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404100 irq 40
    ata2: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404180 irq 40
    ata3: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404200 irq 40
    ata_piix 0000:00:1f.1: version 2.13
    ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    ata_piix 0000:00:1f.1: setting latency timer to 64
    scsi3 : ata_piix
    scsi4 : ata_piix
    ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18a0 irq 14
    ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18a8 irq 15
    ata4.00: ATAPI: Slimtype DVDRW SSM-8515S, GS09, max UDMA/33
    ata4.00: configured for UDMA/33
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata2: SATA link down (SStatus 0 SControl 300)
    ata3: SATA link down (SStatus 0 SControl 300)
    ata1.00: unexpected _GTF length (8)
    ata1.00: ATA-8: ST9320423AS, 0002SDM1, max UDMA/133
    ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: unexpected _GTF length (8)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA ST9320423AS 0002 PQ: 0 ANSI: 5
    scsi 3:0:0:0: CD-ROM Slimtype DVDRW SSM-8515S GS09 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    cdrom: Uniform CD-ROM driver Revision: 3.20
    sr 3:0:0:0: Attached scsi CD-ROM sr0
    EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.
    udev[839]: starting version 165
    input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
    ACPI: Lid Switch [LID0]
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    ACPI: Power Button [PWRB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    ACPI: Power Button [PWRF]
    ACPI: acpi_idle registered with cpuidle
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Monitor-Mwait will be used to enter C-3 state
    Marking TSC unstable due to TSC halts in idle
    input: PC Speaker as /devices/platform/pcspkr/input/input4
    Switching to clocksource hpet
    compal-laptop: Identified laptop model 'FL90/IFL90'
    cfg80211: Calling CRDA to update world regulatory domain
    compal-laptop: Driver 0.2.7 successfully loaded
    i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    Linux agpgart interface v0.103
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    iTCO_vendor_support: vendor-support=0
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    sdhci-pci 0000:0e:06.1: SDHCI controller found [1180:0822] (rev 22)
    sdhci-pci 0000:0e:06.1: PCI INT B -> GSI 23 (level, low) -> IRQ 23
    sdhci-pci 0000:0e:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Registered led device: mmc0::
    mmc0: SDHCI controller on PCI [0000:0e:06.1] using DMA
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 3:0:0:0: Attached scsi generic sg1 type 5
    ACPI: Battery Slot [BAT1] (battery present)
    ACPI: WMI: Mapper loaded
    ACPI: AC Adapter [ACAD] (on-line)
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    acpi device:03: registered as cooling_device2
    input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input5
    ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    b43-pci-bridge 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    b43-pci-bridge 0000:0c:00.0: setting latency timer to 64
    ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
    ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
    ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
    ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    ehci_hcd 0000:00:1a.7: setting latency timer to 64
    ehci_hcd 0000:00:1a.7: EHCI Host Controller
    ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1a.7: debug port 1
    ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf8404800
    ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 4 ports detected
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf8404c00
    ssb: Sonics Silicon Backplane found on PCI device 0000:0c:00.0
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 6 ports detected
    firewire_ohci 0000:0e:06.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    psmouse serio1: ID: 10 00 64
    firewire_ohci: Added fw-ohci device 0000:0e:06.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1a.0: setting latency timer to 64
    uhci_hcd 0000:00:1a.0: UHCI Host Controller
    uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001800
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:1a.1: setting latency timer to 64
    uhci_hcd 0000:00:1a.1: UHCI Host Controller
    uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001820
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001840
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001860
    hub 6-0:1.0: USB hub found
    hub 6-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001880
    hub 7-0:1.0: USB hub found
    hub 7-0:1.0: 2 ports detected
    tg3.c:v3.113 (August 2, 2010)
    tg3 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    tg3 0000:04:00.0: setting latency timer to 64
    tg3 0000:04:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
    usb 1-2: new high speed USB device using ehci_hcd and address 2
    tg3 0000:04:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
    elantech: assuming hardware version 1, firmware version 2.0.4
    tg3 0000:04:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
    tg3 0000:04:00.0: eth0: Tigon3 [partno(none) rev b002] (PCI Express) MAC address 00:1b:38:55:15:a4
    tg3 0000:04:00.0: eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1])
    tg3 0000:04:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
    tg3 0000:04:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
    elantech: Synaptics capabilities query result 0x10, 0x02, 0x64.
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    HDA Intel 0000:00:1b.0: irq 41 for MSI/MSI-X
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
    firewire_core: created device fw0: GUID 00023f79b240229a, S400
    b43-phy0: Broadcom 4311 WLAN found (core revision 10)
    nvidia: module license 'NVIDIA' taints kernel.
    Disabling lock debugging due to kernel taint
    phy0: Selected rate control algorithm 'minstrel_ht'
    Registered led device: b43-phy0::tx
    Registered led device: b43-phy0::rx
    Registered led device: b43-phy0::radio
    Broadcom 43xx driver loaded [ Features: PMLS, Firmware-ID: FW13 ]
    input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input7
    Linux video capture interface: v2.00
    uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b018)
    input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input8
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    nvidia 0000:01:00.0: power state changed by ACPI to D0
    nvidia 0000:01:00.0: power state changed by ACPI to D0
    nvidia 0000:01:00.0: enabling device (0000 -> 0003)
    nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    nvidia 0000:01:00.0: setting latency timer to 64
    vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0407) installed
    NVRM: in this system is not supported by the 260.19.29 NVIDIA Linux
    NVRM: graphics driver release. Please see 'Appendix A -
    NVRM: Supported NVIDIA GPU Products' in this release's README,
    NVRM: available on the Linux graphics driver download page at
    NVRM: www.nvidia.com.
    nvidia: probe of 0000:01:00.0 failed with error -1
    NVRM: The NVIDIA probe routine failed for 1 device(s).
    NVRM: None of the NVIDIA graphics adapters were initialized!
    EXT4-fs (sda2): re-mounted. Opts: (null)
    EXT4-fs (sda2): re-mounted. Opts: (null)
    EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    fuse init (API version 7.15)
    Adding 3156768k swap on /dev/sda3. Priority:-1 extents:1 across:3156768k
    nvidia 0000:01:00.0: setting latency timer to 64
    vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=io+mem
    NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0407) installed
    NVRM: in this system is not supported by the 260.19.29 NVIDIA Linux
    NVRM: graphics driver release. Please see 'Appendix A -
    NVRM: Supported NVIDIA GPU Products' in this release's README,
    NVRM: available on the Linux graphics driver download page at
    NVRM: www.nvidia.com.
    nvidia: probe of 0000:01:00.0 failed with error -1
    NVRM: The NVIDIA probe routine failed for 1 device(s).
    NVRM: None of the NVIDIA graphics adapters were initialized!
    last lines looks interesting, but I also checked mentioned Appendix A of README, and I found 8600M GT (PCI ID 0x0407) between supported chips.

  • HT4623 The update function on the App Store fails to load, even though it indicates apps require updating.

    I have connected my device to the Internet, updated iTunes and downloaded a software update that initially seemed to cure the problem, however, same thing has happened again. Any advice please?

    This morning I checked my iPhone and the app store said I had updates again.  Maybe it's just a 24 hour bug.

  • Weblogic MQ  :java.lang.ClassNotFoundException: Failed to load class weblog

    Hi
    I am getting this error in Log
    JMSException: weblogic.messaging.dispatcher.DispatcherException: java.rmi.UnmarshalException: Problem finding error class; nested exception is:
         java.lang.ClassNotFoundException: Failed to load class weblogic.messaging.kernel.KernelException
    Please help me to find out possible root cause for this errorstack.
    Thanks
    Edited by: 906163 on Jan 5, 2012 5:29 AM

    Hi,
    This is not the forum for WebLogic Messaging, i.e., JMS. This is the forum for Oracle MessageQ, and pure standalone messaging product similar to IBM MQ Series.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • MacBook Windows7 install failing - ntkrnlpa.exe - "Windows failed to load because the kernel is missing, or corrupt."

    Trying to do BootCamp Windows-7 install on my MacBook (running 10.5.x).
    Detailed progress notes here. Latest: "Windows failed to load because the kernel is missing, or corrupt." (ntkrnlpa.exe) Hit `Enter` to continue, make next selection, but it comes back to error message. So shut down (power button) then reboot with Windows DVD still in there. Ended up with same error!

    Best thing to do is nuke the drive, then reinstall Vista again.
    I know this is a long process but should get you back running again.
    Linux makes odd partitions that recovery does not understand and they don't get deleted properly, boot and nuke will take care of that.

  • "Failed to load the NVIDIA kernel module" [SOLVED]

    Hi, I've just done a fresh install of Arch64 and I'm having problems with NVIDIA driver from the repo.
    xorg, xf86-input-evdev -- INSTALLED
    nvidia, nvidia-utils, lib32-nvidia-utils -- INSTALLED (version 256.44-1)
    nouveau -- NOT INSTALLED
    here goes the log files:
    uname -a
    Linux desktop 2.6.32-lts #1 SMP Wed Aug 4 22:02:05 UTC 2010 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ AuthenticAMD GNU/Linux
    lspci | grep VGA
    00:05.0 VGA compatible controller: nVidia Corporation C51PV [GeForce 6150] (rev a2)
    /etc/X11/xorg.conf (generated when I ran "nvidia-xconfig"):
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 256.44 ([email protected]) Thu Jul 29 01:52:55 PDT 2010
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    /var/Xorg.0.log
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 142.066]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 142.084] X Protocol Version 11, Revision 0
    [ 142.091] Build Operating System: Linux 2.6.34-ARCH x86_64
    [ 142.098] Current Operating System: Linux desktop 2.6.32-lts #1 SMP Wed Aug 4 22:02:05 UTC 2010 x86_64
    [ 142.106] Kernel command line: BOOT_IMAGE=/vmlinuz26-lts root=/dev/disk/by-uuid/9eb5ef94-284b-4b7e-b824-5c6b0f329fe8 ro quiet
    [ 142.116] Build Date: 21 June 2010 12:01:49PM
    [ 142.125]
    [ 142.135] Current version of pixman: 0.18.2
    [ 142.145] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 142.167] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 142.204] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 6 21:15:02 2010
    [ 142.218] (==) Using config file: "/etc/X11/xorg.conf"
    [ 142.232] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 142.246] (==) ServerLayout "Layout0"
    [ 142.246] (**) |-->Screen "Screen0" (0)
    [ 142.246] (**) | |-->Monitor "Monitor0"
    [ 142.246] (**) | |-->Device "Device0"
    [ 142.246] (**) |-->Input Device "Keyboard0"
    [ 142.246] (**) |-->Input Device "Mouse0"
    [ 142.246] (==) Automatically adding devices
    [ 142.246] (==) Automatically enabling devices
    [ 142.246] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 142.246] Entry deleted from font path.
    [ 142.246] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 142.246] Entry deleted from font path.
    [ 142.246] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 142.246] Entry deleted from font path.
    [ 142.246] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 142.246] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 142.246] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 142.246] (WW) Disabling Keyboard0
    [ 142.246] (WW) Disabling Mouse0
    [ 142.246] (II) Loader magic: 0x7ce880
    [ 142.246] (II) Module ABI versions:
    [ 142.246] X.Org ANSI C Emulation: 0.4
    [ 142.246] X.Org Video Driver: 7.0
    [ 142.246] X.Org XInput driver : 9.0
    [ 142.246] X.Org Server Extension : 3.0
    [ 142.252] (--) PCI:*(0:0:5:0) 10de:0240:1043:81cd nVidia Corporation C51PV [GeForce 6150] rev 162, Mem @ 0xfc000000/16777216, 0xd0000000/268435456, 0xfb000000/16777216, BIOS @ 0x????????/131072
    [ 142.252] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 142.252] (II) LoadModule: "extmod"
    [ 142.252] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 142.253] (II) Module extmod: vendor="X.Org Foundation"
    [ 142.253] compiled for 1.8.1.902, module version = 1.0.0
    [ 142.253] Module class: X.Org Server Extension
    [ 142.253] ABI class: X.Org Server Extension, version 3.0
    [ 142.253] (II) Loading extension MIT-SCREEN-SAVER
    [ 142.253] (II) Loading extension XFree86-VidModeExtension
    [ 142.253] (II) Loading extension XFree86-DGA
    [ 142.253] (II) Loading extension DPMS
    [ 142.253] (II) Loading extension XVideo
    [ 142.253] (II) Loading extension XVideo-MotionCompensation
    [ 142.253] (II) Loading extension X-Resource
    [ 142.253] (II) LoadModule: "dbe"
    [ 142.253] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 142.253] (II) Module dbe: vendor="X.Org Foundation"
    [ 142.253] compiled for 1.8.1.902, module version = 1.0.0
    [ 142.253] Module class: X.Org Server Extension
    [ 142.253] ABI class: X.Org Server Extension, version 3.0
    [ 142.253] (II) Loading extension DOUBLE-BUFFER
    [ 142.253] (II) LoadModule: "glx"
    [ 142.253] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 142.269] (II) Module glx: vendor="NVIDIA Corporation"
    [ 142.269] compiled for 4.0.2, module version = 1.0.0
    [ 142.269] Module class: X.Org Server Extension
    [ 142.269] (II) NVIDIA GLX Module 256.44 Thu Jul 29 01:47:53 PDT 2010
    [ 142.269] (II) Loading extension GLX
    [ 142.269] (II) LoadModule: "record"
    [ 142.269] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 142.269] (II) Module record: vendor="X.Org Foundation"
    [ 142.269] compiled for 1.8.1.902, module version = 1.13.0
    [ 142.269] Module class: X.Org Server Extension
    [ 142.269] ABI class: X.Org Server Extension, version 3.0
    [ 142.269] (II) Loading extension RECORD
    [ 142.269] (II) LoadModule: "dri"
    [ 142.270] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 142.270] (II) Module dri: vendor="X.Org Foundation"
    [ 142.270] compiled for 1.8.1.902, module version = 1.0.0
    [ 142.270] ABI class: X.Org Server Extension, version 3.0
    [ 142.270] (II) Loading extension XFree86-DRI
    [ 142.270] (II) LoadModule: "dri2"
    [ 142.270] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 142.270] (II) Module dri2: vendor="X.Org Foundation"
    [ 142.270] compiled for 1.8.1.902, module version = 1.2.0
    [ 142.270] ABI class: X.Org Server Extension, version 3.0
    [ 142.270] (II) Loading extension DRI2
    [ 142.270] (II) LoadModule: "nvidia"
    [ 142.270] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 142.271] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 142.271] compiled for 4.0.2, module version = 1.0.0
    [ 142.271] Module class: X.Org Video Driver
    [ 142.288] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
    [ 142.303] (EE) NVIDIA: system's kernel log for additional error messages.
    [ 142.319] (II) UnloadModule: "nvidia"
    [ 142.319] (II) Unloading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 142.319] (EE) Failed to load module "nvidia" (module-specific error, 0)
    [ 142.335] (EE) No drivers available.
    [ 142.351]
    Fatal server error:
    [ 142.384] no screens found
    [ 142.400]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 142.469] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 142.488]
    find / -name "*nvidia*"
    /lib/modules/2.6.34-ARCH/kernel/drivers/video/backlight/mbp_nvidia_bl.ko
    /lib/modules/2.6.34-ARCH/kernel/drivers/video/nvidia
    /lib/modules/2.6.34-ARCH/kernel/drivers/video/nvidia/nvidiafb.ko
    /lib/modules/2.6.34-ARCH/kernel/drivers/video/nvidia.ko
    /lib/modules/2.6.32-lts/kernel/drivers/video/backlight/mbp_nvidia_bl.ko
    /lib/modules/2.6.32-lts/kernel/drivers/video/nvidia
    /lib/modules/2.6.32-lts/kernel/drivers/video/nvidia/nvidiafb.ko
    /etc/OpenCL/vendors/nvidia.icd
    /etc/X11/xorg.conf.d/20-nvidia.conf
    /usr/lib/libnvidia-cfg.so.1
    /usr/lib/libnvidia-glcore.so.256.44
    /usr/lib/vdpau/libvdpau_nvidia.so.256.44
    /usr/lib/vdpau/libvdpau_nvidia.so
    /usr/lib/vdpau/libvdpau_nvidia.so.1
    /usr/lib/tls/libnvidia-tls.so.256.44
    /usr/lib/libnvidia-cfg.so.256.44
    /usr/lib/libnvidia-cfg.so
    /usr/lib/libnvidia-tls.so.256.44
    /usr/lib/xorg/modules/drivers/nvidia_drv.so
    /usr/lib/libnvidia-compiler.so.256.44
    /usr/share/licenses/nvidia
    /usr/share/licenses/lib32-nvidia-utils
    /usr/share/licenses/nvidia-utils
    /usr/share/applications/nvidia-settings.desktop
    /usr/share/man/man1/nvidia-smi.1.gz
    /usr/share/man/man1/nvidia-settings.1.gz
    /usr/share/man/man1/nvidia-xconfig.1.gz
    /usr/share/doc/nvidia
    /usr/share/doc/nvidia-utils
    /usr/share/pixmaps/nvidia-settings.png
    /usr/bin/nvidia-bug-report.sh
    /usr/bin/nvidia-settings
    /usr/bin/nvidia-smi
    /usr/bin/nvidia-xconfig
    /usr/src/linux-2.6.34-ARCH/include/config/backlight/mbp/nvidia.h
    /usr/src/linux-2.6.34-ARCH/include/config/fb/nvidia
    /usr/src/linux-2.6.34-ARCH/include/config/fb/nvidia.h
    /usr/src/linux-2.6.32-lts/include/config/backlight/mbp/nvidia.h
    /usr/src/linux-2.6.32-lts/include/config/fb/nvidia
    /usr/src/linux-2.6.32-lts/include/config/fb/nvidia.h
    /opt/lib32/usr/lib/libvdpau_nvidia.so.256.44
    /opt/lib32/usr/lib/libvdpau_nvidia.so
    /opt/lib32/usr/lib/libnvidia-glcore.so.256.44
    /opt/lib32/usr/lib/tls/libnvidia-tls.so.256.44
    /opt/lib32/usr/lib/libvdpau_nvidia.so.1
    /opt/lib32/usr/lib/libnvidia-tls.so.256.44
    /opt/lib32/usr/lib/libnvidia-compiler.so.256.44
    /var/lib/pacman/local/nvidia-256.44-1
    /var/lib/pacman/local/nvidia-utils-256.44-1
    /var/lib/pacman/local/lib32-nvidia-utils-256.44-1
    /var/lib/pacman/sync/extra/nvidia-173xx-utils-173.14.27-1
    /var/lib/pacman/sync/extra/nvidia-173xx-173.14.27-1
    /var/lib/pacman/sync/extra/nvidia-256.44-1
    /var/lib/pacman/sync/extra/nvidia-utils-256.44-1
    /var/lib/pacman/sync/community/nvidia-cg-toolkit-2.2-4
    /var/lib/pacman/sync/community/lib32-nvidia-utils-256.44-1
    /var/cache/pacman/pkg/nvidia-utils-256.44-1-x86_64.pkg.tar.xz
    /var/cache/pacman/pkg/nvidia-256.44-1-x86_64.pkg.tar.xz
    /var/cache/pacman/pkg/lib32-nvidia-utils-256.44-1-x86_64.pkg.tar.xz
    Do you have any idea of what should be done to fix it? I don't want to use NVIDIA driver from their site neither nouveau, I want to use the one from the repo. If you know how to solve it, instead of only pointing the solution, also tell why this is happening, it will help me and other people with the same problem too!
    If you need additional information please ask me.
    Thanks!!
    Last edited by ILoveJapaneseGirls (2010-08-07 03:09:55)

    karol, I'll try to add the section you wrote to the xorg.conf, but first I want to show the log of the crash:
    /var/log/Xorg.0.log
    [ 69.813]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 69.858]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 69.882] X Protocol Version 11, Revision 0
    [ 69.890] Build Operating System: Linux 2.6.34-ARCH x86_64
    [ 69.899] Current Operating System: Linux desktop 2.6.34-ARCH #1 SMP PREEMPT Wed Aug 4 14:31:56 CEST 2010 x86_64
    [ 69.910] Kernel command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/9eb5ef94-284b-4b7e-b824-5c6b0f329fe8 ro quiet
    [ 69.921] Build Date: 21 June 2010 12:01:49PM
    [ 69.933]
    [ 69.944] Current version of pixman: 0.18.2
    [ 69.957] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 69.982] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 70.025] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 6 22:35:08 2010
    [ 70.057] (==) Using config file: "/etc/X11/xorg.conf"
    [ 70.072] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 70.117] (==) ServerLayout "Layout0"
    [ 70.117] (**) |-->Screen "Screen0" (0)
    [ 70.117] (**) | |-->Monitor "Monitor0"
    [ 70.117] (**) | |-->Device "Device0"
    [ 70.117] (**) |-->Input Device "Keyboard0"
    [ 70.117] (**) |-->Input Device "Mouse0"
    [ 70.117] (==) Automatically adding devices
    [ 70.118] (==) Automatically enabling devices
    [ 70.145] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 70.145] Entry deleted from font path.
    [ 70.145] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 70.145] Entry deleted from font path.
    [ 70.145] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 70.145] Entry deleted from font path.
    [ 70.168] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 70.168] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 70.168] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 70.168] (WW) Disabling Keyboard0
    [ 70.168] (WW) Disabling Mouse0
    [ 70.168] (II) Loader magic: 0x7ce880
    [ 70.168] (II) Module ABI versions:
    [ 70.168] X.Org ANSI C Emulation: 0.4
    [ 70.168] X.Org Video Driver: 7.0
    [ 70.168] X.Org XInput driver : 9.0
    [ 70.168] X.Org Server Extension : 3.0
    [ 70.185] (--) PCI:*(0:0:5:0) 10de:0240:1043:81cd nVidia Corporation C51PV [GeForce 6150] rev 162, Mem @ 0xfc000000/16777216, 0xd0000000/268435456, 0xfb000000/16777216, BIOS @ 0x????????/131072
    [ 70.186] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 70.186] (II) LoadModule: "extmod"
    [ 70.200] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 70.211] (II) Module extmod: vendor="X.Org Foundation"
    [ 70.211] compiled for 1.8.1.902, module version = 1.0.0
    [ 70.211] Module class: X.Org Server Extension
    [ 70.211] ABI class: X.Org Server Extension, version 3.0
    [ 70.211] (II) Loading extension MIT-SCREEN-SAVER
    [ 70.211] (II) Loading extension XFree86-VidModeExtension
    [ 70.211] (II) Loading extension XFree86-DGA
    [ 70.211] (II) Loading extension DPMS
    [ 70.211] (II) Loading extension XVideo
    [ 70.211] (II) Loading extension XVideo-MotionCompensation
    [ 70.211] (II) Loading extension X-Resource
    [ 70.211] (II) LoadModule: "dbe"
    [ 70.211] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 70.218] (II) Module dbe: vendor="X.Org Foundation"
    [ 70.218] compiled for 1.8.1.902, module version = 1.0.0
    [ 70.219] Module class: X.Org Server Extension
    [ 70.219] ABI class: X.Org Server Extension, version 3.0
    [ 70.219] (II) Loading extension DOUBLE-BUFFER
    [ 70.219] (II) LoadModule: "glx"
    [ 70.219] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 71.100] (II) Module glx: vendor="NVIDIA Corporation"
    [ 71.111] compiled for 4.0.2, module version = 1.0.0
    [ 71.111] Module class: X.Org Server Extension
    [ 71.111] (II) NVIDIA GLX Module 256.44 Thu Jul 29 01:47:53 PDT 2010
    [ 71.111] (II) Loading extension GLX
    [ 71.111] (II) LoadModule: "record"
    [ 71.111] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 71.125] (II) Module record: vendor="X.Org Foundation"
    [ 71.125] compiled for 1.8.1.902, module version = 1.13.0
    [ 71.125] Module class: X.Org Server Extension
    [ 71.125] ABI class: X.Org Server Extension, version 3.0
    [ 71.125] (II) Loading extension RECORD
    [ 71.125] (II) LoadModule: "dri"
    [ 71.126] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 71.140] (II) Module dri: vendor="X.Org Foundation"
    [ 71.140] compiled for 1.8.1.902, module version = 1.0.0
    [ 71.140] ABI class: X.Org Server Extension, version 3.0
    [ 71.140] (II) Loading extension XFree86-DRI
    [ 71.140] (II) LoadModule: "dri2"
    [ 71.140] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 71.140] (II) Module dri2: vendor="X.Org Foundation"
    [ 71.140] compiled for 1.8.1.902, module version = 1.2.0
    [ 71.140] ABI class: X.Org Server Extension, version 3.0
    [ 71.140] (II) Loading extension DRI2
    [ 71.140] (II) LoadModule: "nvidia"
    [ 71.141] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 71.187] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 71.189] compiled for 4.0.2, module version = 1.0.0
    [ 71.189] Module class: X.Org Video Driver
    [ 71.207] (II) NVIDIA dlloader X Driver 256.44 Thu Jul 29 01:24:51 PDT 2010
    [ 71.207] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 71.207] (--) using VT number 7
    [ 71.260] (II) Primary Device is: PCI 00@00:05:0
    [ 71.269] (II) Loading sub module "fb"
    [ 71.269] (II) LoadModule: "fb"
    [ 71.269] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 71.281] (II) Module fb: vendor="X.Org Foundation"
    [ 71.281] compiled for 1.8.1.902, module version = 1.0.0
    [ 71.281] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 71.281] (II) Loading sub module "wfb"
    [ 71.281] (II) LoadModule: "wfb"
    [ 71.281] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 71.289] (II) Module wfb: vendor="X.Org Foundation"
    [ 71.289] compiled for 1.8.1.902, module version = 1.0.0
    [ 71.289] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 71.289] (II) Loading sub module "ramdac"
    [ 71.289] (II) LoadModule: "ramdac"
    [ 71.289] (II) Module "ramdac" already built-in
    [ 71.309] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 71.309] (==) NVIDIA(0): RGB weight 888
    [ 71.309] (==) NVIDIA(0): Default visual is TrueColor
    [ 71.309] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 71.309] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 71.309] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    [ 71.309] (II) NVIDIA(0): enabled.
    [ 72.040] (II) NVIDIA(0): NVIDIA GPU GeForce 6150 (C51) at PCI:0:5:0 (GPU-0)
    [ 72.040] (--) NVIDIA(0): Memory: 262144 kBytes
    [ 72.040] (--) NVIDIA(0): VideoBIOS: 05.51.22.33.07
    [ 72.040] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 72.040] (--) NVIDIA(0): Connected display device(s) on GeForce 6150 at PCI:0:5:0:
    [ 72.040] (--) NVIDIA(0): LG Electronics L196WTQ (DFP-0)
    [ 72.040] (--) NVIDIA(0): LG Electronics L196WTQ (DFP-0): 310.0 MHz maximum pixel clock
    [ 72.040] (--) NVIDIA(0): LG Electronics L196WTQ (DFP-0): Internal Dual Link TMDS
    [ 72.044] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 72.044] (==) NVIDIA(0):
    [ 72.044] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 72.044] (==) NVIDIA(0): will be used as the requested mode.
    [ 72.044] (==) NVIDIA(0):
    [ 72.044] (II) NVIDIA(0): Validated modes:
    [ 72.044] (II) NVIDIA(0): "nvidia-auto-select"
    [ 72.044] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
    [ 72.045] (--) NVIDIA(0): DPI set to (89, 87); computed from "UseEdidDpi" X config
    [ 72.045] (--) NVIDIA(0): option
    [ 72.045] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    [ 72.045] (--) Depth 24 pixmap format is 32 bpp
    [ 72.052] (II) NVIDIA(0): Initialized GPU GART.
    [ 72.055] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 72.055] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 72.055] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 72.055] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 72.055] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 72.055] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 72.055] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 72.055] (II) NVIDIA(0): Config Options in the README.
    [ 72.056] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 72.178] (EE) NVIDIA(0): Failed to allocate primary buffer: out of memory.
    [ 72.178] (EE) NVIDIA(0): *** Aborting ***
    [ 72.178]
    Fatal server error:
    [ 72.178] AddScreen/ScreenInit failed for driver 0
    [ 72.178]
    [ 72.178]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 72.178] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 72.178]
    As it's mentioned, it may be a problem of ACPI.
    About the lib32-nvidia-utils, I just installed because it's written in the wiki http://wiki.archlinux.org/index.php/NVIDIA#Installing: "Note: On 64 bit systems, For 32-bit programs to take advantage of nvidia-utils you must also install the equivalent lib32 package (for example lib32-nvidia-utils)."

  • Failed to load resource the network connection was lost

    I am uploading a 2 gb file into my application using chrome in my MacBook Pro, i keep getting an error (FAILED to load resource: net::ERR_CONNECTION_RESET) when the file is 100% uploaded and the file starts uploading from the beginning (1%... and so on). This issue is not happening when i am doing the file upload using chrome in my windows 7 machine. I Also noticed in the same MacBook if i upload through Safari i get the same error (failed to load resource the network connection was lost). Please let me know what additional information i can provide technically.
    Regards,
    Charan

    common guys..nobody have any solution for this...i have seen many people complaining about large file upload issues in MacBooks which wont happen in windows.

  • Safari-Firefox both failing to load, network connected

    I'm running firefox 19.0 and Safari 5.1.7. Both are crashing by failing to load for 5-10 minutes or in that looks like html code. Network diagnostics indicates network is fine. I've re-started multiple times w no change. Thank you in advance for any help.

    That looks like it was the problem for me as well. I've just disabled it and after clearing the cache it looks OK now. Thanks for the solution!

  • [Solved] Catalyst fails to load kernel module

    I have just been through the Catalyst install guide, I installed from the Vi0L0 repos rather than building myself.
    Everything appeared to go fine, however fglrx fails to load when I reboot. The xorg log contains;
    fglrx(0): atiddxDriScreenInit failed. Probably kernel module missing or incompatible
    fglrx(0): **********************************************************
    fglrx(0): * DRI initialization failed                               
    fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible
    fglrx(0): * 2D and 3D acceleration disabled                         
    fglrx(0): **********************************************************
    Is this recoverable? Or does this mean that the current Vi0L0 module has not been built for my kernel (3.11.5-1-ARCH)?
    Last edited by ~lynks (2013-11-03 16:16:00)

    This issue has now been resolved after the update to xorg 1.14
    lsmod | grep fglrx
    shows fglrx is not loaded, and:
    modprobe fglrx
    returns with;
    modprobe: ERROR: could not insert 'fglrx': Exec format error
    Does that indicate a 32/64 bit issue?
    This issue has now been resolved after the update to xorg 1.14
    Last edited by ~lynks (2013-11-03 16:15:48)

  • Ndiswrapper module fails to load on custom kernel

    Hello All, I just compiled my custom kernel, which boots successfully (yay! after at least 10 hours of constant compiling..), however, the ndiswrapper module does not load. I'm wondering, if there's any shortcut to it without using abs to makepkg another version of it for my kernel.
    I have tried to compile the kernel26 (vanilla arch kernel, replacing my default kernel), and changed the pkgrel number from 3 to 4, but this time, the ndiswrapper module still failed to load, the error message was that the format of the kernel module was different.
    I have also tried to remove the package ndiswrapper, and reinstalling it through pacman, but that didn't work out either. The problem still persists.
    Similar problem also applies to my fglrx kernel module. Any advice is appreciated.

    ndiswrapper needs to be built against the new kernel. Use abs to do that and reinstall your new package via pacman.

  • OIM:Failed to load class oracle.iam.platform.kernel.OrchestrationException.

    Hi,
    This is Sachin.We are doing lab setup for Oracle Fusion Applications.Presently,IDM Components(ohs,odsm,oam,oim) Installation is completed and configuration is going on..
    In configuration phase we are facing issue with OAM and OIM.
    The issue is "java.lang.ClassNotFoundException: Failed to load class oracle.iam.platform.kernel.OrchestrationException".
    We are getting this issue while performing the below activity after login to the FMW Control of weblogic console.
    Login url:http://hostname:7001/em
    ======================
    username:weblogic
    password:welcome1
    Activity:
    =====
    a.Navigated to WebLogic
    Domain > idm_domain.
    b.From the top WebLogic Domain drop down select System MBean Browser.
    c.Open the Mbean oracle.iam > Server: wls_oim1 > Application: oim >
    IAMAppRuntimeMBean > MLSLanguageSeedingMBean.
    d.In the MLSLanguageSeedingMBean page, select Operations tab and click
    seedAllMLSLanguages
    e.While invoking to run the Mbean its failing with the error:"java.lang.ClassNotFoundException: Failed to load class oracle.iam.platform.kernel.OrchestrationException".
    So,we are unable to proceed to configure.
    Anyone would help will be greatly appreciated..
    Thanks,
    Sachin.

    can u tell what versions of software's did u installed?
    DB
    RCU
    Web logic server.
    SOA
    IAM
    IDM

  • [Solved] Nvidia module fails to load on lastest kernel (3.6.7-1-ARCH)

    Hi there!
    I have just updated my desktop PC yesterday, as I normally do every week (yaourt -Syu --aur), and today when I rebooted my Xorg refuses to load.
    I've checked the logs, etc, and I think there's a problem with the nvidia module. In fact, I can't even modprobe it.
    I've googled for hours, but I can't find any solution out there...
    Here you have the log: https://dl.dropbox.com/u/1732176/Xorg.0.log
    Any hint will be appreciated...
    Thanks in advance ^^
    Last edited by roobre (2012-11-24 16:18:40)

    falconindy wrote:
    [ 24.672] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
    [ 24.672] (EE) NVIDIA: system's kernel log for additional error messages.
    Perhaps you should look at dmesg.
    Thanks!
    Looking there I found:
    [ 5.371106] NVRM: The NVIDIA GeForce 7100 / nForce 630i GPU installed in this system is
    NVRM: supported through the NVIDIA 304.xx Legacy drivers. Please
    NVRM: visit http://www.nvidia.com/object/unix.html for more
    NVRM: information. The 310.19 NVIDIA driver will ignore
    NVRM: this GPU. Continuing probe...
    I'll try to pacman those drivers and check again...
    [EDIT]
    Yeehaa!
    It works! ^^
    Thank you so much
    Last edited by roobre (2012-11-24 16:18:27)

Maybe you are looking for

  • MacBook Pro Compatibility

    I have an early 2007 MacBook Pro (Jan), with Intel Core 2 Duo, ATY Radeon X1600 GPU.  I have 4 GB RAM.  I run Snow Leopard 10.6.8.  Can I upgrade to Mountain Lion?

  • Oracle Ultra Search Install Error

    Hi: I tried to install Oracle Ultra Search in 10g, but received an error below. I did enter all 19 required params Thanks for your help! ============== argument list OH=$ORACLE_HOME CONN_STRING=@ordoct1 SYS=sys SYSPW=XXXXXXX SYSROLE=as sysdba WKSYSPW

  • About displaying images in web dynpro

    Hi experts, I hav a scenario..in which der's one table..whch has links for all images...and afta clickin on a lick..dat image will b displayed on side of it.. Now..where from dis links wll b comin..hw r images strd in WDABAP...where from i can get da

  • I want to remove off all devices

    I don't know how to delete my i cloud account . And I need to as it is hacked

  • Free iPhone space automatically using iCloud

    Can iCloud delete photos and videos from iPhone automatically after being uploaded to save storage space on iPhone? It would be great to have that functionality such as iPhoto or dropbox. Thanks