WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How do I stop TC loading a module at boot plus dummy0 ?  (Read 1849 times)

Offline Miller

  • Newbie
  • *
  • Posts: 20
How do I stop TC loading a module at boot plus dummy0 ?
« on: September 03, 2009, 08:36:06 AM »
Greetings All

What is the best way to stop a module loading at boot?

Having a quick look online suggests /etc/modprobe.d/blacklist with "blacklist evil666module" being the text of the "blacklist" file as de rigueur.

Does TC use modprobe.d, or do I mkdir /etc/modprobe.d/ and place blacklist in there? Then proceed with tar -c my_fabulous_extension.tce /etc/modprobe.d/blacklist and cp this to tce dir?

Also, how do I disable / turn off / remove dummy0? In this post here (http://forum.tinycorelinux.net/index.php?topic=1542.0) forum member jpeters writes "Make sure to change dummy0 to eth0 as wired interface..." How is this done please?

Many thanks for all advice.

Miller. 

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11020
Re: How do I stop TC loading a module at boot plus dummy0 ?
« Reply #1 on: September 04, 2009, 03:10:35 PM »
jpeters' post in that thread refers to changing it in wicd's options. /etc/modprobe.d/blacklist should work in TC.
The only barriers that can stop you are the ones you create yourself.

Offline Miller

  • Newbie
  • *
  • Posts: 20
Re: How do I stop TC loading a module at boot plus dummy0 ?
« Reply #2 on: September 04, 2009, 08:24:28 PM »
Much obliged for your advice Curaga.

Cheers

Miller.