The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    how do your force the Kernal to load a module

    Discussion in 'Linux Compatibility and Software' started by yuio, Aug 25, 2010.

  1. yuio

    yuio NBR Assistive Tec. Tec.

    Reputations:
    634
    Messages:
    3,637
    Likes Received:
    0
    Trophy Points:
    105
    Background: I have a Linux computer (Ubuntu 10.04) and USB devices refuse to mount. period. if I use lsusb I can see them so there's nothing wrong physically.

    the only solution I have found is using modprobe at every time I start the system.

    I type "sudo modprobe usb_storage"
    it gives me a warning... something about ndiswrapper, but now my USB works. for mice I think I need also load usbhid...

    basically I want linux to load these EVERY time it starts. how do I do it? this PC is a for a Junior Higher, and having to input commands into terminal on boot isn't acceptable.

    thanks so much!
     
  2. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    It sounds like you don't need to reload the module; it isn't automatically being loaded for some reason. If that is the case, and there is nothing else in the mix, you can add a line that reads usb_storage to the end of the /etc/modules file.

    Code:
    # /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that should be loaded
    # at boot time, one per line. Lines beginning with "#" are ignored.
    # Parameters can be specified after the module name.
    
    usb_storage
    
     
  3. woofer00

    woofer00 Wanderer

    Reputations:
    726
    Messages:
    1,086
    Likes Received:
    0
    Trophy Points:
    55
  4. yuio

    yuio NBR Assistive Tec. Tec.

    Reputations:
    634
    Messages:
    3,637
    Likes Received:
    0
    Trophy Points:
    105
    cool thanks, it's working great now! and for some reason the wireless has decided to work? oh well cheers!
     
  5. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    Many times wireless and bluetooth cards are attached internally to the USB bus.