Posted in Linux, Software, Windows

New Linux Mint convert

Last Christmas I bought a new ASUS TP200SA netbook(?) for my wife. It was familiar as I have the ASUS C100PA Chromebook, and I love it. This ASUS however came with Windows 10. She wanted it as a windows box as she was sure she needed windows to do some of the work she wanted to do. A false premise, I know, but one that a lot of people have.

And it worked Ok, at first, however Microsoft should never get into specing hardware, in this case, in an effort to produce a Chromebook ‘killer’ that used a similar specification. duo-core, 2GB ram and 32GB of storage. And while this works for a lightweight OS like ChromeOS, this is nowhere near adequate for windows 10. And the issue raised it’s ugly head with the first ‘Update’ that Microsoft forced down on the users who own these.

It doesn’t work, would never have worked, so MS has produced another dud of a product. Don’t buy one of these for Windows 10, you will hate it.

The good news is that I did my research beforehand on this laptop, and there were several people managing to get Linux to boot on them. Mosly having to delete the entire windows 10 partition. So knowing I had a solution I bought this. And when the wife finally got too frustrated with making Windows work, she ask me to convert it.

The previous Linux geeks were using things like Fedora but I wasn’t enamored of that distribution. So I tried out my favorite Linux Mint 18.2 and performed the steps I found here: TP200SA Linux Success! except where they used Fedora I used a live USB stick for Linux Mint 18.2. This work great, and I showed my wife how to use the install after she tried out the live USB.

Everything when great, and the install worked even the touch screen, a good surprise. However on the first reboot to the internal ‘ssd’ in the TP200 the track pad did not work, the touch interface work and I assumed that there was a setting that needed to be changed. Not! But after googling the Elan touchpad, I found this: Elantech Touchpad not working

had the same problem. After googling a lot I found a workaround: in /etc/defaut/grub

sudo nano /etc/default/grub
I added i8042.reset to the line GRUB_CMDLINE_LINUX_DEFAULT

GRUB_CMDLINE_LINUX_DEFAULT=”i8042.reset quiet splash”
and then

sudo update-grub
Finally after a restart the touchpad works fine (multitouch included).

And then after I rebooted, it all worked. It does not auto switch to ‘Pad’ mode, but the wife never used that feature anyway, she is delighted to have dumped Windows, and with the addition of the Chromium Browser it synced up with her other Sony Laptop, and she’s using the touch screen all the time. Win!

Author:

With 40 years experience in software development, systems design and engineering and IT operations, and Infrastructure Architecture issues. I am versed in multiple programming languages, Operating Systems and RDBMS, I have work experience ranging from microcomputers and PC’s to multiprocessor mid range Unix systems and clusters. I have experience with both wireless and wired network protocols and mediums. And I've help migrate systems into the Amazon EC2 Cloud from self hosted configurations. I collect old working computers, I'm a published Astro-photographer, I tutor, and teach almost every subject I am knowledgeable in. I have had one internet email or another since 1991. I developed Gopher sites prior to the formation of HTTP/HTML and a few websites since then. I wrote my first 'database' on a DEC PDP-11 for the DECUS Library in 1984. Specialties I specialize in Database systems, and am familiar with almost all types of RDBMS and ISAM systems short of Mainframes. I habitually reverse engineer and document everything I touch.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s