Difference between revisions of "Lenovo ThinkPad W520"
Kynikos.bot (talk | contribs) (remove language suffix from Category:Lenovo (English), see Talk:Table of Contents#English Category Names: Capitalization and Conflict with i18n) |
Kynikos.bot (talk | contribs) (Template:i18n is deprecated, use interlanguage links, see Help talk:I18n#"Dummy" interlanguage links and deprecation of Template:i18n) |
||
Line 1: | Line 1: | ||
[[Category:Lenovo]] | [[Category:Lenovo]] | ||
− | |||
{{Stub}} | {{Stub}} | ||
== Note == | == Note == |
Revision as of 16:11, 13 June 2012
Note
I am also maintaining this content at GitHub and it may be more up to date.
Wifi issues
- Update wireless drivers:
- TODO
- Random Disconnection
- check "dmesg | grep wlan0" will probably be complaining about "wlan0: deauthenticating from MAC by local choice (reason=3)"
- Arch wiki hints at solution: Wicd#Random_disconnecting
- My Solution:
- Disable power management of pci-express in BIOS
- Wicd cannot obtain IP address
- Wicd#Failed_to_get_IP_address
- Use dhclient instead of dhcpcd:
- packman -S dhclient
- Set wicd to use dhclient:
- in wicd-curse press 'P', select external sources, and then select dhclient
Nvidia Optimus issues
- TODO
- see:
Sound
- Worked out of the box, but was choppy. This helped:
Other
- Boot up issue with UDEV timeout
- cat /var/log/boot | grep -i pci reveals udevd[169]: seq 1352 '/devices/pci0000:00/0000:00:1c.1/0000:03:00.0' killed
- Found similar issue here Arch Bugs Report
- cat /var/log/boot | grep -i pci reveals udevd[169]: seq 1352 '/devices/pci0000:00/0000:00:1c.1/0000:03:00.0' killed
- Disable annoying system beep
- Insert "blacklist pcspkr" into /etc/modprobe.d/pcspkr_blacklist.conf
- Reboot or rmmod pcspkr