[solved] aesni_intel module not loaded since switch to kmod

Since installing kmod-4-1 as replacement for module-init-tools the AES-NI instruction optimized crypto modules (aesni_intel) don't get loaded automatically anymore.
CPU is a SandyBridge Core-i5 2500K; aes-x86_64 isn't loaded anymore either. The CPU definitely supports AES-NI.
Is this a problem or am I supposed to write those modules down by hand in rc.conf MODULES section?
Kind regards
lynix
Last edited by lynix (2012-02-01 20:57:25)

Nevermind. I found the bug -- I'll make sure this is fixed for kmod5.
tech note for those interested:
A module alias can resolve to many modules -- in this case, the alias 'aes' resolves to "aes_generic", "padlock_aes", "aesni_intel", and "aes_x86_64". modprobe, including the library equivalent, should insist on trying to insert all of these. kmod does, but it makes the mistake of quitting if one of them errors out. To wit:
with module-init-tools:
# modprobe -v aes
insmod /lib/modules/3.2.2-1-ARCH/kernel/crypto/aes_generic.ko.gz
insmod /lib/modules/3.2.2-1-ARCH/kernel/drivers/crypto/padlock-aes.ko.gz
WARNING: Error inserting padlock_aes (/lib/modules/3.2.2-1-ARCH/kernel/drivers/crypto/padlock-aes.ko.gz): No such device
insmod /lib/modules/3.2.2-1-ARCH/kernel/crypto/cryptd.ko.gz
insmod /lib/modules/3.2.2-1-ARCH/kernel/arch/x86/crypto/aes-x86_64.ko.gz
insmod /lib/modules/3.2.2-1-ARCH/kernel/arch/x86/crypto/aesni-intel.ko.gz
WARNING: Error inserting aesni_intel (/lib/modules/3.2.2-1-ARCH/kernel/arch/x86/crypto/aesni-intel.ko.gz): No such device
with kmod:
# modprobe -v aes
insmod /lib/modules/3.2.2-1-ARCH/kernel/crypto/aes_generic.ko.gz
insmod /lib/modules/3.2.2-1-ARCH/kernel/drivers/crypto/padlock-aes.ko.gz
ERROR: could not insert 'padlock_aes': No such device
Last edited by falconindy (2012-02-01 20:54:47)

