[SOLVED] Where is /lib/modules/$(uname -r)/build?

How can I get build files for my installed Linux kernel?
I am trying to make a module.
Sorry, I found it.
sudo pacman -S linux-headers
Last edited by kdar (2012-03-15 02:37:29)

Ok, I didn't see the "26" in kernel26-headers when I first read it...
Thanks for making me re-read!

Similar Messages

  • [SOLVED]No osgeo python module after GDAL build -- enabled filegdb

    I compiled GDAL 1.10 from [community] using "yaourt -Sb gdal" and modified the PKGBUILD so that ./configure would include --with-fgdb=<path to filegdb libs>
    The program compiled and installed fine with FileGDB support but now QGIS, or python doesn't have the much needed osgeo module anymore.
    The plugin error when starting qgis says:
    Unable to load GdalTools plugin.
    The required "osgeo [python-gdal]" module is missing.
    Install it and try again.
    I can't import it from python using "import osgeo" - no surprise since QGIS complains it can't either.
    There isn't an osgeo folder in /usr/lib/python2.7/site-packages anymore either or any of the gdal*.py files.
    If I re-install gdal from the community repo, it's all back to normal in both QGIS and python but without ESRI FileGDB support.
    Anyone know or can help me figure out what's wrong and why my custom build (with only an added configure option) doesn't include the osgeo python module like the gdal from the community repo does?
    If there's any more info I can share that'd be helpful, just let me know.
    Last edited by saultdon (2013-07-07 07:02:14)

    In a paste of the compile output I can see the osgeo module being installed for python3 instead.
    The PKGBUILD has a portion that looks like it should be installing for python2 instead:
    package () {
      cd "${srcdir}/$pkgname-$pkgver"
      install -d "${pkgdir}/usr/lib/python2.7/site-packages/"
      make DESTDIR="${pkgdir}" install
    At least it's installing because I can import the osgeo module in python3, but QGIS uses python2.
    I'm not sure why it's installing for python3.
    Python3 is the default python on this system by default, that might have something to do with it.
    uname -a
    Linux alienix 3.9.9-1-ARCH #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013 x86_64 GNU/Linux

  • Vmlinux file in lib/modules/ kernel /build

    Wasn't really sure if this should be in newbie forum, or kernel forum to be honest! It should be a simple question to answer for someone who compiles their own kernel etc
    Can someone please confirm or explain the purpose of this file:
    -rw-r--r-- 1 root root 18M May 12 19:56 /usr/lib/modules/3.14.3-2-ARCH/build/vmlinux
    As far as I can tell from searching/my own knowledge - I think it is only necessary for compiling new kernel modules associated with the kernel shown in the path. Is that correct, or does it have another use?
    At a first glance, I misread it as vmlinuz and assumed it was the kernel, oops!

    Look here.
    From what I remember, /usr/lib/modules/$(uname -r)/build points to a kernel source which is indeed prepared to build external modules. Prepared in that it it's partially configured which is a requirement for building external modules.
    Vmlinuz is your bootable kernel.

  • Missing extramodules in /lib/modules in custom kernel compiling.

    Hello.
    Im totally a newbie when it comes to compiling a kernel.And i have this little thing.
    I follow this guide https://wiki.archlinux.org/index.php/Ke … ut_ABS.And everything works fine and i do make modules_install.
    But when i look inside /lib/modules i see extramodules-3.1-ARCH from standard kernel there. I missing extramodules for my kernel. Should i not have one for my kernel??
    I wonder if i miss to tick something in make menuconfig and if so where should i look for it??(i must be blind) or is it something else that i do wrong?
    thanks
    freddie

    Look here.
    From what I remember, /usr/lib/modules/$(uname -r)/build points to a kernel source which is indeed prepared to build external modules. Prepared in that it it's partially configured which is a requirement for building external modules.
    Vmlinuz is your bootable kernel.

  • /lib/modules/...

    I am trying to compile a program and I am getting this error:
    make -C /lib/modules/2.6.32-ARCH/build SUBDIRS=/var/abs/local/flashcam/src/flashcam-1.4.4/vloopback modules
    make: Entering an unknown directory
    make: *** /lib/modules/2.6.32-ARCH/build: No such file or directory. Stop.
    I see that there are no "build" dirs in /lib/modules tree, but I guess they are in other distros, right? Where is an equivalent directory to /lib/modules/`uname -r`/build in Arch or is there anything else you'd recommend me?

    http://www.archlinux.org/news/477/

  • Build v4l ( make error /lib/modules )

    I upgraded to kernel version 3 and I rebooted. Then trying to compile v4l from source. And get error :
    make -C /home/poes/APP/tvdriver/v4l-dvb/v4l
    make[1]: Entering directory `/home/poes/APP/tvdriver/v4l-dvb/v4l'
    Updating/Creating .config
    Preparing to compile for kernel version
    File not found: /lib/modules//build/.config at ./scripts/make_kconfig.pl line 32.
    make[1]: *** [.config] Error 2
    make[1]: Leaving directory `/home/poes/APP/tvdriver/v4l-dvb/v4l'
    make: *** [all] Error 2
    Uname :
    uname -a
    Linux fanadir 3.0-ARCH #1 SMP PREEMPT Sat Aug 6 16:49:00 CEST 2011 i686 Intel(R) Pentium(R) CPU P6100 @ 2.00GHz GenuineIntel GNU/Linux
    I'm totally newbie, please help. Thanks You.

    I'm not certain how to fix it the right way, but basically it can't determine your kernel version. You might have to edit the ./scripts/make_kconfig.pl file it's referring to and ensure that the kernel variable is being set. Note the double slash in:
    File not found: /lib/modules//build/.config at ./scripts/make_kconfig.pl line 32.
    There should be 3.0-ARCH in between them (or whatever directory is in /lib/modules/). Just find some way to change that and it should be fixed.

  • /lib/modules/2.6.33-ARCH/build: no such file or directory catalyst

    i am trying to install catalyst on my laptop (more so the fans will work better than anything else at this stage) and i am following the wiki's guide to doing so but when i input makepkg --asroot it all appears to be going well until it gives the error
    /lib/modules/2.6.33-ARCH/build no such file or directory
    this is rather frustrating and i pray someone can give another fantastic response soon!
    thank you

    I have no idea how catalyst works (or doesn't ;P), but have you tried the [catalyst] repo:
    [catalyst]
    # ATI Catalyst proprietary drivers.
    Server = http://catalyst.apocalypsus.net/repo/catalyst/$arch

  • [SOLVED] Where to find older kernel headers

    Hi,
    I'm currently stuck on kernel 3.8.11-1 x64 on my netbook as kernel 3.9.2 won't boot - basically hangs while grub tries to start the kernel. Had the same issue with Fedora so I know that it's kernel specific....
    Unfortunately my NIC requires that I build the compat-wireless drivers in order to get the alx module in my system. Using the older kernel however, where do I find the headers for it?
    Basically I need to populate my /lib/modules with the 3.8.11-1-ARCH bunch; unfortunately my USB boot stick has version 3.8.10 which won't work.
    Can anyone help me out?
    Also why do the older kernels and related modules etc... get removed so fast from the repo? Shouldn't the older ones be kept for a while at least so if anyone (like me and plenty of others) have issues they can revert back easily without needing to downgrade by finding an older package from somewhere?
    Thanks.
    Last edited by JohnnySSH (2013-05-19 06:22:12)

    Excellent. Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
    Ok did a bit of "housekeeping" and appended [SOLVED] to all my 3 threads so far :-)
    P.s. I like Arch it seems a lot as it's kinda hackery since you have to build from scrach and the chroot install is cool too - I think it suites my style of being very CLI heavy
    Coupled with a 'real' DEC VTxxx terminal not emulation I think Arch would be the best thing since Ethernet!!
    Last edited by JohnnySSH (2013-05-19 06:27:43)

  • [SOLVED] rt3090 driver from AUR won't build

    Here is the output from makepkg -si from the relevant directory:
    [imran@arch rt3090]$ makepkg -si
    ==> Making package: rt3090 2.4.0.4-1 (Tue Apr 2 23:39:55 AST 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading 2010_1217_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO.zip...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 972k 100 972k 0 0 177k 0 0:00:05 0:00:05 --:--:-- 239k
    -> Found config.mk.new
    -> Found Makefile.new
    ==> Validating source files with md5sums...
    2010_1217_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO.zip ... Passed
    config.mk.new ... Passed
    Makefile.new ... Passed
    ==> Extracting Sources...
    -> Extracting 2010_1217_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO.zip with bsdtar
    ==> Starting build()...
    make -C tools
    make[1]: Entering directory `/home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools'
    gcc -g bin2h.c -o bin2h
    make[1]: Leaving directory `/home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools'
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/tools/bin2h
    cp -f os/linux/Makefile.6 /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/Makefile
    make -C /lib/modules/3.8.4-1-ARCH/build SUBDIRS=/home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux modules
    make[1]: Entering directory `/usr/src/linux-3.8.4-1-ARCH'
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/crypt_md5.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/crypt_sha2.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/crypt_hmac.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/crypt_aes.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/crypt_arc4.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/mlme.o
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/mlme.c: In function 'MlmeResetRalinkCounters':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/mlme.c:870:2: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/mlme.c:870:2: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/mlme.c: In function 'BssTableSetEntry':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/mlme.c:5822:39: warning: operation on 'Tab->BssOverlapNr' may be undefined [-Wsequence-point]
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_wep.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/action.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_data.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/rtmp_init.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_tkip.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_aes.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_sync.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/eeprom.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_sanity.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_info.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_cfg.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_wpa.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/dfs.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/spectrum.o
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/spectrum.c: In function 'PeerMeasureReportAction':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/spectrum.c:1966:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat]
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/rtmp_timer.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/rt_channel.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_profile.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_asic.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_cmd.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../sta/assoc.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../sta/auth.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../sta/auth_rsp.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../sta/sync.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../sta/sanity.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../sta/rtmp_data.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../sta/connect.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../sta/wpa.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../sta/ags.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../sta/sta_cfg.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/rtmp_init_inf.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_profile.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/sta_ioctl.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.o
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c: In function 'duplicate_pkt':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c:484:3: warning: passing argument 1 of 'memmove' makes pointer from integer without a cast [enabled by default]
    In file included from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/string.h:4:0,
    from include/linux/string.h:17,
    from include/linux/bitmap.h:8,
    from include/linux/cpumask.h:11,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/cpumask.h:4,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/msr.h:10,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/processor.h:20,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/thread_info.h:22,
    from include/linux/thread_info.h:54,
    from include/linux/preempt.h:9,
    from include/linux/spinlock.h:50,
    from include/linux/seqlock.h:29,
    from include/linux/time.h:5,
    from include/linux/stat.h:18,
    from include/linux/module.h:10,
    from /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/include/os/rt_linux.h:31,
    from /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/include/rtmp_os.h:32,
    from /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/include/rt_config.h:62,
    from /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c:28:
    /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/string_64.h:58:7: note: expected 'void *' but argument is of type 'sk_buff_data_t'
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c:486:3: warning: passing argument 1 of 'memmove' makes pointer from integer without a cast [enabled by default]
    In file included from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/string.h:4:0,
    from include/linux/string.h:17,
    from include/linux/bitmap.h:8,
    from include/linux/cpumask.h:11,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/cpumask.h:4,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/msr.h:10,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/processor.h:20,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/thread_info.h:22,
    from include/linux/thread_info.h:54,
    from include/linux/preempt.h:9,
    from include/linux/spinlock.h:50,
    from include/linux/seqlock.h:29,
    from include/linux/time.h:5,
    from include/linux/stat.h:18,
    from include/linux/module.h:10,
    from /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/include/os/rt_linux.h:31,
    from /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/include/rtmp_os.h:32,
    from /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/include/rt_config.h:62,
    from /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c:28:
    /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/string_64.h:58:7: note: expected 'void *' but argument is of type 'sk_buff_data_t'
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c: In function 'ClonePacket':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c:636:23: warning: assignment makes integer from pointer without a cast [enabled by default]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c: In function 'update_os_packet_info':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c:658:15: warning: assignment makes integer from pointer without a cast [enabled by default]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c: In function 'wlan_802_11_to_802_3_packet':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c:679:15: warning: assignment makes integer from pointer without a cast [enabled by default]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c: In function 'send_monitor_packets':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c:952:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c: In function 'RtmpOSNetDevDetach':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c:1701:38: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c: In function 'RtmpOSNetDevAttach':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_linux.c:1738:38: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_main_dev.o
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_main_dev.c: In function 'MainVirtualIF_close':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_main_dev.c:121:13: warning: unused variable 'Cancelled' [-Wunused-variable]
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/ba_action.o
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/ba_action.c: In function 'convert_reordering_packet_to_preAMSDU_or_802_3_packet':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/ba_action.c:1568:2: warning: assignment makes integer from pointer without a cast [enabled by default]
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_mac_pci.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/cmm_data_pci.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/ee_prom.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/ee_efuse.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/rtmp_mcu.o
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/rtmp_mcu.c: In function 'RtmpAsicLoadFirmware':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/rtmp_mcu.c:352:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/rtmp_mcu.c:355:2: warning: passing argument 1 of 'writel' makes integer from pointer without a cast [enabled by default]
    In file included from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/realmode.h:5:0,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/acpi.h:32,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/fixmap.h:19,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/apic.h:12,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/smp.h:13,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/mmzone_64.h:10,
    from /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/mmzone.h:4,
    from include/linux/mmzone.h:909,
    from include/linux/gfp.h:4,
    from include/linux/kmod.h:22,
    from include/linux/module.h:13,
    from /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/include/os/rt_linux.h:31,
    from /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/include/rtmp_os.h:32,
    from /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/include/rt_config.h:62,
    from /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/rtmp_mcu.c:28:
    /usr/src/linux-3.8.4-1-ARCH/arch/x86/include/asm/io.h:63:1: note: expected 'unsigned int' but argument is of type 'ULONG *'
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/rtmp_mcu.c:356:2: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ULONG' [-Wformat]
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../chips/rt30xx.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../common/rt_rf.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../chips/rt3090.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_pci_rbus.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/rt_rbus_pci_util.o
    CC [M] /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.o
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:37:23: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'rt2860_remove_one'
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:38:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'rt2860_probe'
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:60:46: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__devinitdata'
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:87:17: error: 'rt2860_pci_tbl' undeclared here (not in a function)
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:88:17: error: 'rt2860_probe' undeclared here (not in a function)
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:90:5: error: implicit declaration of function '__devexit_p' [-Werror=implicit-function-declaration]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:90:29: error: 'rt2860_remove_one' undeclared here (not in a function)
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:283:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'rt2860_probe'
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:449:23: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'rt2860_remove_one'
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c: In function 'RTMPrt3xSetPCIePowerLinkCtrl':
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:941:2: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'ULONG' [-Wformat]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:974:5: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'ULONG' [-Wformat]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:986:5: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'ULONG' [-Wformat]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:949:11: warning: unused variable 'vendor_id' [-Wunused-variable]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:1000:2: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'ULONG' [-Wformat]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:1027:3: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'ULONG' [-Wformat]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:934:8: warning: unused variable 'offset' [-Wunused-variable]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:933:8: warning: unused variable 'Vendor' [-Wunused-variable]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c: At top level:
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:514:14: warning: 'RTMPInitPCIeDevice' defined but not used [-Wunused-function]
    /home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.c:73:1: error: '__mod_pci_device_table' aliased to undefined symbol 'rt2860_pci_tbl'
    cc1: some warnings being treated as errors
    make[2]: *** [/home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux/../../os/linux/pci_main_dev.o] Error 1
    make[1]: *** [_module_/home/imran/Downloads/rt3090/src/20101216_RT3090_LinuxSTA_V2.4.0.4_WiFiBTCombo_DPO/os/linux] Error 2
    make[1]: Leaving directory `/usr/src/linux-3.8.4-1-ARCH'
    make: *** [LINUX] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Last edited by TwoFlower (2013-07-09 07:21:31)

    sudo modprobe rt2800pci
    solves the problem for me.

  • Solved: Compiling Ralink 2860 module on eee 1000H

    When I try to compile the ralink 2860 drivers (1.8.0.0) I get
    make[1]: Entering directory `/lib/modules/2.6.28eee/build'
    make[1]: *** No rule to make target `modules'.  Stop.
    make[1]: Leaving directory `/lib/modules/2.6.28eee/build'
    make: *** [LINUX] Error 2
    No idea why. I did modify the PKGBUILD like it said to. What am I missing?
    Last edited by donryanocero (2009-02-21 03:48:53)

    Solved. make modules_install again took care of it.

  • [SOLVED] what headers do I need to build oss

    Hi All,
    I'm trying to run the open sound system but my problem is this:
    [root@StudioA a]# soundoff && soundon
    OSS not loaded.
    Relinking OSS kernel modules for "3.12.8-1-ARCH SMP preempt mod_unload modversions "
    This may take few moments - please stand by...
    OSS build environment set up for REGPARM kernels
    Warning: Cannot locate the Linux kernel development package for
             Linux kernel version  3.12.8-1-ARCH
             Please install the kernel development package if linking the
             OSS modules fails.
    The kernel development package may be called kernel-devel, kernel-smp-devel,
    kernel-sources, kernel-headers or something like that. Please refer
    to the documentation of your Linux distribution if there are any
    difficulties in installing the kernel/driver development environment.
    For your Linux distribution the right kernel source package
    might be kernel-source.
    Building module osscore
    Failed to compile OSS
    make -C /usr/lib/modules/3.12.8-1-ARCH/build M=/usr/lib/oss/build modules
    make[1]: *** /usr/lib/modules/3.12.8-1-ARCH/build: No such file or directory.  Stop.
    Makefile:17: recipe for target 'default' failed
    make: *** [default] Error 2
    Relinking the OSS kernel modules failed
    I've seen this thread: https://bbs.archlinux.org/viewtopic.php … 95#p673595 but the solution doesn't apply.
    Can anyone please point me in the right direction?
    Thanks!
    Last edited by Frabato (2014-01-26 22:05:59)

    I reinstalled oss and followed steps on the wiki, the first problem is here:
    [a@StudioA ~]$ ossdetect -v
    /proc/bus/pci/04/01.0: No such file or directory
    /proc/bus/pci/04/00.0: No such file or directory
    /proc/bus/pci/03/00.0: No such file or directory
    /proc/bus/pci/02/00.0: No such file or directory
    /proc/bus/pci/00/1f.3: No such file or directory
    /proc/bus/pci/00/1f.2: No such file or directory
    /proc/bus/pci/00/1f.0: No such file or directory
    /proc/bus/pci/00/1d.0: No such file or directory
    /proc/bus/pci/00/1c.3: No such file or directory
    /proc/bus/pci/00/1c.1: No such file or directory
    /proc/bus/pci/00/1c.0: No such file or directory
    /proc/bus/pci/00/1a.0: No such file or directory
    /proc/bus/pci/00/16.0: No such file or directory
    /proc/bus/pci/00/14.0: No such file or directory
    /proc/bus/pci/00/02.0: No such file or directory
    /proc/bus/pci/00/00.0: No such file or directory
    Detected Generic USB audio/MIDI device (BETA)
    USB support available in the system, adding USB driver
    Detected Generic USB audio/MIDI device (BETA)
    /usr/lib/oss/etc/installed_drivers: Permission denied
    [a@StudioA ~]$
    AND
    [root@StudioA a]# systemctl start oss.service
    Job for oss.service failed. See 'systemctl status oss.service' and 'journalctl -xn' for details.
    AND
    [a@StudioA ~]$ systemctl status oss.service
    oss.service - Open Sound System v4
       Loaded: loaded (/usr/lib/systemd/system/oss.service; disabled)
       Active: failed (Result: exit-code) since Sun 2014-01-26 07:27:05 MST; 44s ago
      Process: 4550 ExecStart=/usr/bin/soundon (code=exited, status=20)
    Main PID: 4550 (code=exited, status=20)
    AND
    -- Logs begin at Sat 2014-01-25 17:53:30 MST, end at Sun 2014-01-26 07:26:47 MST. --
    Jan 26 07:15:32 StudioA org.freedesktop.thumbnails.Thumbnailer1[454]: (tumblerd:497): tumbler-WARNING **: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so
    Jan 26 07:15:32 StudioA org.freedesktop.thumbnails.Thumbnailer1[454]: (tumblerd:497): tumbler-WARNING **: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: c
    Jan 26 07:15:32 StudioA org.freedesktop.thumbnails.Thumbnailer1[454]: (tumblerd:497): tumbler-WARNING **: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-gli
    Jan 26 07:15:32 StudioA org.gtk.Private.UDisks2VolumeMonitor[454]: ### debug: in handle_supported
    Jan 26 07:15:32 StudioA org.gtk.Private.UDisks2VolumeMonitor[454]: ### debug: in handle_list
    Jan 26 07:15:32 StudioA org.gtk.Private.UDisks2VolumeMonitor[454]: ### debug: in handle_supported
    Jan 26 07:15:32 StudioA org.gtk.Private.UDisks2VolumeMonitor[454]: ### debug: in handle_list
    Jan 26 07:20:33 StudioA org.gtk.Private.UDisks2VolumeMonitor[454]: ### debug: Name owner ':1.17' vanished
    Jan 26 07:26:47 StudioA su[4497]: (to root) a on pts/1
    Jan 26 07:26:47 StudioA su[4497]: pam_unix(su:session): session opened for user root by a(uid=1000)
    Thanks

  • [SOLVED] open-vm-tools-modules out of date

    open-vm-tools-modules has been flagged out-of-date today because it requires < 3.3 kernel.
    This is stopping me from updating to 3.3-ARCH.
    Can anyone advise what it would take to update this? If it's complicated, how long would it normally be before it is updated by the maintainer?
    Thanks in advance.
    --Ja'far
    Last edited by jr0 (2012-04-08 21:53:51)

    The NEWS file in ~/abs/open-vm-tools-modules/.../src/ said
    Targets (1): open-vm-tools-modules-2012.03.13-1
    open-vm-tools 2012.03.13 changes:
            * Updates for newer Linux kernel releases (3.3).
    so I thought it was worth risking removing the requires <3.3 from PKGBUILD, like so (I didn't mean to comment the second "depends=" line):
    package() {
    _kernver=`pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -`
    # depends=("linux>=3.${_kernver}" "linux<3.`expr ${_kernver} + 1`")
    # depends=("linux>=3.${_kernver}")
    KERNEL_VERSION=`cat /lib/modules/extramodules-3.${_kernver}-ARCH/version`
    msg "Kernel = $KERNEL_VERSION"
    Seems to be working, so marking SOLVED.

  • [solved] acpi - cannot load module

    Hi,
    I know that I'am not the only one with this problem, but I haven't found a clear solution yet. After doing a clean install with Gimmick, I tried to scale cpu-frequency. Thought I would follow the instructions in the French wiki page: http://wiki.archlinuxfr.org/doku.php?id=acpi_powernowd
    I have installed acpi and powernow, of course. I have an AMB Sempron 2800+ processor, which supports powernow-k8. However, when I try "modprobe acpi", I receive this message:
    FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.16-ARCH/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko): No such device
    But the file manager tells me that this module might be found under exactly this path ...
    Searching around I have found that someone apparently solved this problem by recompiling the kernel without SMP support. I am afraid that this is somewhat beyond my reach (i don't even a have clue what SMP is). Please let know if there is an easier way to get things done.
    Best wishes, t.

    Ooops - yes, I see ... Admittedly, my French isn't the best 
    It is running fine now with powernow-k8, cpufreq_userspace and powernowd.
    Thanks for the hint, t.

  • [Solved by itself] Loading module aha152x failed after kernel upgrade

    Hi all,
    I have a ten-year old Epson GT5500 scanner plugged onto an ISA card.
    This was quite hard to get it working under linux but it worked well untill yesterday last update.
    I have the following error output when trying to load aha152x module:
    # modprobe aha152x
    FATAL: Error inserting aha152x (/lib/modules/2.6.27-ARCH/kernel/drivers/scsi/aha152x.ko): No such device
    I have the following line in /etc/modules.conf:
    alias scsi_hostadapter aha152x options aha152x aha152x=0x140,9
    How can I get the scanner back to work?
    Thanks.
    Last edited by Jeddo (2008-11-15 11:54:12)

    fwojciec wrote:Did you build the module yourself?  If so you might have to rebuild it for the new kernel version.
    No. The configuration to get the scanner working under linux comes from a how-to and remains valid after kernel upgrades -- until yesterday. It does not need any module building, only loading.

  • Warning: /lib/modules/3.14.17-1-lts/modules.devname not found

    I am trying to use linux-lts but get this error, I'm using rEFInd. I am able to boot the standard arch kernel, but when selecting the other entry in refind I just get the error.
    Warning: /lib/modules/3.14.17-1-lts/modules.devname not found - ignoring
    The file does exist though.

    I sorted it, though not exactly as I want it. I had to change the initrd line in /boot/refind_linux.conf to be initramfs-linux-lts.img, I had previously copied the boot line and created a new one with that initrd line, but that didn't work. As I have things now I can only boot the lts kernel, if I want to change to the other I need to manually change that line before rebooting.

Maybe you are looking for

  • Import  taking too much time in oracle 7i

    Hi Guys I am trying to import a table of around 9600000 rows. on oracle 7i it is taking too much time. any suggestion or way i can speedup the process? Thanks in advance Khurana

  • BI Report is showing two rows for a single record

    Dear Experts This is Raja I am Facing one issue in BI Report, I have created report based on a Infocube which is getting data from two DSO. one is Standard [ Billing Condition Data]and another one is ZDSO[Targets}. these two requests go in the Infocu

  • I cannot download a statement from my bank.

    When I try to download the statement from my bank, I get this error message: /Users/XXXX/Downloads/pdfStatementBody-1.jsp could not be opened, because an unknown error occurred. Try saving to disk first and then opening the file. I can't save it to d

  • Creative Cloud shows me Download Error where the list of application must be.

    i cant find the solution.... I recently used AppCleaner and it delete many Adobe files, I dont know if that the reason but now i cant download anything and i tried downloading de .dmg file of InDesign but it doesnt work neither it appears this:

  • Verify bundle that is not directly related...

    Hi We have a bundle (several in fact!) that calls another bundle as an install action, prior to doing it's own thing. (We often do this for large installers, to copy the install source locally prior to running a customised install e.g. license key) I