Equivalent of Linux's sysctl

Is there an equivalent command of linux's /sbin/sysctl on solaris 10? This command is used in setting and retrieving the TCP buffers on Linux.
Also what is the equivalent on solaris 10 for the tcp buffers tcp_rmem and tcp_wmem of linux.
Thanks for your time and response
Chakra

To modify kernel parameters at runtime you may use "mdb" and "ndd"
commands. To modify kernel parameters statically use /etc/system file
(man -s4 system).
To modify tcp parameters use "ndd". Type
# ndd /dev/tcp \?
to obtain parameters list. See "Solaris Tunable Parameters Reference
Manual" http://docs.sun.com/app/docs/coll/47.16 for details.
Vitaly Filatov,
Moscow Russia

Similar Messages

  • CentOS based linux VM running on Hyper-v : Checking root filesystem fails when kernel switches having old PV(para virtualised driver based on 2.6.32 linux kernel) to new PV(which is equivalent to linux integration component 3.4)

    hi all,
    I am running a CentOS base VM on top of Hyper-V server. I upgraded PV drivers of Hyper-V in linux kernel 2.6.32 in order to support
    Windows Server 2012, then i am hitting below issue on Windows Server 2008 when kernel switches from old PV(which is 2.6.32 based) to new PV(which is equivalent to linux integration component 3.4).i
    am hitting following filesystem check error messages :
    Setting hostname hostname:
    Checking root filesystem
    fsck.ext3/dev/hda2:
    The superblock could not be read or does not describe correct ext2 filesystem. If the device is valid and it really contains an ext2
    filesystem(and not swap or ufs or something else),then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    : No such file or directory while trying to open /dev/hda2
    *** An error occurred during the filesystem check.
    *** Dropping you to a shell; the system will reboot
    *** When you leave the shell.
    Also, when I go to the repair filesystem mode. I found out the strange behaviour when i ran those command :
    (Repair filesytem) 1 # mount
    /dev/hda2 on / type ext3 (rw)
    proc on /proc type proc (rw)
    (Repair filesystem) 1# cat /etc/mtab
    /dev/hda2 /ext3 rw 0 0
    proc /proc proc rw 0 0
    (Repair filesystem) 1# df
    Filesystem 1K-blocks used Available Use% Mountedon
    /dev/hda2 4%
    I think for all above command there should be /dev/sda2 instead of /dev/hda2.
    Also my fstab , and fdisk -l looks like ok for me.
    (Repair filesystem) 1# cat /etc/fstab
    LABEL=/ / ext3 defaults 1 1
    LABEL=/boot /boot ext3 defaults 1 2
    devpts /dev/pts devpts gid=5,mode=620 0 0
    tmpfs /dev/shm tmpfs defaults 0 0
    proc /proc proc defaults 0 0
    sysfs /sys sysfs defaults 0 0
    LABEL=swap-xvda3 swap swap defults 0 0
    (Repair filesystem) 1# fdisk -l
    Device Boot Start End Block Id System
    /dev/sda1 * 1 49 98535 83 Linux
    Partition 1 does not end with cylinder boundary.
    /dev/sda2 49 19197 39062500 83 Linux
    Partition 2 does not end with cylinder boundary.
    /dev/sda3 ......
    Partition 3 does not ......
    /dev/sda4 ......
    Partition 4 does not end ....
    (Repair filesystem) 1# e2label /dev/sda1
    /boot
    (Repair filesystem) 1# e2label /dev/sda2
    (Repair fielsystem) 1# ls /dev/sd*
    /dev/sda /dev/sda1 /dev/sda2 /dev/sda3 /dev/sda4
    (Repair filesyatem) 1# ls /dev/hd*
    ls: /dev/hd*: No such file or directory
    Kindly suggest any configuration of windows server or kernel configs missing or how to resolve this issues
    Many many thanks for your reply.
    thanks & Regards,
    Ujjwal

    i am not able to understand duplicate UUID and from where it is picking /dev/hda* ?
    ~
    VVM:>>
    VVM:>> Output of dmesg | grep ata contain substring "Hyper-V" ?
    VVM:>>
    it doesn't contain "Hyper-V" or ata related message and the output doesn't change with boot parameter reserve=0x1f0, 0x8
    ~~
    ~~~~
    ==
     output of dmesg related "ata" Ubuntu v13.04 mini.iso ( with boot parameter reserve=0x1f0, 0x8)
    ==
     see later ( in "good situation" example  )
    ~~
    ===
    Disable legacy ATA driver by adding the following to kernel command line in /boot/grub/menu.lst:
    reserve=0x1f0, 0x8
    . (This option reserves this I/O region and prevents ata_piix from loading).
    ==
     See output of dmesg related "ata" Ubuntu v13.04 mini.iso ( with boot parameter reserve=0x1f0, 0x8) :
    ~~
    [ 0.176027] 
    libata version 3.00 loaded.
    [ 0.713319] 
    ata_piix 0000:00:07.1: version 2.13
    [ 0.713397] 
    ata_piix 0000:00:07.1: device not available (can't reserve [io 0x0000-0x0007])
    [ 0.713404] 
    ata_piix: probe of 0000:00:07.1 failed with error -22
    [ 0.713474] 
    pata_acpi 0000:00:07.1: device not available (can't reserve [io 0x0000-0x0007])
    [ 0.713479] 
    pata_acpi: probe of 0000:00:07.1 failed with error -22
    ~~
      As result: 1) IDE disk handled by hv_storvsc , but 2) no CD-ROM device
    ==
    ~ # blkid
    /dev/sda1: LABEL="ARCH_BOOT" UUID="009c2043-4bl7-4f95-al4d-fb8951f95b5d" TYPE="ext2"
    ==
    ~~
    VVM>>
    VVM>>Q1: Output of blkid contain duplicate UUID ?
    VVM>>
    -> blkid contains duplicate UUID, below are the output.
    ~~
     This situation is classic problem "
    use hv_storvsc instead of ata_piix to handle the IDE disks devices ( but not for the DVD-ROM / CD-ROM device handling)
    ~~
     For compare, see example "good situation": 
     See output of dmesg related "ata" Ubuntu v13.04 mini.iso ( without boot parameter reserve=0x1f0, 0x8) :
    ~~~~
    ~ # dmesg |grep ata
    [ 0.167224] libata version 3.00 loaded.
    [ 0.703109] ata_piix 0000:00:07.1: version 2.13
    [ 0.703267] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set
    [ 0.703339] ata_piix 0000:00:07.1: setting latency timer to 64
    [ 0.704968] scsi0 : ata_piix
    [ 0.705713] scsi1 : ata_piix
    [ 0.706191] atal: PATA max UDMA/33 cmd 0xlf0 ctl 0x3f6 bmdma 0xffa0 irq 14
    [ 0.706194] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    [ 0.868844] atal.00: host indicates ignore ATA devices, ignored
    [ 0.869142] ata2.00: ATAPI: Virtual CD, , max MWDMA2
    [ 0.871736] ata2.00: configured for MWDMA2
    ~~~~
    ===
    ~ # uname -a
    Linux ubuntu 3.7.0-7-generic #15-Ubuntu SUP Sat Dec 15 14:13:08 UTC 2012 x86_64 GNU/Linux
    ~ # lsmod
    hv_netvsc 22769 0
    hv_storvsc 17496 3
    hv_utils 13569 0
    hv_vmbus 34432 3 hv_netvsc,hv_storvsc,hv_utils
    ~ # blkid
    /dev/sr0: LABEL=”CDROM" TYPE="iso9660”
    /dev/sda1: LABEL="ARCH_BOOT" UUID="009c2043-4bl7-4f95-al4d-fb8951f95b5d" TYPE="ext2"
    ===
     ( only CD-ROM and 1( one) IDE disk connected to ATA)
    ~~
    regarding ata_piix.c patch . . .
    As far as i understand this patch , it ignore ATA devices on Hyper-V when PV drivers(CONFIG_HYPERV_STORAGE=y) are enabled.
    ~~
     Yes:
    ignore ATA-HDD ( but not ignore ATA CD-ROM )  on Hyper-V when PV drivers(CONFIG_HYPERV_STORAGE=y) are enabled.
    ~
     this patches need be backported:
      cd006086fa5d ata_piix: defer disks to the Hyper-V drivers by default
    and its prerequisite
      db63a4c8115a libata: add a host flag to ignore detected ATA devices
    ~
    ~~
    P.S.
     Are You do this:
    ==
    As temporary solution, increase on 1-2 Gb size all .vhd connected to IDE bus
    ( but not increase size of partitions inside disks)
    ==
    ? fsck write message a-la: "no error in file system" ?
    2013-01-24 Answer by Ujjwal Kumar: As a temporary solution looks ok for me, but [ VVM: need true solution ]
    P.P.S.
    To Ujjwal Kumar :
     My e-mail:
    ZZZZZZZZZZZZZZZ
    please send e-mail to me,  in reply I send to You patches to ata_piix ( and *.c before and after patches) , etc.
    } on 2013-01-14 -- DoNe

  • Max_io_size equivalent in Linux and block/stripe sizes

    I'm configuring a linux Red Hat 7.1 for Oracle 9i Rel2. I'm trying to determine the best db_block_size, and db_file_multiblock_read_count parameters. I know that these Oracle settings are dependent on the OS block size and the max_io_size of the OS.
    Does anyone know what the equivalent Linux parameter for max_io_size (solaris) is and how I set it in Linux? Does resetting it involve reinstalling Linux? Any suggestions on an appropriate range to set it? Is the default Linux 1K block size OK? (The server is a Compaq DL380 with 1.4 GHertz processor and 1 GB RAM.)
    Additionally, I have a Compaq 5300 Series RAID, (5i-integrated), that we plan to configure with RAID 0+1. Our controller only goes up to a stripe size of 256K, with a default of 128K. For a "general"-type database that could hold up to 80 GB of data over 50 or so tables, with a possible equal number of full-table scans and indexed scans, would you suggest I set the stripe size at 256 for the most flexiblility down the road?
    I don't fully understand what it takes to configure Linux and RAID for the best I/O for Oracle. So, I'd really appreciate any suggestions, tips, or doc references that can help out.
    Thanks,
    Deb

    the ssd is both sd and ssd.. inside the sd.conf and inside the /etc/system...
    the following below is a tnf report of the IO size of my process to show the kernel is breaking the IO down.
    sorry i wasn't clear on this part..
    62.059582 16.185079 480 1 0x3000338ecc0 0 strategy device: 584115552256 block: 60396848 size: 1048576 buf: 0x30000a78340 flags: 34088209
    306.154426 17.819569 480 1 0x3000338ecc0 0 strategy device: 584115552256 block: 60398896 size: 1048576 buf: 0x300035dcc00 flags: 34088209

  • What is the file name crdb_jdbc.dll(Windows) equivalent to Linux?

    Hi,
    What is the equivalent file name of crdb_jdbc.dll for linux connection info for database?

    It's crdb_jdbc.dll.
    Within the connection info, the name of the DLL specifies the connectivity driver type, that just so happens to correspond to the specific DLL file for that driver for Crystal Reports C++ engine on Windows. For other deployments and engines (such as CRJ), it gets the right one if you specify crdb_jdbc.dll.
    Sincerely,
    Ted Ueda

  • What is the QuickVPN equivalent for Linux?

    I want to connect from a Linux station to RV082, is it possible? What software can I use and with what configuration?
    Thanks,
    Adrian

    If this answer was satisfactory for you, I encourage you to mark the question as answered.
    Thank you

  • USE_SHARED_SOCKET equivalent on Linux

    I would like to redirect the listener port to respond to remote clients through a firewall.
    Before with a Windows server, I used USE_SHARED_SOCKET to do that.
    But now, how can I do on a Linux Suse server?
    Oracle 10XE database

    To answer my own question, it seems to work if you put USE_SHARED_SOCKET in the environment variables with a value of TRUE and then reboot. Netstat -a shows connections from another computer all come in on 1521 and stay there. XE's registry is a bit different than the instructions I found for adding a registry setting for this feature, but the environment variable seems to have worked fine.

  • Exact Audio Copy equivalent in Linux?

    Do they exist? Is the best option to wine EAC? I used to extract my audio CD's in Windows with EAC to uncompressed, high quality FLAC format. Not, necessary you might think but that's whole another discussion. I don't use Windows on a regular basis anymore, and would like to not depend on it only for ripping software. I read this forum thread but I'm not sure/convinced about what to select. When I start out to rip my CD collection I want to make sure I can depend on the ripping software giving good results. What do you guys use? What are my options and why should I choose it?
    Last edited by roygbiv (2011-12-07 15:13:34)

    bohoomil wrote:abcde + mkcue
    +1 for abcde.  See my github in my sig for an example .abcde.conf

  • Error message: ORA-27125: unable to create shared memory segment Linux-x86_

    Hi,
    I am doing an installtion of SAP Netweaver 2004s SR3 on SusE Linux 11/Oracle 10.2
    But i am facing the follow issue in Create Database phase of SAPInst.
    An error occurred while processing service SAP NetWeaver 7.0 Support Release 3 > SAP Systems > Oracle > Central System > Central System( Last error reported by the step :Caught ESAPinstException in Modulecall: ORA-27125: unable to create shared memory segment Linux-x86_64 Error: 1: Operation not permitted Disconnected
    Please help me to resolve the issue.
    Thanks,
    Nishitha

    Hi Ratnajit,
    I am too facing the same error but my ORACLE is not starting,
    Here are my results of following command:
    cat /etc/sysctl.conf
    # created by /sapmnt/pss-linux/scripts/sysctl.pl on Wed Oct 23 22:55:01 CEST 2013
    fs.inotify.max_user_watches = 65536
    kernel.randomize_va_space = 0
    ##kernel.sem = 1250 256000 100 8192
    kernel.sysrq = 1
    net.ipv4.conf.all.promote_secondaries = 1
    net.ipv4.conf.all.rp_filter = 0
    net.ipv4.conf.default.promote_secondaries = 1
    net.ipv4.icmp_echo_ignore_broadcasts = 1
    net.ipv4.neigh.default.gc_thresh1 = 256
    net.ipv4.neigh.default.gc_thresh2 = 1024
    net.ipv4.neigh.default.gc_thresh3 = 4096
    net.ipv6.neigh.default.gc_thresh1 = 256
    net.ipv6.neigh.default.gc_thresh2 = 1024
    net.ipv6.neigh.default.gc_thresh3 = 4096
    vm.max_map_count = 2000000
    # Modified for SAP on 2013-10-24 07:14:17 UTC
    #kernel.shmall = 2097152
    kernel.shmall = 16515072
    # Modified for SAP on 2013-10-24 07:14:17 UTC
    #kernel.shmmax = 2147483648
    kernel.shmmax = 67645734912
    kernel.shmmni = 4096
    # semaphores: semmsl, semmns, semopm, semmni
    kernel.sem = 250 32000 100 128
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default = 262144
    net.core.rmem_max = 262144
    net.core.wmem_default = 262144
    net.core.wmem_max = 262144
    And here is mine Limit.conf File
    cat /etc/security/limits.conf
    #<domain>      <type>  <item>         <value>
    #*               soft    core            0
    #*               hard    rss             10000
    #@student        hard    nproc           20
    #@faculty        soft    nproc           20
    #@faculty        hard    nproc           50
    #ftp             hard    nproc           0
    #@student        -       maxlogins       4
    # Added for SAP on 2012-03-14 10:38:15 UTC
    #@sapsys          soft    nofile          32800
    #@sapsys          hard    nofile          32800
    #@sdba            soft    nofile          32800
    #@sdba            hard    nofile          32800
    #@dba             soft    nofile          32800
    #@dba             hard    nofile          32800
    # End of file
    # Added for SAP on 2013-10-24
    #               soft    nproc   2047
    #               hard    nproc   16384
    #               soft    nofile  1024
    #               hard    nofile  65536
    @sapsys                 soft   nofile          131072
    @sapsys                 hard   nofile         131072
    @sdba                  soft  nproc          131072
    @sdba                  hard   nproc         131072
    @dba                 soft    core           unlimited
    @dba                 hard     core          unlimited
                      soft     memlock       50000000
                      hard     memlock       50000000
    Here is mine   cat /proc/meminfo
    MemTotal:       33015980 kB
    MemFree:        29890028 kB
    Buffers:           82588 kB
    Cached:          1451480 kB
    SwapCached:            0 kB
    Active:          1920304 kB
    Inactive:         749188 kB
    Active(anon):    1136212 kB
    Inactive(anon):    39128 kB
    Active(file):     784092 kB
    Inactive(file):   710060 kB
    Unevictable:           0 kB
    Mlocked:               0 kB
    SwapTotal:      33553404 kB
    SwapFree:       33553404 kB
    Dirty:              1888 kB
    Writeback:             0 kB
    AnonPages:       1135436 kB
    Mapped:           161144 kB
    Shmem:             39928 kB
    Slab:              84096 kB
    SReclaimable:      44400 kB
    SUnreclaim:        39696 kB
    KernelStack:        2840 kB
    PageTables:        10544 kB
    NFS_Unstable:          0 kB
    Bounce:                0 kB
    WritebackTmp:          0 kB
    CommitLimit:    50061392 kB
    Committed_AS:    1364300 kB
    VmallocTotal:   34359738367 kB
    VmallocUsed:      342156 kB
    VmallocChunk:   34359386308 kB
    HardwareCorrupted:     0 kB
    AnonHugePages:    622592 kB
    HugePages_Total:       0
    HugePages_Free:        0
    HugePages_Rsvd:        0
    HugePages_Surp:        0
    Hugepagesize:       2048 kB
    DirectMap4k:       67584 kB
    DirectMap2M:    33486848 kB
    Please let me know where i am going wrong.
    Wat thing basically u check on /proc/meminfo command
    Regards,
    Dipak

  • Trying to use 10G for linux

    Two Problems
    1. I downloaded 10 for linux,
    used gunzip
    Now I am at ship.db.cpio
    I ran cpio -idmv ship.db.cpio
    The command never stoped, what did I do wrong ???
    Next problem
    The 10G for linux state:
    I need to change on my linux computer,
    sysctl.conf, pam.d/login, limits.conf, profile
    There all read only files,
    What do I need to do ????
    I am using Red hat linux EP. rev 3 newest one.

    1. Use cpio -idmv <ship.db.cpio
    sysctl.conf, pam.d/login, limits.conf, profileThese are system files : you have to login as root to modify them, or su - root if you are already connected as another user.

  • Which operating system: Linux or Windows Server 2003?

    Hi,
    it doesn't matter which operating system we install an our server.
    What are your experience with Linux and Windows?
    Which System do you recommend regarding performance issues?
    best regards
    Felix

    Linux has a higher per process memory limit. The fmscore process can use up to 2 GB on Windows and up to 3 GB on Linux.
    The performance increases in Flash Media Server 3.5 are roughly equivalent on Linux and Windows.
    HTH,
    Jody

  • QVPN for Linux?

    Is there a QVPN Client equivalent for Linux?
    After some struggles, I have QVPN 1.4.1.2 working properly on my laptop, and when running under Vista it will connect to my WRVS4400N.  However, I run Ubuntu Linux most of the time (it's a dual boot laptop) and it would be great to have a native QVPN clone for Linux that works with the WRVS4400N.
    QVPN running under under Linux Wine will connect but it requires an IP address (vs. a domain name) to connect, and once connected it fails with ping problems.  I have QVPNworking properly in an Oracle Virtualbox Linux Host and a Vista Guest machine, but as always Vista is slow, buggy, etc.
    I have explored the various options inside the Linux network connection manager, (anyconnect, VPNC, StrongSwan, OpenVPN, PPTP) and none of them offer the same sort of username, password, and certificate mechanism that it required by QVPN and the WRVS4400N.
    So does Cisco or any other supplier have a QVPN clone / equivalent for Linux that will work with the WRVS4400N?
    Thanks!

    Thanks for the reply, but I'd rather not purchase a VPN client when linux has a number of opensource cllients available.  What I am lacking is any documentation or guidance from Cisco regarding how to configure a linux client.  Are you familiar with the linux network manager applet?  see:  http://projects.gnome.org/NetworkManager/   It supports the following VPN types:
    Cisco Anyconnect Compatible VPN (openconnect) ~ compatible with Cisco Anyconnect SSL VPN
    Cisco Compatible VPN (vpnc) ~ compatible with various Cisco, Juniper, Netscreen, and Sonicwall IPSec-based VPN Gateways
    IPSec/IKEv2 (strongswan) ~ IPsec with IKEv2 key exchange protocol
    OpenVPN ~ Compatible with the OpenVPN server
    Point-to-Point Tunnelling Protocol (PPTP) ~ Compatible with Microsoft and other PPTP VPN Servers
    In reviewing these various client types, I am not sure which one to use, where to install the client certificate, etc.  Some of these client methods require a specific flavor of 3DES, authentication, and other protocol/parameter settings.  Excuse the rant, but Cisco is clearly remiss in not providing clients for all popular OS's, or at a minimum for not providing documentation that would enable the WRVS4400N VPN functions to be used with clients other than QVPN and OS's other than Windows.
    In Windows, QVPN requres a username, password, server address, port, and installing the client certificate .PEM in the appropriate directory, disabling block WAN request in the router, etc. ~ but all of the protocols and configuration details that are being used are undocumented making it difficult to impossible properly use or configure a client other than QVPN.
    Has anyone at Cisco (or a participant in this forum) used a Linux  client to connect to the WRVS4400N?  If so, how should it be  configured?
    Thanks

  • Jinitiator on Linux Ubuntu

    Hi
    I would like to use my Linux Ubuntu up against a Oracle DB 10g system, I do it on Windows, and I would like to try on Linux.
    On the Windows platform I Install a jinit program, I get it from the DB server directly. But I can't find any equivalent to Linux.
    Is it supposed to that way?
    Best Regards
    Rikard Svenningsen

    JInitiator is a Windows only Oracle JVM, enables
    windows clients to access Oracle Forms applications
    that are served from the Oracle iAS Enterprise
    Edition (Forms Services). It is NOT available for
    any flavor of linux or unix. For linux clients, you
    can configure the iAS forms services (related
    formsweb.cfg file) to use Sun JRE (1.5 and higher).
    This is how I set up my iAS (10.1.2.0.2) EE server
    for both windows and linux clients to access Oracle
    Forms. BTW, Jinitiator has nothing to do with the
    database server. It can be distributed to the
    windows clients as a separate file (executable), or
    it will be downloaded from the iAS EE server when
    the forms services (related forms URL) first
    accessed from the client.
    ope this proves useful.
    Message was edited by:
    zaferaktanZaferaktan,
    I'm not an Oracle person and would like to be able to pass this information on to our database team. Could you list the exact setting in the formsweb.cfg that you set. We currently have an Oracle web application which they have setup to use jinitiator and there are a lot of us who use linux desktops, this sounds like the fix that we need.
    Thanks,
    D. Fincher

  • [SOLVE] Dual Boot Windows and ArchLinux with Syslinux

    Ok, i installed ArchLinux on my laptop with Windows XP (syslinux) and I cannot find get Windows to boot or mount it. I have tried to do what i can to do this but cannot. I Installed XP first like a should and something i think might be needed to know is after i created the partitions scheme (10Gb (boot partition), 50GB (XP), 80GB(was unallocated)). The installation disk formated both 2 partitions in NTFS but i installed XP on the second and Windows reported them as C and D drives. Windows being D. Thought that was bit werid thinking Windows installed the mbr on that partition. When I installed ArchLinux, it did have the boot flag set on 10GB (or C drive).
    Since I installed ArchLinux, I have been unable to find a solution to mounting/booting to Windows. Installed NTFS-3G and that didn't work when i tried mount /dev/sda3 windows and i did created a folder named windows but got ...
    mount: wrong fs type, bad option, bad superblock on /dev/sda3,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so.
    Tried dmesg | tail and got
    [ 76.524133] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 179.468499] ACPI: \_SB_.PCI0.LPC0.ACAD: ACPI_NOTIFY_DEVICE_CHECK event: unsupported
    [ 705.472330] 8139too 0000:02:03.0 enp2s3: link down
    [ 717.380879] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 726.447184] 8139too 0000:02:03.0 enp2s3: link down
    [ 727.596128] ACPI: \_SB_.PCI0.LPC0.ACAD: ACPI_NOTIFY_BUS_CHECK event: unsupported
    [ 732.616138] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 733.848832] 8139too 0000:02:03.0 enp2s3: link down
    [ 834.062062] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 2131.449211] perf samples too long (2534 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
    This is when i run sudo lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 149.1G 0 disk
    |-sda1 8:1 0 9.8G 0 part /boot
    |-sda2 8:2 0 1K 0 part
    |-sda3 8:3 0 53.6G 0 part
    `-sda5 8:5 0 85.7G 0 part /
    sr0 11:0 1 1024M 0 rom
    My syslinux is
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda5 rw
    INITRD ../initramfs-linux.img
    LABEL windows
    MENU LABEL Windows
    COM32 chain.c32
    APPEND hd0 3
    NOTE: chain is in the same directory with syslinux
    I really think Windows got corrupted but not sure. Thought about repairing the mbr on windows and booting to it then reinstall syslinux but really don't want too.
    Thanks in advance
    Last edited by jag-ster (2014-11-27 02:12:12)

    Here is the partition table:
    /dev/sda1 one HUGE linux /boot primary partition (assuming ext4)
    /dev/sda2 "name" of the extended partition
    /dev/sda3 primary Windows partition (assuming NTFS)
    /dev/sda5 logical Linux root partition (assuming ext4)
    /dev/sda1 to /dev/sda4 are either all primary, or three primary and one extended. After /dev/sda4 all partitions are logical. If you're still wondering why is there no /dev/sda4, it's because you have 2 primary and one extended, so /dev/sda4 is reserved for another primary partition.
    Windows problem:
    The /dev/sda1 which Windows named C: is Windows equivalent of linux /boot. When you told linux to place its /boot on /dev/sda1 it formated boot files of Windows. Now you have Windows OS with no kernel. In other words there is no way to boot Windows if you don't reinstall it. Actually there is a way, but you would than screw up Arch.
    Mounting problem:
    You can never mount extended partition, only logical (an extended partition is made of logical partitions). You want to do:
    sudo mount /dev/sda3 -t NTFS-3g -o rw,uid=YourUserName /path/where/you/want/this/partition/mounted
    EDIT:
    Try it this way:
    - Backup all your data
    - Delete every partition
    - Start Windows installation
    - Make only one partition (c:/ for Windows)
    - Let Windows make another partition
    - Make one more so you could have a data partition, which does not need to be formated to reinstall Windows
    - Start Arch installation
    - Get to partitioning
        =Partitioning=
        - /dev/sda4 extended (take the rest of the drive)
        - /dev/sda5 logical /boot 512MiB
        - /dev/sda6 logical /          20GiB
        - /dev/sda7 logical /home (the rest)
    Making a separate /home partition will come in handy when reinstalling Arch (any linux distribution), or switching between distros, because it is the equivalent of D:/ in Windows. Also consider LVM.
    Last edited by bstaletic (2014-02-28 23:25:33)

  • Nouveau problem after update

    I installed the system (latest ISO release), and updated it with "# pacman -Syu" (kernel updated from 2.6.33 to 2.6.34) and rebooted.
    Now, when the booting log is coming to udev, the monitor just is turning off, it doesn't receive any signal, the led is blinking.
    I booted from the CD and blacklisted nouveau in rc.conf, then I could boot the system, here is the log file when it tried nouveau:
    Jul 21 00:40:46 linux shutdown[18098]: shutting down for system reboot
    Jul 21 00:40:46 linux init: Switching to runlevel: 6
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys cpuset
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys cpu
    Jul 21 00:42:19 linux kernel: Linux version 2.6.34-ARCH (tobias@T-POWA-LX) (gcc version 4.5.0 20100610 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 5 22:12:11 CEST 2010
    Jul 21 00:42:19 linux kernel: Command line: cryptdevice=/dev/sdb2:dm_root root=/dev/mapper/dm_root ro
    Jul 21 00:42:19 linux kernel: BIOS-provided physical RAM map:
    Jul 21 00:42:19 linux kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 0000000000100000 - 00000000cff80000 (usable)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000cff80000 - 00000000cff8e000 (ACPI data)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000cff8e000 - 00000000cffe0000 (ACPI NVS)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000cffe0000 - 00000000d0000000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 0000000100000000 - 0000000130000000 (usable)
    Jul 21 00:42:19 linux kernel: NX (Execute Disable) protection: active
    Jul 21 00:42:19 linux kernel: DMI 2.4 present.
    Jul 21 00:42:19 linux kernel: AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    Jul 21 00:42:19 linux kernel: No AGP bridge found
    Jul 21 00:42:19 linux kernel: last_pfn = 0x130000 max_arch_pfn = 0x400000000
    Jul 21 00:42:19 linux kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Jul 21 00:42:19 linux kernel: last_pfn = 0xcff80 max_arch_pfn = 0x400000000
    Jul 21 00:42:19 linux kernel: Scanning 0 areas for low memory corruption
    Jul 21 00:42:19 linux kernel: modified physical RAM map:
    Jul 21 00:42:19 linux kernel: modified: 0000000000000000 - 0000000000010000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 0000000000010000 - 000000000009fc00 (usable)
    Jul 21 00:42:19 linux kernel: modified: 000000000009fc00 - 00000000000a0000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 00000000000e4000 - 0000000000100000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 0000000000100000 - 00000000cff80000 (usable)
    Jul 21 00:42:19 linux kernel: modified: 00000000cff80000 - 00000000cff8e000 (ACPI data)
    Jul 21 00:42:19 linux kernel: modified: 00000000cff8e000 - 00000000cffe0000 (ACPI NVS)
    Jul 21 00:42:19 linux kernel: modified: 00000000cffe0000 - 00000000d0000000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 00000000fee00000 - 00000000fee01000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 00000000fff00000 - 0000000100000000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 0000000100000000 - 0000000130000000 (usable)
    Jul 21 00:42:19 linux kernel: found SMP MP-table at [ffff8800000ff780] ff780
    Jul 21 00:42:19 linux kernel: init_memory_mapping: 0000000000000000-00000000cff80000
    Jul 21 00:42:19 linux kernel: init_memory_mapping: 0000000100000000-0000000130000000
    Jul 21 00:42:19 linux kernel: RAMDISK: 37cb2000 - 37ff0000
    Jul 21 00:42:19 linux kernel: ACPI: RSDP 00000000000fbcc0 00014 (v00 ACPIAM)
    Jul 21 00:42:19 linux kernel: ACPI: RSDT 00000000cff80000 0003C (v01 A_M_I_ OEMRSDT 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: FACP 00000000cff80200 00084 (v02 A_M_I_ OEMFACP 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: DSDT 00000000cff805c0 090B7 (v01 A0753 A0753001 00000001 INTL 20060113)
    Jul 21 00:42:19 linux kernel: ACPI: FACS 00000000cff8e000 00040
    Jul 21 00:42:19 linux kernel: ACPI: APIC 00000000cff80390 0006C (v01 A_M_I_ OEMAPIC 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: MCFG 00000000cff80400 0003C (v01 A_M_I_ OEMMCFG 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: OEMB 00000000cff8e040 00081 (v01 A_M_I_ AMI_OEM 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: HPET 00000000cff89680 00038 (v01 A_M_I_ OEMHPET 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: OSFR 00000000cff896c0 000B0 (v01 A_M_I_ OEMOSFR 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: Zone PFN ranges:
    Jul 21 00:42:19 linux kernel: DMA 0x00000010 -> 0x00001000
    Jul 21 00:42:19 linux kernel: DMA32 0x00001000 -> 0x00100000
    Jul 21 00:42:19 linux kernel: Normal 0x00100000 -> 0x00130000
    Jul 21 00:42:19 linux kernel: Movable zone start PFN for each node
    Jul 21 00:42:19 linux kernel: early_node_map[3] active PFN ranges
    Jul 21 00:42:19 linux kernel: 0: 0x00000010 -> 0x0000009f
    Jul 21 00:42:19 linux kernel: 0: 0x00000100 -> 0x000cff80
    Jul 21 00:42:19 linux kernel: 0: 0x00100000 -> 0x00130000
    Jul 21 00:42:19 linux kernel: ACPI: PM-Timer IO Port: 0x808
    Jul 21 00:42:19 linux kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Jul 21 00:42:19 linux kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Jul 21 00:42:19 linux kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
    Jul 21 00:42:19 linux kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    Jul 21 00:42:19 linux kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Jul 21 00:42:19 linux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Jul 21 00:42:19 linux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Jul 21 00:42:19 linux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Jul 21 00:42:19 linux kernel: Using ACPI (MADT) for SMP configuration information
    Jul 21 00:42:19 linux kernel: ACPI: HPET id: 0xffffffff base: 0xfed00000
    Jul 21 00:42:19 linux kernel: SMP: Allowing 4 CPUs, 2 hotplug CPUs
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000cff80000 - 00000000cff8e000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000cff8e000 - 00000000cffe0000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000cffe0000 - 00000000d0000000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000d0000000 - 00000000fee00000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000fee01000 - 00000000fff00000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
    Jul 21 00:42:19 linux kernel: Allocating PCI resources starting at d0000000 (gap: d0000000:2ee00000)
    Jul 21 00:42:19 linux kernel: Booting paravirtualized kernel on bare hardware
    Jul 21 00:42:19 linux kernel: setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:4 nr_node_ids:1
    Jul 21 00:42:19 linux kernel: PERCPU: Embedded 29 pages/cpu @ffff880001800000 s88232 r8192 d22360 u524288
    Jul 21 00:42:19 linux kernel: pcpu-alloc: s88232 r8192 d22360 u524288 alloc=1*2097152
    Jul 21 00:42:19 linux kernel: pcpu-alloc: [0] 0 1 2 3
    Jul 21 00:42:19 linux kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1031311
    Jul 21 00:42:19 linux kernel: Kernel command line: cryptdevice=/dev/sdb2:dm_root root=/dev/mapper/dm_root ro
    Jul 21 00:42:19 linux kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Jul 21 00:42:19 linux kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Jul 21 00:42:19 linux kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Jul 21 00:42:19 linux kernel: Checking aperture...
    Jul 21 00:42:19 linux kernel: No AGP bridge found
    Jul 21 00:42:19 linux kernel: Subtract (57 early reservations)
    Jul 21 00:42:19 linux kernel: #1 [0001000000 - 00016e1178] TEXT DATA BSS
    Jul 21 00:42:19 linux kernel: #2 [0037cb2000 - 0037ff0000] RAMDISK
    Jul 21 00:42:19 linux kernel: #3 [00016e2000 - 00016e2278] BRK
    Jul 21 00:42:19 linux kernel: #4 [00000ff790 - 0000100000] BIOS reserved
    Jul 21 00:42:19 linux kernel: #5 [00000ff780 - 00000ff790] MP-table mpf
    Jul 21 00:42:19 linux kernel: #6 [000009fc00 - 00000f1530] BIOS reserved
    Jul 21 00:42:19 linux kernel: #7 [00000f169c - 00000ff780] BIOS reserved
    Jul 21 00:42:19 linux kernel: #8 [00000f1530 - 00000f169c] MP-table mpc
    Jul 21 00:42:19 linux kernel: #9 [0000010000 - 0000012000] TRAMPOLINE
    Jul 21 00:42:19 linux kernel: #10 [0000012000 - 0000016000] ACPI WAKEUP
    Jul 21 00:42:19 linux kernel: #11 [0000016000 - 000001a000] PGTABLE
    Jul 21 00:42:19 linux kernel: #12 [000001a000 - 000001b000] PGTABLE
    Jul 21 00:42:19 linux kernel: #13 [00016e2280 - 00016e3280] BOOTMEM
    Jul 21 00:42:19 linux kernel: #14 [000001b000 - 000001b200] BOOTMEM
    Jul 21 00:42:19 linux kernel: #15 [0001ee4000 - 0001ee5000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #16 [0001ee5000 - 0001ee6000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #17 [0002000000 - 0005a00000] MEMMAP 0
    Jul 21 00:42:19 linux kernel: #18 [00016e3280 - 00016fb280] BOOTMEM
    Jul 21 00:42:19 linux kernel: #19 [00016fb280 - 0001713280] BOOTMEM
    Jul 21 00:42:19 linux kernel: #20 [0001713280 - 000172b280] BOOTMEM
    Jul 21 00:42:19 linux kernel: #21 [000172c000 - 000172d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #22 [00016e1180 - 00016e11c1] BOOTMEM
    Jul 21 00:42:19 linux kernel: #23 [00016e1200 - 00016e1243] BOOTMEM
    Jul 21 00:42:19 linux kernel: #24 [00016e1280 - 00016e14e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #25 [00016e1500 - 00016e1568] BOOTMEM
    Jul 21 00:42:19 linux kernel: #26 [00016e1580 - 00016e15e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #27 [00016e1600 - 00016e1668] BOOTMEM
    Jul 21 00:42:19 linux kernel: #28 [00016e1680 - 00016e16e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #29 [00016e1700 - 00016e1768] BOOTMEM
    Jul 21 00:42:19 linux kernel: #30 [00016e1780 - 00016e17e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #31 [00016e1800 - 00016e1868] BOOTMEM
    Jul 21 00:42:19 linux kernel: #32 [00016e1880 - 00016e18e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #33 [00016e1900 - 00016e1968] BOOTMEM
    Jul 21 00:42:19 linux kernel: #34 [00016e1980 - 00016e19e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #35 [00016e1a00 - 00016e1a20] BOOTMEM
    Jul 21 00:42:19 linux kernel: #36 [00016e1a40 - 00016e1a60] BOOTMEM
    Jul 21 00:42:19 linux kernel: #37 [00016e1a80 - 00016e1aba] BOOTMEM
    Jul 21 00:42:19 linux kernel: #38 [00016e1ac0 - 00016e1afa] BOOTMEM
    Jul 21 00:42:19 linux kernel: #39 [0001800000 - 000181d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #40 [0001880000 - 000189d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #41 [0001900000 - 000191d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #42 [0001980000 - 000199d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #43 [00016e1b00 - 00016e1b08] BOOTMEM
    Jul 21 00:42:19 linux kernel: #44 [00016e1b40 - 00016e1b48] BOOTMEM
    Jul 21 00:42:19 linux kernel: #45 [00016e1b80 - 00016e1b90] BOOTMEM
    Jul 21 00:42:19 linux kernel: #46 [00016e1bc0 - 00016e1be0] BOOTMEM
    Jul 21 00:42:19 linux kernel: #47 [00016e1c00 - 00016e1d30] BOOTMEM
    Jul 21 00:42:19 linux kernel: #48 [00016e1d40 - 00016e1d90] BOOTMEM
    Jul 21 00:42:19 linux kernel: #49 [00016e1dc0 - 00016e1e10] BOOTMEM
    Jul 21 00:42:19 linux kernel: #50 [000172d000 - 0001735000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #51 [000199d000 - 0001d9d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #52 [0005a00000 - 0005c00000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #53 [0005c00000 - 0009c00000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #54 [0001735000 - 0001755000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #55 [0001755000 - 0001795000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #56 [000001ba00 - 0000023a00] BOOTMEM
    Jul 21 00:42:19 linux kernel: Memory: 4050632k/4980736k available (3484k kernel code, 787396k absent, 142708k reserved, 1796k data, 480k init)
    Jul 21 00:42:19 linux kernel: SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Jul 21 00:42:19 linux kernel: Hierarchical RCU implementation.
    Jul 21 00:42:19 linux kernel: NR_IRQS:768
    Jul 21 00:42:19 linux kernel: Console: colour VGA+ 80x25
    Jul 21 00:42:19 linux kernel: console [tty0] enabled
    Jul 21 00:42:19 linux kernel: allocated 41943040 bytes of page_cgroup
    Jul 21 00:42:19 linux kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Jul 21 00:42:19 linux kernel: Fast TSC calibration using PIT
    Jul 21 00:42:19 linux kernel: Detected 3005.707 MHz processor.
    Jul 21 00:42:19 linux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6013.88 BogoMIPS (lpj=10019023)
    Jul 21 00:42:19 linux kernel: Security Framework initialized
    Jul 21 00:42:19 linux kernel: Mount-cache hash table entries: 256
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys ns
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys cpuacct
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys memory
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys devices
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys freezer
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys net_cls
    Jul 21 00:42:19 linux kernel: CPU: Physical Processor ID: 0
    Jul 21 00:42:19 linux kernel: CPU: Processor Core ID: 0
    Jul 21 00:42:19 linux kernel: mce: CPU supports 6 MCE banks
    Jul 21 00:42:19 linux kernel: CPU0: Thermal monitoring enabled (TM2)
    Jul 21 00:42:19 linux kernel: using mwait in idle threads.
    Jul 21 00:42:19 linux kernel: Performance Events: Core2 events, Intel PMU driver.
    Jul 21 00:42:19 linux kernel: ... version: 2
    Jul 21 00:42:19 linux kernel: ... bit width: 40
    Jul 21 00:42:19 linux kernel: ... generic registers: 2
    Jul 21 00:42:19 linux kernel: ... value mask: 000000ffffffffff
    Jul 21 00:42:19 linux kernel: ... max period: 000000007fffffff
    Jul 21 00:42:19 linux kernel: ... fixed-purpose events: 3
    Jul 21 00:42:19 linux kernel: ... event mask: 0000000700000003
    Jul 21 00:42:19 linux kernel: ACPI: Core revision 20100121
    Jul 21 00:42:19 linux kernel: Setting APIC routing to flat
    Jul 21 00:42:19 linux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Jul 21 00:42:19 linux kernel: CPU0: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz stepping 06
    Jul 21 00:42:19 linux kernel: Booting Node 0, Processors #1
    Jul 21 00:42:19 linux kernel: Brought up 2 CPUs
    Jul 21 00:42:19 linux kernel: Total of 2 processors activated (12027.40 BogoMIPS).
    Jul 21 00:42:19 linux kernel: devtmpfs: initialized
    Jul 21 00:42:19 linux kernel: NET: Registered protocol family 16
    Jul 21 00:42:19 linux kernel: ACPI: bus type pci registered
    Jul 21 00:42:19 linux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jul 21 00:42:19 linux kernel: PCI: not using MMCONFIG
    Jul 21 00:42:19 linux kernel: PCI: Using configuration type 1 for base access
    Jul 21 00:42:19 linux kernel: bio: create slab <bio-0> at 0
    Jul 21 00:42:19 linux kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Jul 21 00:42:19 linux kernel: ACPI: SSDT 00000000cff8e0d0 001D2 (v01 AMI CPU1PM 00000001 INTL 20060113)
    Jul 21 00:42:19 linux kernel: ACPI: SSDT 00000000cff8e2b0 00143 (v01 AMI CPU2PM 00000001 INTL 20060113)
    Jul 21 00:42:19 linux kernel: ACPI: Interpreter enabled
    Jul 21 00:42:19 linux kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Jul 21 00:42:19 linux kernel: ACPI: Using IOAPIC for interrupt routing
    Jul 21 00:42:19 linux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jul 21 00:42:19 linux kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Jul 21 00:42:19 linux kernel: ACPI: No dock devices found.
    Jul 21 00:42:19 linux kernel: PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    Jul 21 00:42:19 linux kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
    Jul 21 00:42:19 linux kernel: pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
    Jul 21 00:42:19 linux kernel: pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
    Jul 21 00:42:19 linux kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 *14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    Jul 21 00:42:19 linux kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Jul 21 00:42:19 linux kernel: vgaarb: loaded
    Jul 21 00:42:19 linux kernel: PCI: Using ACPI for IRQ routing
    Jul 21 00:42:19 linux kernel: NetLabel: Initializing
    Jul 21 00:42:19 linux kernel: NetLabel: domain hash size = 128
    Jul 21 00:42:19 linux kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Jul 21 00:42:19 linux kernel: NetLabel: unlabeled traffic allowed by default
    Jul 21 00:42:19 linux kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Jul 21 00:42:19 linux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Jul 21 00:42:19 linux kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Jul 21 00:42:19 linux kernel: Switching to clocksource tsc
    Jul 21 00:42:19 linux kernel: pnp: PnP ACPI init
    Jul 21 00:42:19 linux kernel: ACPI: bus type pnp registered
    Jul 21 00:42:19 linux kernel: pnp: PnP ACPI: found 14 devices
    Jul 21 00:42:19 linux kernel: ACPI: ACPI bus type pnp unregistered
    Jul 21 00:42:19 linux kernel: system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:06: [io 0x0290-0x0297] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [io 0x04d0-0x04d1] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [io 0x0800-0x087f] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [io 0x0480-0x04bf] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xfed50000-0xfed8ffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xffa00000-0xffafffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xffe00000-0xffefffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xfff00000-0xfffffffe] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    Jul 21 00:42:19 linux kernel: system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
    Jul 21 00:42:19 linux kernel: system 00:0d: [mem 0x000c0000-0x000cffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved
    Jul 21 00:42:19 linux kernel: system 00:0d: [mem 0x00100000-0xcfffffff] could not be reserved
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf03fffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: BAR 13: assigned [io 0x2000-0x2fff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe9fffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf03fffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: bridge window [mem 0xfeb00000-0xfebfffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: bridge window [mem 0xfea00000-0xfeafffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: PCI bridge to [bus 05-05]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: bridge window [mem disabled]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: bridge window [mem pref disabled]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: enabling device (0106 -> 0107)
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: enabling device (0106 -> 0107)
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: NET: Registered protocol family 2
    Jul 21 00:42:19 linux kernel: IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Jul 21 00:42:19 linux kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    Jul 21 00:42:19 linux kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Jul 21 00:42:19 linux kernel: TCP: Hash tables configured (established 262144 bind 65536)
    Jul 21 00:42:19 linux kernel: TCP reno registered
    Jul 21 00:42:19 linux kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Jul 21 00:42:19 linux kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Jul 21 00:42:19 linux kernel: NET: Registered protocol family 1
    Jul 21 00:42:19 linux kernel: Unpacking initramfs...
    Jul 21 00:42:19 linux kernel: Freeing initrd memory: 3320k freed
    Jul 21 00:42:19 linux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Jul 21 00:42:19 linux kernel: Placing 64MB software IO TLB between ffff880005c00000 - ffff880009c00000
    Jul 21 00:42:19 linux kernel: software IO TLB at phys 0x5c00000 - 0x9c00000
    Jul 21 00:42:19 linux kernel: Scanning for low memory corruption every 60 seconds
    Jul 21 00:42:19 linux kernel: audit: initializing netlink socket (disabled)
    Jul 21 00:42:19 linux kernel: type=2000 audit(1279654888.309:1): initialized
    Jul 21 00:42:19 linux kernel: VFS: Disk quotas dquot_6.5.2
    Jul 21 00:42:19 linux kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Jul 21 00:42:19 linux kernel: msgmni has been set to 7917
    Jul 21 00:42:19 linux kernel: alg: No test for stdrng (krng)
    Jul 21 00:42:19 linux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    Jul 21 00:42:19 linux kernel: io scheduler noop registered
    Jul 21 00:42:19 linux kernel: io scheduler deadline registered
    Jul 21 00:42:19 linux kernel: io scheduler cfq registered (default)
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:01.0: Requesting control of PCIe PME from ACPI BIOS
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:01.0: Failed to receive control of PCIe PME service: no _OSC support
    Jul 21 00:42:19 linux kernel: pcie_pme: probe of 0000:00:01.0:pcie01 failed with error -13
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.0: Requesting control of PCIe PME from ACPI BIOS
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.0: Failed to receive control of PCIe PME service: no _OSC support
    Jul 21 00:42:19 linux kernel: pcie_pme: probe of 0000:00:1c.0:pcie01 failed with error -13
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.4: Requesting control of PCIe PME from ACPI BIOS
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.4: Failed to receive control of PCIe PME service: no _OSC support
    Jul 21 00:42:19 linux kernel: pcie_pme: probe of 0000:00:1c.4:pcie01 failed with error -13
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.5: Requesting control of PCIe PME from ACPI BIOS
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.5: Failed to receive control of PCIe PME service: no _OSC support
    Jul 21 00:42:19 linux kernel: pcie_pme: probe of 0000:00:1c.5:pcie01 failed with error -13
    Jul 21 00:42:19 linux kernel: Linux agpgart interface v0.103
    Jul 21 00:42:19 linux kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Jul 21 00:42:19 linux kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Jul 21 00:42:19 linux kernel: 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Jul 21 00:42:19 linux kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    Jul 21 00:42:19 linux kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    Jul 21 00:42:19 linux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Jul 21 00:42:19 linux kernel: mice: PS/2 mouse device common for all mice
    Jul 21 00:42:19 linux kernel: cpuidle: using governor ladder
    Jul 21 00:42:19 linux kernel: cpuidle: using governor menu
    Jul 21 00:42:19 linux kernel: TCP cubic registered
    Jul 21 00:42:19 linux kernel: NET: Registered protocol family 17
    Jul 21 00:42:19 linux kernel: registered taskstats version 1
    Jul 21 00:42:19 linux kernel: Initalizing network drop monitor service
    Jul 21 00:42:19 linux kernel: Freeing unused kernel memory: 480k freed
    Jul 21 00:42:19 linux kernel: udev: starting version 160
    Jul 21 00:42:19 linux kernel: usbcore: registered new interface driver usbfs
    Jul 21 00:42:19 linux kernel: usbcore: registered new interface driver hub
    Jul 21 00:42:19 linux kernel: usbcore: registered new device driver usb
    Jul 21 00:42:19 linux kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: EHCI Host Controller
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: debug port 1
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00
    Jul 21 00:42:19 linux kernel: SCSI subsystem initialized
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Jul 21 00:42:19 linux kernel: hub 1-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 1-0:1.0: 6 ports detected
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: debug port 1
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800
    Jul 21 00:42:19 linux kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Jul 21 00:42:19 linux kernel: hub 2-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 2-0:1.0: 6 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000b800
    Jul 21 00:42:19 linux kernel: hub 3-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 3-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b880
    Jul 21 00:42:19 linux kernel: hub 4-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 4-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000bc00
    Jul 21 00:42:19 linux kernel: hub 5-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 5-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000b080
    Jul 21 00:42:19 linux kernel: hub 6-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 6-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b400
    Jul 21 00:42:19 linux kernel: hub 7-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 7-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b480
    Jul 21 00:42:19 linux kernel: hub 8-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 8-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: pata_jmicron 0000:03:00.1: enabling device (0000 -> 0001)
    Jul 21 00:42:19 linux kernel: pata_jmicron 0000:03:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Jul 21 00:42:19 linux kernel: scsi0 : pata_jmicron
    Jul 21 00:42:19 linux kernel: scsi1 : pata_jmicron
    Jul 21 00:42:19 linux kernel: ata1: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 17
    Jul 21 00:42:19 linux kernel: ata2: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 17
    Jul 21 00:42:19 linux kernel: ata_piix 0000:00:1f.2: PCI INT B -> GSI 22 (level, low) -> IRQ 22
    Jul 21 00:42:19 linux kernel: ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
    Jul 21 00:42:19 linux kernel: scsi2 : ata_piix
    Jul 21 00:42:19 linux kernel: scsi3 : ata_piix
    Jul 21 00:42:19 linux kernel: ata3: SATA max UDMA/133 cmd 0xa000 ctl 0x9c00 bmdma 0x9480 irq 22
    Jul 21 00:42:19 linux kernel: ata4: SATA max UDMA/133 cmd 0x9880 ctl 0x9800 bmdma 0x9488 irq 22
    Jul 21 00:42:19 linux kernel: ata_piix 0000:00:1f.5: PCI INT B -> GSI 22 (level, low) -> IRQ 22
    Jul 21 00:42:19 linux kernel: ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    Jul 21 00:42:19 linux kernel: scsi4 : ata_piix
    Jul 21 00:42:19 linux kernel: scsi5 : ata_piix
    Jul 21 00:42:19 linux kernel: ata5: SATA max UDMA/133 cmd 0xb000 ctl 0xac00 bmdma 0xa480 irq 22
    Jul 21 00:42:19 linux kernel: ata6: SATA max UDMA/133 cmd 0xa880 ctl 0xa800 bmdma 0xa488 irq 22
    Jul 21 00:42:19 linux kernel: ahci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    Jul 21 00:42:19 linux kernel: ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    Jul 21 00:42:19 linux kernel: scsi6 : ahci
    Jul 21 00:42:19 linux kernel: scsi7 : ahci
    Jul 21 00:42:19 linux kernel: ata7: SATA max UDMA/133 abar m8192@0xfebfe000 port 0xfebfe100 irq 16
    Jul 21 00:42:19 linux kernel: ata8: SATA max UDMA/133 abar m8192@0xfebfe000 port 0xfebfe180 irq 16
    Jul 21 00:42:19 linux kernel: ata4: SATA link down (SStatus 0 SControl 300)
    Jul 21 00:42:19 linux kernel: ata7: SATA link down (SStatus 0 SControl 300)
    Jul 21 00:42:19 linux kernel: ata8: SATA link down (SStatus 0 SControl 300)
    Jul 21 00:42:19 linux kernel: usb 4-1: new low speed USB device using uhci_hcd and address 2
    Jul 21 00:42:19 linux kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Jul 21 00:42:19 linux kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Jul 21 00:42:19 linux kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Jul 21 00:42:19 linux kernel: ata5.00: ATAPI: TSSTcorp CDDVDW SH-S223F, SB03, max UDMA/100
    Jul 21 00:42:19 linux kernel: ata5.00: configured for UDMA/100
    Jul 21 00:42:19 linux kernel: ata3.00: ATA-7: Hitachi HDS721616PLA380, P22OABEA, max UDMA/133
    Jul 21 00:42:19 linux kernel: ata3.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Jul 21 00:42:19 linux kernel: ata3.00: configured for UDMA/133
    Jul 21 00:42:19 linux kernel: scsi 2:0:0:0: Direct-Access ATA Hitachi HDS72161 P22O PQ: 0 ANSI: 5
    Jul 21 00:42:19 linux kernel: scsi 4:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S223F SB03 PQ: 0 ANSI: 5
    Jul 21 00:42:19 linux kernel: ata6.00: ATA-7: ST3500630AS, 3.AAK, max UDMA/133
    Jul 21 00:42:19 linux kernel: ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Jul 21 00:42:19 linux kernel: ata6.00: configured for UDMA/133
    Jul 21 00:42:19 linux kernel: scsi 5:0:0:0: Direct-Access ATA ST3500630AS 3.AA PQ: 0 ANSI: 5
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: [sda] Write Protect is off
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jul 21 00:42:19 linux kernel: sda:
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: [sdb] Write Protect is off
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jul 21 00:42:19 linux kernel: sdb:sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    Jul 21 00:42:19 linux kernel: Uniform CD-ROM driver Revision: 3.20
    Jul 21 00:42:19 linux kernel: sda1 sda2 < sdb1 sdb2 sdb3 sdb4 < sda5 sdb5 sdb6 sda6 >
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: [sda] Attached SCSI disk
    Jul 21 00:42:19 linux kernel: sdb7 sdb8 sdb9 sdb10 sdb11 sdb12 sdb13 sdb14 >
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: [sdb] Attached SCSI disk
    Jul 21 00:42:19 linux kernel: usbcore: registered new interface driver hiddev
    Jul 21 00:42:19 linux kernel: input: Genius Optical Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input0
    Jul 21 00:42:19 linux kernel: generic-usb 0003:0458:003A.0001: input,hidraw0: USB HID v1.10 Mouse [Genius Optical Mouse] on usb-0000:00:1a.1-1/input0
    Jul 21 00:42:19 linux kernel: usbcore: registered new interface driver usbhid
    Jul 21 00:42:19 linux kernel: usbhid: USB HID core driver
    Jul 21 00:42:19 linux kernel: usb 8-1: new low speed USB device using uhci_hcd and address 2
    Jul 21 00:42:19 linux kernel: input: KYE 4D device Ergomedia as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/input/input1
    Jul 21 00:42:19 linux kernel: generic-usb 0003:05D5:8001.0002: input,hidraw1: USB HID v1.10 Keyboard [KYE 4D device Ergomedia] on usb-0000:00:1d.2-1/input0
    Jul 21 00:42:19 linux kernel: input: KYE 4D device Ergomedia as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.1/input/input2
    Jul 21 00:42:19 linux kernel: generic-usb 0003:05D5:8001.0003: input,hidraw2: USB HID v1.10 Device [KYE 4D device Ergomedia] on usb-0000:00:1d.2-1/input1
    Jul 21 00:42:19 linux kernel: device-mapper: uevent: version 1.0.3
    Jul 21 00:42:19 linux kernel: device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
    Jul 21 00:42:19 linux kernel: Intel AES-NI instructions are not detected.
    Jul 21 00:42:19 linux kernel: padlock: VIA PadLock not detected.
    Jul 21 00:42:19 linux kernel: SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    Jul 21 00:42:19 linux kernel: SGI XFS Quota Management subsystem
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-0
    Jul 21 00:42:19 linux kernel: rtc_cmos 00:03: RTC can wake from S4
    Jul 21 00:42:19 linux kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    Jul 21 00:42:19 linux kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Jul 21 00:42:19 linux kernel: udev: starting version 160
    Jul 21 00:42:19 linux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input3
    Jul 21 00:42:19 linux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
    Jul 21 00:42:19 linux kernel: ACPI: Power Button [PWRB]
    Jul 21 00:42:19 linux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    Jul 21 00:42:19 linux kernel: ACPI: Power Button [PWRF]
    Jul 21 00:42:19 linux kernel: iTCO_vendor_support: vendor-support=0
    Jul 21 00:42:19 linux kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    Jul 21 00:42:19 linux kernel: iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0860)
    Jul 21 00:42:19 linux kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Jul 21 00:42:19 linux kernel: i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: ACPI: resource 0000:00:1f.3 [io 0x0400-0x041f] conflicts with ACPI region SMRG [io 0x0400-0x040f 64bit pref]
    Jul 21 00:42:19 linux kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
    Jul 21 00:42:19 linux kernel: sr 4:0:0:0: Attached scsi generic sg1 type 5
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: Attached scsi generic sg2 type 0
    Jul 21 00:42:19 linux kernel: ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
    Jul 21 00:42:19 linux kernel: ne2k-pci 0000:05:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: eth0: [removed]
    Jul 21 00:42:19 linux kernel: atl1 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jul 21 00:42:19 linux kernel: atl1 0000:02:00.0: version 2.1.3
    Jul 21 00:42:19 linux kernel: [drm] Initialized drm 1.1.0 20060810
    Jul 21 00:42:19 linux kernel: nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x094100a1)
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
    Jul 21 00:42:19 linux kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: ... appears to be valid
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: BIT BIOS found
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Bios version 62.94.11.00
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: TMDS table revision 2.0 not currently supported
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02000300 00000028
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000302 00020030
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 04011310 00000028
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00000030
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c0c080
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 2: 0x00000210: type 0x10 idx 2 tag 0xff
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 3: 0x00000211: type 0x11 idx 3 tag 0xff
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 4: 0x00000213: type 0x13 idx 4 tag 0xff
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xCE32
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xD21B
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE176
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xE2A5
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xE4B5
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xE51A
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xE51A: Condition still not met after 20ms, skipping following opcodes
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE26: parsing output script 0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE26: parsing output script 0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xA862: parsing output script 0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM
    Jul 21 00:42:19 linux kernel: hda_codec: ALC883: BIOS auto-probing.
    Jul 21 00:42:19 linux kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
    Jul 21 00:42:19 linux kernel: [TTM] Zone kernel: Available graphics memory: 2027216 kiB.
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    Jul 21 00:42:19 linux kernel: mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Allocating FIFO number 1
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DAC output
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TMDS output
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DAC output
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TMDS output
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TV connector
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: no encoders, ignoring
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: allocated 1440x900 fb: 0x40250000, bo ffff88012beb8000
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE2A: parsing output script 1
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE2B: parsing output script 2
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBCF0: parsing clock script 0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xB3E9: parsing clock script 1
    Jul 21 00:42:19 linux kernel: Console: switching to colour frame buffer device 180x56
    Jul 21 00:42:19 linux kernel: fb0: nouveaufb frame buffer device
    Jul 21 00:42:19 linux kernel: registered panic notifier
    Jul 21 00:42:19 linux kernel: [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem sdb1
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-1
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-3
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-4
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-2
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-5
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-6
    Jul 21 00:42:19 linux kernel: Adding 979928k swap on /dev/mapper/dm_swap. Priority:-1 extents:1 across:979928k
    Jul 21 00:42:19 linux kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
    Jul 21 00:42:19 linux kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    Jul 21 00:42:19 linux kernel: CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
    Jul 21 00:42:19 linux kernel: nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
    Jul 21 00:42:19 linux kernel: sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
    Jul 21 00:42:19 linux init: Entering runlevel: 3
    Jul 21 00:43:17 linux shutdown[3617]: shutting down for system reboot
    Jul 21 00:43:18 linux init: Switching to runlevel: 6
    It was very strange for me, because I had no idea about the KMS thing...
    I thought it must be because I haven't installed x86-video-nouveau, so I installed xorg and x86-video-nouveau, un-blacklisted the nouveau module, but the same error happened. I blacklisted it again, booted. Now when trying "modprobe nouveau" in the fully booted system the monitor still goes the same bad way, reboot, here is the log of that try:
    Jul 21 02:19:36 linux kernel: [drm] Initialized drm 1.1.0 20060810
    Jul 21 02:19:36 linux kernel: nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x094100a1)
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: ... appears to be valid
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: BIT BIOS found
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Bios version 62.94.11.00
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: TMDS table revision 2.0 not currently supported
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02000300 00000028
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000302 00020030
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 04011310 00000028
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00000030
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c0c080
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 2: 0x00000210: type 0x10 idx 2 tag 0xff
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 3: 0x00000211: type 0x11 idx 3 tag 0xff
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 4: 0x00000213: type 0x13 idx 4 tag 0xff
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xCE32
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xD21B
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE176
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xE2A5
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xE4B5
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xE51A
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xE51A: Condition still not met after 20ms, skipping following opcodes
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE26: parsing output script 0
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE26: parsing output script 0
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xA862: parsing output script 0
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM
    Jul 21 02:19:37 linux kernel: [TTM] Zone kernel: Available graphics memory: 2027216 kiB.
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    Jul 21 02:19:37 linux kernel: mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Allocating FIFO number 1
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DAC output
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TMDS output
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DAC output
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TMDS output
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TV connector
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: no encoders, ignoring
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: allocated 1440x900 fb: 0x40250000, bo ffff88012adae000
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE2A: parsing output script 1
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE2B: parsing output script 2
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBCF0: parsing clock script 0
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xB3E9: parsing clock script 1
    Jul 21 02:19:37 linux kernel: Console: switching to colour frame buffer device 180x56
    Jul 21 02:19:37 linux kernel: fb0: nouveaufb frame buffer device
    Jul 21 02:19:37 linux kernel: registered panic notifier
    Jul 21 02:19:37 linux kernel: [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
    I can start xorg with vesa driver now, but would be nice to have nouveau working, here are some config files and other information:
    # cat /boot/grub/menu.lst
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 cryptdevice=/dev/sdb2:dm_root root=/dev/mapper/dm_root ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz26 cryptdevice=/dev/sdb2:dm_root root=/dev/mapper/dm_root ro
    initrd /kernel26-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd1,0)
    #makeactive
    #chainloader +1
    # cat /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", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # 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.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Paris"
    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=(!nouveau)
    # 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="arch-linux"
    # 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
    #Static IP example
    eth0="eth0 192.168.0.1 netmask 255.255.255.252 broadcast 192.168.0.3"
    eth1="eth1 10.0.1.7 netmask 255.255.255.0 broadcast 10.0.1.255"
    INTERFACES=(!eth0 eth1)
    # 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 10.0.1.1"
    ROUTES=(gateway)
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # 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 dbus iptables network netfs crond alsa)
    # pacman -Qs video
    local/libxv 1.0.5-1
    X11 Video extension library
    local/libxxf86vm 1.1.0-1
    X11 XFree86 video mode extension library
    local/videoproto 2.3.0-1
    X11 Video extension wire protocol
    local/xf86-video-nouveau 0.0.16_git20100517-1
    Open Source 3D acceleration driver for nVidia cards (experimental)
    local/xf86-video-vesa 2.3.0-2 (xorg xorg-video-drivers)
    X.org vesa video driver
    local/xf86vidmodeproto 2.3-1
    X11 Video Mode extension wire protocol
    I think the problem is in "TMDS table revision 2.0 not currently supported", I just found that issue in http://nouveau.freedesktop.org/wiki/TroubleShooting.
    As I can understand, there is no more nouveau-drm (I could find one only for LTS kernel) package (to try to update from AUR) and it is injected in the mainline kernel? What can I do now?
    Thank you.
    Last edited by arch_archer (2010-07-21 17:37:38)

    Ooops, I must have accidentally clicked 'Submit' - I didn't mean to post it.
    Try using some more nouveau goodness. I have no idea why nouveau-drm is unavailable atm - it was here yesterday ...
    http://arm.kh.nu/search/index.php?a=32& … ommunity=1 <- this is for 32-bit
    Last edited by karol (2010-07-21 00:01:30)

  • Create document in Background with BAPI_DOCUMENT_CREATE2

    Hi,
    how can i create a document with the BAPI_DOCUMENT_CREATE2 in background (not in dialog)?
    I want to upload the original from my front-end (Path: C:\test.pdf).
    If i use the paramter "pf_http_dest = SAPHTTP", it didn't work.
    I don't want to upload the file from the applicationserver (not SAPHTTPA).
    I am thankful for any solution?
    Thanks in advance.
    Sebastian

    The straight answer is that it doesn't work.
    The only workaround I've used befor is having a shared network folder that both your user and the user running the SAP dialog service have access to. This does work, but you could argue it is a little messy.
    That windows user is probably named SAPservice<SID> on the OS level (or equivalent for Linux).
    Windows Operating System User Settings in an SAP System - SAP NetWeaver Security Guide - SAP Library
    Share a folder and grant both acess. Afterwards you can run the bapi with the network path.
    espen

Maybe you are looking for

  • How can I change the apple id on my ipod

    Hi there, I need to know how I can change my apple id on my ipod without loosing everything. I have set up an apple account. But my ipod won't accept the change. I have tried going through itunes and changing it, and it wouldn't accept the changes ei

  • 10.3.1.3 Bpel Console Problem

    Hi, i have installed the new patch set for upgrading my 10.1.3.1 server to 10.1.3.3.When i try to open my BPELConsole , it gives me the followign error: Oracle BPEL Process Manager Full Cycle An unexpected error has occurred while executing your requ

  • Predictive text (normal vs word suggestions)

    Using a 3120classic I've selected Predictive Text - Word Suggestions. On my previous (non Nokia) device with predictive, when I started entering a long word like 'yesterday' after a few characters it would autocomplete the whole word. I thought that'

  • Pixel edges in Boris Title 3D

    I get pixelation of the edges of everything I make in Boris 3D. They are in exports via quicktime movie or conversion. Also getting lockups occasionally when using Boris 3D and have to Force Quit FCE. 1) Am I right that using default titles in Boris

  • A quick way to set different color for certain items in JList?

    is there a quick way of setting different color for certain items in JList?