Maya on Arch

Hi everyone,
this is my first post on archlinux forum. First of all i must excuse for my poor english. I'm new to this linux distro, i was originally a windows user that switched a couple of years ago to linux (ubuntu). I liked the simplicity of ubuntu but disappointed on many unclared things that now, on arch, looks more clear. I just installed arch with gnome and quite every software i need. I got few problems but now they looks solved except for some problems that haven't been solved from other more experienced users, so i feel quite satisfied
I'm writing here cause i need some help on the commercial software that i use for my work: Maya.
I found something in the forum but nobody talks about the "Howto install maya on arch".
The linux version of maya is shipped in rpm format. On ubuntu i usually converted the files in a deb archive using Alien and then installed with dpkg. I saw that on other distros more similar to arch (like gentoo) users need to extract the rpms and then launch the installer script or copy manually files on the appropriate folder.
This tutorial explains how to install Maya on gentoo, but i don't know if it's a good starting point.
I wrote a guide for installing Maya on ubuntu and i want to do the same for archlinux. Could you help me please?
Thank you very much,
ilbozo

Ok, i did it.
Thank u very much!
It created an usr folder containing aw folder and autodesk folder. I think i'll try to follow the guide linked in first msg. One more thing, i searched csh with pacman and i found scsh and tcsh... what should i choose? Maya depends on it...

