Difference between revisions of "User:Levi"

From FreekiWiki
Jump to navigation Jump to search
m
Line 15: Line 15:
  
 
[http://wiki.freegeek.org/index.php?title=Special:Contributions&limit=500&target=Levi And much much more!]
 
[http://wiki.freegeek.org/index.php?title=Special:Contributions&limit=500&target=Levi And much much more!]
 +
 +
 +
==Fixing e100 and e1000 mac eeprom - WIP==
 +
sudo modprobe -r e100
 +
sudo modprobe e100 eeprom_bad_csum_allow=1
 +
You should now have eth0 in ifconfig -a
 +
echo "options e100 eeprom_bad_csum_allow=1" > /etc/modprobe.d/e100.conf
 +
sudo apt-get install macchanger
 +
sudo macchanger -r eth0
 +
Add "macchanger -r eth0" to /etc/rc.local and "service NetworkManager restart"

Revision as of 14:57, 23 June 2010

Levi Scott - Tech Support Volunteer Extraordinaire

My contributions to the Tech Support knowledge base

Enabling_LEDs_on_Intel_Wireless_Cards - How to enable status LEDs on certain Intel wireless cards.

Dell_Inspiron_8000_fan - Work around a bios bug which will make the fans never turn on in these machines.

Lucid_Window_Buttons - How to switch the window controls back to the right side in lucid.

Console_keyboard_layout - How to change the console keyboard layout.

Setting_up_Evolution - How to set up the Evolution email client.

Language_Input_with_SCIM - Kind of outdated.

And much much more!


Fixing e100 and e1000 mac eeprom - WIP

sudo modprobe -r e100 sudo modprobe e100 eeprom_bad_csum_allow=1 You should now have eth0 in ifconfig -a echo "options e100 eeprom_bad_csum_allow=1" > /etc/modprobe.d/e100.conf sudo apt-get install macchanger sudo macchanger -r eth0 Add "macchanger -r eth0" to /etc/rc.local and "service NetworkManager restart"