Modprobe can't find modules.dep

Hi
I lately compiled new kernel and I get this error during booting:
modprobe: FATAL: Could not load /lib/modules/2.6.24-tuxonice-r9/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.24-tuxonice-r9/modules.dep: No such file or directory
despite file exist.
After booting everything works fine. I try depmod -a and mkinitcpio -g /boot/kernelversion.img but still the same.
How to get rid of this error?

Gcool wrote:Have a read through this.
Actually, turns out I was reading that when you posted.
Here's where I'm stuck.
After mounting proc, sys, and dev I did the mkinitcpio but now I receive:
ERROR: '/lib/modules/3.0-ARCH/' is not a valid kernel module directory
Which is accurate, because my /lib/modules is 3.3.4-1-ARCH. 
So I checked for what could be setting that incorrectly with
grep -r "3.0-ARCH"
Only thing I found was in etc/mkinitcpio.d/exmple.preset
But even in that file the line is commented out with #fallback_kver="3.0-ARCH".
I didn't think I was using any defaults since I specify the -c command to mkinitcpio.
Where is it getting this 3.0-ARCH kernel version from?

Similar Messages

  • Kernel Panic!!! Can't find modules.dep

    Hello, everybody,
    Yesterday I followed the Kernel Compilation From Source topic on arch's wiki. So i did:
    wget -c http://kernel.org/pub/linux/kernel/v2.6 … 31.tar.bz2 (not 2.6.28)
    cp linux-2.6.31.tar.bz2 ~/kernelbuild/
    cd ~/kernelbuild
    tar -xvjf linux-2.6.31.tar.bz2
    cd ~/kernelbuild/linux-2.6.31
    make mrproper
    make menuconfig
    I didn't change nothing in menuconfig.
    So I created PKGBUILD and kernel26.install
    makepkg -c
    pacman -U kernel26-my-2.6.31.5-1-i686.pkg.tar.gz
    Everything with no problems. Except for one thing. When I did "pacman -U kernel26-my-2.6.31.5-1-i686.pkg.tar.gz" it returned conflicts with: vmlinuz26.img and *.map (I don't remember the names, the first it something like vmlinuz26.img but the second I only remember the extension *.map, I problably can remember if i see the names again). So I deleted these 2 files (I thought the new kernel would create these 2 files again).  After delete them, I runned again "pacman -U kernel26-my-2.6.31.5-1-i686.pkg.tar.gz", now with no erros. I restarted and BOOM!!!
    When I start appears the ERROR: could not load /lib/modules/2.6.31/modules.dep: file not found
    But I started from my Ubuntu and I can see modules.dep there. Maybe, it is searching in the /boot directory, instead the /
    What I must to do now? Is there a way to recover the old kernel? I think I made a backup. But I don't know how to access it, because my Ubuntu can't (only the owner can) and I don't how to use the live cd, because I know the Ubuntu-like live cd, but I can't find a live cd for Arch. So, is there a way to solve the problem? Please, reinstall Arch is the last option.
    ----------- EDIT ---------------
    Maybe I have to configure my bootloader (GRUB). But how do I do that?
    Last edited by igmx94 (2009-12-07 14:03:46)

    Gcool wrote:Have a read through this.
    Actually, turns out I was reading that when you posted.
    Here's where I'm stuck.
    After mounting proc, sys, and dev I did the mkinitcpio but now I receive:
    ERROR: '/lib/modules/3.0-ARCH/' is not a valid kernel module directory
    Which is accurate, because my /lib/modules is 3.3.4-1-ARCH. 
    So I checked for what could be setting that incorrectly with
    grep -r "3.0-ARCH"
    Only thing I found was in etc/mkinitcpio.d/exmple.preset
    But even in that file the line is commented out with #fallback_kver="3.0-ARCH".
    I didn't think I was using any defaults since I specify the -c command to mkinitcpio.
    Where is it getting this 3.0-ARCH kernel version from?

  • [Solved] Kernel 2.6.31 cannot find "modules.dep"

    After upgrading to default x86_64 kernel 2.6.31-ARCH with no error messages, I get this during reboot:
    "Could not load /lib/modules/2.6.30-ARCH/modules.dep"
    Well, no wonder, as there is no 2.6.30-ARCH directory, only 2.6.31-ARCH. I have tried "mkinitcpio -p kernel26", but it didn't help any (naturally).
    Is there an easy fix for this?
    Last edited by whaler (2009-10-18 22:15:46)

    Dieter@be wrote:Yes, if you have a separate filesystem for /boot, you should leave it uncommented in fstab and mounted when you install a new kernel (watch out with the 'noauto' mount option).  during package installation it will show a warning if you have /boot not mounted but I guess we both overlooked it.
    It is not so surprising if I overlooked it... However, I cannot recall seeing such a warning? I am in the habit of copying both pacman's package install msgs and boot console msgs, but I don't think I have ever seen a warning about the /boot partition not being mounted.
    Dieter@be wrote:It is remarkable however,  I don't remember ever having an issue like this, do you?  It looks to me like something changed, I looked at the sources for kernel26 but couldn't find anything special.
    During the 18 months I have used Arch I have received a faulty kernel twice. On both occasions the problem was another than this /boot partition issue. I have never had the /boot partition uncommented in fstab while using Arch, so something must have changed, or there is a new bug in the kernel code somewhere. It is significant that this only appears with the 2.6.31 kernel.
    I have EXT3 on my boot partition, and I use this ending in fstab "defaults 0 1". Is it safe?
    BTW - with "vga=773 nomodeset" in GRUB, graphics, incl. MPlayer etc., seem to be back to normal - in fact better than before, as I am now getting full repaints in OOo Calc! Of course, since I am not into gaming, I don't know if there is some other functionality missing...
    Thanks again, Dieter - I will mark this thread solved!

  • Can't find modules or libraries

    I am trying to compile some fortran 90 code. I am using the -M option to specify the location of modules as indicated by the following line:
    f90 -M/home2/pncgisho/jensen/apps/f90gl-1.2.9/include/GL -c mod_OpenGL_visualization.f90
    However, I get the following error message:
    use opengl_glut
    ^
    "mod_OpenGL_visualization.f90", Line = 3, Column = 6: ERROR: "OPENGL_GLUT" is specified as the module name on a USE statement, but the compiler cannot find it.
    I know that the module is located in the directory as specified. The most frustrating aspect of the problem is that on another machine (both are SunBlade 2000's) the compiler can find the modules. I have the directories configured exactly the same on both machines and I use the exact same makefile. Do you have any suggestions as to why the compiler cannot find the modules?
    I am also having a similar issue with the linker not being able to locate libraries, eventhough I am using the -L and -l options to specify the location and names. With the libraries, if I give the complete path and name of the library (i.e., /usr/lib/libmylib.a), the linker will find it. Otherwise I get the message that the linker cannot find the libraries.
    Any help will be greatly appreciated.
    Sincerely,
    Richard Jensen

    The option -M is the one you want. Is the directory containing the
    .mod file on the machine where the compilation is done? If not,
    try copying the .mod file to a directory on the machine where the
    compilation is done, and use the option -M to specify that
    directory. If you are accessing the file using NFS, you might need
    to prefix the pathname for the directory.
    Sincerely,
    Bob Corbett

  • Powershell can't find modules that worked before

    Hi All, I am hoping someone can provide a simple solution to my question. For starters, here is what I am working with:
    OS: Windows Server 2012 R2 setup in an RDS farm configuration
    Powershell Info:
    Name                           Value                                                                                  
    PSVersion                      4.0                                                                                    
    WSManStackVersion              3.0                                                                                    
    SerializationVersion           1.1.0.1                                                                                
    CLRVersion                     4.0.30319.34209                                                                        
    BuildVersion                   6.3.9600.17400                                                                         
    PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0}                                                                   
    PSRemotingProtocolVersion      2.2       
    About a week ago I was able to launch powershell, type import-module remotedesktop and press enter so that I could perform various RDS functions in Powershell that cannot be done through the Windows GUI.
    Now when I attempt to do so, I get the following:
    import-module : Could not load file or assembly 'Microsoft.RemoteDesktopServices.Management.Activities,
    Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find
    the file specified.
    At line:1 char:1
    + import-module remotedesktop
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Import-Module], FileNotFoundException
        + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
    When I look under C:\Windows\System32\WindowsPowerShell\v1.0\Modules I can see a folder for RemoteDesktop and it contains Powershell scriptmodules. No windows updates were applied to the server and the event logs are clean as a whistle.
    My question is simple, what did I do wrong?
    Update:
    when I open a command prompt window and type
    "powershell -importsystemmodules", I am then able to proceed to
    import-module remotedesktop from the CMD prompt and perform the functions that I need to do. Not sure why in the world this would suddenly work only under CMD and not Powershell.                 

    Hi All, I am hoping someone can provide a simple solution to my question. For starters, here is what I am working with:
    OS: Windows Server 2012 R2 setup in an RDS farm configuration
    Powershell Info:
    Name                           Value                                                                                  
    PSVersion                      4.0                                                                                    
    WSManStackVersion              3.0                                                                                    
    SerializationVersion           1.1.0.1                                                                                
    CLRVersion                     4.0.30319.34209                                                                        
    BuildVersion                   6.3.9600.17400                                                                         
    PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0}                                                                   
    PSRemotingProtocolVersion      2.2       
    About a week ago I was able to launch powershell, type import-module remotedesktop and press enter so that I could perform various RDS functions in Powershell that cannot be done through the Windows GUI.
    Now when I attempt to do so, I get the following:
    import-module : Could not load file or assembly 'Microsoft.RemoteDesktopServices.Management.Activities,
    Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find
    the file specified.
    At line:1 char:1
    + import-module remotedesktop
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Import-Module], FileNotFoundException
        + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
    When I look under C:\Windows\System32\WindowsPowerShell\v1.0\Modules I can see a folder for RemoteDesktop and it contains Powershell scriptmodules. No windows updates were applied to the server and the event logs are clean as a whistle.
    My question is simple, what did I do wrong?

  • CFP-2000 can't find modules on bank

    Hello,
    I'm using this cFP-2000 for a while, and now I have another problem:
    The cFP-2000 cannot find any module connected to it, when I go to MAX and ask to find devices, all I got is the controller itself.
    I already did change the IP, the power supply, format the field point and install old drivers, but nothing changed.
    The LED "Ready" on the modules remain off, only the "Power" LED is ON the entire time.
    Does anyone know how to solve this problem?
    Thanks in advance.

    I'm completely sorry, Abel_Souza, but we're in the middle of something big and I could not stop the system for a detailed analisys until now.
    It seems that the cFP-2000 can only operate the module on the first position of the bank, any module inserted here works, but when it comes to another slot it won't turn on the "Ready" LED and can't be identified on MAX.
    The report is provided in the attachment.
    I hope you can help me with that.
    Greetings,
    Tassio Borges.
    Attachments:
    ni_support.zip ‏46 KB

  • 2.6.37 trys to find module.dep in /lib/modules/2.6.36-ARCH

    and obviously fails.
    what went wrong?

    crazy thing
    I found out the problem.
    I have 2 Sata-Drives, root is on the second while on the first is a clone of root. Now here is the strange thing: In bios I declare the second sata as first in boot sequence. This makes grub think it is (hd0,0) it seams. As i have root=(hd1,0) grub read the kernelimages from the clone (it seams). Than  later in the bootprocess the kernel itself looks at the right place, but as the image loaded is 2.6.36 it doesn't find the correct modules.
    Now I changed in menu.lst the line to "root   (hd0,0)" it succesfully boots from SDB1!!!!!!!
    I have to apologize as it was a grub-thing, but nobody can expect such a strange behaviour from grub
    Last edited by capoeira (2011-01-31 16:46:35)

  • Xorg trouble can't find module "r128" [Solved]

    Hello Everybody,
    After upgrading to the latest Xorg, I can't get the "r128" driver to load, which should be included in the xf86-video-ati package, I can get X to start with the "vesa" driver and NoAccel options set, but the "r128" driver used to work very well, even providing direct rendering.  I have to have the "AllowEmptyInput" "off" option, in order to have my input
    devices to respond, the rest of the xorg.conf is pretty much stock except I've set my default depth very to 8 to  improve usability and I've turned hardware accelleration off. 
    I believe I should be using the r128 driver, which should be provided by xf86-video-ati and, yes, it's installed.  My graphics card is an ati rage 128 rl/vr agp.
    If I switch the driver to either "r128" or "ait" it will give me an error message that the "r128 module does not exist" or something along those lines.  I'm also having trouble with the onboard intel graphics on my other desktop, but I'll probably post about that in another thread, since there I can't get things to work even with the Vesa driver.
    Section "ServerLayout"
    Option "AllowEmptyInput" "off"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "xtrap"
    Load "dbe"
    Load "dri"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "KGAUniversal" # [<bool>]
    Option "NoAccel" "True"
    Identifier "Card0"
    Driver "vesa"
    VendorName "ATI Technologies Inc"
    BoardName "Rage 128 RL/VR AGP"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 8
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Edit: Here's the veribatim error messages:
    xauth: creating new authority file /home/fred/.serverauth.11907
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux tom_servo 2.6.27-ARCH #1 SMP PREEMPT Fri Nov 28 10:56:24 UTC 2008 i686
    Build Date: 09 November 2008 07:16:27PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 30 18:05:34 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (EE) Failed to load module "r128" (module does not exist, 0)
    (EE) No drivers available.
    Fatal server error:
    no screens found
    giving up.
    xinit: No such file or directory (errno 2): unable to connect to X server
    xinit: No such process (errno 3): Server error.
    setting driver to "ati" and "r128" produces the same output, driver "radeon" tells me no devices are detected.  The catalyst driver says it supports radeons, so I don't think it would support my card anyway, so I haven't bothered to try it.
    Help would be appreciated
    Last edited by pseudonomous (2008-12-01 19:20:13)

    The -ati driver only supports Radeon cards with the new Xorg. Install xf86-video-r128.

  • Can't find modules

    I'm following the instructions on this page:
    http://helpx.adobe.com/content/help/en/business-catalyst/using/add-blog.html
    But when I click on the drop down to select a module, there are no selections.
    What am I not understanding?
    Create a blog module
    Select Modules > Blogs, and click Add Blog.

    Thank you for posting.
    The free sites you get with cloud subscriptions are on webbasics plan. Unfortunately, the "modules" feature is unavailabe in webbasics plan. Please refer to the following link for more info on plans and available features http://www.adobe.com/products/business-catalyst/buying-guide-subscript ions.html
    Warm Regards,
    Aishvarya Rastogi

  • Can't locate module ocfs on RHEL 3.0

    I have problems to load ocfs on RHEL 3.0 Update 5
    These the msg:
    [root@wari1 sbin]# /sbin/load_ocfs
    + /sbin/load_ocfs
    /sbin/modprobe -n ocfs node_name=wari1 ip_address=192.168.0.200 cs=1755 guid=E3487297FF181633F19100055D6B0410 ip_port=7000 comm_voting=1
    modprobe: Can't locate module ocfs
    load_ocfs: insmod failed
    The Kernel version is :
    [root@wari1 sbin]# uname -a
    Linux wari1 2.4.21-32.EL #1 Fri Apr 15 21:29:19 EDT 2005 i686 i686 i386 GNU/Linux
    The OCFS modules are :
    [root@wari1 sbin]# rpm -qa | grep ocfs
    ocfs-2.4.21-EL-1.0.14-1
    ocfs-support-1.1.5-1
    ocfs-tools-1.0.10-1
    [root@wari1 sbin]#
    Any ideas ?

    First. Thanks for your help.
    I found a solution for OCFS 1.0.14 on RHEL 3.0 :
    1. The directory for the module OCFS did not exist. I created it and copy the module:
    /lib/modules/2.4.21-EL-ABI/ocfs/ocfs.o
    to
    /lib/modules/2.4.21-32-EL/ocfs/ocfs.o
    2. In the load_ocfs script when try to export the modules on the $MODULES variable, I exported the path with the module directly:
    MODULES=/lib/modules/2.4.21-32-EL/ocfs/ocfs.o
    3. run load_ocfs
    # /sbin/lsmod |grep ocfs
    ocfs 5130 0 (unused)
    4. Reboot
    # /sbin/lsmod |grep ocfs
    ocfs 4143 0 (unused)
    WISH

  • Nvida driver - can't find nvidia module

    Finally went out and bought an nvidia geforce 6600Gt video card.
    But guess what now I can't install the dam thing.
    I followed the arch wiki but all I get is
    Installation starts now ...
    FATAL: Module nvidia not found.
    If you need more information about setting up nvidia drivers have a look at:
    "http://wiki.archlinux.org/index.php/How to install NVIDIA Driver"
    modprobe nvida gives the same results. I thoght pacman -S nvida is supposed to install the kernel modules so how com e it can't find them ?
    I even created a /usr/src/linux symlink to the current kernel - still not working. So what's going on I thought nvidia drivers were supposed to be really easy to install ????

    The error message when I run pacman -S nvidia is shown in my first post.
    I do not have a custom kernel I have pacman -S kernel26 (kernel-2.6.11.3-ARCH)
    Do I need to install kernel full kernel sources with ABS for nvidia to work ?
    I did try this but he kernel failed to build (can't remember why now)
    Here's the last part of nvidia-installer.log incase that helps
    usb-storage: device scan complete
       Disabled Privacy Extensions on device c05d68a0(lo)
       lp0: using parport0 (interrupt-driven).
       nvidia: no version for "struct_module" found: kernel tainted.
       nvidia: version magic '2.6.11.3-ARCH SMP preempt K7 gcc-3.4' should be
       '2.6.11.3-ARCH SMP preempt 686 gcc-3.4'
       nvidia: version magic '2.6.11.3-ARCH SMP preempt K7 gcc-3.4' should be
       '2.6.11.3-ARCH SMP preempt 686 gcc-3.4'
       nvidia: version magic '2.6.11.3-ARCH SMP preempt K7 gcc-3.4' should be
       '2.6.11.3-ARCH SMP preempt 686 gcc-3.4'
       nvidia: version magic '2.6.11.3-ARCH SMP preempt K7 gcc-3.4' should be
       '2.6.11.3-ARCH SMP preempt 686 gcc-3.4'
    ERROR: Installation has failed.  Please see the file
           '/var/log/nvidia-installer.log' for details.  You may find suggestions
           on fixing installation problems in the README available on the Linux
           driver download page at www.nvidia.com.

  • After having to reinstall my drive with applications I get a message with Premiere Pro CS5 that it can't find any "capable video play modules" and asks me to "update" my "video display modules". How do I do this? I am using a mid-2010 iMac 27" with 10.7.3

    After having to re-install my start-up drive recently I am getting a message with Adobe Premiere Pro CS5 that it can't find any "capable video play modules" and asks me to "update" my "video display modules". I am using a mid-2010 iMac 27" with OSX 10.7.3. How do I do this?

    Premiere is an Adobe application and is supported in their forums.
    Good luck.
    x

  • In the develop-module there is  a menu-option "settings proof". What does it do? Can't find any in

    Can't find any information in the help on this topic. Can anybody clear this up for me?
    Saam

    Thnx Ian, I’ll go try it out
    Saam
    Van: Ian Lyons [email protected]
    Verzonden: dinsdag 27 maart 2012 18:44
    Aan: Saam de Mooij
    Onderwerp: In the develop-module there is  a menu-option "settings &gt; proof". What does it do? Can't find any in
    Re: In the develop-module there is a menu-option "settings > proof". What does it do? Can't find any in
    created by Ian Lyons <http://forums.adobe.com/people/Ian+Lyons>  in Photoshop Lightroom - View the full discussion <http://forums.adobe.com/message/4294793#4294793

  • Where can I find the equivalent tools in Photoshop that are in the develop module of Lightroom

    Friends:
    Where can I find the equivalent tools in Photoshop that are in the develop module of Lightroom?  For example I would like to use the shadow, clarity, lens correction and such tools but cannot find them in Photoshop.
    Thanks amigos
    Migs

    The obvious or not so obvious first. Depending on your knowledge. When you open a tiff, jpg, or camera' raw format they can be opened in Adobe Camera raw first which has identicle controls to lightroom's develop module.
    Starting with I beleive CS5 maybe 4, some of the tools made their way into photoshop it self. Take a look at the camera lens filter, the Image>Adjustment menu or the adjustment layers which now support vibrance for example.

  • Can't find s:Module

    Hi everyone:
    I just can't find the <s:Module>,  is there any chance to use <s:state> and <s:transitions> in <mx:module>
    It is very strange..
    thanks

    Not everything is available at the moment in spark but over time more and more mx functionality will end up in the spark set. FB2 is much better at dealing with the mixing of mx and spark and this will keep improving as bugs are ironed out
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Module xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/halo" layout="absolute" width="400" height="300">
    <fx:Declarations>
    <s:Animate />
    </fx:Declarations>
    <fx:Script>
    <![CDATA[
    ]]>
    </fx:Script>
    </mx:Module>
    the above is the basic mx module it still will allow you to mix spark and mx, so yes you can use mix and match, the caveat being that at the moment you may run into some issues but thats what testing is all about. If you have any problems you can always put your code up for others to look at, if it is a compatibility issue then it can be listed as a bug.
    David.

Maybe you are looking for

  • DPS Single Edition - what if Apple rejects your app?

    If you pay for a single edition license and Apple rejects your application after viewing, where do you stand with Adobe? Are you able to make the changes needed to the app, then rebuild and re-submit? Is it like a professional, or enterprise edition

  • Can't Figure This Out....Need Help.

    I am attempting to add a line score from a minor league baseball team to a website of mine (it's an actual "in progrss" line score that updates itself). It looks like it uses a feed of somesort with a page refresher, but I can not identify what it is

  • Which Graphics Card do I need for H520S

    I have a few questions for you lovely people out there and hope you can help. My son has asked me for a new Graphics card for his PC.(Not a xmas present) On an old post it was suggested that an Nvidia Geforce GT620 1Gb or an AMD Radeon HD7570 2Gb wer

  • Acrobat 7 plugin not working in Acrobat 8

    Hi, I have developped a plugin that run correctly in Acrobat 7. But if I use it in Acrobat 8 some fucntions are not working. Are there incompatibilities between versions ? Thanks

  • Function to read status in process order

    Hello. Iu2019m using the function STATUS_TEXT_EDIT to read the status of a process order and I need read the statu in whole phases. Someone know a function to read the status of each phase in a process order? Thanks in advances