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
3 matches
Mail list logo