Similar Messages

  • Help with maya and Signal 11

    Hi all,
    i managed to install maya on arch 32 bit. Ran it only 1 time and when i rebooted my notebook maya didn't start more!
    When i try to run maya from terminal i receive this msg:
    maya encountered a fatal error
    Signal: 11 (Unknown Signal)
    I googled everywhere but i cannot find any solution. Someone says that i should rename all the libGl.so files in /usr/lib but didn't work.
    Nobody works with maya on arch?
    Thanks
    Bozo

    This is the full output of the maya error:
    //crash name = /usr/tmp/bozo.20071126.0132
    //cut = 200708030042 /engserv/rbuild/210/build/wrk
    //host name = bozo-laptop
    //remote host =
    //release name = 2.6.23-ARCH
    //version = #1 SMP PREEMPT Sun Nov 18 07:43:05 UTC 2007
    //machine name = i686
    //directory = /home/bozo
    //====================================================
    //====================================================
    [0xb7f96420]
    Tscreen::loadXWindowsScreenInfo(Tscreen::TwhichMonitor, Trect&)
    Tscreen::Tscreen(Tscreen::TwhichMonitor)
    TstartupWnd::unStow(Tevent const&)
    /usr/autodesk/maya2008/bin/maya.bin [0x80594d3]
    /usr/autodesk/maya2008/bin/maya.bin [0x8057258]
    /usr/autodesk/maya2008/bin/maya.bin [0x8054e23]
    /usr/autodesk/maya2008/bin/maya.bin [0x80640d6]
    __libc_start_main
    __gxx_personality_v0
    //====================================================
    //Memory usage:
    // 16.241 Mb Free Memory
    // 1052.828 Mb Free Swap
    // 6.517 Mb Heap
    //====================================================

  • New Arch Linux Logo for HP?

    Hi i released   3D Arch Logos and the reaction was... that 2 peoples asked me to this:
    Brutal !!! fresh
    by code933k on: 05/03/2007, 15:16
    code933k code933k
    Home
    It is amazing the effect that you've achieved with arch's logo. I was thinking some days ago if it would be possible to change the unpolished perspective of the official logo at arch's home page.
    I wonder if you hadn't proposed this well proportioned, clear, and good angled image as the new official logo.
    Arch is one of the best distros so you deserve double grats.
    I hope to see more of your artwork soon. I drink to make other people interesting.
    goood fresh
    by spookykid on: 05/04/2007, 3:24
    spookykid spookykid
    Home
    i agree you defenetely should post it in arch forums and see where it goes from there. would you mind posting the source? (original files)spookykidisthinking!
    Here the  thread:
    http://gnome-look.org/usermanager/searc … n=contents
    Here the logo:
    http://www.2blabla.ch/stuff/Linux/Wallp … -color.png
    Question: have the Arch Logo Designer intrest for my  3D logo?

    root_tux_linux wrote:
    I created that pic with cinema 4D on wine...
    and now i change to  blender or alias maya 7.0 ^^
    Btw. Im a noobie in 3D world ^^
    Well, I'm in a similiar situation atm. I used cinema4D a few years ago but stopped mainly because of my switch to linux.
    I didn't want to use c4d under wine (and was unable to start it with recent wine version anyway..) and was kind of scared by blenders UI.
    After reading a few tutorials my fear is gone and I start to enjoy using blender
    Try it out! You'll like it...

  • Has anyone successfully installed RPM on Arch?

    I've read the numerous threads describing how to convert .rpm packages into pkgbuilds. But I'm trying to install Intel's VTune, which apart from being distributed in closed-source rpm packages, is also installed via a series of complicated shell scripts that rely on queries to RPM.
    I've tried installing RPM from the AUR, as well as building it from source, but in both cases I get a series of errors when running it -- mainly that it cannot detect anything on the system, not even /bin/sh. Basically `rpm -q` turns up nothing. I guess I'm probably missing some set-up steps, but I couldn't find any good documentation to help me here.
    Since it's available on the AUR, I figure some people here must've done it successfully. Any tips?

    I created an Arch package for a commercial binary rpm application, you may see it here:
    pkgname=Maya2009
    pkgver=2009.0
    pkgrel=1
    pkgdesc="High-end 3D animation suite."
    arch=('x86_64')
    url="http://www.autodesk.com/maya"
    license=('proprietary')
    depends=('tcsh' 'libjpeg6' 'libgl' 'fam' 'libxp' 'libxpm')
    makedepends=('rpm' 'cpio')
    source=(Maya2009_0_64-2009.0-423.x86_64.rpm \
    postPkg.sh)
    md5sums=('48646ed435722682857b92c5bfa79d02'
    '3072e06e004e273b0e85637fc6d5d7ce')
    build() {
    cd ${pkgdir}
    rpm2cpio ${srcdir}/Maya2009_0_64-2009.0-423.x86_64.rpm > Maya2009.cpio || return 1
    cpio -idmv < Maya2009.cpio || return 1
    rm Maya2009.cpio || return 1
    cp ${srcdir}/postPkg.sh ${pkgdir}/postPkg.sh || return 1
    sh postPkg.sh || return 1
    rm postPkg.sh || return 1
    Basically find out somehow all the dependencies and add them - I knew this already and didn't bother to find a method using rpm or something, then run this to extract the installation scripts from the rpm:
    $ rpm -pq --scripts <PackageName>.rpm > scripts
    Now edit that "scripts" to add/remove whatever necessary, maybe not a very easy task, for example Maya requires a directory called /usr/tmp and some symlinks, I put everything in that file. In a quick and dirty manner, I renamed this file "postPkg.sh" and run if from the build() function in the work dir (some path-related things), but afaik the pacman way is to put them in the "*.install" script to restore the modification when removing the package, and so on.
    Finally build your package with 'makepkg -s', as usual.

  • I made pkgbuilds for Maya 8.5 and 2008 (32 & 64)

    Hello,
    I made these pkgbuilds for my sister to use on our home machines, but figured someone may find them useful. Of course, this assumes you have the official Maya for Linux CD to copy the RPM's from and a license; it just converts Autodesk's stuff into Arch's format.
    Update Mon May 17, 2010: I cleaned up the pkgbuilds for Maya 2008 dramatically, and made them safe to use now that I have a better idea of what I'm doing. I posted the new packages (8.5 and 2008 respectively) to AUR here:
    http://aur.archlinux.org/packages.php?ID=37259
    http://aur.archlinux.org/packages.php?ID=37257
    IMPORTANT: A couple parts of the BELOW (this does NOT apply to the above pkgbuild in AUR) maya.install file may be considered potentially dangerous and you should look it over before running it. Much of this project was done on zero sleep, so you've been warned. That said, it worked on all 3 computers I intended it to (1 i686, 2 x86_64).
    There are 4 packages. Two for maya2008, and two for maya8.5. There's a normal version and split version for each (splits the files identically to the rpm's). I HIGHLY recommend the normal, non-split versions, but everything is there if needed.
    You can find the OLD stuff here [only use if the AUR one doesn't work for you]:
    http://www.mediafire.com/?sharekey=6884 … 49b5870170
    The maya page on the wiki suggests doing ln -s /usr/bin/tcsh /bin/csh after tcsh is installed, but I didn't find this necessary iirc. If you have problems with running it, try the following link.
    http://wiki.archlinux.org/index.php/Maya
    Last edited by FrozenFox (2010-05-17 22:54:17)

    Updated to add libxinerama as a dependency (and re-orphaned). Based on the error, I'm unsure that is the correct course of action, however. As my sister has moved on to a more current version of maya which I don't think has linux support (or if it does, I have no idea where it is), I no longer have the 8.5/2008 cd's to be sure nothing messed up and be sure it works, so it would be appreciated if you could test it or adopt it.
    EDIT: On thinking about it, I don't think that is the correct way to do it, so..
    An extended question for you:
    Apcw appears to be the maya product activation wizard, not the main product. Did you have to install lib32-xinerama or just libxinerama on your x64 to make apcw work? If so, I guess they used a 32 bit activator for the 64 bit program for whatever reason. What happens post-activation with a) both libraries installed  b) neither installed  c) only libxinerama installed d) only lib32-libxinerama installed ?
    I suspect the correct response at this point would be to remove libxinerama as a dependency and put libxinerama or lib32-libxinerama as optdepends (based on architecture) for those who need that to activate it through the wizard.
    Thanks for your time and letting me know.
    Last edited by FrozenFox (2010-08-31 20:44:27)

  • Can't install arch, boot problem?

    I thought that I give Arch a go on my desktop computer after checking that everything works under linux (using ubuntu-live-cd).
    So I downloaded the 64bit netinstall .iso and burned it to a disc. And when I tried to boot the disc I came to a grub prompt. So I thought that something could be wrong with my systemdisk (previously used in raid0 as systemdisk for windows). So I booted the ubuntu-live-cd once again and installed it on the hard drive without any problems. And I put the arch disc back in and tried to boot, but I came to the grub prompt once again. I found a older release (2009.2 64 netinstall) that I've used on my laptop before, so I know that the CD is good. But I came to the grub prompt once again. So then I took the 2009.8 disc and tried to boot my fathers computer with it, and it worked.
    Then I thought I'd give USB-install a go. So I downloaded the 2009.8 64bit netinstall .img file and put it on a USB-drive using unetbootin in ubuntu. I booted the USB-drive and I came to the blue grub windows, then I selected to install archlinux with sata. The info about the kernel comes up, and then it just freezes. So I've come as far as booting the installer, but it freezes right away. I've also tried the 2009.8 64 core .img in case the netinstall was missing some important files.
    I've tried to remove my usb-dac & soundcard if they conflict in some way, but without success. I've tried to remove all but one memorystick without any luck. Everything but my nic on my motherboard is disabled. Sata is set to ACHI in bios.
    My computer:
    Processor: Intel e8400
    Memory: 4x2gb Mushkin Redline
    Graphic card: Nvidia 9400gt
    Soundcard: ESI Maya 44
    USB-Dac: Red Wine Audio Isabellina HPA
    Motherboard: ASUS p5e deluxe (x48 chipsed, marvell nic, IHC 9 sata-controller)
    Hard drive: Corsair p64 SSD
    I can't understand why it won't boot properly when both Ubuntu and OpenSolaris boots just fine from live-cd. The hard drive and the dvd reader are the only sata things that are plugged in.
    Last edited by bredin (2009-10-11 00:37:29)

    Grub is known to make problems on some systems, when used as to boot from CD. You could try using the alternate ISO with the isolinux bootloader. You can find it on your favorite mirror as archlinux-2009.08-netinstall-x86_64-isolinux.iso

  • Connaissez vous un didacticiel pour réaliser des dessins de relevés archéologique d'après photos ?

    connaissez vous un didacticiel pour réaliser des dessins de relevés archéologique d'après photos ?

    Dans ce cas là je pense que ta meilleure option est la structure producteur/consomateur.
    Le principe est simple: tu as deux boucles, la première qui fait l'acquisition et la deuxième l'enregistrement. Le transfert des données de l'une à l'autre est commandé par des évênements.
    Pour voir la structure, tu crées un nouveau vi: New../From Template/Frameworks/Design Pattern/Producer/Consumer Design Pattern (events)
    Après il y a un peu de boulot pour l'adapter à ton projet, mais rien de très compliqué je pense.
    Cordialement,
    Simon D.
    CLA | Certified LabVIEW Architect
    CTA | Certified TestStand Architect

  • The Arch Linux Folding@Home team breaks 3 million points

    The Arch Linux Folding@Home team breaks 3 million points and is ranked 318 out of 81,260 teams.
    http://folding.extremeoverclocking.com/ … s=&t=45032
    Not bad for a team that averages between 20 and 25 active folders!
    Thanks and Congrats to everyone who has folded for Arch.
    Pudge

    alexmat wrote:
    Please post your results, I would be very interested in getting the SMP client setup.
    Also, a nice package wouldn't hurt
    In my case, I run all my folding computers at home, and it's just me and my wife.  So the computers are running in a trusted environment.  As such, I just manually start the client in a Gnome terminal window on desktop #4 and leave my computer logged in all the time.  When I need to log out of my Gnome session, reboot, or stop my computer, I get into Desktop #4 and enter Ctrl-C to stop the client.  This is the simplest way to run the client and works for me.  When you use the client like this, a package isn't necessary.
    Just download the Linux x86-64 only SMP client version 6.0 Beta 1 http://folding.stanford.edu/release/FAH … -Linux.tgz into a folder in your home directory.  Use the tar command to untar the file, and you end up with two files named "fah6" and "mpiexec".  This is the first Linux client that requires a passkey.  Go to http://fah-web.stanford.edu/cgi-bin/getpasskey.py to get a passkey E-mailed to you.  Once you get the passkey, get into your folding directory and as a user enter:
    $ ./fah6  -configonly  -smp
    Answer the questions to configure how your client will run.  If you have never run folding at home before, you need to choose a user name.  Go to http://fah-web.stanford.edu/cgi-bin/mai … =userstats and using the "is exactly" option or the "is like" option enter your chosen user name in the search box and see if someone else is already using that name.  Keep trying user names until you find one not in use.  Enter your user name.  The Arch Linux team number is 45032 so enter that for the team number.  Enter the passkey that Stanford E-mailed you.  I recommend the following for these questions:
    User name [Anonymous]? Your_user_name
    Team Number [0]? 45032
    Passkey []? XXXXXXXXXXXXXXXXXXXXX
    Ask before fetching/sending work (no/yes) [no]? no
    Use proxy (yes/no) [no]? no
    Acceptable size of work assignment and work result packets (bigger units may have large memory demands)
    -- 'small' is <5MB, 'normal' is <10MB, and 'big' is >10MB (small/normal/big) [normal]? big
    Change advanced options (yes/no) [no]? yes
    Core Priority (idle/low) [idle]? idle
    Disable highly optimized assembly code (no/yes) [no]? no
    Interval, in minutes, between checkpoints (3-30) [15]? 15
    Memory, in MB, to indicate (1885 available) [1885]? 1885
    Set -advmethods flag always, requesting new advanced
    scientific cores and/or work units if available (no/yes) [no]? yes
    Ignore any deadline information (mainly useful if
    system clock frequently has errors) (no/yes) [no]? no
    Machine ID (1-16) [1]? 1
    That's it, you are now configured.  Now that it is configured, enter:
    $ ./fah6 -smp
    and you are off and running.  Just remember to use the -smp flag when starting the client, and remember to use Ctrl-C to stop it.
    dmartins wrote:I have noticed that the SMP client works much better on a linux dual core system than it does on a windows system with similar specs.
    I agree totally with that.
    Btw, Pudge: You seem to be way out in front of everyone else in points per day. I was wondering what machines you have churning away. Perhaps a PS3 in the mix? I have read they can pump out some serious GFLOPS.
    No, I don't have a PS3.  Here's what I have churning away.
    Four SMP clients on AMD Athlon 64 X2 Dual Core Processors running Arch 64 bit.
    One SMP client on an AMD Athlon 64 X2 Dual Core Processor running Windows XP
    Three regular clients (non SMP) on AMD Athlon XP single core processors running i686 Arch
    One regular client (non SMP) on an AMD Athlon XP single core processor running Windows XP
    The vast majority of my points come from the 5 SMP clients.  It's absolutely amazing how fast the SMP client can finish the work units!
    If you have a dual core processor, I highly recommend running a single SMP client as opposed to running two regular clients.
    EDIT:  I forgot to mention.  To run the Linux X86_64 SMP client Version 5 beta, you needed some 32 bit libraries loaded.  I just loaded all the 32 bit libraries listed in the installing Flash on Arch64 Wiki and it worked.  When I went to the Linux X86_64 SMP client Version 6 beta 1, I just left the 32 bit libraries in place as I am using them for nspluginwrapper anyway.  So, I have not tested whether the Linux X86_64 SMP client Version 6 beta 1 still needs the 32 bit libraries or not.
    Pudge
    Last edited by Pudge (2007-09-29 04:54:05)

  • Inserção de mais moedas - 8KEM

    Boa tarde
    Poderiam me dar um help?
    Estou num projeto de alteração de moeda e queremos inserir mais moedas na transação 8KEM mas o match code só mostra 2 opções:
    10 u2013 moeda da empresa
    30 u2013 moeda do grupo de empresas
    Procuramos nas configurações e não achamos nenhum lugar onde poderiamos inserir mais moedas.
    Existe a possibilidade de trabalhar com outras moedas que não a 10 e a 30?
    Obrigado pela ajuda
    Abraço
    Arcturus

    Relacionado à NFe
    3.1. NF-e versão 2.0 (pode ser que a SAP gere notas de correção/implementação para tratar este ponto);
    +*Sim, a SAP estara disponibilizando o Sp15 que irá finalizar o processo de comunicacao com o SEFAZ em ambos os formatos, o antigo e o novo, e ja existem algumas notas que devem ser aplicadas para que os novos parametros já sejam enviados ao GRC, inclusive deve ser aplicado o Sp14 , o SP 15 esta previsto para 27 desse mes*+
    3.2. Tratativas dos Ajustes SINIEF 03/2010 (Indicação do CRT - Código de Regime Tributário na NF-e, talvez no DANFE) - prazo: 01/10/2010 e 09/2010 (Obrigatoriedade de envio e recebimento dos Arquivos XML; Emissão NF-e em situação de contingência; Carta de Correção Eletrônica).;
    +*Entendam o seguinte, o envio nao é obrigatorio, vc pode enviar ou DISPONIBILIZAR o xml, entende-se que disponibilizar é caso o cliente solicite vc envie para ele atraves de e-mail ou qualquer midia digital para que ele apresente ou armazene para futuras fiscalizacoes. A SAP possui o processo de B2B que envia o XML via e-mail e recebe tbem via e-mail armazenando em tabelas proprias*+
    3.3. Capa de Lote Eletrônica para o Estado do Amazonas (Protocolo ICMS 90/2010).
    +*Por enquanto isso é uma aprticularidade do Amazonas, provavelmente a SAP nao tera uma solucao para isso no momento ou talves nem exista, vc tera que fazer uma solucao propria por enquanto+*

  • Switching to Arch: Outstanding issue w/ printing

    I've spent the last six months or so switching to Arch and intel (from OS X/Debian and ppc). I did think I was getting there but I've got stuck on some issues which seem small in some ways but are really problematic given the kind of work I need to do. Part of the problem is that I don't know where to start trying to diagnose or solve them.
    I currently have three such issues. One has to do with getting my internal mic to work in usable fashion. The second is to do with the use of external monitors (e.g. for LCD projection). The third is the one which is really, really problematic. When it really matters, I can use one of the university's windows boxes for the mic. And the external monitor is manageable because it works and only causes issues on disconnect. But the third I have no work around for and I'm getting kind of desperate.
    Generally speaking, printing works fine. My machine is set up to use a number of different printers: a Dell networked printer on my home LAN, an HP in my office via USB and another HP via USB in another office I work in. Printing is generally fast and good quality.
    There are two problems. First, printing periodically gets "stuck" and the only way to get it unstuck is to kill all jobs in the queue, disconnect the printer, switch the printer off and then restart, reconnect and reprint everything. Even this is not impossible. I can get everything printed - it is just a question of figuring out what hasn't printed and remembering to recheck everything each time the printer stalls.
    Second, certain documents print so slowly that it is, in practice, impossible to actually print them. I'm not sure what is special about these documents. Usually this happens with PDF files but it is certainly not all PDF files. It affects any which contain graphics but it also affects a lot which do not. Other PDFs print extremely fast.
    For example, I am currently trying to print a PDF version of a paper. The job was sent at 18:42:37 BST. It is now 19:16 BST and it has so far managed to print 6 sides (3 pages). I'm printing it from acroread because it refused to print at all from Okular or the command line. This particular PDF is an older JSTOR file and these often seem to be affected. Recent stuff from JSTOR prints fine but older archives do not.
    pdfinfo for the file gives:
    Producer: iText 2.0.1 (by lowagie.com)
    CreationDate: Tue Dec 4 07:13:41 2007
    ModDate: Tue Dec 4 07:13:41 2007
    Tagged: yes
    Pages: 16
    Encrypted: no
    Page size: 595 x 842 pts (A4)
    File size: 339426 bytes
    Optimized: no
    PDF version: 1.4
    pdffonts:
    name type emb sub uni object ID
    Helvetica Type 1 no no no 134 0
    DRRZGT+Code2000 CID TrueType yes yes yes 135 0
    Times-Roman Type 1 no no no 140 0
    Times-Italic Type 1 no no no 141 0
    Times-Bold Type 1 no no no 6 0
    acroread's properties for the document suggests that the non-embedded fonts are being substituted. For example, Arial MT is being used in place of Helvetica and Times New Roman PS MT is being substituted for Times.
    Here's the command being run from ps:
    hp-LaserJet-1320-series 410 <username> A9ROojFUrV 1 Duplex=DuplexNoTumble finishings=3 noHPBookletBackCover noHPBookletFilter HPBookletPageOrder=Normal HPBookletPageSize=A4 HPBookletScaling=Proportional HPEconoMode=PrinterDefault HPOption_PaperPolicy=PromptUser HPOption_Tray2 noHPOption_Tray3 noHPStraightPaperPath InputSlot=Auto InstalledMemory=16_31MB noManualFeed media=A4 MediaType=Unspecified number-up=1 PageRegion=A4 PageSize=A4 Resolution=1200dpi sides=two-sided-long-edge Smoothing=PrinterDefault job-uuid=urn:uuid:18b2396b-4dca-38bc-561d-a85b5fc4d85d job-originating-host-name=localhost time-at-creation=1336758157 time-at-processing=1336758157 /var/spool/cups/d00410-001
    Any sort of insight or suggestion will be gratefully received and I am more than happy to post further information if somebody tells me what is relevant. I've enabled debugging info in CUPS but I'm not sure what might be of interest and there is a lot of output.
    I'm looking for, ideally, a solution which will allow me to just print (preferably solving both problems but at least the second). A second best outcome would be some sort of work around which would allow me to convert these files or something and then print them. (But convert to what?) Failing either of those, I am definitely interested in knowing what I might read, inspect or experiment with.
    Given that printing other files works just fine, there must be something about how CUPS is handling files with some particular characteristics, mustn't there? I just have no idea which characteristics of the files are relevant or what it is doing. "I didn't manage to read the/your paper because Linux doesn't like older PDFs" just doesn't sound like a good excuse...
    Last edited by cfr (2012-05-11 18:34:07)

    ewaller wrote:@cfr:  Which interface are you using?
    Do you mean am I using cups or something else or do you mean to configure the printers or something else?
    I usually use the web interface to configure the printers for cups. I'm using the "recommended" HP drivers for the HP printers (and I think I'm using a proprietary ppd for the Dell printer from Dell but I use that printer much less than the others and not for printing these sorts of files).
    I see the same problem with an HP LaserJet 1320 and a P3010 series (I think it is a 3015).
    I discovered that if I switch to a gutenprint driver things are better for at least some JSTOR files on the 1320 but I still have issues. For some reason, it doesn't then want to print the last page (no matter how many pages there are) and this driver can only print at 600dpi and has fewer options. The printer is waiting for more data but cups thinks everything has been sent successfully. If I resend the last page to the printer, I then get two copies but one prints much later than the other. I assume this is another way in which something to do with the spooling or the way that cups sends data to the printer is going wrong and maybe connected with why printers get "stuck". Aside from the slowness issue there is definitely something not quite right about the communication between computer and printer. It is as though cups has two speeds: super quick (spools so fast the printer can't keep up); and super slow.
    I've tried printing problematic PDFs from at least Okular, acroread and using lp on the command line.
    I don't understand how the suggestion concerning converting them to png is supposed to work. Do you convert each page to a separate png file? I guess you could script it but it still seems like a convoluted process. (And I assume it rules out double-sided printing.)

  • Issues with Arch, xorg and Asus eee 4G 701

    Hello, this is my first post here
    I installed Arch 2009.02 on my Asus eee 701(4G), the installation went well and the system was up and running within minutes. I configured the wireless card (Atheros) which arch supported out-of-the-box and updated the system with pacman -Syu. Then, I installed the intel driver for the vga of the eee and attempted to configure X.
    The issues started at this point. "Xorg -configure" appeared to work, but when I did "X -config /root/xorg.conf.new" all I could see was the mouse cursor as an X and nothing more. The touchpad didn't respond and nothing worked.
    Then, I tried using "xorgcfg" but even though the screen worked great (I could see the stuff displayed), the system couldn't receive any input from the touchpad and thus the result was just a little bit better than with "Xorg -configure". I tried to reboot and use a USB mouse to see if the cursor responded but to no avail...
    As a last resort, I decided to use the xorg.conf found on the eee page of the archwiki. I downloaded it in my PC, saved it and used wget to move it from my ftp server to the eee. I moved it to /etc/X11/ as xorg.conf and attempted to run "X -config /etc/X11/xorg.conf" to see if it worked. Unfortunately, no result. xorg attempted to start and then quit with the error "Fatal server error:  no screens found".
    That's pretty much it... I have no idea what to do next or why the xorg.conf found in the Arch wiki doesn't work... Any suggestions would be really appreciated...
    Last edited by DreamAxe (2009-02-19 08:23:39)

    I did what you suggested above, but it still fails. Then I studied the log and I found this:
    Parse error on line 10 of section files in file /etc/X11/xorg.conf
    "RgbPath" is not a valid keyboard in this section
    Any suggestions on how to solve this?
    EDIT: OK, the discussion page on the Archwiki helped. All I had to do was remove the  'RgbPath "/usr/share/X11/rgb"' line and xorg worked flawlessly
    Last edited by DreamAxe (2009-02-20 05:03:26)

  • How can I reboot a default install of arch remotely?

    I set up an arch box at school today, and it was the last day of school. I got it all set up the way I wanted, including openssh and the proper entry in rc.conf.
    Imagine my expression when I realized that I forgot to start sshd, and didn't reboot the box.
    I would like a way to use another box at school to reboot the arch box. I removed the default deny all in hosts.deny, and installed some stuff. I didn't reboot the box or start the daemons. Everything I need to start is in rc.conf, so a reboot is all that should be necessary.
    Is there a security hole that I can use in the default install that will allow me to reboot the box?
    School's out for summer break and I can't get back to the server room for a while.

    You will have to use the social conditioning security hole for this one.  Call up the secretary/janitor/security person and ask them to power cycle the box.

  • Dual boot Windows 7 (64) and Arch Linux (64) problems

    Hello:
    I am new to Arch Linux and just finished installing the 64bit on my laptop. It had a prebuilt Windows 7 (64) installed which I kept but split the hdd from 160Gb to 80Gb and 80Gb. I installed Arch there and set 4 partitions, all of them as Logical - a 64 MB ext2 /boot partition; a 512 MB swap partition; a 15 GB root partition; and the rest as my /home partition. My partitions look like this:
    Disk Drive: /dev/sda
    Size: 160041885696 bytes, 160.0 GB
    Heads: 255 Sectors per Track: 63 Cylinders: 19457
    Name Flags Part Type FS Type [Label] Size (MB)
    sda1 Primary Unknown (27) 12889.02
    sda2 Boot Primary NTFS 106.93
    sda3 Primary NTFS [] 73915.11*
    sda5 Logical Linux ext2 65.81*
    sda6 Logical Linux 509.97*
    sda7 Logical Linux ext2 15002.92*
    sda8 Logical Linux ext2 57549.55*
    The install was succesful(this was running from the core install cd) and I installed GRUB to my /boot but when I restarted it loaded Windows 7. I have used Knoppix USB disc to boot and see my Arch Linux install files and edited the /boot/gur/menu.lst file.
    In Windows I installed EasyBCD 1.7.2 and tried to get NeoGrub bootloader working as a dual boot. I tried getting rid of the boot flag for Windows with cfdisk and setting it to my (Logical) sda5. That did not work. So far the only way I have booted into my Arch Linux install has been by going to the Live CD, choosing "Boot from Existing Linux Install" and editing the command files there.
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26.img
    My goal is to get a dual boot working for Windows 7 and Arch Linux 64 and continue installing the Xorg and KDE to Arch. I just don't know what the problem is here. I don't mind reinstalling Arch if something went wrong, but I would like to keep my Windows running in order and add Arch on.
    Any help would be greatly appreciated.

    I ran the LiveCD and chose "Install to MBR hd0". I ended up with this:
    setup hd(0,1)
    Checking if "/boot/grub/stage1" exists.....yes
    Checking if "/boot/grub/iso9660_stage1_5" exists.....yes
    Running "embed /boot/grub/iso9660_stage1_5 (hd0,1)".....failed(this is not fatal)
    Running "embed /boot/grub/iso9660_stage1_5 (hd16)".....failed(this is not fatal)
    Running "install /boot/grub/stage1 d (hd0,1) /boot/grub/stage2 p (hd0,1) boot/grub/menu.lst".....failed
    Error 31: File is not sector aligned
    My entry for Windows into the menu.lst looks like this:
    # (0) Arch Linux x64
    title Arch Linux x64
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/3841273c-d91e-41d6-9dbf-716a15d03a01 ro
    initrd /kernel26.img
    # (1) Arch Linux x64
    title Arch Linux x64 Fallback
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/3841273c-d91e-41d6-9dbf-716a15d03a01 ro
    initrd /kernel26-fallback.img
    # (2) Windows 7
    title Windows 7
    rootnoverify (hd0,0)
    makeactive
    chainloader +1

  • I want to dual boot windows 7 and Arch with an HDD caddy.

    I am thinking of two possiblities with this scenario.  I want to first leave my windows 7 install on the hard drive that came with my laptop, and leave that HDD where it is, but in a few days, i'm getting a caddy so i can switch my optical drive for another HDD, which is going to be a 250gb.  On the 250, i want to experiment with arch, and maybe other linux distros, so i can get a nice feel for linux once again, it's been about 2 years since I've played with it.  What i am hoping to maybe do is switch those hard drives out, if I can get a linux install i feel 100% comfortable with, and running the windows HDD in the caddy, and the linux HDD installed in the motherboard.
    I just have a few questions though.  First, is it possible to boot Arch when it is an HDD caddy? and second, would windows possibly work if i moved that hard drive into the caddy later?

    perpulstuph wrote:First, is it possible to boot Arch when it is an HDD caddy? and second, would windows possibly work if i moved that hard drive into the caddy later?
    Yes, and yes.  Both should be quite easy.
    You should be able to set you BIOS to boot from one or the other - or alternately you can chainload windows from a linux boot loader quite easily (if/when linux is on the drive that the BIOS has selected to boot).

  • [Solucionado] Arch no devuelve la screen despues de una larga

    Hola foro, despues de un tiempo de inactividad Arch es como que a la screen la tiene dormida eternamente, toco el mouse o algunas teclas del teclaado y no hay forma de que vuelva la screen. Los discos estan andando, internet esta andando, dejo la PC como siempre encendida todo el dia.
    Tengo que apagar Arch desde el boton apagar de la PC, y alli si me muestra el shutown, osea, vuelve la screen, pero tarde porque se esta apagando.
    Esto me empezo a pasar hace dos actualizaciones, osea, ya actualize a la ultima, y el problema vien desde la anteultima actualizacion, lo pongo asi porque no recuerdo las versiones.
    Nose si alguno les paso o les pasa, y si pueden darme una mano con este problema, les dejo la salida del comando journalctl -b -l y la salida del comando dmesg.
    journalctl -b -l
    -- Logs begin at mié 2013-12-25 10:22:09 ART, end at dom 2015-04-12 10:23:42 ART. --
    abr 12 10:23:05 Desktop-i7 systemd-journal[191]: Runtime journal is using 8.0M (max allowed 393.2M, trying to leave 589.9M free of 3.8G available → current limit 393.2M).
    abr 12 10:23:05 Desktop-i7 systemd-journal[191]: Permanent journal is using 2.8G (max allowed 3.0G, trying to leave 4.0G free of 13.8G available → current limit 3.0G).
    abr 12 10:23:05 Desktop-i7 systemd-journal[191]: Time spent on flushing to /var is 264.104ms for 2 entries.
    abr 12 10:23:05 Desktop-i7 kernel: Initializing cgroup subsys cpuset
    abr 12 10:23:05 Desktop-i7 kernel: Initializing cgroup subsys cpu
    abr 12 10:23:06 Desktop-i7 kernel: Initializing cgroup subsys cpuacct
    abr 12 10:23:06 Desktop-i7 kernel: Linux version 3.19.3-3-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015
    abr 12 10:23:06 Desktop-i7 kernel: Command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sdd3 rw vga=773 initrd=../initramfs-linux.img
    abr 12 10:23:06 Desktop-i7 kernel: e820: BIOS-provided physical RAM map:
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000095e12fff] usable
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x0000000095e13000-0x0000000095e19fff] ACPI NVS
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x0000000095e1a000-0x0000000096277fff] usable
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x0000000096278000-0x00000000966dcfff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000966dd000-0x00000000b8bb3fff] usable
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000b8bb4000-0x00000000b8dc5fff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000b8dc6000-0x00000000b8de6fff] ACPI data
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000b8de7000-0x00000000b930ffff] ACPI NVS
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000b9310000-0x00000000b9ffefff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000b9fff000-0x00000000b9ffffff] usable
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000bb000000-0x00000000bf1fffff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000023fdfffff] usable
    abr 12 10:23:06 Desktop-i7 kernel: NX (Execute Disable) protection: active
    abr 12 10:23:06 Desktop-i7 kernel: SMBIOS 2.8 present.
    abr 12 10:23:06 Desktop-i7 kernel: DMI: ASUS All Series/Z97-A, BIOS 1204 06/20/2014
    abr 12 10:23:06 Desktop-i7 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    abr 12 10:23:06 Desktop-i7 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    abr 12 10:23:06 Desktop-i7 kernel: AGP: No AGP bridge found
    abr 12 10:23:06 Desktop-i7 kernel: e820: last_pfn = 0x23fe00 max_arch_pfn = 0x400000000
    abr 12 10:23:06 Desktop-i7 kernel: MTRR default type: uncachable
    abr 12 10:23:06 Desktop-i7 kernel: MTRR fixed ranges enabled:
    abr 12 10:23:06 Desktop-i7 kernel: 00000-9FFFF write-back
    abr 12 10:23:06 Desktop-i7 kernel: A0000-BFFFF uncachable
    abr 12 10:23:06 Desktop-i7 kernel: C0000-CFFFF write-protect
    abr 12 10:23:06 Desktop-i7 kernel: D0000-E7FFF uncachable
    abr 12 10:23:06 Desktop-i7 kernel: E8000-FFFFF write-protect
    abr 12 10:23:06 Desktop-i7 kernel: MTRR variable ranges enabled:
    abr 12 10:23:06 Desktop-i7 kernel: 0 base 0000000000 mask 7E00000000 write-back
    abr 12 10:23:06 Desktop-i7 kernel: 1 base 0200000000 mask 7FC0000000 write-back
    abr 12 10:23:06 Desktop-i7 kernel: 2 base 00C0000000 mask 7FC0000000 uncachable
    abr 12 10:23:06 Desktop-i7 kernel: 3 base 00BC000000 mask 7FFC000000 uncachable
    abr 12 10:23:06 Desktop-i7 kernel: 4 base 00BB000000 mask 7FFF000000 uncachable
    abr 12 10:23:06 Desktop-i7 kernel: 5 base 023FE00000 mask 7FFFE00000 uncachable
    abr 12 10:23:06 Desktop-i7 kernel: 6 disabled
    abr 12 10:23:06 Desktop-i7 kernel: 7 disabled
    abr 12 10:23:06 Desktop-i7 kernel: 8 disabled
    abr 12 10:23:06 Desktop-i7 kernel: 9 disabled
    abr 12 10:23:06 Desktop-i7 kernel: PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    abr 12 10:23:06 Desktop-i7 kernel: e820: update [mem 0xbb000000-0xffffffff] usable ==> reserved
    abr 12 10:23:06 Desktop-i7 kernel: e820: last_pfn = 0xba000 max_arch_pfn = 0x400000000
    abr 12 10:23:06 Desktop-i7 kernel: found SMP MP-table at [mem 0x000fd8c0-0x000fd8cf] mapped at [ffff8800000fd8c0]
    abr 12 10:23:06 Desktop-i7 kernel: Scanning 1 areas for low memory corruption
    abr 12 10:23:06 Desktop-i7 kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
    abr 12 10:23:06 Desktop-i7 kernel: Using GB pages for direct mapping
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x00000000-0x000fffff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    abr 12 10:23:06 Desktop-i7 kernel: BRK [0x01b33000, 0x01b33fff] PGTABLE
    abr 12 10:23:06 Desktop-i7 kernel: BRK [0x01b34000, 0x01b34fff] PGTABLE
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x23fc00000-0x23fdfffff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x23fc00000-0x23fdfffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: BRK [0x01b35000, 0x01b35fff] PGTABLE
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x220000000-0x23fbfffff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x220000000-0x23fbfffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x200000000-0x21fffffff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x200000000-0x21fffffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x00100000-0x95e12fff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x00100000-0x001fffff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x00200000-0x3fffffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x40000000-0x7fffffff] page 1G
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x80000000-0x95dfffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x95e00000-0x95e12fff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x95e1a000-0x96277fff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x95e1a000-0x95ffffff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x96000000-0x961fffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x96200000-0x96277fff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: BRK [0x01b36000, 0x01b36fff] PGTABLE
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x966dd000-0xb8bb3fff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x966dd000-0x967fffff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x96800000-0xb89fffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0xb8a00000-0xb8bb3fff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: BRK [0x01b37000, 0x01b37fff] PGTABLE
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0xb9fff000-0xb9ffffff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0xb9fff000-0xb9ffffff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x100000000-0x1ffffffff] page 1G
    abr 12 10:23:06 Desktop-i7 kernel: RAMDISK: [mem 0x7fbe5000-0x7fffffff]
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: Early table checksum verification disabled
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: XSDT 0x00000000B8DCC080 000074 (v01 ALASKA A M I 01072009 AMI 00010013)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: FACP 0x00000000B8DDE7F8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: DSDT 0x00000000B8DCC188 01266D (v02 ALASKA A M I 00000006 INTL 20120711)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: FACS 0x00000000B930FF80 000040
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: APIC 0x00000000B8DDE908 000092 (v03 ALASKA A M I 01072009 AMI 00010013)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: FPDT 0x00000000B8DDE9A0 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: SSDT 0x00000000B8DDE9E8 000BEE (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: SSDT 0x00000000B8DDF5D8 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: SSDT 0x00000000B8DDFB18 000B74 (v01 CpuRef CpuSsdt 00003000 INTL 20051117)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: MCFG 0x00000000B8DE0690 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: HPET 0x00000000B8DE06D0 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: SSDT 0x00000000B8DE0708 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: SSDT 0x00000000B8DE0A78 005B5E (v01 SaSsdt SaSsdt 00003000 INTL 20120711)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: Local APIC address 0xfee00000
    abr 12 10:23:06 Desktop-i7 kernel: No NUMA configuration found
    abr 12 10:23:06 Desktop-i7 kernel: Faking a node at [mem 0x0000000000000000-0x000000023fdfffff]
    abr 12 10:23:06 Desktop-i7 kernel: NODE_DATA(0) allocated [mem 0x23fdf8000-0x23fdfbfff]
    abr 12 10:23:06 Desktop-i7 kernel: [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237400000-ffff88023f3fffff] on node 0
    abr 12 10:23:06 Desktop-i7 kernel: Zone ranges:
    abr 12 10:23:06 Desktop-i7 kernel: DMA [mem 0x00001000-0x00ffffff]
    abr 12 10:23:06 Desktop-i7 kernel: DMA32 [mem 0x01000000-0xffffffff]
    abr 12 10:23:06 Desktop-i7 kernel: Normal [mem 0x100000000-0x23fdfffff]
    abr 12 10:23:06 Desktop-i7 kernel: Movable zone start for each node
    abr 12 10:23:06 Desktop-i7 kernel: Early memory node ranges
    abr 12 10:23:06 Desktop-i7 kernel: node 0: [mem 0x00001000-0x0009cfff]
    abr 12 10:23:06 Desktop-i7 kernel: node 0: [mem 0x00100000-0x95e12fff]
    abr 12 10:23:06 Desktop-i7 kernel: node 0: [mem 0x95e1a000-0x96277fff]
    abr 12 10:23:06 Desktop-i7 kernel: node 0: [mem 0x966dd000-0xb8bb3fff]
    abr 12 10:23:06 Desktop-i7 kernel: node 0: [mem 0xb9fff000-0xb9ffffff]
    abr 12 10:23:06 Desktop-i7 kernel: node 0: [mem 0x100000000-0x23fdfffff]
    abr 12 10:23:06 Desktop-i7 kernel: Initmem setup node 0 [mem 0x00001000-0x23fdfffff]
    abr 12 10:23:06 Desktop-i7 kernel: On node 0 totalpages: 2065637
    abr 12 10:23:06 Desktop-i7 kernel: DMA zone: 64 pages used for memmap
    abr 12 10:23:06 Desktop-i7 kernel: DMA zone: 21 pages reserved
    abr 12 10:23:06 Desktop-i7 kernel: DMA zone: 3996 pages, LIFO batch:0
    abr 12 10:23:06 Desktop-i7 kernel: DMA32 zone: 11742 pages used for memmap
    abr 12 10:23:06 Desktop-i7 kernel: DMA32 zone: 751433 pages, LIFO batch:31
    abr 12 10:23:06 Desktop-i7 kernel: Normal zone: 20472 pages used for memmap
    abr 12 10:23:06 Desktop-i7 kernel: Normal zone: 1310208 pages, LIFO batch:31
    abr 12 10:23:06 Desktop-i7 kernel: Reserving Intel graphics stolen memory at 0xbb200000-0xbf1fffff
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: PM-Timer IO Port: 0x1808
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: Local APIC address 0xfee00000
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    abr 12 10:23:06 Desktop-i7 kernel: IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: IRQ0 used by override.
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: IRQ9 used by override.
    abr 12 10:23:06 Desktop-i7 kernel: Using ACPI (MADT) for SMP configuration information
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
    abr 12 10:23:06 Desktop-i7 kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x95e13000-0x95e19fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x96278000-0x966dcfff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xb8bb4000-0xb8dc5fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xb8dc6000-0xb8de6fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xb8de7000-0xb930ffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xb9310000-0xb9ffefff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xba000000-0xbaffffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xbb000000-0xbf1fffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xbf200000-0xdfffffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    abr 12 10:23:06 Desktop-i7 kernel: e820: [mem 0xbf200000-0xdfffffff] available for PCI devices
    abr 12 10:23:06 Desktop-i7 kernel: Booting paravirtualized kernel on bare hardware
    abr 12 10:23:06 Desktop-i7 kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    abr 12 10:23:06 Desktop-i7 kernel: PERCPU: Embedded 31 pages/cpu @ffff88023fa00000 s86336 r8192 d32448 u262144
    abr 12 10:23:06 Desktop-i7 kernel: pcpu-alloc: s86336 r8192 d32448 u262144 alloc=1*2097152
    abr 12 10:23:06 Desktop-i7 kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    abr 12 10:23:06 Desktop-i7 kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 2033338
    abr 12 10:23:06 Desktop-i7 kernel: Policy zone: Normal
    abr 12 10:23:06 Desktop-i7 kernel: Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sdd3 rw vga=773 initrd=../initramfs-linux.img
    abr 12 10:23:06 Desktop-i7 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    abr 12 10:23:06 Desktop-i7 kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    abr 12 10:23:06 Desktop-i7 kernel: AGP: Checking aperture...
    abr 12 10:23:06 Desktop-i7 kernel: AGP: No AGP bridge found
    abr 12 10:23:06 Desktop-i7 kernel: Calgary: detecting Calgary via BIOS EBDA area
    abr 12 10:23:06 Desktop-i7 kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    abr 12 10:23:06 Desktop-i7 kernel: Memory: 8048372K/8262548K available (5534K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 214176K reserved, 0K cma-reserved)
    abr 12 10:23:06 Desktop-i7 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    abr 12 10:23:06 Desktop-i7 kernel: Preemptible hierarchical RCU implementation.
    abr 12 10:23:06 Desktop-i7 kernel: RCU dyntick-idle grace-period acceleration is enabled.
    abr 12 10:23:06 Desktop-i7 kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    abr 12 10:23:06 Desktop-i7 kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    abr 12 10:23:06 Desktop-i7 kernel: NR_IRQS:8448 nr_irqs:488 16
    abr 12 10:23:06 Desktop-i7 kernel: Console: colour dummy device 80x25
    abr 12 10:23:06 Desktop-i7 kernel: console [tty0] enabled
    abr 12 10:23:06 Desktop-i7 kernel: hpet clockevent registered
    abr 12 10:23:06 Desktop-i7 kernel: tsc: Fast TSC calibration using PIT
    abr 12 10:23:06 Desktop-i7 kernel: spurious 8259A interrupt: IRQ7.
    abr 12 10:23:06 Desktop-i7 kernel: tsc: Detected 3597.681 MHz processor
    abr 12 10:23:06 Desktop-i7 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7198.16 BogoMIPS (lpj=11992270)
    abr 12 10:23:06 Desktop-i7 kernel: pid_max: default: 32768 minimum: 301
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: Core revision 20141107
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: All ACPI Tables successfully acquired
    abr 12 10:23:06 Desktop-i7 kernel: Security Framework initialized
    abr 12 10:23:06 Desktop-i7 kernel: Yama: becoming mindful.
    abr 12 10:23:06 Desktop-i7 kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    abr 12 10:23:06 Desktop-i7 kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    abr 12 10:23:06 Desktop-i7 kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    abr 12 10:23:06 Desktop-i7 kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    abr 12 10:23:06 Desktop-i7 kernel: Initializing cgroup subsys memory
    abr 12 10:23:06 Desktop-i7 kernel: Initializing cgroup subsys devices
    abr 12 10:23:06 Desktop-i7 kernel: Initializing cgroup subsys freezer
    abr 12 10:23:06 Desktop-i7 kernel: Initializing cgroup subsys net_cls
    abr 12 10:23:06 Desktop-i7 kernel: Initializing cgroup subsys blkio
    abr 12 10:23:07 Desktop-i7 kernel: CPU: Physical Processor ID: 0
    abr 12 10:23:07 Desktop-i7 kernel: CPU: Processor Core ID: 0
    abr 12 10:23:07 Desktop-i7 kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    abr 12 10:23:07 Desktop-i7 kernel: mce: CPU supports 9 MCE banks
    abr 12 10:23:07 Desktop-i7 kernel: CPU0: Thermal monitoring enabled (TM1)
    abr 12 10:23:07 Desktop-i7 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    abr 12 10:23:07 Desktop-i7 kernel: Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
    abr 12 10:23:07 Desktop-i7 kernel: ftrace: allocating 21171 entries in 83 pages
    abr 12 10:23:07 Desktop-i7 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    abr 12 10:23:07 Desktop-i7 kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (fam: 06, model: 3c, stepping: 03)
    abr 12 10:23:07 Desktop-i7 kernel: TSC deadline timer enabled
    abr 12 10:23:07 Desktop-i7 kernel: Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    abr 12 10:23:07 Desktop-i7 kernel: ... version: 3
    abr 12 10:23:07 Desktop-i7 kernel: ... bit width: 48
    abr 12 10:23:07 Desktop-i7 kernel: ... generic registers: 4
    abr 12 10:23:07 Desktop-i7 kernel: ... value mask: 0000ffffffffffff
    abr 12 10:23:07 Desktop-i7 kernel: ... max period: 0000ffffffffffff
    abr 12 10:23:07 Desktop-i7 kernel: ... fixed-purpose events: 3
    abr 12 10:23:07 Desktop-i7 kernel: ... event mask: 000000070000000f
    abr 12 10:23:07 Desktop-i7 kernel: x86: Booting SMP configuration:
    abr 12 10:23:07 Desktop-i7 kernel: .... node #0, CPUs: #1
    abr 12 10:23:07 Desktop-i7 kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    abr 12 10:23:07 Desktop-i7 kernel: #2 #3 #4 #5 #6 #7
    abr 12 10:23:07 Desktop-i7 kernel: x86: Booted up 1 node, 8 CPUs
    abr 12 10:23:07 Desktop-i7 kernel: smpboot: Total of 8 processors activated (57585.35 BogoMIPS)
    abr 12 10:23:07 Desktop-i7 kernel: devtmpfs: initialized
    abr 12 10:23:07 Desktop-i7 kernel: PM: Registering ACPI NVS region [mem 0x95e13000-0x95e19fff] (28672 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: PM: Registering ACPI NVS region [mem 0xb8de7000-0xb930ffff] (5410816 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: pinctrl core: initialized pinctrl subsystem
    abr 12 10:23:07 Desktop-i7 kernel: RTC time: 10:23:00, date: 04/12/15
    abr 12 10:23:07 Desktop-i7 kernel: NET: Registered protocol family 16
    abr 12 10:23:07 Desktop-i7 kernel: cpuidle: using governor ladder
    abr 12 10:23:07 Desktop-i7 kernel: cpuidle: using governor menu
    abr 12 10:23:07 Desktop-i7 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: bus type PCI registered
    abr 12 10:23:07 Desktop-i7 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    abr 12 10:23:07 Desktop-i7 kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    abr 12 10:23:07 Desktop-i7 kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    abr 12 10:23:07 Desktop-i7 kernel: PCI: Using configuration type 1 for base access
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Added _OSI(Module Device)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Added _OSI(Processor Device)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Added _OSI(Processor Aggregator Device)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Executed 13 blocks of module-level executable AML code
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Dynamic OEM Table Load:
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: SSDT 0xFFFF880235EEA800 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Dynamic OEM Table Load:
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: SSDT 0xFFFF880235E3A000 0005AA (v01 PmRef ApIst 00003000 INTL 20051117)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Dynamic OEM Table Load:
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: SSDT 0xFFFF880235EE1C00 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Interpreter enabled
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: (supports S0 S3 S4 S5)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Using IOAPIC for interrupt routing
    abr 12 10:23:07 Desktop-i7 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [PG00] (on)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [PG01] (on)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [PG02] (on)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [FN00] (off)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [FN01] (off)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [FN02] (off)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [FN03] (off)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [FN04] (off)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    abr 12 10:23:07 Desktop-i7 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    abr 12 10:23:07 Desktop-i7 kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    abr 12 10:23:07 Desktop-i7 kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    abr 12 10:23:07 Desktop-i7 kernel: PCI host bridge to bus 0000:00
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0xbf200000-0xfeafffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:02.0: reg 0x10: [mem 0xdf800000-0xdfbfffff 64bit]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:03.0: reg 0x10: [mem 0xdfc34000-0xdfc37fff 64bit]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:14.0: [8086:8cb1] type 00 class 0x0c0330
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdfc20000-0xdfc2ffff 64bit]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:16.0: [8086:8cba] type 00 class 0x078000
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdfc3e000-0xdfc3e00f 64bit]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:19.0: [8086:15a1] type 00 class 0x020000
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:19.0: reg 0x10: [mem 0xdfc00000-0xdfc1ffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:19.0: reg 0x14: [mem 0xdfc3c000-0xdfc3cfff]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:19.0: reg 0x18: [io 0xf080-0xf09f]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:19.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1a.0: [8086:8cad] type 00 class 0x0c0320
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xdfc3b000-0xdfc3b3ff]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1b.0: [8086:8ca0] type 00 class 0x040300
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xdfc30000-0xdfc33fff 64bit]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.0: [8086:8c90] type 01 class 0x060400
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: [8086:244e] type 01 class 0x060401
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1d.0: [8086:8ca6] type 00 class 0x0c0320
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xdfc3a000-0xdfc3a3ff]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.0: [8086:8cc4] type 00 class 0x060100
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: [8086:8c82] type 00 class 0x010601
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf0d0-0xf0d7]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf0c0-0xf0c3]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf0b0-0xf0b7]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf0a0-0xf0a3]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xdfc39000-0xdfc397ff]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: PME# supported from D3hot
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.3: [8086:8ca2] type 00 class 0x0c0500
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdfc38000-0xdfc380ff 64bit]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    abr 12 10:23:07 Desktop-i7 kernel: acpiphp: Slot [1] registered
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: [1b21:1080] type 01 class 0x060401
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: PCI bridge to [bus 03-04] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [io 0x0d00-0xffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0xbf200000-0xfeafffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: PCI bridge to [bus 04] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0xbf200000-0xfeafffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 *6 7 10 11 12 14 15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 *14 15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
    abr 12 10:23:07 Desktop-i7 kernel: ACPI : EC: GPE = 0x1e, I/O: command/status = 0x66, data = 0x62
    abr 12 10:23:07 Desktop-i7 kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
    abr 12 10:23:07 Desktop-i7 kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    abr 12 10:23:07 Desktop-i7 kernel: vgaarb: loaded
    abr 12 10:23:07 Desktop-i7 kernel: vgaarb: bridge control possible 0000:00:02.0
    abr 12 10:23:07 Desktop-i7 kernel: PCI: Using ACPI for IRQ routing
    abr 12 10:23:07 Desktop-i7 kernel: PCI: pci_cache_line_size set to 64 bytes
    abr 12 10:23:07 Desktop-i7 kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    abr 12 10:23:07 Desktop-i7 kernel: e820: reserve RAM buffer [mem 0x95e13000-0x97ffffff]
    abr 12 10:23:07 Desktop-i7 kernel: e820: reserve RAM buffer [mem 0x96278000-0x97ffffff]
    abr 12 10:23:07 Desktop-i7 kernel: e820: reserve RAM buffer [mem 0xb8bb4000-0xbbffffff]
    abr 12 10:23:07 Desktop-i7 kernel: e820: reserve RAM buffer [mem 0xba000000-0xbbffffff]
    abr 12 10:23:07 Desktop-i7 kernel: e820: reserve RAM buffer [mem 0x23fe00000-0x23fffffff]
    abr 12 10:23:07 Desktop-i7 kernel: NetLabel: Initializing
    abr 12 10:23:07 Desktop-i7 kernel: NetLabel: domain hash size = 128
    abr 12 10:23:07 Desktop-i7 kernel: NetLabel: protocols = UNLABELED CIPSOv4
    abr 12 10:23:07 Desktop-i7 kernel: NetLabel: unlabeled traffic allowed by default
    abr 12 10:23:07 Desktop-i7 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    abr 12 10:23:07 Desktop-i7 kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    abr 12 10:23:07 Desktop-i7 kernel: Switched to clocksource hpet
    abr 12 10:23:07 Desktop-i7 kernel: pnp: PnP ACPI init
    abr 12 10:23:07 Desktop-i7 kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    abr 12 10:23:07 Desktop-i7 kernel: system 00:01: [io 0x0800-0x087f] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    abr 12 10:23:07 Desktop-i7 kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    abr 12 10:23:07 Desktop-i7 kernel: system 00:03: [io 0x1854-0x1857] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    abr 12 10:23:07 Desktop-i7 kernel: system 00:04: [io 0x0290-0x029f] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:04: [io 0x02a0-0x02af] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:04: [io 0x0a00-0x0aff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    abr 12 10:23:07 Desktop-i7 kernel: system 00:05: [io 0x04d0-0x04d1] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    abr 12 10:23:07 Desktop-i7 kernel: pnp 00:06: [dma 0 disabled]
    abr 12 10:23:07 Desktop-i7 kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xdffe0000-0xdffeffff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    abr 12 10:23:07 Desktop-i7 kernel: pnp: PnP ACPI: found 8 devices
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: PCI bridge to [bus 03-04]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 13 [mem 0xbf200000-0xfeafffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000d3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 8 [mem 0x000d4000-0x000d7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 9 [mem 0x000d8000-0x000dbfff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 10 [mem 0x000dc000-0x000dffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 11 [mem 0x000e0000-0x000e3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 12 [mem 0x000e4000-0x000e7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 13 [mem 0xbf200000-0xfeafffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 11 [mem 0x000e0000-0x000e3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 12 [mem 0x000e4000-0x000e7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 13 [mem 0xbf200000-0xfeafffff]
    abr 12 10:23:07 Desktop-i7 kernel: NET: Registered protocol family 2
    abr 12 10:23:07 Desktop-i7 kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: TCP: Hash tables configured (established 65536 bind 65536)
    abr 12 10:23:07 Desktop-i7 kernel: TCP: reno registered
    abr 12 10:23:07 Desktop-i7 kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: NET: Registered protocol family 1
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:02.0: Video device with shadowed ROM
    abr 12 10:23:07 Desktop-i7 kernel: PCI: CLS 64 bytes, default 64
    abr 12 10:23:07 Desktop-i7 kernel: Unpacking initramfs...
    abr 12 10:23:07 Desktop-i7 kernel: Freeing initrd memory: 4204K (ffff88007fbe5000 - ffff880080000000)
    abr 12 10:23:07 Desktop-i7 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    abr 12 10:23:07 Desktop-i7 kernel: software IO TLB [mem 0xb4bb4000-0xb8bb4000] (64MB) mapped at [ffff8800b4bb4000-ffff8800b8bb3fff]
    abr 12 10:23:07 Desktop-i7 kernel: RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU4 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU5 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU6 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU7 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    abr 12 10:23:07 Desktop-i7 kernel: Scanning for low memory corruption every 60 seconds
    abr 12 10:23:07 Desktop-i7 kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: Initialise system trusted keyring
    abr 12 10:23:07 Desktop-i7 kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    abr 12 10:23:07 Desktop-i7 kernel: zpool: loaded
    abr 12 10:23:07 Desktop-i7 kernel: zbud: loaded
    abr 12 10:23:07 Desktop-i7 kernel: VFS: Disk quotas dquot_6.5.2
    abr 12 10:23:07 Desktop-i7 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: Key type big_key registered
    abr 12 10:23:07 Desktop-i7 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    abr 12 10:23:07 Desktop-i7 kernel: io scheduler noop registered
    abr 12 10:23:07 Desktop-i7 kernel: io scheduler deadline registered
    abr 12 10:23:07 Desktop-i7 kernel: io scheduler cfq registered (default)
    abr 12 10:23:07 Desktop-i7 kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    abr 12 10:23:07 Desktop-i7 kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    abr 12 10:23:07 Desktop-i7 kernel: vesafb: mode is 1024x768x8, linelength=1024, pages=84
    abr 12 10:23:07 Desktop-i7 kernel: vesafb: scrolling: redraw
    abr 12 10:23:07 Desktop-i7 kernel: vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
    abr 12 10:23:07 Desktop-i7 kernel: vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010e80000, using 1536k, total 65472k
    abr 12 10:23:07 Desktop-i7 kernel: Console: switching to colour frame buffer device 128x48
    abr 12 10:23:07 Desktop-i7 kernel: fb0: VESA VGA frame buffer device
    abr 12 10:23:07 Desktop-i7 kernel: intel_idle: MWAIT substates: 0x42120
    abr 12 10:23:07 Desktop-i7 kernel: intel_idle: v0.4 model 0x3C
    abr 12 10:23:07 Desktop-i7 kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    abr 12 10:23:07 Desktop-i7 kernel: GHES: HEST is not enabled!
    abr 12 10:23:07 Desktop-i7 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    abr 12 10:23:07 Desktop-i7 kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    abr 12 10:23:07 Desktop-i7 kernel: Linux agpgart interface v0.103
    abr 12 10:23:07 Desktop-i7 kernel: rtc_cmos 00:02: RTC can wake from S4
    abr 12 10:23:07 Desktop-i7 kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    abr 12 10:23:07 Desktop-i7 kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    abr 12 10:23:07 Desktop-i7 kernel: Intel P-state driver initializing.
    abr 12 10:23:07 Desktop-i7 kernel: ledtrig-cpu: registered to indicate activity on CPUs
    abr 12 10:23:07 Desktop-i7 kernel: TCP: cubic registered
    abr 12 10:23:07 Desktop-i7 kernel: NET: Registered protocol family 10
    abr 12 10:23:07 Desktop-i7 kernel: NET: Registered protocol family 17
    abr 12 10:23:07 Desktop-i7 kernel: Loading compiled-in X.509 certificates
    abr 12 10:23:07 Desktop-i7 kernel: registered taskstats version 1
    abr 12 10:23:07 Desktop-i7 kernel: Magic number: 11:769:375
    abr 12 10:23:07 Desktop-i7 kernel: rtc_cmos 00:02: setting system clock to 2015-04-12 10:23:00 UTC (1428834180)
    abr 12 10:23:07 Desktop-i7 kernel: PM: Hibernation image not present or could not be loaded.
    abr 12 10:23:07 Desktop-i7 kernel: Freeing unused kernel memory: 1164K (ffffffff818e7000 - ffffffff81a0a000)
    abr 12 10:23:07 Desktop-i7 kernel: Write protecting the kernel read-only data: 8192k
    abr 12 10:23:07 Desktop-i7 kernel: Freeing unused kernel memory: 600K (ffff88000156a000 - ffff880001600000)
    abr 12 10:23:07 Desktop-i7 kernel: Freeing unused kernel memory: 304K (ffff8800017b4000 - ffff880001800000)
    abr 12 10:23:07 Desktop-i7 kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
    abr 12 10:23:07 Desktop-i7 kernel: [drm] Initialized drm 1.1.0 20060810
    abr 12 10:23:07 Desktop-i7 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Button [PWRB]
    abr 12 10:23:07 Desktop-i7 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Button [PWRF]
    abr 12 10:23:07 Desktop-i7 kernel: [drm] Memory usable by graphics device = 2048M
    abr 12 10:23:07 Desktop-i7 kernel: checking generic (c0000000 3ff0000) vs hw (c0000000 10000000)
    abr 12 10:23:07 Desktop-i7 kernel: fb: switching to inteldrmfb from VESA VGA
    abr 12 10:23:07 Desktop-i7 kernel: Console: switching to colour dummy device 80x25
    abr 12 10:23:07 Desktop-i7 kernel: [drm] Replacing VGA console driver
    abr 12 10:23:07 Desktop-i7 kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    abr 12 10:23:07 Desktop-i7 kernel: [drm] Driver supports precise vblank timestamp query.
    abr 12 10:23:07 Desktop-i7 kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    abr 12 10:23:07 Desktop-i7 kernel: acpi device:16: registered as cooling_device0
    abr 12 10:23:07 Desktop-i7 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
    abr 12 10:23:07 Desktop-i7 kernel: [drm] Initialized i915 1.6.0 20141121 for 0000:00:02.0 on minor 0
    abr 12 10:23:07 Desktop-i7 kernel: fbcon: inteldrmfb (fb0) is primary device
    abr 12 10:23:07 Desktop-i7 kernel: Console: switching to colour frame buffer device 240x67
    abr 12 10:23:07 Desktop-i7 kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    abr 12 10:23:07 Desktop-i7 kernel: i915 0000:00:02.0: registered panic notifier
    abr 12 10:23:07 Desktop-i7 kernel: sdhci: Secure Digital Host Controller Interface driver
    abr 12 10:23:07 Desktop-i7 kernel: sdhci: Copyright(c) Pierre Ossman
    abr 12 10:23:07 Desktop-i7 kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
    abr 12 10:23:07 Desktop-i7 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    abr 12 10:23:07 Desktop-i7 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: bus type USB registered
    abr 12 10:23:07 Desktop-i7 kernel: usbcore: registered new interface driver usbfs
    abr 12 10:23:07 Desktop-i7 kernel: usbcore: registered new interface driver hub
    abr 12 10:23:07 Desktop-i7 kernel: usbcore: registered new device driver usb
    abr 12 10:23:07 Desktop-i7 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci: EHCI PCI platform driver
    abr 12 10:23:07 Desktop-i7 kernel: SCSI subsystem initialized
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1a.0: debug port 2
    abr 12 10:23:07 Desktop-i7 kernel: libata version 3.00 loaded.
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xdfc3b000
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    abr 12 10:23:07 Desktop-i7 kernel: hub 1-0:1.0: USB hub found
    abr 12 10:23:07 Desktop-i7 kernel: hub 1-0:1.0: 2 ports detected
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1d.0: debug port 2
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xdfc3a000
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    abr 12 10:23:07 Desktop-i7 kernel: hub 2-0:1.0: USB hub found
    abr 12 10:23:07 Desktop-i7 kernel: hub 2-0:1.0: 2 ports detected
    abr 12 10:23:07 Desktop-i7 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    abr 12 10:23:07 Desktop-i7 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    abr 12 10:23:07 Desktop-i7 kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    abr 12 10:23:07 Desktop-i7 kernel: hub 3-0:1.0: USB hub found
    abr 12 10:23:07 Desktop-i7 kernel: hub 3-0:1.0: 14 ports detected
    abr 12 10:23:07 Desktop-i7 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    abr 12 10:23:07 Desktop-i7 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    abr 12 10:23:07 Desktop-i7 kernel: hub 4-0:1.0: USB hub found
    abr 12 10:23:07 Desktop-i7 kernel: hub 4-0:1.0: 6 ports detected
    abr 12 10:23:07 Desktop-i7 kernel: ahci 0000:00:1f.2: version 3.0
    abr 12 10:23:07 Desktop-i7 kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3e impl SATA mode
    abr 12 10:23:07 Desktop-i7 kernel: ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst
    abr 12 10:23:07 Desktop-i7 kernel: scsi host0: ahci
    abr 12 10:23:07 Desktop-i7 kernel: scsi host1: ahci
    abr 12 10:23:07 Desktop-i7 kernel: scsi host2: ahci
    abr 12 10:23:07 Desktop-i7 kernel: scsi host3: ahci
    abr 12 10:23:07 Desktop-i7 kernel: scsi host4: ahci
    abr 12 10:23:07 Desktop-i7 kernel: scsi host5: ahci
    abr 12 10:23:07 Desktop-i7 kernel: ata1: DUMMY
    abr 12 10:23:07 Desktop-i7 kernel: ata2: SATA max UDMA/133 abar m2048@0xdfc39000 port 0xdfc39180 irq 27
    abr 12 10:23:07 Desktop-i7 kernel: ata3: SATA max UDMA/133 abar m2048@0xdfc39000 port 0xdfc39200 irq 27
    abr 12 10:23:07 Desktop-i7 kernel: ata4: SATA max UDMA/133 abar m2048@0xdfc39000 port 0xdfc39280 irq 27
    abr 12 10:23:07 Desktop-i7 kernel: ata5: SATA max UDMA/133 abar m2048@0xdfc39000 port 0xdfc39300 irq 27
    abr 12 10:23:07 Desktop-i7 kernel: ata6: SATA max UDMA/133 abar m2048@0xdfc39000 port 0xdfc39380 irq 27
    abr 12 10:23:07 Desktop-i7 kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
    abr 12 10:23:07 Desktop-i7 kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
    abr 12 10:23:07 Desktop-i7 kernel: ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    abr 12 10:23:07 Desktop-i7 kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    abr 12 10:23:07 Desktop-i7 kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    abr 12 10:23:07 Desktop-i7 kernel: ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    abr 12 10:23:07 Desktop-i7 kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    abr 12 10:23:07 Desktop-i7 kernel: ata3.00: ATA-9: WDC WD10EZEX-08M2NA0, 01.01A01, max UDMA/100
    abr 12 10:23:07 Desktop-i7 kernel: ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20141107/psargs-359)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT4._GTF] (Node ffff8802370e3938), AE_NOT_FOUND (20141107/psparse-536)
    abr 12 10:23:07 Desktop-i7 kernel: ata3.00: configured for UDMA/100
    abr 12 10:23:07 Desktop-i7 kernel: ata4.00: ATA-8: ST3500320AS, SD1A, max UDMA/133
    abr 12 10:23:07 Desktop-i7 kernel: ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20141107/psargs-359)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT5._GTF] (Node ffff8802370e39b0), AE_NOT_FOUND (20141107/psparse-536)
    abr 12 10:23:07 Desktop-i7 kernel: ata6.00: ATAPI: Optiarc DVD RW AD-7260S, 1.03, max UDMA/100
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20141107/psargs-359)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT5._GTF] (Node ffff8802370e39b0), AE_NOT_FOUND (20141107/psparse-536)
    abr 12 10:23:07 Desktop-i7 kernel: ata6.00: configured for UDMA/100
    abr 12 10:23:07 Desktop-i7 kernel: ata4.00: configured for UDMA/133
    abr 12 10:23:07 Desktop-i7 kernel: ata2.00: ATA-8: SAMSUNG HD103SJ, 1AJ10001, max UDMA/133
    abr 12 10:23:07 Desktop-i7 kernel: ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    abr 12 10:23:07 Desktop-i7 kernel: ata2.00: configured for UDMA/133
    abr 12 10:23:07 Desktop-i7 kernel: scsi 1:0:0:0: Direct-Access ATA SAMSUNG HD103SJ 0001 PQ: 0 ANSI: 5
    abr 12 10:23:07 Desktop-i7 kernel: scsi 2:0:0:0: Direct-Access ATA WDC WD10EZEX-08M 1A01 PQ: 0 ANSI: 5
    abr 12 10:23:07 Desktop-i7 kernel: scsi 3:0:0:0: Direct-Access ATA ST3500320AS SD1A PQ: 0 ANSI: 5
    abr 12 10:23:07 Desktop-i7 kernel: usb 3-12: new low-speed USB device number 2 using xhci_hcd
    abr 12 10:23:07 Desktop-i7 kernel: ata5.00: ATA-8: MAXTOR STM3320613AS, MX13, max UDMA/133
    abr 12 10:23:07 Desktop-i7 kernel: ata5.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20141107/psargs-359)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT4._GTF] (Node ffff8802370e3938), AE_NOT_FOUND (20141107/psparse-536)
    abr 12 10:23:07 Desktop-i7 kernel: ata5.00: configured for UDMA/133
    abr 12 10:23:07 Desktop-i7 kernel: scsi 4:0:0:0: Direct-Access ATA MAXTOR STM332061 MX13 PQ: 0 ANSI: 5
    abr 12 10:23:07 Desktop-i7 kernel: hub 1-1:1.0: USB hub found
    abr 12 10:23:07 Desktop-i7 kernel: hub 1-1:1.0: 6 ports detected
    abr 12 10:23:07 Desktop-i7 kernel: scsi 5:0:0:0: CD-ROM Optiarc DVD RW AD-7260S 1.03 PQ: 0 ANSI: 5
    abr 12 10:23:07 Desktop-i7 kernel: sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    abr 12 10:23:07 Desktop-i7 kernel: sd 2:0:0:0: [sdb] 4096-byte physical blocks
    abr 12 10:23:07 Desktop-i7 kernel: sd 3:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    abr 12 10:23:07 Desktop-i7 kernel: sd 2:0:0:0: [sdb] Write Protect is off
    abr 12 10:23:07 Desktop-i7 kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    abr 12 10:23:07 Desktop-i7 kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    abr 12 10:23:07 Desktop-i7 kernel: sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    abr 12 10:23:07 Desktop-i7 kernel: sd 4:0:0:0: [sdd] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    abr 12 10:23:07 Desktop-i7 kernel: sd 3:0:0:0: [sdc] Write Protect is off
    abr 12 10:23:07 Desktop-i7 kernel: sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    abr 12 10:23:07 Desktop-i7 kernel: sd 4:0:0:0: [sdd] Write Protect is off
    abr 12 10:23:07 Desktop-i7 kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    abr 12 10:23:07 Desktop-i7 kernel: sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
    abr 12 10:23:07 Desktop-i7 kernel: sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    abr 12 10:23:07 Desktop-i7 kernel: hub 2-1:1.0: USB hub found
    abr 12 10:23:07 Desktop-i7 kernel: sd 1:0:0:0: [sda] Write Protect is off
    abr 12 10:23:07 Desktop-i7 kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
    abr 12 10:23:07 Desktop-i7 kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    abr 12 10:23:07 Desktop-i7 kernel: hub 2-1:1.0: 8 ports detected
    abr 12 10:23:07 Desktop-i7 kernel: sda: sda1
    abr 12 10:23:07 Desktop-i7 kernel: sd 1:0:0:0: [sda] Attached SCSI disk
    abr 12 10:23:07 Desktop-i7 kernel: sr 5:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    abr 12 10:23:07 Desktop-i7 kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    abr 12 10:23:07 Desktop-i7 kernel: sr 5:0:0:0: Attached scsi CD-ROM sr0
    abr 12 10:23:07 Desktop-i7 kernel: sdc: sdc1
    abr 12 10:23:07 Desktop-i7 kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
    abr 12 10:23:07 Desktop-i7 kernel: sdb:
    abr 12 10:23:07 Desktop-i7 kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
    abr 12 10:23:07 Desktop-i7 kernel: sdd: sdd1 sdd2 sdd3 sdd4
    abr 12 10:23:07 Desktop-i7 kernel: sd 4:0:0:0: [sdd] Attached SCSI disk
    abr 12 10:23:07 Desktop-i7 kernel: usb 3-12: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    abr 12 10:23:07 Desktop-i7 kernel: usb 3-12: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
    abr 12 10:23:07 Desktop-i7 kernel: hidraw: raw HID events driver (C) Jiri Kosina
    abr 12 10:23:07 Desktop-i7 kernel: usbcore: registered new interface driver usbhid
    abr 12 10:23:07 Desktop-i7 kernel: usbhid: USB HID core driver
    abr 12 10:23:07 Desktop-i7 kernel: input: Genius 2.4G Wireless Mouse and Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/0003:0458:00AE.0001/input/input5
    abr 12 10:23:07 Desktop-i7 kernel: hid-generic 0003:0458:00AE.0001: input,hidraw0: USB HID v1.00 Keyboard [Genius 2.4G Wireless Mouse and Keyboard] on usb-0000:00:14.0-12/input0
    abr 12 10:23:07 Desktop-i7 kernel: input: Genius 2.4G Wireless Mouse and Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.1/0003:0458:00AE.0002/input/input6
    abr 12 10:23:07 Desktop-i7 kernel: hid-generic 0003:0458:00AE.0002: input,hidraw1: USB HID v1.00 Mouse [Genius 2.4G Wireless Mouse and Keyboard] on usb-0000:00:14.0-12/input1
    abr 12 10:23:07 Desktop-i7 kernel: random: nonblocking pool is initialized
    abr 12 10:23:07 Desktop-i7 kernel: tsc: Refined TSC clocksource calibration: 3597.914 MHz
    abr 12 10:23:07 Desktop-i7 kernel: EXT4-fs (sdd3): mounted filesystem with ordered data mode. Opts: (null)
    abr 12 10:23:07 Desktop-i7 kernel: Switched to clocksource tsc
    abr 12 10:23:07 Desktop-i7 systemd[1]: RTC configured in localtime, applying delta of -180 minutes to system time.
    abr 12 10:23:07 Desktop-i7 systemd[1]: systemd 218 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    abr 12 10:23:07 Desktop-i7 systemd[1]: Detected architecture 'x86-64'.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Set hostname to <Desktop-i7>.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Expecting device dev-sdc1.device...
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Root Slice.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Created slice Root Slice.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Journal Socket.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Listening on Journal Socket.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting udev Kernel Socket.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Listening on udev Kernel Socket.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting User and Session Slice.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Created slice User and Session Slice.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Device-mapper event daemon FIFOs.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Listening on Device-mapper event daemon FIFOs.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Expecting device dev-sda1.device...
    abr 12 10:23:07 Desktop-i7 systemd[1]: Listening on Journal Audit Socket.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Journal Socket (/dev/log).
    abr 12 10:23:07 Desktop-i7 systemd[1]: Listening on Journal Socket (/dev/log).
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting System Slice.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Created slice System Slice.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Create list of required static device nodes for the current kernel...
    abr 12 10:23:07 Desktop-i7 systemd[1]: Started File System Check on Root Device.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Slices.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Reached target Slices.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Set Up Additional Binary Formats...
    abr 12 10:23:07 Desktop-

    Gracias a todos por responder.
    Podrias poner el enlace de Graysky asi le hecho un vistazo?
    Las teclas no responden, estoy con un keyboard y mouse wireless, puedo entrar en a traves de SSH desde mi notebook, el driver que uso para el video?
    fitap@Desktop-i7 ~ $ lsmod | grep video
    video 22205 2 i915,asus_wmi

Maybe you are looking for

  • Location services, Celular data, Usage and Stand by & fast battery drain on iOS 4.3.5

    Hi all, I've been experiencing some trouble with fast battery drain since I have updated to iOS 4.3.5, never experienced it before. I've spent some time reading out through the web, including the Apple Discussion forums, and never found anything conc

  • Consolidate Library and Japanese filenames

    I'm using iTunes 8.0.1 on WinXP Pro and I'm having an odd problem. I have a number of Japanese albums and music videos in my library, and I regularly use the Consolidate Library function to keep everything organized. When I change song titles in my l

  • URGENT: Is Weblogic 10.3.4 not supported for OIM 11g ?

    Hi Everyone, Is Weblogic 10.3.4 not supported for OIM 11g ? I installe & configured all IAM suite components (OAM,OIM,OAAM,SOA) on WLS 10.3.4. I am able to start all servers including OIM. However it is unable deploy "oim". After doing some research

  • Connects to PC every time i login

    Hi, Everytime i login into my macbook it tries to automatically connect to a PC. I enabled this when i was in a network but now i have changed i want to stop it from trying to connect. I am on OS Lion and dont how to stop it from connecting on there.

  • Missing operation system & PC Doctor for DOS bootable CD

    Hello, I have a T 43 I downloaded the PC Doctor for DOS bootable CD  and burned it to a CD, I used the directions at http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-56222 and I get a message saying "Missing operation system" thoug