[Solved] Nvidia after kernel update

The nvidia wiki clearly states that: "Every time the kernel26 package is updated, it is a requirement to reinstall the nvidia package and rebooting afterwards. "
But my question is, why? I mean, if the module was to be recompiled, that would make sense. But what does just reinstalling the driver accomplish? In my system, pacman -Ql nvidia shows:
$ pacman -Ql nvidia
nvidia /etc/
nvidia /etc/modprobe.d/
nvidia /etc/modprobe.d/nouveau_blacklist.conf
nvidia /lib/
nvidia /lib/modules/
nvidia /lib/modules/2.6.35-ARCH/
nvidia /lib/modules/2.6.35-ARCH/kernel/
nvidia /lib/modules/2.6.35-ARCH/kernel/drivers/
nvidia /lib/modules/2.6.35-ARCH/kernel/drivers/video/
nvidia /lib/modules/2.6.35-ARCH/kernel/drivers/video/nvidia.ko
From what I've read, I think the kernel update process copies the compiled modules into the proper folder (inside /lib) named by the kernel version. Should this not be the case with nvidia? If it is not, then is this why the reinstall is needed?
Thanks in advance (and my apologies if I've glossed over something that's patently obvious --- while I've searched for the answer before posting, I am still quite the novice at tinkering with the kernel)
EDIT: just after posting I've realized that maybe this post belongs in "Kernel and Hardware Issues" subforum. But the truth is this isn't really an "issue"... it's more a question from, well, a newbie :-)
Last edited by gauthma (2010-09-28 21:53:04)

gauthma wrote:
Thank you for the feedback.
ngoonee wrote:Of course, if you're using nvidia-beta or some other AUR nvidia driver, you need to reinstall it.
Running the risk of asking what might be obvious to some, why?
The driver speaks to the kernel. When the kernel updates, the language used might have changed in various ways. Since nvidia is closed-source, its not always obvious whether what has changed affects it. The same applies to xorg-server, when it updates you should recompile your nvidia driver. Its SOMETIMES not needed, but when it is, would you rather be solving it from the tty?
quathma wrote:
ngoonee wrote:That's what the wiki is referring to. Even if the kernel major version has not updated (for example 2.6.35.5 to 2.6.35.6 is only a minor version bump) the driver may need to be recompiled. Safer to just do it everytime and restart the machine.
Now I'm confused. Are you saying that the safest approach is to recompile and (re)install the nvidia module after each kernel update? And does this only apply to modules from beta & AUR, or [extra] as well? And shouldn't all this issue of recompiling modules also apply to every other module installed in the system?
Yes that's the safest approach. [extra] is taken care of by the devs, the simple way is to assume they'll bump it if needed (and you don't need to do anything).
The same thing applies to almost any kernel module (AFAIK). It applies to virtualbox's modules, for sure, as well as phc-intel (the only other 2 external modules I use). Most kernel modules are actually compiled in to the kernel26 package anyway, so its not very many. I just automatically recompile the ones I use whenever I notice a kernel/xorg update.

Similar Messages

  • [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).

  • 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)

  • 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)

  • 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)

  • 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

  • [Solved] Overheating/fan/sensors issues after kernel updates

    Hi all,
    I realise there has been a bit of correspondence on this already.  I'm after some advice for my specific situation:
    1. My laptop is an acer aspire 5315.  I has well understood overheating issues that arrise due to BIOS problems
    2. Fan control and temperature reporting worked perfectly with kernel 2.6.30, stopped working with 2.6.31 - I assume due to the well documented changes made in that release.  The temperature only seems to be read once - at boot.  sensors never reports a change after that; if the temperature is cold at boot the fan never get switched on.  Unfortunately this happens most often.
    3. I tried setting the recommended kernel option (can't relocate the post now).  It didn't help :-?
    4. I have tried upgrading the BIOS but the distribution from acer is a windows executable (won't run under freeDOS) and I do not have windows installed on this PC (not game to try under wine).
    5. I re-installed the old kernel from my pacman cache only to find that my wireless no longer works (fan works just fine though).
    I'm now totally stumped :-/
    I'd like to update my bios and go with the latest kernel but can't see a way without installing windows.
    This might be fixed in an ubuntu kernel release (https://bugs.launchpad.net/ubuntu/+sour … bug/453700) but I'd prefer not to do that switch... perhaps the same fix is coming to arch?
    I'd accept having to pin the kernel to an earlier version but neet to get the wireless working.
    help...
    edit: 
    I've now managed to get the kernel backdated correctly (so that wireless works as well as the fan) by re-installing the kernel and firmware together.
    Have configured pacman to igmore future kernel updates
    If anyone has any suggestions on howto update my bios I'd be very greatful.
    Last edited by drandre (2009-11-06 13:26:46)

    Hi,
    Got exactly the same issue, after running for a while laptop justs goes off... going to try to regress kernel until issue is resolved
    BIOS update does sound a bit extreme
    MrG

  • "Dirty" sound after Kernel update. [SOLVED]

    First of all my sound have always been "dirty" on Linux, like if the speakers/headphones where broken. However, earlier today I configured my sound for the first time on Arch and had a terrific sound! Perfect and clear. However, after I updated, my sound configuration was messed up and now, after re-configuring it, it has this "broken" sound again. Anything I can do about it?
    /Richard

    So I won't have to re-configure the sound again if I get kernel -8? Like 5 minutes after I got kernel -7 I saw there was a new update but with my recent problem with kernel -7 kept me from updating. My sound works almost perfectly it's just that there's this tiny buzzing sound in the background all the time.

  • VirtualBox does not start correctly after kernel update

    Just recently I have been unable to start VirtualBox after a kernel update. That is to say it seems to be running, but displays nothing.
    The following processes are listed: VirtualBox, VBoxSVC, VBoxSVC, VBoxXPCOMPCD
    The following modules are loaded: vboxdrv, vboxnetflt, vboxnetadp
    Yesterday, when the same thing happened, I reinstalled VirtualBox and it worked correctly again.
    I recently upgraded to systemd which has caused me some other problems, so that might have something to do with it
    Cheers
    Andrew
    * Arch x86_64 up to date, NVidia proprietary drivers, AMD processor

    Updated - Rebooted (systemd does hang on reboot or shutdown but turned PC off and restarted)
    Confirmed that vbox modules are loaded:
    vboxnetflt             16807  0
    vboxnetadp             18419  0
    vboxdrv              1823469  2 vboxnetadp,vboxnetflt
    Started VirtualBox - nothing displayed.
    ps -el shows
    0 S   501  1036   614  0  80   0 - 111245 futex_ ?       00:00:00 VirtualBox
    0 S   501  1050     1  0  80   0 - 29408 poll_s ?        00:00:00 VBoxXPCOMIPCD
    0 S   501  1056     1  0  80   0 - 53178 futex_ ?        00:00:00 VBoxSVC
    output as above
    $ uname -a
    Linux ezcool 3.6.4-1-ARCH #1 SMP PREEMPT Mon Oct 29 09:49:00 CET 2012 x86_64 GNU/Linux
    # pacman -Qi linux
    Name : linux
    Version : 3.6.4-1
    URL : http://www.kernel.org/
    Licenses : GPL2
    Groups : base
    Provides : kernel26=3.6.4
    Depends On : coreutils linux-firmware kmod mkinitcpio>=0.7
    Optional Deps : crda: to set the correct wireless channels of your country
    Required By : nvidia virtualbox-host-modules
    Conflicts With : kernel26
    Replaces : kernel26
    Installed Size : 61124.00 KiB
    Packager : Tobias Powalowski <[email protected]>
    Architecture : x86_64
    Build Date : Mon 29 Oct 2012 09:55:27 CET
    Install Date : Wed 31 Oct 2012 12:28:40 CET
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : The linux kernel and modules
    # pacman -Qi virtualbox-host-modules
    Name : virtualbox-host-modules
    Version : 4.2.4-2
    URL : http://virtualbox.org
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : linux>=3.6 linux<3.7
    Optional Deps : None
    Required By : virtualbox
    Conflicts With : virtualbox-modules
    Replaces : virtualbox-modules
    Installed Size : 168.00 KiB
    Packager : Evangelos Foutras <[email protected]>
    Architecture : x86_64
    Build Date : Mon 29 Oct 2012 17:23:20 CET
    Install Date : Wed 31 Oct 2012 12:29:06 CET
    Install Reason : Installed as a dependency for another package
    Install Script : Yes
    Description : Host kernel modules for VirtualBox
    Kill all VBox processes, VBoxSVC does not quit but is marked (defunct)
    Reload modules
    Confirm modules loaded
    vboxnetflt             16807  0
    vboxnetadp             18419  0
    vboxdrv              1823469  2 vboxnetadp,vboxnetflt
    Start VirtualBox - nothing
    pacman -Rdd virtualbox-host-modules
    pacman -S virtualbox-host-modules
    modprobe vboxdrv
    Start VirtualBox - nothing
    pacman -R virtualbox virtualbox-host-modules
    pacman -S virtualbox virtualbox-host-modules
    useradd -G vboxusers
    Start VirtualBox - nothing
    The problem seems to be something to do with nspr-2. I am getting multiple errors in the journal:
    Oct 31 14:16:46 ezcool kernel: INFO: task nspr-2:1007 blocked for more than 120 seconds.
    Oct 31 14:16:46 ezcool kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Oct 31 14:16:46 ezcool kernel: nspr-2 D 0000000000000246 0 1007 1 0x00000000
    Oct 31 14:16:46 ezcool kernel: ffff8803d67b9d68 0000000000000082 ffff8803d65b0810 ffff8803d67b9fd8
    Oct 31 14:16:46 ezcool kernel: ffff8803d67b9fd8 ffff8803d67b9fd8 ffff8804194a58b0 ffff8803d65b0810
    Oct 31 14:16:46 ezcool kernel: ffff880300000041 ffffffff8119df46 ffff88042fffdb08 0000000000000001
    Oct 31 14:16:46 ezcool kernel: Call Trace:
    Oct 31 14:16:46 ezcool kernel: [<ffffffff8119df46>] ? mntput+0x26/0x40
    Oct 31 14:16:46 ezcool kernel: [<ffffffff811251cc>] ? __alloc_pages_nodemask+0x16c/0x960
    Oct 31 14:16:46 ezcool kernel: [<ffffffff81491a09>] schedule+0x29/0x70
    Oct 31 14:16:46 ezcool kernel: [<ffffffff81491cd7>] schedule_preempt_disabled+0x27/0x40
    Oct 31 14:16:46 ezcool kernel: [<ffffffff81490368>] __mutex_lock_slowpath+0x148/0x340
    Oct 31 14:16:46 ezcool kernel: [<ffffffff81490576>] mutex_lock+0x16/0x30
    Oct 31 14:16:46 ezcool kernel: [<ffffffffa001cbfb>] show_product+0x2b/0x60 [usbcore]
    Oct 31 14:16:46 ezcool kernel: [<ffffffff8132cc90>] dev_attr_show+0x20/0x60
    Oct 31 14:16:46 ezcool kernel: [<ffffffff8112146e>] ? __get_free_pages+0xe/0x50
    Oct 31 14:16:46 ezcool kernel: [<ffffffff811ef969>] sysfs_read_file+0xa9/0x190
    Oct 31 14:16:46 ezcool kernel: [<ffffffff8117f785>] vfs_read+0xa5/0x180
    Oct 31 14:16:46 ezcool kernel: [<ffffffff8117f8aa>] sys_read+0x4a/0xa0
    Oct 31 14:16:46 ezcool kernel: [<ffffffff81499ded>] system_call_fastpath+0x1a/0x1f
    Any ideas?

  • 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)

  • 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.

  • 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

  • [Solved] Problems after recent update

    I did update my system at 9 Jan 2015 the first problem was it won't book because the update installed new kernel without updating grub.cfg so far so good (Linux fatal 3.14.28-1-lts #1 SMP Thu Jan 8 21:04:11 CET 2015 x86_64 GNU/Linux).
    Next deluge is not working
    [amp@fatal ~]$ deluge
    [ERROR ] 13:27:57 ui:168 cannot import name integer_types
    Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/deluge/ui/ui.py", line 149, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
    File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module>
    from gtkui import start
    File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 87, in <module>
    from deluge.ui.client import client
    File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 37, in <module>
    from twisted.internet import reactor, ssl, defer
    File "/usr/lib/python2.7/site-packages/twisted/internet/ssl.py", line 59, in <module>
    from OpenSSL import SSL
    File "/usr/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
    from OpenSSL import rand, crypto, SSL
    File "/usr/lib/python2.7/site-packages/OpenSSL/rand.py", line 9, in <module>
    from six import integer_types as _integer_types
    ImportError: cannot import name integer_types
    [ERROR ] 13:27:57 ui:169 There was an error whilst launching the request UI: gtk
    [ERROR ] 13:27:57 ui:170 Look at the traceback above for more information.
    Also
    [amp@fatal ~]$ sudo pacman -S python2
    warning: python2-2.7.9-1 is up to date -- reinstalling
    resolving dependencies...
    looking for conflicting packages...
    Packages (1) python2-2.7.9-1
    Total Installed Size: 70.03 MiB
    Net Upgrade Size: 0.00 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring [##########################################################################################################################################] 100%
    (1/1) checking package integrity [##########################################################################################################################################] 100%
    (1/1) loading package files [##########################################################################################################################################] 100%
    (1/1) checking for file conflicts [##########################################################################################################################################] 100%
    (1/1) checking available disk space [##########################################################################################################################################] 100%
    (1/1) reinstalling python2 [##########################################################################################################################################] 100%
    ldconfig: File /usr/lib/libKF5PlasmaQuick.so.5.6.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5Package.so.5.6.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5PlasmaQuick.so is empty, not checked.
    ldconfig: File /usr/lib/libKF5Package.so.5 is empty, not checked.
    ldconfig: File /usr/lib/libzvbi.so is empty, not checked.
    ldconfig: File /usr/lib/libKF5ThreadWeaver.so.5 is empty, not checked.
    ldconfig: File /usr/lib/libzvbi.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5ThreadWeaver.so.5.6.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5Package.so is empty, not checked.
    ldconfig: File /usr/lib/libzvbi.so.0.13.2 is empty, not checked.
    ldconfig: File /usr/lib/libzvbi-chains.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5ThreadWeaver.so is empty, not checked.
    ldconfig: File /usr/lib/libzvbi-chains.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5Plasma.so.5 is empty, not checked.
    ldconfig: File /usr/lib/libzvbi-chains.so is empty, not checked.
    ldconfig: File /usr/lib/libKF5Plasma.so.5.6.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5Plasma.so is empty, not checked.
    ldconfig: File /usr/lib/libKF5PlasmaQuick.so.5 is empty, not checked.
    I tried many thing posted here and there without luck, please advice.
    Thanks!
    Last edited by nforced (2015-01-12 20:49:47)

    nforced wrote:I did update my system at 9 Jan 2015 the first problem was it won't book because the update installed new kernel without updating grub.cfg so far so good (Linux fatal 3.14.28-1-lts #1 SMP Thu Jan 8 21:04:11 CET 2015 x86_64 GNU/Linux).
    If you just installed it, then you need to update grub with os-prober/grubmkconfig.
    If you had it installed previously, had a working grub entry and then updated to 3.14.28-1-lts, then we'll need to look into what is going wrong.
    nforced wrote:
    Next deluge is not working
    [amp@fatal ~]$ deluge
    [ERROR ] 13:27:57 ui:168 cannot import name integer_types
    Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/deluge/ui/ui.py", line 149, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
    File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module>
    from gtkui import start
    File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 87, in <module>
    from deluge.ui.client import client
    File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 37, in <module>
    from twisted.internet import reactor, ssl, defer
    File "/usr/lib/python2.7/site-packages/twisted/internet/ssl.py", line 59, in <module>
    from OpenSSL import SSL
    File "/usr/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
    from OpenSSL import rand, crypto, SSL
    File "/usr/lib/python2.7/site-packages/OpenSSL/rand.py", line 9, in <module>
    from six import integer_types as _integer_types
    ImportError: cannot import name integer_types
    [ERROR ] 13:27:57 ui:169 There was an error whilst launching the request UI: gtk
    [ERROR ] 13:27:57 ui:170 Look at the traceback above for more information.
    Again, did this happen after or before the update? If it happened after the update, could you post a list of packages that were updated?
    Also, [ code ] tags please when posting code.
    nforced wrote:
    Also
    [amp@fatal ~]$ sudo pacman -S python2
    warning: python2-2.7.9-1 is up to date -- reinstalling
    resolving dependencies...
    looking for conflicting packages...
    Packages (1) python2-2.7.9-1
    Total Installed Size: 70.03 MiB
    Net Upgrade Size: 0.00 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring [##########################################################################################################################################] 100%
    (1/1) checking package integrity [##########################################################################################################################################] 100%
    (1/1) loading package files [##########################################################################################################################################] 100%
    (1/1) checking for file conflicts [##########################################################################################################################################] 100%
    (1/1) checking available disk space [##########################################################################################################################################] 100%
    (1/1) reinstalling python2 [##########################################################################################################################################] 100%
    ldconfig: File /usr/lib/libKF5PlasmaQuick.so.5.6.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5Package.so.5.6.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5PlasmaQuick.so is empty, not checked.
    ldconfig: File /usr/lib/libKF5Package.so.5 is empty, not checked.
    ldconfig: File /usr/lib/libzvbi.so is empty, not checked.
    ldconfig: File /usr/lib/libKF5ThreadWeaver.so.5 is empty, not checked.
    ldconfig: File /usr/lib/libzvbi.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5ThreadWeaver.so.5.6.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5Package.so is empty, not checked.
    ldconfig: File /usr/lib/libzvbi.so.0.13.2 is empty, not checked.
    ldconfig: File /usr/lib/libzvbi-chains.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5ThreadWeaver.so is empty, not checked.
    ldconfig: File /usr/lib/libzvbi-chains.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5Plasma.so.5 is empty, not checked.
    ldconfig: File /usr/lib/libzvbi-chains.so is empty, not checked.
    ldconfig: File /usr/lib/libKF5Plasma.so.5.6.0 is empty, not checked.
    ldconfig: File /usr/lib/libKF5Plasma.so is empty, not checked.
    ldconfig: File /usr/lib/libKF5PlasmaQuick.so.5 is empty, not checked.
    I tried many thing posted here and there without luck, please advice.
    Thanks!
    Are you using KDE Plasma 5? It looks like that might be related. And what's meant by "I tried many things"? What did you try?
    Also, [ code ] tags please when posting code.
    Last edited by clfarron4 (2015-01-12 11:53:20)

  • DKMS - module not compiled after kernel update

    Hello all,
    I'm using a USB Wifi Adapter which has very bad support : D-Link DWA160 B2
    I have followed the instruction from this excellent guide to add the driver sources to DKMS, to get it compiled automatically after all kernel update:
    http://bernaerts.dyndns.org/linux/229-u … er-to-dkms
    Unfortunatly the 2 last kernel upgrade did not trigger the driver compile.
    There is no DKMS logs, and everything seems to be well configured.
    My DKMS conf file:
    /root/driver-dkms
    [root@purelight driver-dkms]# more dkms.conf
    MAKE="make KERNELDIR=/lib/modules/${kernelver}/build"
    CLEAN="make clean"
    BUILT_MODULE_NAME=rt5572sta
    BUILT_MODULE_LOCATION=os/linux/
    DEST_MODULE_LOCATION=/kernel/drivers/net/wireless/
    PACKAGE_NAME=rt5572sta
    PACKAGE_VERSION=2.601
    REMAKE_INITRD=no
    [root@purelight 2.601]# pwd
    /var/lib/dkms/rt5572sta/2.601
    [root@purelight 2.601]# ls -lsa
    total 24
    4 drwxr-xr-x 6 root root 4096 Oct 17 20:54 .
    4 drwxr-xr-x 3 root root 4096 Oct 17 20:54 ..
    4 drwxr-xr-x 3 root root 4096 Oct 6 20:44 3.5.4-1-ARCH
    4 drwxr-xr-x 3 root root 4096 Oct 9 20:43 3.5.6-1-ARCH
    4 drwxr-xr-x 3 root root 4096 Oct 17 20:54 3.6.2-1-ARCH
    4 drwxr-xr-x 11 root root 4096 Oct 17 20:54 build
    0 lrwxrwxrwx 1 root root 24 Oct 6 20:42 source -> /usr/src/rt5572sta-2.601
    [root@purelight 2.601]# dkms build -m rt5572sta -v 2.601
    Module rt5572sta/2.601 already built for kernel 3.6.2-1-ARCH/4
    It seems that there is nothing relevant in the logs:
    [root@purelight log]# grep dkms /var/log/*
    auth.log:Oct 17 20:52:53 purelight sudo: syl : TTY=pts/2 ; PWD=/var/lib/dkms/rt5572sta/2.601 ; USER=root ; COMMAND=/usr/sbin/dkms build -m rt5572sta -v 2.601
    auth.log:Oct 17 20:54:14 purelight sudo: syl : TTY=pts/2 ; PWD=/var/lib/dkms/rt5572sta/2.601 ; USER=root ; COMMAND=/usr/sbin/dkms install -m rt5572sta -v 2.601
    pacman.log:[2012-10-06 20:42] Running 'pacman -S dkms'
    pacman.log:[2012-10-06 20:42] installed dkms (2.2.0.3-12)
    Any help would be nice, thanks!

    Unia wrote:
    Are you using systemd? If so, you might have to reboot twice. The catalyst-dkms package (video driver for amd cards) in [community] currently has the same problems. I'd suggest for you to read the last few pages in that thread to see background information:
    https://bbs.archlinux.org/viewtopic.php?id=57084&p=177
    Yes I do use systemd. Since I'm using a quite recent installation, it was included by default.
    At the next kernel upgrade I'll try this trick of reboot twice, and see if it works.
    Cheers!

Maybe you are looking for