Messages in this thread |  | | | Date | Sat, 27 Dec 1997 02:03:01 +0100 (MET) | | From | Paul Wouters <> | | Subject | RE: How can I make module 'eepro.o'..? |
| |
On Sat, 27 Dec 1997, Lee Seung-Yong wrote:
> Date: Sat, 27 Dec 1997 09:56:34 +-900 > From: Lee Seung-Yong <sylee@ksc.kumho.co.kr> > To: 'Paul Wouters' <paul@xtdnet.nl> > Cc: 'linux-kernel' <linux-kernel@vger.rutgers.edu> > Subject: RE: How can I make module 'eepro.o'..? > > > I try to load module eepro.o, but error message 'Invalid argument' occurred. > > According to Module-HOWTO, two arguments (irq, io) are needed, > > so I executed '# insmod eepro io=0x240 irq=5'. > > But the result was same. > > How must I do to input two arguments.
~> grep eepro /etc/rc.d/rc.modules /sbin/modprobe eepro irq=5 io=0x210 ~>
Works for me. I can't imagine the order of arguments would matter. Maybe it's really a hardware problem?
Paul
|  |