Genode isn't finding IDE Drive

2014-12-01 Thread Nobody III
My computer has a SATA hard drive which is only accessible through the IDE interface (so AHCI doesn't work). Unfortunately, Genode doesn't detect it. I mentioned this problem earlier, but now I have a null modem cable to get the debugging info. Here is the full serial output: Welcome to Fiasco(ia3

Re: Dynamic Memory Management

2014-12-01 Thread Nobody III
Thanks. So I could assign a small amount of memory to each process and then each process wouldn't take much more than it needs. On Dec 1, 2014 4:11 AM, "Norman Feske" wrote: > Hello Ben, > > > As far as I can tell, init will only allocate fixed amounts of memory to > > each process. Is there a wa

Re: USB Wifi

2014-12-01 Thread Nobody III
Thanks. I will submit the request later today. On Dec 1, 2014 3:59 AM, "Norman Feske" wrote: > Hi Ben, > > > May I put in a request for USB wireless support? I know that it may take > > a lot of effort, but I would really like support for my USB Ralink > > RT2870/RT3070 wireless adapter. With wir

Re: iwlwifi for 7260 card: DMA memory allocation fails

2014-12-01 Thread Josef Söntgen
Hallo Christian, On 12/01/14 17:11, Christian Menard wrote: >- > unfortunately I still have no possibility to get LOG output via serial, I > only- > can print the LOG to screen and I'm too lazy to type the full log ;). I see — in this case you might want to try using the tcp_terminal in combinat

Re: iwlwifi for 7260 card: DMA memory allocation fails

2014-12-01 Thread Christian Menard
Hello Josef, unfortunately I still have no possibility to get LOG output via serial, I only can print the LOG to screen and I'm too lazy to type the full log ;). However, I did some investigation into the problem. The device is stopped because of this error: > dma_map_single: virtual address b

Re: iwlwifi for 7260 card: DMA memory allocation fails

2014-12-01 Thread Josef Söntgen
Hallo Christian, On 12/01/14 16:32, Christian Menard wrote: > I'm experimenting with the new iwlwifi driver on a device with 7260 card. I > enabled support for this card as mentioned in the release notes and added the > corresponding firmware file iwlwifi-7260-8.ucode. Unfortunately the driver i

iwlwifi for 7260 card: DMA memory allocation fails

2014-12-01 Thread Christian Menard
Hi everyone, First of all thanks for the great work on the new release, keep it up! I'm experimenting with the new iwlwifi driver on a device with 7260 card. I enabled support for this card as mentioned in the release notes and added the corresponding firmware file iwlwifi-7260-8.ucode. Unfortu

Re: Dynamic Memory Management

2014-12-01 Thread Norman Feske
Hello Ben, > As far as I can tell, init will only allocate fixed amounts of memory to > each process. Is there a way to allow each process as much memory as it > needs up to a certain limit (e.g. 1G) without reserving excess memory > for each process? if you do not assign all available memory to

Re: USB Wifi

2014-12-01 Thread Norman Feske
Hi Ben, > May I put in a request for USB wireless support? I know that it may take > a lot of effort, but I would really like support for my USB Ralink > RT2870/RT3070 wireless adapter. With wireless support and better IDE > support, I will be well-equipped to begin porting software to genode. th