Hi! Marcelo, When I execute lspci, the display shown "bash: lspci: command not found" and I check the irq & io on Windows98, the datas are: irq=9 io=7F80-7F9F
My trouble is when I install the Base System of Hamm, at step "Install Operation System Kernel and Modules", If I wanted to install the module of the NE-2000 PCI's driver, the installation program asked me to enter the command on the command line, if I let it blank, the installation of this modules will failed, of course my ethernet won't work. The question is: How to completed the "Command Line Argument" to make the ethernet cards's work? simply and step by step please, I am only a newbie. Thank You Very Much! >Use lspci, like this: > >$ lspci >[...] >00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 8029 > >$ lspci -v -s 00:0b.0 >00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 8029 > Subsystem: Unknown device 10ec:8029 > Flags: medium devsel, IRQ 10 > I/O ports at d000 > ^^^^ > >Problem is: > >[507 pollux:~] dpkg -s pciutils >Package: pciutils >[...] >Description: PCI Utilities for 2.1.82 and later > This package contains various utilities for inspecting and > setting of devices connected to the PCI bus. Requires > kernel version 2.1.82 or newer (supporting the /proc/bus/pci > interface). > >Anyway, I remember I just did "modprobe ne_pci" and it worked (kernel >2.1.1xx) > > > Marcelo >