Wrong kernel loaded?

Hello
I am currently in the process of installing arch and i had a networking problem i had no interfaces so i came across some thread which said that if that happens u might be loading the wrong kernel
so i ran
uname -a
: Linux 3.17.3
and also pacman -Qi linux
:linux 3.17.4
and then i looked more on that issue and i came across this thread https://bbs.archlinux.org/viewtopic.php?id=181536
in which someone said you might not be mounted to boot so i tried mount /dev/sda2(this is the boot partition) /boot and i got in return error
unknown filesystem type 'vfat'
the thing is that i made it fat according to this tutorial http://www.tomshardware.com/faq/id-1860 … -uefi.html of installing arch on a uefi motherboard and also according to this: https://wiki.archlinux.org/index.php/Un … _Partition
i just wanna state that during the installation process i dont remember any problems mounting the partition
what do i do to fix this problems?
thanks a lot

What is the output of mount
Also, please post your /etc/fstab file.
and what is the output of ls -l /dev/disk/by-uuid
Here are mine (for an example of what I would like to see[
ewaller@odin ~ 1023 %mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=1973548k,nr_inodes=493387,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
/dev/sda8 on / type ext4 (rw,relatime,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
tmpfs on /tmp type tmpfs (rw)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
/dev/sda9 on /mnt/smalldisk type vfat (rw,nosuid,nodev,noexec,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda5 on /boot type ext2 (rw,relatime)
/dev/sda2 on /mnt/disk type jfs (rw,relatime)
/dev/sda7 on /home type ext4 (rw,relatime,data=ordered)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=395332k,mode=700,uid=1000,gid=100)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
ewaller@odin ~ 1024 %cat /etc/fstab
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
UUID=1e70da27-41c7-43fc-963b-81bae666b1c6 /home ext4 defaults,user_xattr 0 1
UUID=73796934-070f-4e79-a973-229432222e58 / ext4 defaults 0 1
UUID=9c1fd3af-fd51-4bc5-9b43-d5ae12b47df1 /boot ext2 defaults 0 1
UUID=d4a4aafc-3dcd-4b32-974e-f3b2cb124c64 swap swap defaults 0 0
/dev/sda2 /mnt/disk/ jfs defaults 0 1
/dev/sda9 /mnt/smalldisk vfat defaults,users 0 1
/dev/sda1 /mnt/win7 ntfs defaults,users,noauto 0 1
ewaller@odin ~ 1025 %ls -l /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Nov 24 20:07 1e70da27-41c7-43fc-963b-81bae666b1c6 -> ../../sda7
lrwxrwxrwx 1 root root 10 Nov 24 20:07 2DA2DBF1421DA541 -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 24 20:07 50e26992-25e2-41c0-9782-88430faaa261 -> ../../sda2
lrwxrwxrwx 1 root root 10 Nov 24 20:07 567A-7203 -> ../../sda9
lrwxrwxrwx 1 root root 10 Nov 24 20:07 73796934-070f-4e79-a973-229432222e58 -> ../../sda8
lrwxrwxrwx 1 root root 10 Nov 24 20:07 9c1fd3af-fd51-4bc5-9b43-d5ae12b47df1 -> ../../sda5
lrwxrwxrwx 1 root root 10 Nov 24 20:07 d4a4aafc-3dcd-4b32-974e-f3b2cb124c64 -> ../../sda6
ewaller@odin ~ 1026 %

Similar Messages

  • SOLVED: kernel loads, but doesn't have a root file system

    Hi,
    The system is an Asus X202E. It does UEFI and has a GPT partition system. I've gotten through that part. And it is clear to me that the kernel loads.
    It's the next step that's giving me grief. I've tried this with two bootloaders: gummiboot and rEFInd.
    With gummiboot, the kernel panics because it can't mount the root file system. With rEFInd, it gets to the intial ramdisk and then drops me to a shell, apparently because the root file system is set to null, and it obviously can't mount that as "real root".
    Here is what I posted on the Arch mailing list, documenting that I have indeed specified the correct root (I'm copying this from the email, eliding the unfortunate line wraps):
    bridge-live# cat /boot/loader/entries/arch.conf
    Title Arch Linux
    linux /vmlinuz-linux
    initrc /initramfs-linux.img
    options root=PARTUUID=d5bb2ad1-9e7d-4c75-b9b6-04865dd77782
    bridge-live# ls -l /dev/disk/by-partuuid
    total 0
    lrwxrwxrwx 1 root root 10 Apr 15 19:26 0ab4d458-cd09-4bfb-a447-5f5fa66332e2 -> ../../sda6
    lrwxrwxrwx 1 root root 10 Apr 15 19:26 3e12caeb-1424-451c-898e-a4ff05eab48d -> ../../sda7
    lrwxrwxrwx 1 root root 10 Apr 15 19:26 432a977b-f26d-4e75-b9ee-bf610ee6f4a4 -> ../../sda3
    lrwxrwxrwx 1 root root 10 Apr 15 19:26 95a1d2c2-393a-4150-bbd2-d8e7179e7f8a -> ../../sda2
    lrwxrwxrwx 1 root root 10 Apr 15 19:26 a4b797d9-0868-4bd1-a92d-f244639039f5 -> ../../sda4
    lrwxrwxrwx 1 root root 10 Apr 15 19:26 d5bb2ad1-9e7d-4c75-b9b6-04865dd77782 -> ../../sda8
    lrwxrwxrwx 1 root root 10 Apr 15 19:26 ed04135b-bd79-4c7c-b3b5-b0f9c2fe6826 -> ../../sda1
    lrwxrwxrwx 1 root root 10 Apr 15 19:26 f64f82a7-8f2b-4748-88b1-7b0c61e71c70 -> ../../sda5
    The root partition is supposed to be /dev/sda8, that is:
    lrwxrwxrwx 1 root root 10 Apr 15 19:26 d5bb2ad1-9e7d-4c75-b9b6-04865dd77782 -> ../../sda8
    So the correct PARTUUID followed by the one I have specified in
    arch.conf is:
    d5bb2ad1-9e7d-4c75-b9b6-04865dd77782
    d5bb2ad1-9e7d-4c75-b9b6-04865dd77782
    I'm guessing that this is really the same problem with both gummiboot and with rEFInd, but don't really know. It's clear to me that the initrd is not being correctly constructed. So I removed /etc/mkinitcpio.conf and did, as per the Arch wiki,
    pacman -Syyu mkinitcpio linux udev
    No joy.
    I don't even know which way to go at this point. If I even knew how to tell it where the real disk is in the initial ram disk shell, that would help. Better of course, would be actually solving the problem.
    Thanks!
    Last edited by n4rky (2013-04-17 21:41:36)

    I have made extremely limited progress on this issue.
    My previous attempt to specify the root partition in mkinitcpio.conf was insufficient. Furthermore, this is no place--despite the documentation--for the orthodoxy about using UUIDs rather than the straight /dev/sdx. In my case:
    root=/dev/sda8
    and run
    mkinitcpio -p linux
    It still drops me into the shell at boot. I can do
    mount /dev/sda8 /new_root/
    and exit the shell. It still won't believe it has the root device and drops me back in. I just exit.
    At this point, for a very brief moment, things look promising. It appears to be starting normally. Then, gdm.service, NetworkManager.service, and dbus.service all fail to start. There may be others but the screen goes by too quickly. At this point, it hangs trying to initialize the pacman keyring and all I can do is CTRL-ALT-DEL.
    It occurred to me that this might extend to the rEFInd configuration and so I modified it to also use /dev/sda8 rather than the UUID, but this made no difference. Trying to boot via gummiboot still yields the previously specified kernel panic.

  • Sorry for posting a wrong question Loading multiple files!!

    Sorry for posting a wrong question Loading multiple files!!
    As per my understanding 
    Sorry for posting a wrong question Loading multiple files!!
    As per my understanding only a standard Dat file can be compared with one single dat file.Because Eacg dat file will be containing its own values. So multiple files cannot be compared.
    Am assuming dat files containing time(s) and acceleration values(g). G value for each file differs.
    Thanku!!
    Solved!
    Go to Solution.

    Hi Rash.patel,
    I'm still not sure I follow you.  When you say "Dat" file, do you mean the DIAdem 8.x standard file with the *.dat header and usuall a *.r64 binary file or two that it references, or do you mean some other specific data file with the extension *.dat or do you just mean a generic data file?
    DIAdem can certainly load multiple files into the Data Portal at the same time, so you must be referring to either a limitation of the "*.Dat" file you're talking about or correcting yourself that all the data you want to compare turns out to be in one "Dat" file.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Ipw2200 module grabs onto the wrong kernel

    Perhaps this shows it best:
    /lib/modules $ sudo pacman -S ipw2200
    :: ipw2200-1.0.8-4: is up to date.  Upgrade anyway? [Y/n]
    Targets: ipw2200-1.0.8-4
    Total Package Size:   0.3 MB
    Proceed with upgrade? [Y/n]
    checking package integrity... done.
    loading package data... done.
    checking for file conflicts... done.
    upgrading ipw2200... done.
    ==> In order to use the firmware you have to agree to Intel's license located
    ==> here: /lib/firmware/LICENSE-ipw2200
    ==> If you don't agree, you must remove this package.
    /lib/modules $ find -name ipw2200.ko
    ./2.6.15-ARCH/kernel/drivers/net/wireless/ipw2200.ko
    /lib/modules $ uname -r
    2.6.14-archck
    Is this a bug in the installer for ipw2200, the archck kernel, or am I doing something wrong?
    (I put this in the laptop section because I'm trying to get my laptop's wireless working.)

    This becomes a bit more of a problem now that the ipw2200 driver is in kernel.  IIRC 2.6.14-archck was build with out ipw2200 support.  Which was good since the 2.6.14 series contained a rather old version of ipw2200.  The arch devs went the other way and decided to build the stock kernel with ipw2200 support.  Since this kernel contained the modules the ipw2200 package in extra was changed to only contain the firmware.  If you do a pacman -Ql ipw2200 to show what files are part of that package you'll only see enteries in /lib/firmware.  Running a  pacman -Qo /lib/modules/2.6.15-ARCH/kernel/drivers/net/wireless/ipw2200.ko will return /lib/modules/2.6.15-ARCH/kernel/drivers/net/wireless/ipw2200.ko is owned by kernel26 2.6.15-2.  In this case building ipw2200 package against your kernel won't do much good since the package doesn't contain the modules you need any more.  Though tomk is right in general, when you run a custom kernel any packages that contain kernel modules have to be built against your kernel.  Its one of the pains of running a custom kernel, but fortunataly abs makes it easy.  Anyway on to a solution for your problem.  Because the ipw2200 module in 2.6.14 was incompatable with wpa_supplicant I posted copies of the old ipw2200 pkgbuild and install files into the wpa_supplicant section of the wiki.  There are some instructions there that should get you going for the time being.  2.6.15-archck is out and a package in comunity shouldn't be too far off.  It will most likely have support for ipw2200 built in as the stock kernel does when the package is released.
    andy

  • Colormodel wrong when loading TIF

    I have a TIFF image which I can't correctly convert or display in Java. However, in any other image viewer (default windows, irfanview), it displays without errors.
    When I load the TIF file, it gives the folowing color model:
    #pixelBits = 32
    numComponents = 4
    color space = com.sun.media.imageioimpl.common.SimpleCMYKColorSpace@e86da0
    transparency = 1
    has alpha = false
    isAlphaPre = false <ImageTransformer(main-5)>Using this little program
                Image img = ImageIO.read(new File("small-error.tif"));
                JLabel l = new JLabel(new ImageIcon(img));
                JFrame frame = new JFrame("Image test");
                frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
                frame.getContentPane().add(l, BorderLayout.CENTER);
                frame.pack();
                frame.setVisible(true);I noticed it wouldn't display correctly either.
    Here is the test image:
    http://dev.xiam.nl/small-error.tif (~20kb)
    I have a whole bunch of these TIF's, and they're all wrong when displayed in Java. TIF files I create myself though work fine. The original image was create in Adobe Photoshop CS2 on the mac. Is this a bug in Java? Does anyone know a solution.

    Hi...Sorry I shouldn't disturb you here where you expect reply with solution to your problem. But I'm helpless now...you somedays ago posted a reply on my message...my subject was "BMP Image in HTMLEdiorKit". I posted a message to you after reading your message and waiting to hear from you. Would you please read the message posted to you and let me know the topics I need to know?
    Thanks

  • Wrong language loaded on new Satellite C660-2DL

    Hi All,
    Brand new C660-2DL, Some how the wrong language (Finnish) got loaded at startup,is there anyway back? it should have been English. I think i shall be dead if i don't find a cure!!!
    All idears wellcome (Don't forget though everything is in Finnish.Thank you.
    Citycoach John

    Hi
    From my experience some units are preinstalled with an image which contains Windows OS in different languages. While first boot you should be able to choose your favorite language and the other languages would be canceled.
    Try this: power up the unit, press F8 and choose Repair.
    Then choose HDD recover and check if you could choose other language.
    If this would not be possible then create a image using the recover disk creator and start the recovery using this disk. Then check if you can change the language.

  • Virtualbox linux-header wrong kernel

    Hello everyone, This is my first post to the forums.
        I got arch up and running a number of months ago. Installed gnome and was overall satisfied with pacman (this was my first experience)
        Recently I tried to install virtualbox from the offical repos. The install seemd to have went normally and I even installed all the optional dependancies. When I went to run VB it asked me for  vboxdrv kernel module 3.4.9-1-ARCH. Seemed like a easy fix to pacman -S linux-headers. This did not fix the problem. Pacman tried to target linux-headers-3.5.3-1. I think I am doing something really simple incorrectly. Any help would be appreciated.
    * I have tried googling and searching the prior posts, I must be using the wrong keywords

    thanks for you help, turns out that my system was out of date and then pacman updated the kernel, i guess i didn't notice that it updated the kerenl and needed a reboot.
    I should restart my PCs every week or 2... just got lazy. A simple reboot booted into my new kernel and fixed the problem.

  • Wrong dps loaded - how can I change it?

    I used DPS App Builder to build an app but for some reason it uploaded an old file and not the one selected... I need to know how to change it to the right app using the single edition number purchased.
    thanks
    Stuart

    Single edition user don't have the option to delete the app from app builder. If the serial number was activated on the app with the wrong content, DPS Support can help you reset the serial number, delete the wrong app and have your re-build a brand new app and activate using the same serial number.
    I can help you here, PM me the e-mail ID used to purchase or login to App builder to activate the app
    *Note: This is done in exceptional cases where there are typos, wrong content in the app etc, provided is also within the first year of the Single edition purchase. Altering the content altogther and producing a new app is against the license agreement.

  • Wrong metadata loaded by IDOC adapter.

    Hello,
    my problem is as follow:
    My interface is an IDOC outbound interface from SAP R/3 to XI, I'm sending a MATMAS04 idoc <b>with an extention</b>.
    The metadata definition of the one of the segments in the extention (in the XI, transaction IDX5) is wrong : the length of the fields are correct but the offsets are not, resulting in a wrong output XML.
    I've checked the definitions of the IDOC in the R/3 system and they are all correct.
    I've try deleting the cache and refrashing the definitions but the error remained.
    My R/3 system is 4.7x200 and the XI is XI v2.0.
    anyone had a similer problem?
    Uri Lifshitz.

    Hi,
    have you tried deleting the idoc matadata (TCODE - IDX2)
    and importing it again? the import of the metadata can also be done in idx2 - at least in 3.0
    Regards,
    micha;

  • GURU Needed - Kernel Loading in Console Report -But Cannot find it's source.

    The following is show every time I boot in console, but I do not have anything Plantronics.
    11/5/14 2:51:25.000 PM kernel[0]: PlantronicsDriverShield Copyright 2012-2013 tSoniq. All Rights Reserved. Version 4.3
    I looked in system->library->extensions-> and nothing there that references this file.  I checked everywhere
    getting worried cause my system has slowed since finding this.
    Thanks anyone

    Kernel extensions could be anywhere and could be included in some seemingly unrelated 3rd party program. EtreCheck will show where your extensions are. Download EtreCheck from http://www.etresoft.com/etrecheck, run it, and paste the results here. EtreCheck is perfectly safe to run, does not ask for your password to install, and is signed with my Apple Developer ID.
    Disclaimer: Although EtreCheck is free, there are other links on my site that could give me some form of compensation, financial or otherwise.
    PS: You might not need to paste the results here. That is just boilerplate.

  • Upgraded to wrong kernel

    OK I know it was stupid, but now I need suggestions on the best way to get out of it.
    I managed to copy a 64-bit kernel pacman.conf onto my 32-bit machine, which now refuses to boot. Does anyone have suggestions on the best way to remedy this without doing a complete reinstall? I suppose a CD or USB is the place to start.

    OK so I tried this:
    pacman --dbpath /mnt/arch/var/lib/pacman --root /mnt/arch -v --cachedir /mnt/arch/var/cache/pacman/pkg \
    --config /mnt/arch/etc/pacman.conf -Syy <list of packages>
    But I get an error for every package in the local directory:
    error: could not open file /mnt/arch/var/lib/pacman/local/<pkg-name>/depends: No such file or directory
    There's one for 'depends' and 'files' for every package in the directory. I tried it with a single package and it reports an error every package there too, but then it downloads the package (giving me hope...) but then gives me the same error but just for the package I'm trying to install, reports that it is installing the package, and then
    error: command failed to execute correctly
    Suggestions are quite welcome; I may need to reinstall

  • Wrong quicktimes load in IE

    I have a pretty basic site I did in Dreamweaver. The site has
    several links to quicktimes that open in a seperate window. The
    site works fine when viewed with Firefox but when viewed with IE,
    most of the links open the same exact quicktime instead of the one
    I embedded in the page. Any idea what could cause this?

    AH!! I think, that might be a problem: If you meet a user like my brother who operates his PC in "super stealth gold plated platinum security mode" with all active x AND other bits disabled out of worry they might contract a virus (even a website quicktime movie will not load on his machine!), then IE will be most rubbish at displaying (even the BBC at www.bbc.co.uk is "hit" by this, as it's got a lovely clock at the top, and it will not show).
    I don't know why bother trying to "please" this horrible browser. Mosaic (IE's original predecessor) was great, but IE has so many loopholes as they are trying to copy better browsers.
    I take it there are no issues in Windows Firefox (I test mine for it and it's fine).

  • Wrong module loaded for webcam. [SOLVED]

    Hello all,
    My webcam needs the gspcav1 driver but the zc0301 driver is loaded instead.  I have the gspcav1 loaded in rc.conf and I have blacklisted the zc0301 module.
    How can I make the correct driver associate with the webcam?
    Thanks in advance,
    Diesel1.
    Last edited by diesel1 (2008-07-16 21:17:52)

    Hi all,
    Let me start by saying sorry for the 'bump' post but I still cannot get the gspcav1 module to load when pluging in my usb creative webcam.
    I have been wrestling with this issue for a few months now and no amount of blacklisting other modules and insmod commands will make the gspcav module load nevermind control the webcam.
    Here is the output from dmesg when I plug the cam in:
    usb 1-8: USB disconnect, address 5
    hub 2-0:1.0: unable to enumerate USB device on port 8
    usb 1-8: new full speed USB device using ohci_hcd and
    usb 1-8: configuration #1 chosen from 1 choice
    And lsmod:
    Module                  Size  Used by
    ipv6                  307944  10
    audigyls               22976  1
    osscore               573636  3 audigyls
    it87                   27032  0
    hwmon_vid               4352  1 it87
    nfsd                  269992  8
    lockd                  70576  2 nfsd
    nfs_acl                 3968  1 nfsd
    auth_rpcgss            46496  1 nfsd
    sunrpc                195592  10 nfsd,lockd,nfs_acl,auth_rpcgss
    exportfs                5632  1 nfsd
    raid1                  24320  1
    md_mod                 84004  2 raid1
    parport_pc             39624  1
    ppdev                   8840  0
    usblp                  14464  0
    k8temp                  5760  0
    ppp_generic            27944  0
    lp                     12100  0
    parport                38064  3 parport_pc,ppdev,lp
    psmouse                43292  0
    pcspkr                  3456  0
    serio_raw               6788  0
    i2c_nforce2             7424  0
    nvidia               8109968  24
    i2c_core               22816  2 i2c_nforce2,nvidia
    sg                     32992  0
    thermal                18976  0
    processor              37932  1 thermal
    fan                     5640  0
    evdev                  12032  5
    button                  8096  0
    battery                13192  0
    ac                      5768  0
    slhc                    6528  1 ppp_generic
    usbhid                 48352  0
    hid                    47552  1 usbhid
    ff_memless              6280  1 usbhid
    forcedeth              51596  0
    rtc_cmos               10552  0
    rtc_core               19268  1 rtc_cmos
    rtc_lib                 3456  1 rtc_core
    reiserfs              242304  6
    ehci_hcd               38284  0
    ohci_hcd               24196  0
    sr_mod                 17348  0
    cdrom                  37928  1 sr_mod
    sd_mod                 25792  11
    usbcore               152344  5 usblp,usbhid,ehci_hcd
    sata_nv                26376  5
    ata_generic             7172  0
    pata_amd               14212  3
    pata_acpi               6528  0
    libata                159664  4 sata_nv,ata_generic,p
    scsi_mod              109432  4 sg,sr_mod,sd_mod,liba
    dock                    9760  1 libata
    There is no gspcav module listed.
    This webcam has worked with several other GNU/Linux distributions and I have trawled their forums in vain.
    Does anyone know what I can try next?  I am missing something simple I am sure, but what?
    Diesel1.
    Last edited by diesel1 (2008-07-12 00:33:31)

  • Modules install wrong kernel

    Hi! I'm for 2 weeks on Arch. Came here from Gentoo
    I've build new kernel. Without pkgbuild (or how is it called?). It warks fine. But pacman still installs new modules in old kernel directory. For example, madwifi. Now my modules are in /lib/2.6.28-axell, but pacman installs all them in /lib/2.6.27-ARCH.
    How to fix it?
    Thanks!

    But how do they install modules when new kernel appears in pacman db? All packages got rebuild to fit it?
    Anyway, thank you)
    Btw, I'm trying to set up fbsplash. I've got framebuffer console with default kernel, but I had kernel panic when it tried to mount root fs. May be there is any othr way to fix it, then recompiling own kernel?
    And on more question: there is some way to get source pacages through pacman. I suppose, it has automated system for compiling them (like gentoo's portage). If I try installing madwifi that way, would modules install in proper kernel directory?
    Thank you once again.
    Last edited by Axell (2009-01-11 18:37:53)

  • Safari and Firefox loading wrong pages since 10.6.5 update

    I have an issue on two completely separate Macs since upgrading them to 10.6.5. After a few hours use, links within some web pages, in Safari or Firefox, will resolve to very random places. For example I click a news article link on the Yahoo home page, and it takes me repeatedly to a monster.com job listing page. Or if I am in Yahoo mail and I click Calendar, it takes me right back to yahoo mail and does not open the calendar page. Sometimes I can click a link in the bookmarks bar like the one for www.yahoo.com and it gives me a page not found error. Totally repeatable once this behaviour starts - if the wrong page load problem starts on any given link, it repeatedly goes to that wrong page every time that link is clicked. Tried using Firefox as well as Safari - same exact bugs occur there once this behavior starts. So its not just Safari!
    If I run Cocktail and run the weekly script, the problem usually gets instantly fixed, for a little while, then it eventually comes back.
    It appears that some cache, perhaps the whatis or lookup databases (since those get rebuilt in the weekly script), are getting corrupted in 10.6.5, such that browser links get resolved to the incorrect addresses.
    Happens on my MacPro Quadcore i7 as well as a friends MacBook Pro 17, 2009 unibody. Both started showing this problem on both firefox AND safari after the 10.6.5 update. Have tried resetting Safari, rebooting, and using them on a different wireless network, to no avail.
    Help!!!!

    Hi Jim
    test in a New User Account
    & if that's no different - try out different dns
    say Open dns
    or more reliably for me lately ( & less annoying when a site doesn't exist, or is mistyped )
    Google public dns

Maybe you are looking for

  • ICal is not working  Can I reload?

    Application ICal is not functioning - Can I reload it?  I've tried within the application to restore ICal but it doesn't update. 

  • Problem to open a file in a file server

    Hello everbody, I've a problem with Adobe Illustrator. When I want to open a file that is on a file server, I have to pass by the software (File - > Open) and to select the file that I wish to open. If I cross by the explorer Windows and what I try t

  • No Service message. Works fine with other SIM

    Hi everyone. Been having a really frustrating problem over the last few days. Hopefully someone has seen it before. On Sunday, my Iphone 6 suddenly got a 'no service' message where my signal used to be. I thought nothing of it until after driving 230

  • Cannot recognize "Tamron SP AF 17-35mm F/2.8-4 Di LD Aspherical (IF)"

    Dears, I'm using Aperture 2.1.2 with MacOSX 10.5.6. i use canon eos 5d with Tamron SP AF 17-35mm F/2.8-4 Di LD Aspherical (IF). i can't remember which version of aperture starting with this problem. before my photos would captured as "17.0-35.0 mm" i

  • CProjects to PS integration

    Hi I have been working on cProjects to PS integration for client server which runs on ECC6. Both cProjects and SAP objects are on the same server. I have done required configuration settings for the scenario, also for CO scenario maintenance view det