On Fri, 6 Sep 1996, Bruce Perens wrote:
> [Question about how to neatly change the eepro driver CSR address]
>
> If it's a module, try "modprobe eepro io=0x230". If that works, add it
> to /etc/conf.modules . Otherwise, just add 0x230 to eepro_portlist.
>
Adding 0x230 to eepro_portlist doesn't
if you run eepro as a module try adding:
options eepro io=0x230
in /etc/conf.modules. if you have it compiled in the kernel (as i do)
add:
append="ether=0,0x230,eth0"
in /etc/lilo.conf. i've tried it both ways and it works fine for me
(set at 0x210). now if i can only convince the card to show
[Question about how to neatly change the eepro driver CSR address]
If it's a module, try "modprobe eepro io=0x230". If that works, add it
to /etc/conf.modules . Otherwise, just add 0x230 to eepro_portlist.
Bruce
eepro.c seems to be convinced that he must probe for internet
etherexpress at 0x240.
I also found
static unsigned int eepro_portlist[] =
{ 0x200, 0x240, 0x280, 0x2C0, 0x300, 0x320, 0x340, 0x360, 0};
So, eepro.c is also convinced that a card on 0x230 can't exist.
This isn't
4 matches
Mail list logo