Re: how do you use a module more than once

2001-02-28 Thread John Galt
On Wed, 28 Feb 2001, MaD dUCK wrote: >also sprach John Galt (on Wed, 28 Feb 2001 03:33:41PM -0700): >> modprobe eexpress io=io1,io2,io3 > >now say i had to specify irq and io in the insmod line, howto? never dealt with irqs--they're usually autodetected by the module, but I'd assume that it was n

Re: how do you use a module more than once

2001-02-28 Thread MaD dUCK
also sprach John Galt (on Wed, 28 Feb 2001 03:33:41PM -0700): > modprobe eexpress io=io1,io2,io3 now say i had to specify irq and io in the insmod line, howto? martin [greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL PROTECTED]@@@.net -- "a mathematician is a device for tu

Re: how do you use a module more than once

2001-02-28 Thread John Galt
On Wed, 28 Feb 2001, Richard Green wrote: > >I'm building a router to play with out of an old PC an a few Intel >EthereExpress 16 cards. > >How do I insmod or modprobe to for each of the cards? modprobe eexpress io=io1,io2,io3 io1,2,&3 should be in the form 0x300 (where sosfset usually puts them

how do you use a module more than once

2001-02-28 Thread Richard Green
I'm building a router to play with out of an old PC an a few Intel EthereExpress 16 cards. How do I insmod or modprobe to for each of the cards? I can load the module for any *one* of the cards by specifying the io parameter, but if I try again I receieve a message to say a module of that name i