Penguin
Diff: UbuntuDapperNotes
EditPageHistoryDiffInfoLikePages

Differences between version 7 and revision by previous author of UbuntuDapperNotes.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 7 Last edited on Saturday, July 29, 2006 11:01:46 am by AristotlePagaltzis Revert
Older page: version 6 Last edited on Thursday, July 27, 2006 2:14:49 pm by CraigBox Revert
@@ -15,12 +15,10 @@
 </pre> 
  
 !Manual permanent fix: 
  
-Add <tt>dmfe</tt> to ''/etc/modules'' and add <tt>blacklist tulip</tt> to ''/etc/modprobe.d/blacklist''.  
+Add <tt>dmfe</tt> to ''<tt> /etc/modules</tt> '' and add <tt>blacklist tulip</tt> to ''<tt> /etc/modprobe.d/blacklist</tt> '', such as by issuing the following commands:  
  
-You can cut and paste these lines into a terminal to do this for you:  
-  
- <pre >  
-sudo sh -c " echo dmfe >> /etc/modules"  
-sudo sh -c " echo blacklist tulip >> /etc/modprobe.d/blacklist"  
-</pre
+<verbatim >  
+sudo sh -c ' echo dmfe >> /etc/modules'  
+sudo sh -c ' echo blacklist tulip >> /etc/modprobe.d/blacklist'  
+</verbatim