Re: Unable to connect to network in QEMU.

2023-03-10 Thread Devashish Dewangan cs21m017
Hi Alex, Thanks for the help, this command got it to work. qemu-system-x86_64 -display gtk -cpu core2duo -machine q35 -m 2048 -drive format=raw,file=sculpt-22-10.img -netdev user,id=net0 -device e1000,netdev=net0 On Fri, Mar 10, 2023 at 9:02 PM Alexander Boettcher <

PinePhone Sculpt Build Problems

2023-03-10 Thread John J. Karcher
Hello All, I am trying to build the PinePhone sculpt image from source, using the "First system image of mobile Sculpt OS" Genodians article and the various "README" files as guides. First, I made the recommended changes to "build.conf" (hopefully correctly). When running "make

PinePhone First Impressions & Questions

2023-03-10 Thread John J. Karcher
Hello All, I have had my PinePhone running the first Sculpt image for a couple of weeks now. I don't have anything interesting to report beyond what others have said - the system boots in about 5 seconds, the Leitzentrale UI is intuitive and smooth, the battery indicator isn't very accurate,

Re: Enumerating partitions, then "Error: Aborting: no partition table found."

2023-03-10 Thread dogma--- via users
Resolution: Fixed by Josef in https://github.com/genodelabs/genode/issues/4782 "part_block: use expanding reporter". It was a consequence of having so many partitions. March 7, 2023 at 5:40 PM, "dogma--- via users" wrote: > March 7, 2023 at 7:40 AM, "Josef Söntgen" > wrote: > > > > > Hi, >

iwlwifi-9260-firmware

2023-03-10 Thread Alice
Dear Genodians, I am planning on using sculpt on my razer blade 15 from 2015. It was straightforward to boot it. However, wifi networking won't work. After some investigations, only the intel 'iwlwifi-9260-firmware' needs to be included for it to work. I forked 'dde_linux_firmware' [1] and

Re: [depot_autoremove] Removing outdated PGKs from the depot

2023-03-10 Thread Alice Domage
Dear Martin, Thank you for sharing your thought! If I understand correctly, your thoughts are aligned with Norman's suggestions. So this would be a standalone component. It can be started manually for performing specific depot clean-up tasks. Eventually, a higher-level management component

Re: [depot_autoremove] Removing outdated PGKs from the depot

2023-03-10 Thread Alice Domage
Dear Norman, Thank you for sharing your plan. It enlights me on the big picture. I agree, it does not have to be bound in usage with the 'depot_download_manager'. My motivation was to ensure that a depot clean-up task would not interfere with others. Likely this would be part of an automated

Re: Unable to connect to network in QEMU.

2023-03-10 Thread Alexander Boettcher
Hi, add additionally -net nic,model=e1000,netdev=net0 Alex. On 10.03.23 15:49, Devashish Dewangan cs21m017 wrote: Hi Alexander, I tried your suggestion, used qemu-system-x86_64 -display gtk -cpu core2duo -machine q35 -m 2048 -drive format=raw,file=sculpt-22-10.img -netdev user,id=net0

Re: Unable to connect to network in QEMU.

2023-03-10 Thread Devashish Dewangan cs21m017
I'm just not getting an IP address via DHCP. I'm using the command provided in the site. qemu-system-x86_64 -display gtk -cpu core2duo -machine q35 -m 2048 -drive format=raw,file=sculpt-22-10.img On Fri, Mar 10, 2023 at 6:47 PM Alexander Boettcher < alexander.boettc...@genode-labs.com> wrote: >

Re: Unable to connect to network in QEMU.

2023-03-10 Thread Alexander Boettcher
On 3/10/23 2:16 PM, Alexander Boettcher wrote: On 3/9/23 6:37 PM, Devashish Dewangan cs21m017 wrote: Dear Genodians, I am unable to connect to network while running the sculpt 22.10 x86 image provided by genode in QEMU. But I am able to connect to the network while using the sculpt.ova in

Re: Unable to connect to network in QEMU.

2023-03-10 Thread Alexander Boettcher
Hello, On 3/9/23 6:37 PM, Devashish Dewangan cs21m017 wrote: Dear Genodians, I am unable to connect to network while running the sculpt 22.10 x86 image provided by genode in QEMU. But I am able to connect to the network while using the sculpt.ova in virtual box. How can I connect to network

Re: [depot_autoremove] Removing outdated PGKs from the depot

2023-03-10 Thread Martin Stein
Hi Alice, AFAIK, this doesn't exist so far. I personally would really appreciate to have such a tool at hand but don't have the time to dive into it currently. However, I suspect that this kind of tool is part of a complete new abstraction layer (software management) on top of the current rather