Author Topic: [SOLVED] Modprobe Every Time  (Read 3107 times)

Offline Lee2010

  • Sr. Member
  • ****
  • Posts: 343
[SOLVED] Modprobe Every Time
« on: June 10, 2010, 10:00:57 PM »
So my laptop is working fine all the hardware is configured and runs nicely. But for some reason I have to modprobe ndiswrapper at every boot. After I do that my computer finds the wifi and connects. Is there a way to modprobe at boot so I don't have to?
« Last Edit: June 11, 2010, 12:25:41 AM by Lee2010 »
make install --not war

“For a community to be whole and healthy, it must be based on people's love and concern for each other.”

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11577
  • ----IOFLU----
Re: Modprobe Every Time
« Reply #1 on: June 10, 2010, 10:50:22 PM »
So my laptop is working fine all the hardware is configured and runs nicely. But for some reason I have to modprobe ndiswrapper at every boot. After I do that my computer finds the wifi and connects. Is there a way to modprobe at boot so I don't have to?

Make an entry in either /etc/modprobe.conf or /etc/modprobe.preload or both.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Lee2010

  • Sr. Member
  • ****
  • Posts: 343
Re: Modprobe Every Time
« Reply #2 on: June 10, 2010, 11:42:40 PM »
What exactly do I need to add?

I tried putting # modprobe ndiswrapper
make install --not war

“For a community to be whole and healthy, it must be based on people's love and concern for each other.”

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11577
  • ----IOFLU----
Re: Modprobe Every Time
« Reply #3 on: June 11, 2010, 12:02:04 AM »
What exactly do I need to add?

I tried putting # modprobe ndiswrapper

In /etc/modprobe.preload just add the word ndiswrapper on a new line, by itself, and press the Enter key to start another new line after that entry, before saving the file. You need root permissions to edit system files. Reboot to see if that is enough to take care of the problem.

Post your results.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Lee2010

  • Sr. Member
  • ****
  • Posts: 343
Re: Modprobe Every Time
« Reply #4 on: June 11, 2010, 12:24:46 AM »
Thanks O-P

I just didn't know how to add it

Here is my /etc/modprobe.preload now

# /etc/modprobe.preload: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a `#', and everything on the line after them are ignored.
# this file is for module-init-tools (kernel 2.5 and above) ONLY
# for old kernel use /etc/modules
fuse
raw1394
sbp2
ohci1394

nvram
evdev
ndiswrapper
make install --not war

“For a community to be whole and healthy, it must be based on people's love and concern for each other.”