Created
June 20, 2011 14:09
-
-
Save micrypt/1035659 to your computer and use it in GitHub Desktop.
*nix Annoyances
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/sh | |
| # dumb ass Xfce | |
| xrandr --auto --output VGA1 --mode 1920x1080 --right-of LVDS1 | |
| Broadcom wireless troubles: | |
| I had success getting this to work by marking these five packages for reinstallation in the synaptic package manager: | |
| bcmwl-kernel-source | |
| broadcom-sta-common | |
| broadcom-sta-source | |
| b43-fwcutter | |
| bcmwl-modaliases | |
| Then applying and most importantly rebooting. Once I rebooted, my wireless card began functioning. I have the bcm4313. | |
| http://ubuntuforums.org/showthread.php?t=1786092&page=3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment