Linux on the HP 2133 Mini-Note, Part 1

Daily Newsletters

Sign up to ZDNet UK's daily newsletter.

About this blog

Coretech

Jamie's Mostly Linux Stuff

Various thoughts and adventures, including but not limited to Linux, assorted bits of hardware new and old, and occasionally Windows XP/Vista/7.

It is important to note that the following information is based on my trying various of the publicly available Linux distributions on my new HP 2133 netbook. I did NOT order it with the factory-installed SuSE Enterprise Linux, and I have not tried to obtain or install that version in any other way. Also, I have not made any extraordinary efforts to get any of these distributions to work on it, yet; all I have done is boot their LiveCD distribution, and if that comes up and is usable then I go ahead and try to install. Finally, because I have no intention of having a lot of different Linux distributions on this netbook over the long term, I have kept the disk partitioning very simple. When I "downgraded" from Vista to XP Professional, I put Windows in a 16 GB partition at the beginning of the disk; then I made three more primary partitions, one of them a small swap area and the other two for installing and testing Linux. The theory is that if/when I found one that worked, I could keep it intact while continuing to test others.

So here is what I have found out so far:

- SimplyMEPIS 8.0 RC2: The LiveCD booted just fine, the install was absolutely routine, the same as it was on my other two laptops, and it works really well. I can't even begin to put into words how pleased and impressed I am. This was the last of the distributions that I tried, and it worked by far the best. The VIA CPU, Chrome9 display adapter, Broadcom Gigabit wired network and Broadcom 802.11 a/b/g wireless network were all recognized and work just fine. WOW! The only thing that I have seen so far that isn't working properly is the sound, so I will be looking into that next.

- openSuSE 11.1: This was the first one that I tried, and it is the one I thought might work the best, because the 2133 is available with SuSE Enterprise preloaded. In fact it does work for the most part, but not as well as MEPIS. The LiveCD booted and installed, but I had to grapple with the screen resolution at first. I was finally able to get it going at 1024x768, but I haven't gotten any better than that yet, and at that resolution it's giving up one of the nicer advantages of the 2133 display. The Broadcom wireless adapter was also not configured by the initial installation. I found instructions on the Internet on how to download and install the driver, and that worked just fine. The one thing it does better than MEPIS is that the sound works perfectly. If I could get the screen resolution up to 1280x768, it would actually be a bit better than MEPIS overall, but it is nowhere near as easy to install and configure.

- Ubuntu 8.10: The LiveCD doesn't boot properly, the display is completely corrupted.

- Ubuntu 9.04 Alpha 3: The LiveCD doesn't boot properly, but it actually gets a bit further along than Ubuntu 8.10, the wallpaper is displayed, but then the keyboard and mouse don't respond.

- Mandriva One 2009.0: The LiveCD doesn't boot properly, the display is blank.

- Fedora 10: The LiveCD doesn't boot properly, the display is corrupted in all sorts of random, colorful ways.

- PCLinuxOS 2009 Beta 2: The LiveCD doesn't boot properly, the display starts black, but slowly changes to being completely washed out.

- Debian 5.0 Beta: The LiveCD boots, but the screen resolution is completely wrong, only about one quarter of the top left area of the screen is displayed, and the keyboard and mouse do not respond.

- Vector Linux 6.0 RC3: The LiveCD boots and installs, but the screen resolution is only 1024x768. Worse, the Broadcom wireless adapter is not recognized, and I didn't find any obvious info on how to fix that.

So, there you have it. I'm likely to be using MEPIS for the time being, I'm very pleased with it and I don't care much about the sound - well, other than for watching Dialog Box, of course. It will be interesting to see if and when future releases of these distributions work on this netbook.

jw 27/1/2009

Talkback

Jamie - My success with Ubuntu, except as yet the Broadcom wireless adapter, was actually using a modified version called' Easy Peasy'. There is one quirk every time I start it up in that it always seeks to go through an installation routine which has to be dismissed.

Apart from these issues, and mixed feelings about the Desktop, it runs just like any other Ubuntu installation.

I suspect thast suport for via chipsets is the root of most of your difficulties. But it does puzzle me that different flavours of Linux based on the same basic underpinnings experience different hardware issues.

Moley 27 January, 2009 19:31
Reply

Hi, have you used the best working installation (SimplyMEPIS 8.0 RC2) to obtain hardware and software information (e.g. dmesg, lspci, .config and URL to download the working kernel) that you could provide to the other distributions along with what didn't work?

Some details provided back could help the various distributions' communities better support the HP 2133.

Regards,

Arthur.

amarsh04 27 January, 2009 21:34
Reply

@Moley - I too am puzzled by the wide range of Linux distribution success/failure on the HP 2133. I think the problem is the large number of "oddball" devices - the VIA CPU, Chrome9 graphics, Broadcom wired and especially wireless ethernet, and ADI 1984 sound. The display is obviously the biggest problem, and even the ones which work aren't really "getting it right" in the sense of using the VIA UniChrome driver; openSuSE uses the FrameBuffer (fbdev) driver, and MEPIS uses the VESA driver. I suppose it is a question of what additional drivers each of the distributions have added to the common base.

@amarsh04 - Thanks for reading and commenting. I am working on assembling the information about hardware and software support, but at the moment I am struggling to figure out what "really" works, and what only "appears" to work, superficially. I want to then combine that with what I can figure out about adding the "correct" drivers from the VIA Linux web site. That will take some time, but I think that providing information which subsequently turns out to be incorrect is worse than nothing at all in most cases - and it has the effect of damaging credibility at the same time.

As I said in the initial review, this HP 2133 is a bit long in the tooth as netbooks go, and pretty unusual in that it uses the VIA CPU and chipset rather than an Atom CPU and more "standard" Intel chipset. The question, now, is whether the Linux distributions have not "caught up" with this hardware, and it will in fact come along in the next releases, or whether this hardware is being "bypassed".

jw 28/1/2009

J.A. Watson 28 January, 2009 08:49
Reply

The issue with graphics is that the latest stable release of openchrome doesn't actually work properly with the MiniNote. It's quirky, and support was only added in SVN following the last stable release. If you go to an SVN snapshot of openchrome, it'll work.

On Mandriva, you should be able to ctrl-alt-F1 to get to a console, then you can log in as root and change to the 'vesa' driver with drakx11. Then grab http://www.happyassassin.net/extras/x11-driver-video-openchrome-0.2.904-0.689.1mdv2009.0.i586.rpm , install it, and switch back to openchrome. It should work, a couple of users have tested it for me.

AdamW 31 January, 2009 07:37
Reply

Oh, and I should also give you advice for Fedora now too, shouldn't I? :)

Try booting the installer with the kernel parameter 'vesa'. That should force it to use the 'vesa' driver both during install and for the installed system. Then you could build an openchrome snapshot, or just stick with vesa. Maybe I'll throw up a Fedora snapshot package on happyassassin soon.

I haven't tested the above, but it ought to work.

AdamW 31 January, 2009 07:39
Reply

For the wireless - on Mandriva, see http://www.happyassassin.net/broadcom-proprietary-wireless-driver-on-mandriva-linux-2009/ . For Fedora, RPM Fusion (http://www.rpmfusion.org) has packages for the Broadcom proprietary driver, I think. If you just install the package - it's called kmod-wl - then reboot or just do 'modprobe wl', it should bring up the adapter and you can configure it with NetworkManager after that.

AdamW 31 January, 2009 07:43
Reply

This post has been removed by a moderator.

Post your comment

In order to post a comment you need to be registered and logged in.

You can also log in with Facebook. Log in or create your ZDNet UK account below

  • Login

Will not be displayed with your comment

By signing up for this service, you indicate that you agree to our Terms and Conditions and have read and understood our Privacy Policy. Questions about membership? Find the answers in the Community FAQ

Get ZDNet UK's daily newsletter

Enter your email address to sign up

ZDNet UK Live

apexwm

NanWag : A Windows Server 2008 is being used because the environment that the Macs are in is a heavy Windows environment. I am proposing that...

52 minutes ago by apexwm on Windows Server 2008 drops the ball for Mac compatibility
BellamysIT

Really good article. You bring to light a few really good things. However, isn't it true that over 70% of fortune 500 companies use sharepoint?...

54 minutes ago by BellamysIT on Designing a SharePoint farm: Tiers before bedtime
annonymous2

If Piratebay is a crime then so is borrowing a dvd you purchased to a family member or a friend. Why should we not be aloud to share. Most of the...

3 hours ago by annonymous2 on UK ISPs ordered to block Pirate Bay website
NanWag

