Networking :: A NEC Techie has told me...
On the NEC Versa 6000 series, exclude port 0x300-0x30f
BUT.. being the idiot I am... how do I do this in DSL???
Thanks.. in advance...
do the following from an Xterminal (rxvt):
Code Sample
sudo su
cp -L /etc/pcmcia/config.opts /etc/pcmcia/config.opts.new
mv -f /etc/pcmcia/config.opts.new /etc/pcmcia/config.opts
nedit /etc/pcmcia/config.opts
Then use the nedit text editor to insert the following line after the existing 'include port' line:
exclude port 0x300-0x30f
Then save the file and exit nedit program. After that, 'exit' out of the root shell. Finally 'exit' a second time to close down the xterminal window.
Good Luck.
original
here
.