On Tue, Sep 08, 1998 at 08:36:41AM +0800, Alex Kwan wrote: > My LAN card was NE-2000 PCI (Realtek RTL-8029) > How to set up the Command Line Argument on > ne2k_pci module? Does anybody has this card too, > would you please share your experience with me?
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