Difference between revisions of "User:Levi"

From FreekiWiki
Jump to navigation Jump to search
m
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Levi Scott - Tech Support Volunteer Extraordinaire
 
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.
  
==unified restricted installer script==
+
[[Dell_Inspiron_8000_fan]] - Work around a bios bug which will make the fans never turn on in these machines.
if zenity --title "Restricted software installation" --text "The software you are about to install might or might not be restricted by the ridiculous
 
copyright laws of the United States. By clicking yes, you may be violating the DMCA, then again, you might not be, we really dont know. For more
 
information visit http://patentabsurdity.com/" --question; then
 
gksu "xterm -e apt-get update"
 
CN=`lsb_release -cs`
 
if [[ "${CN}" == "hardy" || "${CN}" == "intrepid" ]]
 
then
 
gksu "xterm -e apt-get -y install vlc ubuntu-restricted-extras libdvdread3"
 
gksu "xterm -e /usr/share/doc/libdvdread3/install-css.sh"
 
elif [[ "${CN}" == "jaunty" || "${CN}" == "karmic" || "${CN}" == "lucid" ]]
 
then
 
        gksu "xterm -e apt-get -y install vlc ubuntu-restricted-extras libdvdread4"
 
        gksu "xterm -e /usr/share/doc/libdvdread4/install-css.sh"
 
else
 
gksu "xterm -e apt-get -y install vlc ubuntu-restricted-extras libdvdread4"
 
        gksu "xterm -e /usr/share/doc/libdvdread4/install-css.sh"
 
fi
 
fi
 
  
 +
[[Lucid_Window_Buttons]] - How to switch the window controls back to the right side in lucid.
  
==toshiba satellite display==
+
[[Console_keyboard_layout]] - How to change the console keyboard layout.
http://ubuntuforums.org/showthread.php?t=806835&page=2
+
 
 +
[[Setting_up_Evolution]] -  How to set up the Evolution email client.
 +
 
 +
[[Language_Input_with_SCIM]] - Kind of outdated.
 +
 
 +
[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"
 +
 
 +
 
 +
==flashplugin woes==
 +
ls -l /usr/lib/firefox/plugins/flashplugin-alternative.so
 +
lrwxrwxrwx 1 root root 37 2010-07-02 15:43 /usr/lib/firefox/plugins/flashplugin-alternative.so ->  /etc/alternatives/firefox-flashplugin
 +
 
 +
ls -l /etc/alternatives/firefox-flashplugin
 +
lrwxrwxrwx 1 root root 44 2010-07-02 15:43 /etc/alternatives/firefox-flashplugin -> /usr/lib/adobe-flashplugin /libflashplayer.so
 +
 
 +
oem@freekbox:~$ update-alternatives --display firefox-flashplugin
 +
firefox-flashplugin - status is auto.
 +
link currently points to /usr/lib/adobe-flashplugin/libflashplayer.so
 +
/usr/lib/adobe-flashplugin/libflashplayer.so - priority 50
 +
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
 +
Current `best' version is /usr/lib/adobe-flashplugin/libflashplayer.so.

Latest revision as of 12:43, 14 July 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"


flashplugin woes

ls -l /usr/lib/firefox/plugins/flashplugin-alternative.so 
lrwxrwxrwx 1 root root 37 2010-07-02 15:43 /usr/lib/firefox/plugins/flashplugin-alternative.so ->  /etc/alternatives/firefox-flashplugin
ls -l /etc/alternatives/firefox-flashplugin 
lrwxrwxrwx 1 root root 44 2010-07-02 15:43 /etc/alternatives/firefox-flashplugin -> /usr/lib/adobe-flashplugin /libflashplayer.so
oem@freekbox:~$ update-alternatives --display firefox-flashplugin
firefox-flashplugin - status is auto.
link currently points to /usr/lib/adobe-flashplugin/libflashplayer.so
/usr/lib/adobe-flashplugin/libflashplayer.so - priority 50
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
Current `best' version is /usr/lib/adobe-flashplugin/libflashplayer.so.