cbagger01
  
 
  
 
 
Group: Members 
Posts: 4264 
Joined: Oct. 2003 | 
  | 
Posted: Nov. 25 2003,03:14 | 
   | 
 
 
  
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. 
 |