5

I have the possibility of using a live USB with Ubuntu before buying a notebook.

What are some quick tests I can run to make sure the notebook is compatible with Ubuntu and there are no problems?

Should I also run commands like lshw?


Okay, so I will:

  • check the functionality of extra keys
  • then I'll try to connect to a WiFi
  • sleeping and waking up
  • all the USB ports

Should I also run commands like lshw?

Thomas Ward
  • 74,764
Catalin
  • 51
  • 2
  • The only test that matters is the real world usage. But in a live session you can check whether or not all hardware is being recognized. –  Oct 13 '16 at 11:17
  • There is a "system testing" option in "dash". – Rinzwind Oct 13 '16 at 11:41

2 Answers2

5

You can test if a computer's hardware is compatible with Ubuntu by downloading the Ubuntu Live DVD iso file and booting the live DVD or live USB. The Ubuntu live USB runs faster than the live DVD and has the additional advantage of being reusable for something else after you are finished testing and/or installing Ubuntu with it.

A live DVD/USB can be used for a quick demo or test of Ubuntu to check if the computer's hardware works as expected without making any changes to the machine. Windows or whatever is already installed on the computer is unaffected after trying this and then rebooting. See this answer for detailed and specific information about how to create a bootable USB flash drive for testing potential PC purchases for compatibility with Ubuntu.

Many computer stores provide their own Ubuntu live USB with Ubuntu for testing Ubuntu as a service to their customers. I discovered this after trying to return a graphics card that wouldn't boot Ubuntu, when a technician plugged the graphics card into one of the store's computers and booted Ubuntu from that computer to show me that my new graphics card was compatible with Ubuntu. If the computer store won't let you test their laptop with your Ubuntu live media, ask if they have their own USB with Ubuntu, and will demonstrate Ubuntu with it on the computer of your choice.

A quick demo can test two things:

  1. Check if hardware (Ethernet, USB, sound, webcam) works as expected.
  2. Check the look and feel of the operating system. 

Wifi cannot always be tested with a quick demo. Even if the laptop doesn't connect to wifi in the store, it might still work after installing the driver for the wireless adapter.

karel
  • 114,770
  • 2
    Yea, I went to a store and asked a retail guy if it's possible to test another OS before buying the laptop. He said it's allowed and he even had a USB with Ubuntu. – Catalin Oct 13 '16 at 12:58
1

If the notebook is absolutely incompatible with Ubuntu (unlikely as long as you are not buying a model which has just recently been released) you will notice, because you live system will not work at all, i.e. the graphics system won't be able to display, because of missing drivers etc.

A common issue are "multimedia keys", they are usually on the top of they keyboard and you need to press an extra key like "fn" to activate them (you know, key for making audio louder or make the screen brighter). You should definitely test those.

I would also test some energy funtionalities, just active the standby mode or close the notebook and then see if the system is able to awake from sleeping mode.

A little research on the internet to see if people allready made experiences with that notebook and Ubuntu doesn't hurt.

  • 1
    After graphics, the biggest problem is with WIFi. Check to make sure you can see SSIDs pop up in the networking indicator at the very least. – Stephen M. Webb Oct 13 '16 at 12:17
  • @StephenM.Webb also things like Ethernet, USB, webcam... –  Oct 13 '16 at 12:19