Re: AHCI/part_blk

2014-12-29 Thread Nobody III
after a little modification (which made a difference even though it shouldn't have), I have been able to get output from part_blk. Now, I have narrowed the problem down to the following bit of code: Sector(unsigned long blk_nr, unsigned long count,

Re: AHCI/part_blk

2014-12-28 Thread Nobody III
Yes, I put in printfs at every seemingly significant point. I used an almost identical rom_blk config for comparison, and it printed all the output it was supposed to. As for adapting it to Qemu, at least with my version, AHCI never announces service "Block". I'm using Genode on real hardware (an i

Re: AHCI/part_blk

2014-12-28 Thread Nobody III
See my update email. On Dec 26, 2014 9:07 PM, "Christian Helmuth" < christian.helm...@genode-labs.com> wrote: > Hi, > > On December 24, 2014 11:35:40 PM CET, Nobody III > wrote: > >It appears that main() never actually starts with AHCI. > > Are you sure that part_blk was started by init? You can

Re: AHCI/part_blk

2014-12-28 Thread Christian Helmuth
Hi, On December 24, 2014 11:35:40 PM CET, Nobody III wrote: >It appears that main() never actually starts with AHCI. Are you sure that part_blk was started by init? You can use the verbose="yes" attribute in your config file. -- Christian Helmuth Genode Labs http://www.genode-labs.com/ · ht

Re: AHCI/part_blk

2014-12-26 Thread Christian Helmuth
Hi, On December 24, 2014 11:35:40 PM CET, Nobody III wrote: >It appears that main() never actually starts with AHCI. Are you sure that part_blk was started by init? You can use the verbose="yes" attribute in your config file. -- Christian Helmuth Genode Labs http://www.genode-labs.com/ · ht

Re: AHCI/part_blk

2014-12-25 Thread Christian Helmuth
Hello, On Wed, Dec 24, 2014 at 10:35:40PM +, Nobody III wrote: > It appears that main() never actually starts with AHCI. I stepped through your video log and could not find anything suspicious beside the fact that part_blk does not print anything. Did you you really add something like the fol

Re: AHCI/part_blk

2014-12-24 Thread Nobody III
It appears that main() never actually starts with AHCI. On Wed, Dec 24, 2014 at 8:13 PM, Christian Helmuth < christian.helm...@genode-labs.com> wrote: > I'm currently not able to approve your email with attachment, and also > fear it would be too big for the mailing list. Could you please upload

Re: AHCI/part_blk

2014-12-24 Thread Nobody III
Photo: https://dl.dropboxusercontent.com/u/105692970/Genode-AHCI.jpg Video: https://dl.dropboxusercontent.com/u/105692970/Genode-AHCI.m4v On Wed, Dec 24, 2014 at 8:13 PM, Christian Helmuth < christian.helm...@genode-labs.com> wrote: > I'm currently not able to approve your email with attachment

Re: AHCI/part_blk

2014-12-24 Thread Christian Helmuth
I'm currently not able to approve your email with attachment, and also fear it would be too big for the mailing list. Could you please upload the video and send a link? Greets Christian On December 24, 2014 8:50:18 PM CET, Nobody III wrote: >Thanks. I have sent a video and a photo from bootin

Re: AHCI/part_blk

2014-12-24 Thread Nobody III
Thanks. I have sent a video and a photo from booting--serial debugging doesn't work with my new computer. The email is awaiting moderator approval. I will try what I can as far as debugging goes; I'm not sure how well I can do since the code is a little hard to follow at places--whoever wrote the c

Re: AHCI/part_blk

2014-12-24 Thread Christian Helmuth
Hi, On December 23, 2014 11:26:12 PM CET, Nobody III wrote: >The routing is good. part_blk works just fine if I use rom_blk to >provide >"Block", but if I use AHCI to provide the service, part_blk doesn't >give me >any output. Please try to start debugging in part_blk/main.cc and the implement

Re: AHCI/part_blk

2014-12-23 Thread Nobody III
The routing is good. part_blk works just fine if I use rom_blk to provide "Block", but if I use AHCI to provide the service, part_blk doesn't give me any output. On Tue, Dec 23, 2014 at 9:54 PM, Christian Helmuth < christian.helm...@genode-labs.com> wrote: > Hello Ben, > > On Mon, Dec 22, 2014 at

Re: AHCI/part_blk

2014-12-23 Thread Christian Helmuth
Hello Ben, On Mon, Dec 22, 2014 at 06:07:40PM +, Nobody III wrote: > I originally thought that the AHCI driver wasn't working, but my issue may > be with the part_blk driver. The part_blk driver never starts, but AHCI > announces service "Block". Any help? Maybe your config files is missing r

AHCI/part_blk

2014-12-22 Thread Nobody III
I originally thought that the AHCI driver wasn't working, but my issue may be with the part_blk driver. The part_blk driver never starts, but AHCI announces service "Block". Any help? -- Dive into the World of Parallel Prog