After kernel update to .37 changeg the profiles in konsole

i want to fix em ... but when i am open again konsole or yakuake the default profile is shown ...
i use a custom profile ....

isofluran wrote:Again, as I metioned before, the problem is likely not a hardware one but it is actually related to the kernel update (2.6.19)  or to an update which was performed at the same time.
Can anyone give a proposal for a step by step procedure to isolate the problem?
As I don't believe these crashes are related to anything but the kernel, one way of debugging your issues could be:
* boot Knoppix
* zcat /proc/config.gz | some non-volatile media
* boot arch
* get the current ABS
* replace config in kernels/kernel26 with the one from Knoppix
* makepkg
* install and test
When that kernel runs, try to diff the two configs and see what's changed in arch. Also comparing both kernel versions if no significant changes exist might hint on the kernel being the problem.

Similar Messages

  • After kernel update, every reboot changes the time forward an hour

    can some one upload a stock /etc/rc.sysinit i can look at. before the kernel upgrade, i had optimized this file, and i have a feeling something that i removed to speed up time. has just started causing problems with the new kernel.
    Thanks Markp1989

    The file is part of the initscripts package, you can get it here:
    ftp://ftp.archlinux.org/other/initscripts/
    However, perhaps your issue is related to:
    http://bbs.archlinux.org/viewtopic.php?id=70710

  • Mounting issues after kernel update (2.6.25)

    After installing the recent kernel update, mounting has gone haywire. When I put in a cd (in either of my 2 drives) it doesn't mount. In thunar, when I click on the cd drive, it displays this error:
    mount: wrong fs type, bad option, bad superblock on /dev/sr0,
           missing codepage or other error
           In some cases useful info is found in syslog - try
           dmesg | tail  or so.
    I did dmesg | tail and I got this:
    EXT3-fs: mounted filesystem with ordered data mode.
    Adding 1044216k swap on /dev/sda5.  Priority:-1 extents:1 across:1044216k
    eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
    ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
    ivtv0: Encoder revision: 0x02060039
    [drm] Initialized drm 1.1.0 20060810
    ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:02.0 to 64
    [drm] Initialized i915 1.6.0 20060119 on minor 0
    UDF-fs: No VRS found
    Also, when booting a few minutes ago, it was stuck on the "checking filesystems" for a few minutes, when it usually does that step almost immediately. I also couldn't mount an iso, this is what happened:
    [root@eric-arch eric]# mount -o loop -t iso9660 /path/to/iso.iso /mnt/iso2
    mount: could not find any device /dev/loop#
    Note: I am not certain that it was caused by the kernel update, but that is the only thing I did to my machine before this started happening.
    Please help asap because I need to do schoolwork which is on a cd.

    jealma wrote:I know the solution to the /dev/loop-problem. The new 2.6.25 kernel has the loop device as a module. Please try a `modprobe loop`, that gives you a /dev/loop. I don't know whether that will be persistent after a reboot, so you may need to add "loop" to the modules-list in /etc/rc.conf.
    That worked, but I still have other issues with cd mounting, so I downgraded my kernel for now.

  • Automatically build kernel module after kernel update

    Hello. Everytime kernel is updated, my wifi drivers don't work. I need to use this to get my adapter working: https://aur.archlinux.org/packages/8192cu-dkms/ .
    After kernel update, I have to manually reinstall the package, so the kernel module gets rebuilt. Is there any way to make it automatic?

    I noticed it, but your script doesn't run at all when I type `mkinitcpio -p linux`. And wifi still works after reboot. Same for graphics driver, it has a hook at shutdown, that rebuilds its module after kernel update, it haven't run too and graphics driver works. It's like 'mkinitcpio -p linux' does nothing to the system.
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 4.0.4-2-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 4.0.4-2-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: wd719x
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    Last edited by kox (2015-06-02 07:18:24)

  • Automatic recompiling of kernel module after kernel update.

    Hello everyone,
    i tried to search for it but without success...
    my question is - is it possible to set it up somehow that aur package would recompile after kernel update?
    The package I would like to rebuild is rt3090 which is module for my wifi card. It is very annoying to rebuild it manually. I know that my fglrx module does it automaticaly but how to set it?
    Thank all of you for any advise.

    Thank you :-) It looks ok, I will try DKMS as soon as I get some free time. If there was any problem, I would tell you.
    BTW: I use catalyst mainly because of saving energy management, which is of course better for my netbook. My card is too new to be fully supported by the opensource driver.
    EDIT:
    I solved the situation by upgrading my system, I tried in-kernel module rt2800pci. In the previous kernels it didn't work well with my crappy ralink rt3090 wifi card, but that's been improved :-) so I do not need rebuild the package anymore even because this module isn't compatible with newest kernel.
    I also learnt how to write my own hook from archwiki (https://wiki.archlinux.org/index.php/Mkinitcpio) so if the new module didn't work I would try it.
    The final solution = replace module rt3090sta by rt2800pci.
    Thanks! Arch has very powerful community :-)
    Last edited by h@lf@rk (2012-06-02 18:34:17)

  • [Solved] Can not build modules for VMware Player after kernel updates

    I have a problem generating the modules for VMware Player after kernel updates. I am using  VMware Player version 5.02 (without patches) and the softlink according to the Wiki.
    When I start the installation of the modules from the GUI, the program just closes. Running vmware-modconfig in the CLI generates the following log file:
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: Log for VMware Workstation pid=7478 version=9.0.2 build=build-1031769 option=Release
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: The process is 64-bit.
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: Host codepage=UTF-8 encoding=UTF-8
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: Host is Linux 3.8.10-1-ARCH 2012.11.29
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: Msg_Reset:
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/settings": Datei oder Verzeichnis nicht gefunden.
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: ----------------------------------------
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: Msg_Reset:
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file "/root/.vmware/config": Datei oder Verzeichnis nicht gefunden.
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: ----------------------------------------
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: PREF Optional preferences file not found at /root/.vmware/config. Using default values.
    2013-04-29T09:49:27.891+01:00| vthread-3| W110: Logging to /tmp/vmware-root/vmware-modconfig-7478.log
    2013-04-29T09:49:27.892+01:00| vthread-3| W110: Icon name must be set.
    Interestingly, after deinstallation and reinstallation the VMWare Player works fine.
    Any hint, what's going wrong?
    Last edited by Thomas_Do (2013-08-07 07:25:51)

    Today, (Kernel  3.10.5-1, VMware Player version 5.02 with kernel patches) the modules could successful be generated from the CLI:
    vmware-modconfig --console --install-all
    Solved (somehow).

  • Lost network after kernel update

    Hi
    I have lost my network after kernel updating the kernel [2.6.35.7]
    I downgraded to kernel 2.6.35.6
    Serge

    krychle wrote:
    Hi,
    I'm just reporting that I had this issue today too. I rebooted my computer from Win7 to Arch64 and I was left without network. Also it doesn't work in windows after rebooting back. I thought that It is something with connection so I tried to recoonect cable and also tryied to swap it in switch/adsl gateway. It started working after several switches (not on 1st!) It looks like interface is repeating on and off. So I rebooted to Arch and it stops working again...
    I fixed it by reinstalling kernel26 package. But it is strange because it works yesterday, last thing what I did with kernel and modules was update of gc nvidia drivers... I don't know when I updated kernel last time
    I'm using same network driver as Karol - r8169
    lsmod | less
    mii                     3826  1 r8169
    I'm using this card as well.  I upgraded yesterday and I can't get wireless with WICD.  Windows and normal network daemon work fine.  I use kernel26.  What other info can I provide?  If a bug report needs to be filed, would it be WICD, kernel26 or other?
    Also, I forgot, but I'm not using normal Wicd, I'm using wicd-nogtk from AUR.  Krychle, are you using this also?
    Edit:  I think this has to do with the python update.  I updated wicd-nogtk and its good now.  I am online.
    Last edited by Anonymo (2010-10-19 18:10:23)

  • VMware player won't start after kernel update

    Hi,
    today I've updated to 3.9.6-1 kernel and all went good. So I wanted to start my vmware player to start a vm. Of course I've done the needed steps in the vmplayer wiki page to setup the new headers and stuff after kernel update for vmplayer. Also I've ran "vmware-patch -f" and ran trough. But still get an error when I wanted to start the player in the "/tmp/vmware-root/vmware-modconfig-11986.log":
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: Log for VMware Workstation pid=11986 version=9.0.2 build=build-1031769 option=Release
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: The process is 64-bit.
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: Host codepage=UTF-8 encoding=UTF-8
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: Host is Linux 3.9.6-1-ARCH 2013.04.01
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: Msg_Reset:
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/settings": No such file or directory.
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: ----------------------------------------
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: Msg_Reset:
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file "/root/.vmware/config": No such file or directory.
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: ----------------------------------------
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: PREF Optional preferences file not found at /root/.vmware/config. Using default values.
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: Msg_Reset:
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file "/root/.vmware/preferences": No such file or directory.
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: ----------------------------------------
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: PREF Failed to load user preferences.
    2013-06-16T13:03:51.680+01:00| vthread-3| W110: Logging to /tmp/vmware-root/vmware-modconfig-11986.log
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Reading in info for the vmmon module.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Reading in info for the vmnet module.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Reading in info for the vmblock module.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Reading in info for the vmci module.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Reading in info for the vsock module.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Setting vsock to depend on vmci.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Created new pathsHash.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Invoking modinfo on "vmmon".
    2013-06-16T13:03:51.689+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.
    2013-06-16T13:03:51.689+01:00| vthread-3| I120: Invoking modinfo on "vmnet".
    2013-06-16T13:03:51.690+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.
    2013-06-16T13:03:51.690+01:00| vthread-3| I120: Invoking modinfo on "vmblock".
    2013-06-16T13:03:51.691+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.
    2013-06-16T13:03:51.691+01:00| vthread-3| I120: Invoking modinfo on "vmci".
    2013-06-16T13:03:51.693+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.
    2013-06-16T13:03:51.693+01:00| vthread-3| I120: Invoking modinfo on "vsock".
    2013-06-16T13:03:51.696+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.
    Maybe it has something to do with the last filesystem update?
    But I don't know what to do really and couldn't found anything on that.
    thanks

    sorry, found something now in another thread here. this fix works just fyi:
    kokoko3k wrote:
    Quick and dirty workaround to fully update your system
    sudo pacman -Suy #update everything
    sudo mkdir -p /usr/local/lib/gtkmm && cd /usr/local/lib/gtkmm
    sudo wget http://arm.konnichi.com/2013/01/05/extra/os/x86_64/gtkmm-2.24.2-2-x86_64.pkg.tar.xz
    #sudo wget http://arm.konnichi.com/2013/01/05/extra/os/i686/gtkmm-2.24.2-2-i686.pkg.tar.xz #The bug affects i686 too.
    sudo tar -xvf ./gtkmm-2.24.2-2-x86_64.pkg.tar.xz
    #sudo tar -xvf ./gtkmm-2.24.2-2-i686.pkg.tar.xz #The bug affects i686 too.
    LD_LIBRARY_PATH=/usr/local/lib/gtkmm/usr/lib/ vmplayer #start it with old libraries

  • After software update, I can see the songs on iPod nano in iTunes, but I cannot play/move the songs from iTunes.

    After software update, I can see the songs on iPod nano in iTunes, but I cannot play/move the songs from iTunes.

    Is the "software update" for iTunes 12?  Or something you did to the iPod?

  • AFTER I UPDATED MY I PHONE THE NAME LIST CANT BE APPEAR FOR 15 MORE TIMES A DAY

    AFTER I UPDATED MY I PHONE THE NAME LIST CANT BE APPEAR FOR 15 MORE TIMES A DAY

    1.  Stop SHOUTING AT US.  It's rude.
    2.  What is the "name list" and where is it supposed to appear each day?

  • After I update my ipad to the newest verison, I cannot purchase any games from apple store, what can I do?

    After I update my Ipad to the newest version iOS 6.0, I cannot buy any apps or games throught apple store.
    I remembered when I install the new version the device asked me if I want to use iCloud and I clicked "No",
    is it the reason I cannot download anything from apple store.
    Error message : Please contact itune for support.
    Could you please tell me what should I do now?  I want to buy the game very much!!

    Try a reset:
    1. Hold the Sleep and Home button down (together)
    2. For about 10 seconds
    3. Until you see the Apple logo (very important)

  • Blank screen after kernel update

    Dear Archers, I'm sorry for asking your help  but I'm really stuck here.
    What happened? I did an update like usual and a new updated kernel was installed. The pacman process 'pacman -Syu' did not completely finish for one reason or another and hang on the part 'linux', so I had to abort it after an hour by using CTRL+C. After this, I was left with an unbootable system saying at TTY1 "Unable to find root device..." and "failed to load ...modules'. Even switching to TTY2 or typing in the terminal was not possible.
    Gladly for me I was able to fix this problem by booting the Arch live USB and chroot in my system. From there I ran 'mkinitcpio -p linux', re-installed my GRUB2 (there were some problems with it) and now it's all fine and booting well. The only problem remaining is the fact that the system boots into a blank screen. No error message, nothing.
    When trying to consult 'journalctl' there is nothing mentioned about an error or problem. So my initial thought was that there was something wrong with X. But nothing had changed for the Xorg.conf file so I thought that maybe the Nvidia modules where not loaded/configured correctly. Which makes me install 'nvidia-hook' as described in the Wiki and I've added 'nivida' to my 'hooks' in mkinitcpio. After running the command again all went well and the modules are configured. But I still arrive at a blank screen and now I'm really out of ideas what could be the culprit here...
    Extra info: I use GDM that boots straight into Gnome. It says after boot:
    [OK] ...
    [OK] Started GNOME display manager
    [OK] Reached target graphical interface
    and then a blank screen
    Thank you for any guidance or help you could give me.
    Last edited by DarkLite1 (2014-06-09 12:24:31)

    X still exists, I tried:
    systemctl disable gdm
    systemctl enable lightdm
    After this change I rebooted and the system fires up lightdm after wich I see the lightdm interface graphically and I can enter my username and password. When clicking on OK to logon, I arrive on a black screen with a sad face saying 'Oh no! Something has gone wrong. A problem has occured and the system can't recover. All extensions have been disables as a precaution.' with a 'Log Out' button. On top of this screen my Conky screen pops-up.
    When I try to logon with Gnome-Classic, I have the same sad face greeting me after lightdm received my credentials. It's the same as this problem described here https://bbs.archlinux.org/viewtopic.php?pid=1270468
    The fact that I can see this as a non terminal thing, means my X is fine. So it might be related to a problem within Gnome or the Gnome session... No one else has this problem? Isn't there a way to re-initialise Gnome or it's session?
    I tried already reinstalling Gnome, the Gnome-Bluetooth package a resported in the other thread but to no avail.
    Last edited by DarkLite1 (2014-06-09 14:45:50)

  • Problems with key shortcuts after kernel update (can't shutdown wifi)

    Hi! Sorry for my poor english!
    I have 2 problems on my laptop that went out after a kernel update; the first one involves the wireless card (Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01), but I don't think it is important): when I press the key shortcut it switches off only partially, the led remains lighted and with "rfkill list all" i get that is actually only software blocked.
    The second problem is about the key shortcut to switch off the screen: even with xev it isn't recognised anymore.
    I am pretty sure the 2 problems are related; the latest kernel with they were working is 3.5.6-1, in fact if I downgrade to that version I haven't got any problem.
    I have encountered this issue with 3 models of Asus EEEPC: 1015pd (mine), 1215b and 1015cx, (the first two with AR9285, the third with AR9485).
    Thanks for the help ;-)

    Ok, so after removing catalyst-test and trying to install catalyst, I got the following error:
    resolving dependencies...
    warning: cannot resolve "catalyst-utils", a dependency of "catalyst"
    :: The following package cannot be upgraded due to unresolvable dependencies:
    catalyst
    Proceeding to try installing catalyst-utils...

  • No sound after (kernel)update 64bit

    Hey I just rebooted my PC the first time after the new kernel update.
    Now sound is not working anymore at all... But the soundcard (Audigy 2 ZS) is still recognized (e.g. via alsamixer), and kmix does not give any error message. Everything seems to work fine, except the fact that there is no sound. Of course I already checked if I muted anything by mistake. Sound is working on Vista (dualboot), so the hardware is alright.
    Any hint what could be the problem?
    PS: I stressed the kernel update in the first line, because I strongly suspect it for being the cause of the problem. The other updates were not that important (samba...).
    But I would like to hear other opinions.
    Greetings, yodo
    Edit: Ok, I manually compiled and installed an older kernel (kernel26-2.6.27.8-1) and sound is working again. It was definitly the kernel's fault! The version(s) I had (have) problems with were kernel26-2.6.27.10-1 and also kernel26-2.6.27.9-1 which I tried before kernel26-2.6.27.8-1.
    Any other users with the same problem?
    Last edited by yodo (2008-12-24 11:58:14)

    Black Mage wrote:I filled a bug report:
    http://bugs.archlinux.org/index.php?do= … k_id=12561
    happened to me two..
    Thanks! But actually rebuilding the kernel did not fix anything (for me) - at least not rebuilding kernel26-2.6.27.10-1 or kernel26-2.6.27.9-1. Sound only works after a downgrade to kernel26-2.6.27.8-1 (or below I suppose).
    Last edited by yodo (2008-12-24 16:59:43)

  • Wireless issues after kernel update

    Hi,
    after I updated my kernel yesterday, I've been having some issues with my wireless. I'm on a dell inspiron 1545, using kde and I use the broadcom-wl driver form the AUR.
    Anyways. After I did a system update yesterday, it would refuse to load the wl module. So I recompiled the driver and that was fine. But still my laptop refuses to use its wireless card. At first I just couldn't connect to any wireless, now the networkmanager just claims that my WLAN Interface is unavailable.
    the output of iwconfig:
    lo no wireless extensions.
    eth0 IEEE 802.11bg ESSID:"" Nickname:""
    Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
    Bit Rate:54 Mb/s Tx-Power:off
    Retry min limit:7 RTS thr:off Fragment thr:off
    Power Managementmode:All packets received
    Link Quality=5/5 Signal level=0 dBm Noise level=0 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    eth1 no wireless extensions.
    but if I try to run 'iwlist eth0 scan' it states:
    eth0 Failed to read scan data : Invalid argument
    I'm not that experienced with wireless, so I did what https://wiki.archlinux.org/index.php/Broadcom_BCM43XX says and some other pages I found on google. 'iwconfig eth0 up' doesn't have any influence.
    As I said, before the upgrade it worked fine and I also had configured it as it is described in the link above.
    thanks for any inputs,
    tobi

    litemotiv: 'lspci | grep Network' :
    0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
    .:B:. : I guess (and hope) that's the only relevant part (at the top and bottom):
    at the bottom what's that "wl taints kernel"
    lib80211: common routines for IEEE802.11 drivers
    lib80211_crypt: registered algorithm 'NULL'
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    input: PC Speaker as /devices/platform/pcspkr/input/input1
    usbcore: registered new device driver usb
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
    ehci_hcd 0000:00:1a.7: setting latency timer to 64
    ehci_hcd 0000:00:1a.7: EHCI Host Controller
    ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1a.7: debug port 1
    lib80211_crypt: registered algorithm 'TKIP'
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
    iTCO_vendor_support: vendor-support=0
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x1060)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 6 ports detected
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:1d.7: debug port 1
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
    uhci_hcd: USB Universal Host Controller Interface driver
    input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    ACPI: acpi_idle registered with cpuidle
    ACPI: Lid Switch [LID]
    input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    ACPI: Power Button [PBTN]
    input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
    ACPI: Sleep Button [SBTN]
    ACPI: AC Adapter [AC] (off-line)
    Monitor-Mwait will be used to enter C-1 state
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 6 ports detected
    i801_smbus 0000:00:1f.3: PCI INT B -> GSI 18 (level, low) -> IRQ 18
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    uhci_hcd 0000:00:1a.0: setting latency timer to 64
    uhci_hcd 0000:00:1a.0: UHCI Host Controller
    uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f60
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:1a.1: setting latency timer to 64
    uhci_hcd 0000:00:1a.1: UHCI Host Controller
    uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    Monitor-Mwait will be used to enter C-2 state
    Marking TSC unstable due to TSC halts in idle
    Switching to clocksource hpet
    uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f80
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
    uhci_hcd 0000:00:1a.2: setting latency timer to 64
    uhci_hcd 0000:00:1a.2: UHCI Host Controller
    uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    wmi: Mapper loaded
    uhci_hcd 0000:00:1a.2: irq 22, io base 0x00006fa0
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f00
    hub 6-0:1.0: USB hub found
    hub 6-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f20
    hub 7-0:1.0: USB hub found
    hub 7-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
    hub 8-0:1.0: USB hub found
    hub 8-0:1.0: 2 ports detected
    wl: module license 'Mixed/Proprietary' taints kernel.
    Disabling lock debugging due to kernel taint
    wl 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    wl 0000:0c:00.0: setting latency timer to 64
    usb 1-5: new high speed USB device using ehci_hcd and address 2
    atkbd serio0: Unknown key pressed (translated set 2, code 0x8d on isa0060/serio0).
    atkbd serio0: Use 'setkeycodes e00d <keycode>' to make it known.
    eth0: Broadcom BCM4315 802.11 Hybrid Wireless Controller 5.100.82.38
    thermal LNXTHERM:00: registered as thermal_zone0
    and maybe
    lo: Disabled Privacy Extensions
    ADDRCONF(NETDEV_UP): eth1: link is not ready
    start_kdeinit (3367): /proc/3367/oom_adj is deprecated, please use /proc/3367/oom_score_adj instead.
    sky2 0000:09:00.0: eth1: Link is up at 100 Mbps, full duplex, flow control rx
    ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
    eth1: no IPv6 routers present
    tobi

Maybe you are looking for