Comment 18 for bug 395403

Revision history for this message
Christopher Blay (blayde) wrote :

I was able to get to a GUI with these steps:

1) Restart computer with Live CD in tray (I used Jaunty)
2) At the boot menu choose boot options, press escape to get rid of the menu, replace 'quiet splash' with 'single'
3) At the recovery menu choose 'root'
4) Unload the faulty rtl8180 driver with this command:
  rmmod rtl8180
5) Blacklist the rtl818x drivers by editing /etc/modprobe.d/blacklist.conf and add these lines to the bottom:
  blacklist rtl8180
  blacklist rtl8187
6) Make sure rtl8180 really is gone by running this command (there should be no output):
  lsmod | grep rtl
7) Go back to the recovery menu by typing 'exit' or pressing ctrl+d
8) Choose 'normal startup' or whatever the top thing is
9) Tada! It actually works! And you can use ndiswrapper like before!