Lenovo IdeaPad S205 Netbook AMD E350 1.6GHz, RAM 4GB, HDD 500GB, WLAN, BT, Webcam, Windows 7 Home Premium
* Energy Management protects the long-term durability of the battery and uses advanced energy-saving technology to increase time spent between charges
* OneKey Rescue System makes data backup and recovery simple
* Lenovo ReadyComm - advanced networking and internet connection management
* Integrated Wi-Fi connectivity for internet anywhere
* Ultra-slim design for easy mobility
Hello Everybody , We
know that you looking for cheapest "Lenovo IdeaPad S205 Netbook". Go to our
store to see best price for Lenovo IdeaPad S205 Netbook .
(Personal Computers) This mainframe is by and large very nice! The sciapng on the keys (akin to Macs and Viaos) are a plus. One thing to note though is that the mouse left click can get a wee bit sticky at era. Also, for anyone who wants to use Linux Ubuntu, here is a link that you might find useful: [...] It turns out that Ubuntu 11.04 does not like wireless on certain laptops. But, there is a fix lined out on the link. In case of a broken link, here are the instructions (copy and pasted from site): Details of the issue david@david-Ideapad-Z570:~$ uname -a Linux david-Ideapad-Z570 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux david@david-Ideapad-Z570:~$ lspci |grep Atheros 02:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express rev 01) david@david-Ideapad-Z570:~$ rfkill list 0: ideapad_wlan: Wireless LAN Soft blocked: yes Hard blocked: no 1: ideapad_bluetooth: Bluetooth Soft blocked: no Hard blocked: no 2: phy0: Wireless LAN Soft blocked: yes Hard blocked: yes 3: acer-wireless: Wireless LAN Soft blocked: yes Hard blocked: no 4: hci0: Bluetooth Soft blocked: no Hard blocked: no Solution for the Issue The following commands will enables wireless till next boot sudo service network-manager stop sudo rmmod acer_wmi sudo modprobe acer_wmi sudo rfkill clean out all sudo service network-manager start With this step the status message in the Network Manager will be Wireless is disabled Now Enable wireless from the Network Manager using the following commands sudo rmmod -f acer_wmi Wireless networks will be detected and connected. To make this change permanent use sudo su echo blacklist acer_wmi >> /etc/modprobe.d/blacklist.conf exit Now if everything goes well you will have Wireless enabled on your Thinkpad. Thanks to David John for sending us the solution