[MeeGo-dev] Failed to create netbook image with MIC2

2010-07-19 Thread victor.liu
Hi, 

I failed to create image by MIC2 with following command:

sudo mic-image-creator --config=meego-netbook-chromium-ia32-1.0-20100524.1.ks 
--format=vmdk --cache=./cache

And I always get following error:


.
Installing libxml2...
Installing yum-metadata-parser...
Installing yum...
Installing mic2...
Traceback (most recent call last):
  File /usr/bin/mic-image-creator, line 793, in module
ret = main()
  File /usr/bin/mic-image-creator, line 600, in main
imgcreate.bootstrap.build_bootstrap(repourl, options.cachedir, reponame, 
options.bootstrap, proxies, arch = target_arch)
  File /usr/lib/python2.6/dist-packages/mic/imgcreate/bootstrap.py, line 384, 
in build_bootstrap
fd = open(bootstrapdir + /tmp/SampleMedia.tar, w)
IOError: [Errno 2] No such file or directory: 
'/var/cache/meego-bootstrap/tmp/SampleMedia.tar'


My environment is Ubuntu 9.04(x86) with MIC2 0.19. And .ks file is coming from 
http://repo.meego.com/MeeGo/releases/1.0/netbook/images/meego-netbook-chromium-ia32/meego-netbook-chromium-ia32-1.0-20100524.1.ks;

Could anyout help on this issue?

Thanks
Victor Liu
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] File system development pondering

2010-07-19 Thread Gary Birkett
Hi,

This started as a discussion in #maemo yesterday, but is just as relevant
here.

I have looked at btrfs (https://btrfs.wiki.kernel.org/index.php/Main_Page)
and whilst it incorporates a lot of features cannot determine whether the
following is generically supported:

It has been pondered to incorporate some smart unionfs layering onto the
main filesystem of meeog/maemo.
The layering should be able to know there is a smaller (256/512 MiB) fast
layer, with a much larger and potentially slower storage layer ontop.
I am aware btrfs supports subvolumes, but do not think this is quite what is
required)

Most of the devices we are currently targeting will have this kind of
space/speed problem where the smaller faster layer will currently exist and
outperform the large storage.

The aim would be to monitor filesystem usage and as requirements change to
automatically move the most used components into the fast area whilst moving
the least used back to the slower area.

In principle, it is fairly simple to understand, though I am told that in
practice it would be a complex and challenging task to undertake.

Hence, I am here asking the experts - would such a thing be feasible, has it
already been done (in btrfs perhaps) and if so is it usable in meego/maemo ?
This is of course just a starting point for extra discussion.

thanks in advance

Gary
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] kernel: config-generic issues

2010-07-19 Thread Arjan van de Ven

On 7/19/2010 7:35 AM, Ameya Palande wrote:

Hi Arjan,

On Mon, 2010-07-19 at 16:16 +0200, ext Arjan van de Ven wrote:
   

On 7/19/2010 7:10 AM, Ameya Palande wrote:
 

Hi,

Today while cleaning config-arm* I found out following option (there
might be more) in config-generic:

CONFIG_EEPROM_93CX6=m

It should be moved to config-x86-generic or
config-x86-{mrst,netbook,ivi} where ever appropriate. Right now it is
flowing into config-arm* which is not correct.

   

what is the exact problem you have? you're not saying what the problem
is with this
 

I guess I made it clear from above sentence: Right now it is
flowing into config-arm* which is not correct.

We don't want CONFIG_EEPROM_93CX6 to be set as m in any of the arm
configs at this point. And it is being set as m in config-arm-n900
which is not correct.
   


maybe I was not clear, haven't had coffee yet this morning... but what 
is the problem with it being m ?
why is having a module not correct? Even if you don't use the guy, 
it's a module just don't use it.


___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] Help getting Lenovo S10-3t Multitouch screen working for public MeeGo Image

2010-07-19 Thread Thiago Macieira
On Monday 19. July 2010 17.19.20 Radi, Rami wrote:
 Can someone please help me with this?
 
 I want to have the touchscreen driver running on MeeGo 1.0 because MeeGo
 1.0.8 runs with kernel 2.6.34 and 35, and with this kernel, I cannot
 compile the Broadcom wifi driver normally.

Hi Rami

You'll have to wait for the Broadcom driver to be updated to work in the later 
kernels.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Senior Product Manager - Nokia, Qt Development Frameworks
  PGP/GPG: 0x6EF45358; fingerprint:
  E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358


signature.asc
Description: This is a digitally signed message part.
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] a question about meegotouch-compositor

2010-07-19 Thread Wang, Jing J
You need install libmeegotouch

From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On 
Behalf Of Matt Yung
Sent: Tuesday, July 20, 2010 10:06 AM
To: meego-dev@meego.com
Subject: [MeeGo-dev] a question about meegotouch-compositor

Hi,
When I build meegotouch-compositor-0.4.6, I got the following errors.

mdecoratorwindow.h:22:19: error: MWindow: No such file or directory
mdecoratorwindow.h:23:28: error: MHomeButtonPanel: No such file or directory
mdecoratorwindow.h:24:30: error: MEscapeButtonPanel: No such file or directory
... ...

It seems like I need some header files, but I don't know which package should I 
install.

Could you tell me about that?

Thanks!
-Matt
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] a question about meegotouch-compositor

2010-07-19 Thread Roger WANG
Matt Yung matt.yangzhip...@gmail.com writes:

 Hi,
 When I build meegotouch-compositor-0.4.6, I got the following errors.

 mdecoratorwindow.h:22:19: error: MWindow: No such file or
 directory
 mdecoratorwindow.h:23:28: error: MHomeButtonPanel: No such file or
 directory
 mdecoratorwindow.h:24:30: error: MEscapeButtonPanel: No such file or
 directory
 ... ...

 It seems like I need some header files, but I don't know which package
 should I install.

It depends on libmeegotouch:

git://gitorious.org/meegotouch/libmeegotouch.git

-- 
Roger WANG Intel Open Source Technology Center
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] Issues in meego

2010-07-19 Thread Hari
Hi Team,

I have some issues in meego. Could you please help me!!!

1) Installed ShivaVG for OpenVG support but while running some tools it is
saying that *libOpenVG.so , *and  some OpenVG libraries files are
missing. In meego Repository these files are missing. I already send this
issue to webmas...@meego.com and waiting for there response. Which OpenVG
implementation does meego support? From where I will get those packages?

2) Audio CD can’t play in meego.

3) NTFS file system is not detecting in meego , after installing NTFS-3g
packages it is working fine.

4) Another issue I found is meego can't auto mount DVD and CD drives after a
manual mount in the /etc/fstab it can detect the files in the DVD/CD. Does
this is expected? !


 I am eagerly waiting for your  response.

Regards
Hari
**
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev