search for: modules_alia

Displaying 5 results from an estimated 5 matches for "modules_alia".

Did you mean: modules_alias
2009 May 02
4
HDT 0.3.2 is out
...so featuring the modules.alias compatibility. This item was requested by users, this is now implemented. By default, hdt tries to open both modules.pcimap & modules.alias to find the associated kernel modules. To override the default values, users can use the modules_pcimap=<filename> and modules_alias=<filename> boot options. Some minor visual improvements/bug fixes were also done regarding the VPD, PCI & memory display. Note that hdt's menu is now using the full screen instead of having a black line at the bottom of the screen. Enjoy this release ! 0.3.2 is available at : htt...
2009 May 02
4
HDT 0.3.2 is out
...so featuring the modules.alias compatibility. This item was requested by users, this is now implemented. By default, hdt tries to open both modules.pcimap & modules.alias to find the associated kernel modules. To override the default values, users can use the modules_pcimap=<filename> and modules_alias=<filename> boot options. Some minor visual improvements/bug fixes were also done regarding the VPD, PCI & memory display. Note that hdt's menu is now using the full screen instead of having a black line at the bottom of the screen. Enjoy this release ! 0.3.2 is available at : htt...
2009 Apr 27
0
HDT 0.3.2-pre1
...modules.alias compatibility. This item was requested by gilles on that list, this is now implemented. By default, hdt tries to open both modules.pcimap & modules.alias to find the associated kernel modules. To override the default values, users can use the modules_pcimap=<filename> and modules_alias=<filename> boot options. Some minor visual improvements/bug fixes were also done regarding the VPD & PCI display. Hope you'll like it, 0.3.2-pre1 is available at : http://konilope.linuxeries.org/hdt/hdt_0_3_2_pre1.c32 Erwan & Pierre,
2013 May 25
2
Missing 'modules.pcimap' file for HDT
Hi, So the 'modules.pcimap' file, needed by Hardware Detection Tool to display kernel modules, is now missing. pciutils/kmod deprecated usage of this file adn depmod lost its -m option. So here are may questions: 1- How to generate a "modules.pcimap" or an equivalent file nowadays? 2- Is it still needed by HDT ? 3- What if it is missing, is HDT semi-broken? Thanks.
2009 Oct 03
3
PATCH: Build floppy image which contains HDT
...-u ./com32/hdt/Makefile.old ./com32/hdt/Makefile --- ./com32/hdt/Makefile.old 2009-09-30 06:32:42.000000000 +0200 +++ ./com32/hdt/Makefile 2009-10-03 23:06:49.356614719 +0200 @@ -27,6 +27,11 @@ OBJS = $(patsubst %.c,%.o,$(wildcard *.c)) +KERNEL_VERSION ?= $(shell uname -r) +MODULES_ALIAS_FILE ?= /lib/modules/$(KERNEL_VERSION)/modules.alias +MODULES_PCIMAP_FILE ?= /lib/modules/$(KERNEL_VERSION)/modules.pcimap +PCI_IDS_FILE ?= $(PWD)/floppy/pci.ids + all: $(MODULES) $(TESTFILES) hdt.elf : $(OBJS) $(LIBS) $(C_LIBS) @@ -39,9 +44,17 @@ rm -f *.lnx spotle...