Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Samuel Thibault
Riccardo Mottola, le lun. 23 nov. 2020 00:59:35 +0100, a ecrit: > Samuel Thibault wrote: > > Apparently nobody started Hurd's GNU Mach micro-kernel on a system with > > 4 com ports indeed. I pushed to master a restriction to 2 ports only, > > to just avoid the issue. > > How do I test it are some

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Riccardo Mottola
Hi! Samuel Thibault wrote: Apparently nobody started Hurd's GNU Mach micro-kernel on a system with 4 com ports indeed. I pushed to master a restriction to 2 ports only, to just avoid the issue. How do I test it are some kernel snapshots being build that I can install&try? This laptop appea

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Samuel Thibault
Riccardo Mottola, le dim. 22 nov. 2020 23:52:54 +0100, a ecrit: > 00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102/VT6103 [Rhine-II] > (rev 74) That looks much less common. > 01:00.0 VGA compatible controller: VIA Technologies, Inc. KM400/KN400/P4M800 > [S3 UniChrome] (rev 01) pci.ids

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Samuel Thibault
Riccardo Mottola, le dim. 22 nov. 2020 23:44:23 +0100, a ecrit: > 00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. > RTL-8100/8101L/8139 PCI Fast Ethernet Adapter (rev 20) RTL 8139 is very standard, that should work fine enough. > [    3.846113] Serial: 8250/16550 driver, 4 ports, IRQ

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Riccardo Mottola
Hi! more information on this laptop too. This one, as said, boots, but has no network. Also lspci under HURD hangs. Under Linux, lspci shows: 00:00.0 Host bridge: VIA Technologies, Inc. VT8378 [KM400/A] Chipset Host Bridge 00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge 00:07.0

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Riccardo Mottola
Hi, some information about this laptop which fails to boot when run under Linux. $ lspci 00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD/ATI] RS200 Host Bridge (rev 02) 00:01.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RS200/RS250 AGP Bridge 00:06.0 Multimedia audio controller:

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Riccardo Mottola
Hi Samuel, Samuel Thibault wrote: Yes please, otherwise it's simply just divine-work to be able to say anything about whether it would be supposed to work (e.g. whether we'd have a driver or not). Fine, I will provide details for each computers in separate messages. Lacking "dmesg" and "ls

Re: Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Samuel Thibault
Riccardo Mottola, le dim. 22 nov. 2020 12:01:51 +0100, a ecrit: > Should I boot another OS and retrieve some information that way? Yes please, otherwise it's simply just divine-work to be able to say anything about whether it would be supposed to work (e.g. whether we'd have a driver or not). > L

Debian Hurd tests on real hardware - network, IRQ issues

2020-11-22 Thread Riccardo Mottola
Hi! as I did long ago, I want again a "real hardware" machine to run HURD on, not just a vm. It is more fun, more real... and motivates me more to hack and test software on it! The machine I used to run it is gone and some old spare 32bit laptops are not good enough because they either have n

Re: [PATCH] fix missing include header guard.

2020-11-22 Thread Samuel Thibault
guy fleury iteriteka, le dim. 22 nov. 2020 09:41:55 +0200, a ecrit: > * i386/i386/pit.h: Add header guard angaist multiple inclusion. Applied, thanks! > --- > i386/i386/pit.h | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/i386/i386/pit.h b/i386/i386/pit.h > index 6b682280..e004c3