Differences between version 4 and previous revision of UbuntuDapperNotes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Thursday, July 27, 2006 11:49:54 am | by VikOlliver | Revert |
Older page: | version 3 | Last edited on Thursday, July 27, 2006 10:21:26 am | by VikOlliver | Revert |
@@ -6,13 +6,13 @@
Add:%%%
<tt> dmfe</tt>%%%
to /etc/modules
-Use
:%%%
- <tt>sudo echo dmfe >> /etc/modules</tt>
+Cut & paste into terminal
:%%%
+ <tt>sudo sh -c "
echo dmfe >> /etc/modules"
</tt>
and:%%%
<tt> blacklist tulip</tt>%%%
to /etc/modprobe.d/blacklist
-Use
:%%%
- <tt>sudo echo tulip >> /etc/modprobe.d/blacklist</tt>
+Cut & paste into terminal
:%%%
+ <tt>sudo sh -c "
echo tulip >> /etc/modprobe.d/blacklist"
</tt>