Similar Messages

  • [solved] TV card not loaded after upgrade to kmod

    After the upgrade to mkinitcpio and kmod replacing module-init-tools, my TV card (Hauppauge WinTV Nova-S) is not loaded.
    Downgrading mkinitcpio and re-installing module-init-tools and regenerating my initramfs and all is well.
    Is there any extra setup needed with kmod? There are no man files in the kmod package so I'm at a loss what to do.
    Incase it helps, here are (maybe not all) the modules related to my tv card when downgraded:
    -->lsmod | grep dvb
    cx88_dvb 23415 39
    cx88_vp3054_i2c 1932 1 cx88_dvb
    videobuf_dvb 4794 1 cx88_dvb
    dvb_core 92868 2 cx88_dvb,videobuf_dvb
    cx8802 13121 1 cx88_dvb
    cx88xx 73365 4 cx88_dvb,cx88_alsa,cx8800,cx8802
    videobuf_dma_sg 7936 5 cx88_dvb,cx88_alsa,cx8800,cx8802,cx88xx
    videobuf_core 15879 5 videobuf_dvb,cx8800,cx8802,cx88xx,videobuf_dma_sg
    i2c_core 20492 15 isl6421,cx24123,wm8775,cx88_dvb,cx88_vp3054_i2c,cx8800,cx88xx,tveeprom,v4l2_common,videodev,i2c_piix4,nouveau,drm_kms_helper,drm,i2c_algo_bit
    Last edited by fastfret79 (2012-01-10 22:29:35)

    Yes - initramfs regenerated after each upgrade and downgrade.
    Forgot to mention I was also suffering from the 'Filename too long' FS#27862 and your updated kmod in that bug's comments fixed that. I'm guessing that my issue is unrelated.
    With both kmod packages, initramfs complains that /etc/modprobe.d/modprobe.conf doesn't exist, but I've never added anything in there anyway and the kmod package doesn't contain that file.
    Last edited by fastfret79 (2012-01-10 11:53:07)

  • Error When Publishing "no access to internet (internet module not loaded)"

    When publishing a site in GoLive 9 I get the message""no access to internet (internet module not loaded)".
    i've never had this problem before, this just started happening and cant figure out how to get it to work again. it's weird because i can connect to my ftp server from the file menu and the internet module is checked on in my preferences. i've tried creating a new site file for my webpages and reinstalling GoLive and nothing has worked.
    has anybody had the same problem? thx!

    ha, ok i just figured it out. i didn't have the proper ftp setting in the publish preferences. i hadn't changed the info in the "server name" from the place holder text that was automatically inserted. that's a strange error message to display for that!!!

  • Online card security Verified by Visa and Mastercard Securecode will not load since Firefox updated so unable to make purchases using Firefox.

    The additional Fraudsafe security feature used by Mastercard and Visa when buying products will not load since the Firefox update so no purchases can be made and I have to swap to using Internet Explorer instead :(

    Just found a previous post also reporting this problem https://support.mozilla.com/en-US/questions/818366?s=visa&as=s

  • [Solved]Virtualbox kernel module not loaded

    I update my system today and when I try to run Virtualbox...
    WARNING: The vboxdrv kernel module is not loaded. Either there is no module
    available for the current kernel (3.6.11-1-ARCH) or it failed to
    load. Please reinstall the kernel module virtualbox-host-modules or
    if you don't use our stock kernel compile the modules with
    sudo dkms autoinstall
    You will not be able to start VMs until this problem is fixed.
    I already had this trouble before and this was the fix
    # modprobe vboxdrv
    But it doesn't work anymore
    Any ideas?
    Edit: This just get fixed by itself when restaring my PC. Sorry
    Last edited by ilq (2013-02-13 02:32:43)

    fsckd wrote:
    rc.conf is part of the deprecated init system. icebox is not using systemd and neglected to mention that.
    Amarildo, see the wiki.
    Thanks, it really helped. It's solved.

  • [SOLVED] Modules not loaded after upgrade linux (3.9.5-1 - 3.11.6)

    Hi. After upgrading the package linux from 3.9.5-1 to 3.11.6,
    many modules such as wifi or psmouse are not loaded.
    My PC is Asus Zenbook UX31E.
    If I do by hand like
    # modprobe ath9k
    # modprobe psmouse
    wifi and psmouse are OK,
    but I want to set all necessary modules auto loaded.
    * Output of lsmod of linux 3.9.5-1 was 87 rows
    but lsmod of 3.11.6 (I attache below) is only 39 rows.
    * Both
    /etc/modprobe.d/
    /etc/modules-load.d/
    are empty on 3.9.5-1 and 3.11.6.
    Please give me advice, thx.
    Last edited by taro (2014-01-08 11:20:46)

    Thx. The version numbers seem to be identical.
    % uname -a                                                              [~]
    Linux tenryu 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64 GNU/Linux
    % pacman -Qi linux                                                      [~]
    Name           : linux
    Version        : 3.11.6-1
    Description    : The Linux kernel and modules
    Architecture   : x86_64
    URL            : http://www.kernel.org/
    Licenses       : GPL2
    Groups         : base
    Provides       : kernel26=3.11.6
    Depends On     : coreutils  linux-firmware  kmod  mkinitcpio>=0.7
    Optional Deps  : crda: to set the correct wireless channels of your country
    Required By    : None
    Optional For   : None
    Conflicts With : kernel26
    Replaces       : kernel26
    Installed Size : 64493.00 KiB
    Packager       : Thomas Bächler <[email protected]>
    Build Date     : Sat 19 Oct 2013 06:25:12 AM JST
    Install Date   : Fri 08 Nov 2013 12:06:17 PM JST
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By   : None
    best regards.

  • Email not loading since update to 2.0.1.668

    Hi BlackBerry Helpers, 
    Ever since the update to 2.0.1.668 the email app is not loading.
    But when I restart my PlayBook it loads once but if i close it and open it when i get a nofication it dont load again...unless i restart it, it goes round and round in a cycle.
    I don't know if it is because of the update or something i have done.
    Please help, thank you
    Solved!
    Go to Solution.

    pcantellow wrote:
    Hi BlackBerry Helpers, 
    Ever since the update to 2.0.1.668 the email app is not loading.
    But when I restart my PlayBook it loads once but if i close it and open it when i get a nofication it dont load again...unless i restart it, it goes round and round in a cycle.
    I don't know if it is because of the update or something i have done.
    Please help, thank you
    pcantelow, on your PlayBook, at Options > Accounts, delete the email accounts.
    After doing so, touch the battery icon > restart.
    Return to the Options > Accounts and add back one of your email accounts.
    Now, does it work? If so, go back and re-add any additional email accounts.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Modules not loading in Flex 4

    Hi All,
    I have migrated my application from Flex 3 to Flex 4. My application has 3 different modules. The modules are not loading when I run my application with Flex 4. Please help me in this respect.
    Thanks in advance,
    Nirmal Kumar Bhogadi

    Hi Nirmal,
    Right click on the project and go in Properties. On the left bar, go in the Flex Modules tab and check if your modules are present there.
    If not, browse your modules from the project and add them one by one.
    Regards
    Monika

  • Finder not loading since upgrading to Yosemite

    Hi Everyone,
    I have a 2012 Macbook Pro 15" model.
    Intel Core i7 processor and 8GB RAM. I upgraded to OS X Yosemite yesterday from 10.8 and since then, I've been experiencing longer boot times, Finder not loading my local files and folders, Launchpad stuck in the "Loading Applications..." state, Spotlight search either not working or loading terribly slow. Even when I save out files from applications like Photoshop to the desktop or another folder, the update file or new file doesn't appear in the folder at all. It's there, because Photoshop's Finder view shows it, and using an Upload form can find it but other than that it's not there.
    Finder is stuck in the spinning wheel state and doesn't load my folders and files on my local machine. I'm connected to a Network drive here at our office and I can view the files on that fine. I've tried relaunching & restarting but nothings work. Considering doing a clean install of Mavericks now as I'm at my wits end.
    Any help at all would be appreciated.
    Thanks,
    Brinard

    brightdust and FlyGirl_1350 are exactly right. You need version 9.6 of iPhoto and it's about 1.14GB in size to download - so get ready to wait a while unless you have a pretty fast internet connection.

  • Usbser_edge module not loaded, lots of undefined symbols

    Greetings folks,
    I've just recently more or less completed my Solaris 10 (sparc) jumpstart image and have noticed that upon booting the system will warn about undefined symbols for the usbser_edge module. I've been hunting around and I can't seem to find out where this module is specified to be loaded. The machine in question is a 220R, and I'd like to figure out how to not load this module so the warnings will go away:
    Sep 9 09:33:25 jump-test krtld: [ID 819705 kern.notice] /kernel/misc/sparcv9/usbser: undefined symbol
    Sep 9 09:33:25 jump-test krtld: [ID 826211 kern.notice] 'usb_dprintf0'
    Sep 9 09:33:25 jump-test krtld: [ID 819705 kern.notice] /kernel/misc/sparcv9/usbser: undefined symbol
    Sep 9 09:33:25 jump-test krtld: [ID 826211 kern.notice] 'usb_dprintf1'
    Sep 9 09:33:25 jump-test krtld: [ID 819705 kern.notice] /kernel/misc/sparcv9/usbser: undefined symbol
    Sep 9 09:33:25 jump-test krtld: [ID 826211 kern.notice] 'usb_dprintf2'
    Sep 9 09:33:25 jump-test krtld: [ID 819705 kern.notice] /kernel/misc/sparcv9/usbser: undefined symbol
    Sep 9 09:33:25 jump-test krtld: [ID 826211 kern.notice] 'usb_free_log_hdl'
    Sep 9 09:33:25 jump-test krtld: [ID 819705 kern.notice] /kernel/misc/sparcv9/usbser: undefined symbol
    Sep 9 09:33:25 jump-test krtld: [ID 826211 kern.notice] 'usb_alloc_log_hdl'
    Sep 9 09:33:25 jump-test krtld: [ID 472681 kern.notice] WARNING: mod_load: cannot load module 'usbser'
    Sep 9 09:33:25 jump-test krtld: [ID 749970 kern.notice] WARNING: usbser:
    Sep 9 09:33:25 jump-test krtld: [ID 225575 kern.notice] unable to resolve dependency, module 'misc/usba' not found
    Sep 9 09:33:25 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:25 jump-test krtld: [ID 826211 kern.notice] 'usb_lookup_ep_data'
    Sep 9 09:33:25 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:25 jump-test krtld: [ID 826211 kern.notice] 'usb_parse_data'
    Sep 9 09:33:25 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:25 jump-test krtld: [ID 826211 kern.notice] 'usb_dprintf0'
    Sep 9 09:33:25 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:25 jump-test krtld: [ID 826211 kern.notice] 'usb_dprintf2'
    Sep 9 09:33:25 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usb_pipe_ctrl_xfer_wait'
    Sep 9 09:33:26 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usbser_close'
    Sep 9 09:33:26 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usbser_power'
    Sep 9 09:33:26 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usb_pipe_sync_ctrl_xfer'
    Sep 9 09:33:26 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usb_alloc_intr_req'
    Sep 9 09:33:26 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usbser_getinfo'
    Sep 9 09:33:26 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usb_pipe_close'
    Sep 9 09:33:26 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usb_unregister_event_cbs'
    Sep 9 09:33:26 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usb_pipe_reset'
    Sep 9 09:33:26 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usb_pipe_bulk_xfer'
    Sep 9 09:33:26 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usb_free_bulk_req'
    Sep 9 09:33:26 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usb_register_event_cbs'
    Sep 9 09:33:26 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usb_free_intr_req'
    Sep 9 09:33:26 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:26 jump-test krtld: [ID 826211 kern.notice] 'usb_free_log_hdl'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usb_pipe_stop_intr_polling'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usbser_attach'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usbser_detach'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usb_get_dev_data'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usb_pipe_open'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usb_alloc_log_hdl'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usbser_rsrv'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usbser_wsrv'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usbser_wput'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usbser_open'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usb_check_same_device'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usb_pipe_intr_xfer'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usb_create_pm_components'
    Sep 9 09:33:27 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:27 jump-test krtld: [ID 826211 kern.notice] 'usb_free_descr_tree'
    Sep 9 09:33:28 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:28 jump-test krtld: [ID 826211 kern.notice] 'usb_set_device_pwrlvl0'
    Sep 9 09:33:28 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:28 jump-test krtld: [ID 826211 kern.notice] 'usb_set_device_pwrlvl1'
    Sep 9 09:33:28 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:28 jump-test krtld: [ID 826211 kern.notice] 'usb_set_device_pwrlvl2'
    Sep 9 09:33:28 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:28 jump-test krtld: [ID 826211 kern.notice] 'usb_set_device_pwrlvl3'
    Sep 9 09:33:28 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:28 jump-test krtld: [ID 826211 kern.notice] 'usb_pipe_get_max_bulk_transfer_size'
    Sep 9 09:33:28 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:28 jump-test krtld: [ID 826211 kern.notice] 'usbser_soft_state_size'
    Sep 9 09:33:28 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:28 jump-test krtld: [ID 826211 kern.notice] 'usb_alloc_bulk_req'
    Sep 9 09:33:28 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:28 jump-test krtld: [ID 826211 kern.notice] 'usb_handle_remote_wakeup'
    Sep 9 09:33:28 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:28 jump-test krtld: [ID 826211 kern.notice] 'usb_client_attach'
    Sep 9 09:33:28 jump-test krtld: [ID 819705 kern.notice] /kernel/drv/sparcv9/usbser_edge: undefined symbol
    Sep 9 09:33:28 jump-test krtld: [ID 826211 kern.notice] 'usb_client_detach'
    Sep 9 09:33:28 jump-test krtld: [ID 472681 kern.notice] WARNING: mod_load: cannot load module 'usbser_edge'
    Sep 9 09:33:28 jump-test krtld: [ID 749970 kern.notice] WARNING: usbser_edge:
    Sep 9 09:33:28 jump-test krtld: [ID 225575 kern.notice] unable to resolve dependency, module 'misc/usba' not found
    Thanks in advance for any advice anyone can provide.
    pb

    I just attempted a generic search at Sunsolve, for "usbser_edge".
    It produced references to a lot of documents available after contract login to the site.
    If you have a Spectrum login account, get to BugID 4703982.
    It's from 2003 or so...
    but it discusses the SUNWuedg package being incorrectly installed,
    on beta versions of Sol-10, to an E250 and to a SB1000.
    Other search result references to various BugID's also happened to discuss
    removing references to the driver in the /etc/name_to_major file
    as well as in the /etc/driver_aliases file.
    See BugID 4790469 or BugID 5045102
    I don't trust my skill level with mucking around with such files, however.
    If you have contract coverage for the OS or for that system, open a support case.
    If not, then see if the SUNWuedg package is installed and remove it.
    Then a reconfiguration reboot may be in order.
    What the heck, try a reconfiguration reboot just for grins and giggles.
    ... just my two cents, at least.

  • Movie not loading since player 10 update

    I have a client that with a flash website that we did not create but that we are hosting, so we do not have the source files. Since updating to flash player 10, the swf file load screen appears, but then I get a black box and it says "Movie Not Loaded". I assume it's trying to call an external .flv file, but since I don't have the source files I'm not positive. The site still works fine on browsers with Flash Player 9. Any suggestions?
    Here is the URL - http://www.footsaver.us
    Thank you!

    Hi, I would start a thread in the Flex or Action Script forums to receive better help. A list of the Adobe Forums are here under
    Select Forum  http://forums.adobe.com/index.jspa
    The Flash Player is a browser plugin, not a standalone Player.
    Hope that helps.
    Thanks,
    eidnolb

  • IPhoto library not loading since lion upgrade

    Hi,
    Since upgrading to lion, iphoto will not load the iphoto library anymore. iPhoto starts with the error message "your iphoto library is either in use by another application or you don't have permissions...". iPhoto was perfectly running on 10.6 (a few days ago) and luckily i have some time machine backups from before the lion upgrade.
    So i tried
    -to start iphoto with option+control and rebuilt the library. Unfortunately it stops with item 9000 or something.
    -tried to rebuild the library with iphoto library manager, but it causes so many problems with duplicates that i stoped the process. I guess it would probably fix the library but too much hassle.
    -tried to restore the library from time machine -> same error message
    Has anyone experienced same behaviour after upgrading to lion? It's too bad i can't just restore from the backup (i thought that's the point of having it) but may lead to the idea, that the iphoto application might be corrupted. I tried to download the ilife image from my university's software distribution server again, but last but not least, lion does not support the server version anymore "the version of server you are trying to connect is not supported...." So no download right now...
    Thx for any help and hints
    regards, dorian

    Hello,
    I am having this extremely frustrating problem as well. My iPhoto was working perfect two days ago and today after installing an upgrade (i always keep up with them) it refuses to load and all i get is a white gear looking shaped loading symbol.
    Help anyone....??
    Thanks!

  • Purchased items will not load since iOS 6

    Both iPhone 5 &amp; iPad 3 on iOS 6 will not load purchased items tab in the App Store app.

    Yup, did that also signed out &amp; back in multiple tones on both devices.
    Have reset network settings, have hard reset devices,
    Have restored device both from icloud and once from Mac as NEW as well
    As restore.
    I can't see how this can be a device issue as both iPad &amp; iPhone became unable to load
    Purchases as soon as iOS 6 came into the picture.
    Feels like its an iOS 6 issue or an apple I'd issue,
    But since others are having it as we'll it must be iOS 6.

  • Facebbok V 3.3.0.11 News feed not loading since today morning after the incident impacted BB6 + OS devices

    I am using BlackBerry 9350 since 1 year almost without any issue. Now today morning RIM NOC team notified me for an incident impacted Browsing/ FB/Twitter apps. Once the thing restored everything started working except my Facebook.
    The news feed or FB wall is not loading and giving error 2001 (Facebook returned an unknown error) rest everything FB chat, Profile, Frnd list is working. I have tried reinstalltion/ deletion of App through App world & desktop manager but nothing helped to resolve this.
    Please post some solution as without Facebook wall its useless to use the FB and BB service.
    Sidhartha
    PIN: 331156F7

    Im glad im not the only one either ive had this problem since this morning and was starting to lose the head! I've tried everything -uninstalled /reinstalled FB, taken my battery out but nothing has worked. I cant even log into my FB now!
    BB are saying this message is coming from FB well i can get onto my FB using the computer just not using my BB, people who have other phones aren't getting this problem only BB users - get this sorted BB!
    This is the reason i wont be staying with BB for my upgrade in January!!

  • Control surface modules not loading correctly at startup

    Getting a series of errors on application startup -
    "Could not load Module "CS-32" (-43)
    and microKONTROL
    and TranzPort
    and US-2400
    These are all Control Surface - none of which I use and I'm stumnped once again. How do I make this go away?

    Check this thread:
    http://discussions.info.apple.com/webx?128@@.68b982bb

Maybe you are looking for

  • Migrating from 9.0.4 to 10.1.3.3 App Server

    Hi, struggling here, but never was the best at finding succinct info on Oracle. I have about 15 live web applications (servlet/jsp, nothing fancy) running perfectly under 9.0.4. Have just installed Standalone 10.1.3.3. on my PC, trying to figure out

  • ABAP OO Question   =====CP

    Hi,  I see lots of references like the below when doing ABAP OO program checks or reviewing ABAP Dumps.  ZCLDW_ALERTS==================CP ZCLDW_ALERTS==================CM00Z 1. What does the '====CP' or '====CM00Z'?   2. Why can't it just show the na

  • Variable entry screen for query doesnt show selection values.

    Hi, I've created a query with date varibale Quarter From-To. When i execute this query, the variable entry screen pops up but when i try to select values just shows ??? and not the text. if i run the same query in RSRT the variable entry screen pops

  • Recordsets return altered data

    I am developing a student report writing web application and have a problem with the recordset data Dreamweaver is returning. My SQLServer table has a field 'studentID' with the data format 'AA001-1'. This is all fine in the tables but when I create

  • Where do I  post my CRM related questions

    Where do I post my CRM related questions. thanks siva Message was edited by: sivapara