Close task when using qt-launchpad

2013-12-27 Thread yuqing wang
Hi all, I used qt-launchpad to start tasks, sometimes when I close a task ,this error occur Possible null pointer READ at 0 IP 54796d Has everyone met this error before ?How can I fix it? Any help is appreciate -

genode qt4: toolbutton on the titelbar can not be used

2013-10-11 Thread yuqing wang
Hi, I write an application based on qt-launchpad.I find the toolbutton(min,max,close) on the top of a qt-dialog can not be uesd. This error happens in launchpad application and all the dialog application started by the launchpad. How can I fix it? Regards --

Re: Dose genode support chinese

2013-10-09 Thread yuqing wang
Hi I get the useful information given by Christian Prochaska on Github. I change the font file ,it solves this issue. Thank you very much. Regards 2013/10/9 Christian Helmuth > Hello, > > On Wed, Oct 09, 2013 at 03:39:06PM +0800, yuqing wang wrote: > > I tried the code you gave

Dose genode support chinese

2013-10-08 Thread yuqing wang
Hi, I am writing a qt application and i want to display chinese as the caption of a dialog. I have no idea about how to realize it. Any help is appreciate. -- October Webinars: Code for Performance Free Intel webinars can h

Re: can not get ipc error

2013-10-08 Thread yuqing wang
/26 Norman Feske > Hello Yuqing Wang, > > > I used launchpad to start a hello_client and hello_server.I closed > > hello_server and expected the call from hello_client could cause an ipc > > error ,because the target is not exist . > > I cannot give you details abo

can not get ipc error

2013-09-25 Thread yuqing wang
Hi I used launchpad to start a hello_client and hello_server.I closed hello_server and expected the call from hello_client could cause an ipc error ,because the target is not exist . I modify the l4_ipc_call function in file ipc-l42-gcc-nopic.h L4_INLINE l4_msgtag_t l4_ipc_call(l4_cap_idx_t des

Re: ahci_drv and part_blk on real hard disk

2013-05-19 Thread yuqing wang
config of l4linux,but I am not sure whether it is the point. Regards Yuqing Wang 2013/5/15 Sebastian Sumpf > Hi, > > On 05/15/2013 10:58 AM, yuqing wang wrote: > > Hi > > i tried ahci_drv.run ,it worked well > > when i tried to use ahci_drv and part_blk making l4linux

ahci_drv and part_blk on real hard disk

2013-05-15 Thread yuqing wang
artition table []Genode blk-file driver initialized Regards Yuqing Wang log Description: Binary data l4linux_ahci.run Description: Binary data -- AlienVault Unified Security Management (USM) platform delivers complete s

part_blk on fiasco.oc

2013-04-27 Thread yuqing wang
0002000 (virtual) [init -> atapi_drv] Device initialized! Enabling interrupts ... [init -> atapi_drv] _LBA48 TRUE [init -> atapi_drv] dev_num= 0 Error: Test execution timed out make: *** [run/part_blk] Error 254

use ahci_drv on real hardware

2013-04-26 Thread yuqing wang
Hi, I tried to add ahci_drv to l4linux to make my hard disk available. I modified the l4linux run script and tried ,found that there was something wrong during booting . The script and log file is attached . Is my script wrong,or I should change some config of l4linux? Regards Yuqing Wang

Re: how to solve issue#593

2013-04-16 Thread yuqing wang
/github.com/genodelabs/genode/commit/c34bbe2caa86edc5ca61f9f0d92eb35a47f96892 > On 16.04.2013 13:09, yuqing wang wrote: > > Hi, > > I want to run l4linux on real machine ,but there is someting wrong. > > > > [init -> nic_drv]number of devices: 1 > > [init -> nic_drv] --- init rx_callbacks >

Re: how to install Genode on PC machine

2013-04-14 Thread yuqing wang
re i can modify it .I don't understand the meaning of "hardcode start loading adress to 0x4020 in iPXE multiboot loader" 2013/4/10 Ivan Loskutov > > 2013/4/10 yuqing wang > >> I downgrade qemu,fedora can start now. >> But fedora can not connect to the inter

Re: how to install Genode on PC machine

2013-04-08 Thread yuqing wang
all patches,or is there a website where we can always get the newest genode source tree. Regards. Yuqing Wang 2013/4/8 Ivan Loskutov > Try to apply patches from Christian Helmuth which related to issue #593 > thread. This must partialy solve this issue. But sometimes I have th

Re: how to install Genode on PC machine

2013-04-08 Thread yuqing wang
know the details about how to sovle my issue ? Or I should change my Ethernet card to another one ,such as intel 82540EM or 82579LM? Best. Yuqing Wang. 2013/4/8 Ivan Loskutov > Hi, > it's known issue https://github.com/genodelabs/genode/issues/593 > > -- > Ivan Loskutov >

Re: how to install Genode on PC machine

2013-04-07 Thread yuqing wang
Hi, I want to run l4linux on real hardware to do some research about its network.I use l4linux.run script to create the files which I would copy to my hard disk.I also modified the menu.lst file in my PC according to the menu.lst in l4linux.iso file created by run script. The motherboard of my PC i

l4linux run on PC, nic_drv issue

2013-04-07 Thread yuqing wang
Hi, I want to run l4inux on my PC, I copied the files needed in the harddisk and modified the GRUB menu.lst .But I got a issue when the system started. int main(): [33m--- create local services --- [0m int main(): [33m--- start init --- [0m int main(): [33mtransferred 1718 MB to init [0m int main(

Re: error in make run/l4linux on fiasco.oc

2013-03-12 Thread yuqing wang
I fix the issus, now the l4linux can run successfully. I think it is somthing wrong with my network fisrt, but I am wrong.I just make a mistake when I prepare something for compiling. When I wanted to run l4linux, i followed the step according to the file:/genode/base-foc/doc/foc.txt.Which says:

Re: error in make run/l4linux on fiasco.oc

2013-03-11 Thread yuqing wang
t -> nic_drv] 52:54:00:12:34:56 I will try to fix this today. Regards 2013/3/11 Sebastian Sumpf > Hi, > > On 03/10/2013 02:36 PM, yuqing wang wrote: > > > i want to get the l4linux running.i followed the step according to > > source tree file --genode/base-foc/doc/

error in make run/l4linux on fiasco.oc

2013-03-10 Thread yuqing wang
hi i want to get the l4linux running.i followed the step according to source tree file --genode/base-foc/doc/foc.txt.i did make prepare in 'ports-foc' and 'dde_ipxe' repository in genode source tree. i edited the 'etc/build.conf' file in my build directory,and uncomment the following line : REPOSIT

Re: Issue in make run/demo

2013-03-09 Thread yuqing wang
Hi,Norman I found that my issue is something wrong with Qemu.I removed qemu ,downloaded the source files and installed it.I get the GUI that i want. I could go on my work on genode now ,thank you. 2013/3/10 Norman Feske > Hello, > > welcome to the list and thanks for giving Genode a try! > >