File Services For Macintosh was causing Excel to prompt for Overwriting changes or Save Another Copy because it was changing the timestamp on the...

3 hours ago by NanWag on Windows Server 2008 drops the ball for Mac compatibility
Regis Machado

creative cloud $48/month in the USA, £48/month in the UK ($79). good for the competitors

5 hours ago by Regis Machado via Facebook on Adobe move promotes piracy
Tom Espiner

Hello KosGirl, Good question. I've asked Belfius for a response. The latest post I can find on Pastebin about it is here:...

5 hours ago by Tom Espiner on Hackers hold bank to ransom over stolen data
KosGirl

Have there been any further updates to this story? I can't find any information on whether the hackers released the data or not.

6 hours ago by KosGirl on Hackers hold bank to ransom over stolen data
SandJ

I have done 7 speed tests this morning on different speed test tools. They tell me my download speed is: 12.3, 12.3, 12.3, 11.1, 12.7, 12.7, 11.7...

7 hours ago by SandJ on Watchdog: TalkTalk's broadband speed test misled users
Jack Schofield

@Mary Microsoft could always send Mozilla a spec sheet and oblige them to meet the same standards as IE. Then Mozilla can spend millions of...

10 hours ago by Jack Schofield on Windows RT browsers and the point of Windows RT
goth1csnake3

Not before time, that people making films,dvd's get whats coming to them. Well done, Virgin Media.

12 hours ago by goth1csnake3 on Virgin Media: Spotify deal will bring down piracy
Simon Bisson and Mary Branscombe

Apex - the question then is what about letting the user choose to have a tablet where they don't have to have that responsibility? why can't the...

22 hours ago by Simon Bisson and Mary Branscombe on Windows RT browsers and the point of Windows RT
Simon Bisson and Mary Branscombe

Moley, Apex, thanks; I think there's an interesting other dimension of choice - the choice to have a platform that is 'locked down' in the sense...

22 hours ago by Simon Bisson and Mary Branscombe on Mozilla accuses Microsoft of shutting Firefox out of WOA
Yellowcave

Not surprised. I once used the methods to let my firewall just notify me of breaches. Not one single logged event was genuine. Once, we all...

1 day ago by Yellowcave on Mobile porn filters catch innocent content, says report
duplex

live realy sucks in facebook becuase people hack your profile

1 day ago by duplex on Irish watchdog: Facebook privacy still falls short
Ed Macnair

If only it was that simple. When you start accessing Cloud applications you are stuck with the security model the vendor provides...........unless...

1 day ago by Ed Macnair via Facebook on IT security? You're doing it wrong!
Phil at Cloud4

Another good updaet, I have enjoyed going on the journey reading this series on SharePoint 2010 and have learned alot. Great writing.

1 day ago by Phil at Cloud4 on Designing a SharePoint farm: Tiers before bedtime
muteen

roumers of an ipad Mini, isnt that just an iTouch!?

1 day ago by muteen on Apple rebrands iPad 4G as 'Wi-Fi + Cellular' for UK
apexwm

Thanks for this article and bringing this issue to light. Unfortunately this type of activity is common not only with Adobe, but many other...

1 day ago by apexwm on Adobe move promotes piracy
Andy Bolstridge

there's a very thin line between tax avoidance and tax efficiency - earning £850 a month and claiming dividends to bring my income up to normal...

1 day ago by Andy Bolstridge via Facebook on The Idle Self-employed
Andy Bolstridge

I see that they are happy to announce these numbers.. but no-one will take any notice until they start announcing sales numbers too.

1 day ago by Andy Bolstridge via Facebook on Microsoft's score card for Smoked by Windows Phone

Community highlights

BarryGill

Darth Vader brought his own device...

Blog Post A few weeks ago I wrote a blog piece called "Bring Your Own Delusion (BYOD)"....

16 May, 2012 by BarryGill
Jack Schofield

Mobile phone sales dip while smartphones boom

Blog Post Worldwide sales of mobile phones to end users fell by 2 percent to 419.1...

16 May, 2012 by Jack Schofield
First Take

HTC One V

Blog Post HTC's One range of handsets comprises three models. There's the flagship HTC...

16 May, 2012 by First Take
Simon Bisson and Mary Branscombe

Contribute, contract; endorse? Technology reputations

Blog Post Technology companies need to be careful about who and what they're seen to...

16 May, 2012 by Simon Bisson and Mary Branscombe