Tag Archives: UCM

Marcin Juszkiewicz: Chromebook support lands in 13.04

Today I got email that ‘xf86-video-armsoc’ landed in Ubuntu 13.04 ‘raring’. I also sent ‘linux-chromebook’ into archive.

Next step would be ‘vboot-utils’ which are now in NEW queue in Debian. Once it lands I will sync it into Ubuntu so we can sign kernels. What else needs to go into archive? Maybe OpenGLES driver. I have 0.45 packaged but need to fix showing the license.

What with support of older Ubuntu releases? I do not care about them and have a feeling that those who run them on their Chromebooks does not care as well (no one checked UCM profiles which were for verification).

So if you want to have good working Ubuntu on your Samsung ARM Chromebook then update to 13.04 or take care of backporting updates or ‘talk to the hand’.


All rights reserved © Marcin Juszkiewicz
Chromebook support lands in 13.04 was originally posted on Marcin Juszkiewicz website

Source: FULL ARTICLE at Planet Ubuntu

Marcin Juszkiewicz: I did not finished with Chromebook

Some time passed since my earlier post. I had to think about few things and made some decisions.

I will write an installation instruction for Samsung Chromebook users — about installing other operating system on internal storage. Targeted at advanced users but with more or less exact steps. If you do not know how to enable “developer” mode in Chromium then sorry…

And in meantime I worked on packaging. Few minutes ago I pushed kernel to my PPA and once it get built I will offer it in Chromebook hackers PPA so users will be able to use it instead of Chromium OS one. It will need signing and putting on proper partition but, like I wrote above, my packages are not only for novice level users.

Thanks to work started by Antonio Terceiro we have preliminary version of vboot utilities package. I cleaned it a bit and got to state when “cgpt” and “vbutil_kernel” are provided so playing with partitioning will not need files from Chromium OS. Will upload it into PPA as well.

Left speaker in my Chromebook died totally so I decided to spend some time on getting UCM profiles available in “quantal” and “precise” releases of Ubuntu as well. SRU process in progress…

Also got 32GB microSD card so one step closer to having other distributions running. Thinking of Debian here of course. But it is in deep freeze now so harder to get new packages there.

How can you help? Test, file bugs, attach fixes to bugs. And can also replace speaker in my Chromebook so I will not have to use headphones ;D

Related content:

Chromebook hackers: unite! Chromebook support for Ubuntu Used Chromebook for few days How to fry speakers in your Chromebook New thing to buy: Samsung Chromebook

All rights reserved © Marcin Juszkiewicz I did not finished with Chromebook was originally posted on Marcin Juszkiewicz website

Source: Planet Ubuntu

Output as a html file

Hi

i want to store output in html file.but the problem is the html file already has its content..i want to append the new output to that html file..please suggest any new ideas…i m tryin to store the output in a textfile and append to that html file..but its nt workin..need ur help

Code:
while read LINE
do
echo $LINE | grep UCM | egrep ‘(Shutdown|Unavailable)’| tee HC_Report.txt
done
Source: The UNIX and Linux Forums