Kernel modules not loading automatically in 3.10?

Hello everyone,
After I've update to 3.10 (I think that that was the problem), my kernel modules seem not to load automatically anymore.
In the past, programs like efibootmgr and Virtual Box worked without a problem, now I have to manually load the appropriate kernel modules (efivars and vboxdrv, respectively) for the programs to work. I've done a quick check and it looks like I also have this problem on a different machine. Is this normal?
Thanks!

Thanks for your responses!
Yes, updating went fine and I'm now running linux 3.10.5-1 (also rebooted).
I'm aware that I can load them via modules-load.d, but I though it was neat that everything loaded automatically, and I just was wondering if this is expected behavior. If it is, I would update the wiki and such, but I'm still not sure why they would remove this. (I haven't heard anything about it)
Do you know of any other modules that I can test? That should be loaded automatically?
Thanks!

Similar Messages

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

  • Wacom Intuos Pro aka Intuos 5 kernel module not loading

    Just got one of these and kernel module is not loading under kernel 3.11.2-1-ARCH.
    % lsusb | grep -i wacom
    Bus 004 Device 003: ID 056a:0315 Wacom Co., Ltd
    % grep -i wacom /proc/bus/input/devices
    % xsetwacom --list devices
    % pacman -Qqs wacom
    libwacom
    wacom-drivers
    wacom-udev
    wacom-utility
    xf86-input-wacom
    Any thoughts?

    hexadecagram wrote:Just got one of these and kernel module is not loading under kernel 3.11.2-1-ARCH.
    Are you sure it should work? If you check linuxwacom-announce mailing list, you will see that for your device (Intuos Pro):
    - X11 support is added by xf86-input-wacom 0.23.0
    - configuration support is added in libwacom 0.8
    - kernel support is added in input-wacom 0.19 but isn't in mainline kernel yet - on 28'th Spet Jason said: "We don't yet have support for the  new "Intuos" line, but we expect our next release in six weeks' time to include it."
    I'd say you have to wait for newer kernel, or try installing input-wacom on your own risk (different thing from xf86-input-wacom). Patch for mainline kernel reached Dmitry Torokhov's input tree - but isn't merged with official kernel yet, even 3.12rc5 still does not have those patches.

  • IPMI kernel modules not loading - no ipmi device

    My HP ML110 G5 has a IPMI device that worked but somewhen (I can't say when) it stopped working.
    Proof that they exist in th machine with dmidecode:
    Handle 0x0025, DMI type 38, 18 bytes
    IPMI Device Information
        Interface Type: KCS (Keyboard Control Style)
        Specification Version: 2.0
        I2C Slave Address: 0x10
        NV Storage Device: Not Present
        Base Address: 0x0000000000000CA2 (I/O)
        Register Spacing: Successive Byte Boundaries
    I quite soon found out that the ipmi kernel modules are not loaded so I tried to load them with modprobe:
    modprobe ipmi_msghandler
    modprobe ipmi_devintf
    modprobe ipmi_si
    no error, no response, no modules loaded (check with lsmod).
    There are descriptions (http://en.onoclea.com/bits/hp-microserver-remote-access-card-ipmi-on-linux.html, http://wiki.adamsweet.org/doku.php?id=ipmi_on_linux) how to load the ipmi_si module with manual parameters. Tried, no error, no response, no modules loaded (check with lsmod).

    Zancarius wrote:
    Sounds to me like the firmware for whatever reason isn't being installed in the appropriate location.
    I checked out the PKGBUILD for b43-firmware (which I'm assuming is what you installed), and it appears to be using b43-fwcutter presumably to snag the appropriate files and place them in /usr/lib/firmware:
    # Application
    b43-fwcutter -w ""${pkgdir}"/usr/lib/firmware/" linux/wl_apsta.o
    Does the PKGBUILD generate any errors? Did you check /usr/lib/firmware for the firmware for your wireless? Worst case, you could probably try running b43-fwcutter manually and see what it does. Maybe it has some verbose/debug option you could use, too.
    The firmware is installed to the correct directory and the PKGBUILD doesn't generate any errors. I've tried b43-fwcutter manually as well to no avail. Even if that were the case though it doesn't explain why the new kernel also rejects the usbnet, ath9k, and b44 modules. Basically I'm stuck on this old(ish) kernel until this is fixed if I want any sort of network connectivity.
    Xyne wrote:This is a long shot, but if you have a separate boot partition, check that it is actually mounted. If not, backup/remove the contents /boot, mount the partition and rebuild the kernel image
    I do not have a separate boot partition on this machine. And the mtime of the initramfs images is certainly current.
    Last edited by airencracken (2012-07-22 17:41:56)

  • Kernel modules not loading at boot.

    ~]$ systemctl status systemd-modules-load.service
    systemd-modules-load.service - Load Kernel Modules
    Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
    Active: failed (Result: exit-code) since Tue 2014-03-11 18:34:06 CDT; 4min 53s ago
    Docs: man:systemd-modules-load.service(8)
    man:modules-load.d(5)
    Process: 137 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
    Main PID: 137 (code=exited, status=1/FAILURE)
    Mar 11 18:34:06 arch-m systemd-modules-load[137]: Failed to insert 'vboxguest...
    Mar 11 18:34:06 arch-m systemd-modules-load[137]: Failed to insert 'vboxsf': ...
    Mar 11 18:34:06 arch-m systemd-modules-load[137]: Inserted module 'vboxvideo'
    Mar 11 18:34:06 arch-m systemd-modules-load[137]: Inserted module 'vboxdrv'
    Mar 11 18:34:06 arch-m systemd-modules-load[137]: Inserted module 'vboxnetadp'
    Mar 11 18:34:06 arch-m systemd-modules-load[137]: Failed to find module 'vbox...
    Mar 11 18:34:06 arch-m systemd[1]: systemd-modules-load.service: main proce...RE
    Mar 11 18:34:06 arch-m systemd[1]: Failed to start Load Kernel Modules.
    Mar 11 18:34:06 arch-m systemd[1]: Unit systemd-modules-load.service entere...e.
    Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
    Hint: Some lines were ellipsized, use -l to show in full.
    Does any one know how to fix this? AFter a while it became annoying.

    More importantly, the modules are built for a specific kernel version.  So if the kernel gets updated and the virtualbox modules get overlooked somehow, then they are not going to work.  You can always rebuild them with makepkg and ABS though.

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

  • Icloud-Outlook-Add-in not loaded automatically

    Dear Support Community,
    I've been using my Iphones together with my Win PC / Outlook for several months.
    No problems.
    Since a few days, there's always the problem, that the "i-cloud-Outlook-Add-in" is not
    loaded automatically, when I start Outlook.
    Manual activiation (via Options -> Add-In --> Com Add-in --> tick in the box at "i-Cloud ...")
    works perfect.
    I've checked the registry entry "LoadBehaviour": 3 --> correct value, in my opinion.
    Any ideas, how to get outlook to load the icloud add-in automatically at startup?
    Thank you very much in advance.
    Regards

    I just had a user call in with this exact same problem.  The steps that I took to resolve the issue are as follows:
    1.  Ran a repair on office installation and rebooted computer. (Not sure if this was nesary).
    2.  In Outlook go to File-Options-Add-Ins.  Below for Manage COM Add-ins click the Go button.
    3.  find iCloud add-in and check it off to enable it.  Click on OK until your back at outlook.
    4.  Close and relaunch outlook.  Go back to File-Options-Add-Ins and down at the Manage change the dropdown to "Disabled Items".
    5.  Choose the iCloud.dll checkbox and click on enable.
    6.  Close outlook and reopen.  You should now see the ribbon for iCloud sync.

  • Since upgrading to the new firefox, pictures on facebook do not load automatically. I have to click on the frame and select view image in order to see the photos. Do you have a solution to make the photos autoload?

    Since upgrading to the new firefox, pictures on facebook do not load automatically. I have to click on the frame and select view image in order to see the photos. Do you have a solution to make the photos autoload?

    https://support.mozilla.com/en-US/questions/891839

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

  • Parallel port printer modules not loading autmatically

    According to the wiki entry for CUPS, either the kernel or or a small configuration file in /etc/modules-load (not /etc/modules-load.d) is supposed to automatically load these modules on boot. When I run lsmod I'm finding none of the printer modules (lp, parport, parport_pc) are getting loaded even though the printer is attached and powered up. Any idea why these modules are not loading? They load perfectly well manually with the modprobe command.
    As the wiki specifies, I do have a configuration file in place at /etc/modules-load/printing.conf with the following contents:
    lp
    parport
    parport_pc

    Commenting out the INSTALL lines in modprobe.conf worked perfectly.
    Before that i tried the stock kernel form current and am now using the one from testing. Neither worked with sound while the INSTALL lines were ther.
    What changed?

  • Vmware mouse driver is not loaded automatically in OL 5.x version by defau.

    I have two questions on OL 5.8.
    question1:
    =======
    I could see vmware video driver,bundled,/usr/lib64/xorg/modules/drivers/vmware_drv.so, but no vmware mouse driver is bundled on OL 5.8.
    By the way, On OL 6.2, I could see both vmware video and mouse drivers.
    Question 2
    =======
    Why no version information is shown from the following command?
    # modinfo /usr/lib/xorg/modules/drivers/vmware_drv.so
    Edited by: changhai on Mar 7, 2012 4:49 PM
    Edited by: changhai on Mar 7, 2012 4:49 PM

    Hello, Avi,
    Sorry, let me clarify it again.
    On RHEL 5.8/OL 5.8 , I could see vmware_drv and vmmouse_drv files. but on OL 5.8, by default, vmmouse_drv.so is not loaded.
    Result on RHEL 5.8
    ============
    [root@pek2-lab-08-dhcp158 ~]# cat /etc/issue
    Red Hat Enterprise Linux Server release 5.8 (Tikanga)
    Kernel \r on an \m
    [root@pek2-lab-08-dhcp158 ~]# grep "vmware_drv" /var/log/Xorg.0.log
    (II) Loading /usr/lib64/xorg/modules/drivers/vmware_drv.so <===vmware_drv is loaded.
    [[root@pek2-lab-08-dhcp158 ~]# grep "vmmouse_drv" /var/log/Xorg.0.log
    (II) Loading /usr/lib64/xorg/modules/input/vmmouse_drv.so <====vmmouse_drv is loaded.
    result on OL 5.8
    ===========
    [root@pek2-lab-08-dhcp84 ~]# cat /etc/issue
    Oracle Linux Server release 5.8
    Kernel \r on an \m
    [root@pek2-lab-08-dhcp84 ~]# grep "vmware_drv" /var/log/Xorg.0.log
    (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so <====by default, vmware_drv is loaded; same with RHEL 5.8.
    [root@pek2-lab-08-dhcp84 ~]# grep "vmmouse" /var/log/Xorg.0.log
    [root@pek2-lab-08-dhcp84 ~]# <=====not same with RHEL 5.8.
    [root@pek2-lab-08-dhcp84 ~]# grep "mouse" /var/log/Xorg.0.log
    Using the default mouse configuration.
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so <====instead, normal mouse_drv is loaded.

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

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

  • Autofs module not loading

    Hi, can't manage to load the autofs kernel module.
    uname -r
    3.7.8-1-ARCH
    community/autofs 5.0.7-1 [installed]
    sudo modprobe -v autofs
    modprobe: FATAL: Module autofs not found
    sudo modprobe -v autofs4
    lsmod |grep auto
    Nothing.
    thx

    This is not a solution to your actual problem, but you know that systemd actually has autofs functionality built in?  Check out the x-systemd.automount mount option (along with noauto I believe).  See the man pages for systemd.mount and systemd.automount, it will explain it.  Though these types of units are typically automagically created by systemd on boot time, so you can still just use fstab... those man pages just explain how to use those mount options, as they are not on the mount man page.

  • Index.html pages in local sub-directories will not load automatically when sub-directory name entered into address field, followed by a forward-slash

    I am in the process of designing a website-on-a-CD. In order to make things easier for my clients, I decided to organize this site into local sub-directories with an index.html page in each one. However, when I try to enter the local sub-directory name, followed by a forward-slash, the index page does not open automatically. Instead, I get a raw directory listing that includes the index.html file, and anything else that is present within it. I would like to know if there is any way to force this page to load automatically within Firefox from a local storage medium as it would load from a web-server.

    You need to use file:// as the protocol instead of C:/. The latter may never work (C:\ might).
    Where is the main HTML located ?
    Easiest if to store the images in a sub folder of the location because you can't go back via ../ beyond that root location for security reasons.
    See:
    *http://kb.mozillazine.org/Links_to_local_pages_do_not_work

Maybe you are looking for