Paul Sutton wrote: > Hi > I have a brother dcp310cn printer / scanner > > it used to have an ip address of 10.0.0.4. but I have recently put a > new router in and have had to reconfigure it to 192.168.1.18, > > this works fine for the printer and I can print fine using cups as I > have re-configured it. However I can't seem to scan, I need to tell > Ubuntu 8.10 where the scanner is on the network now its been > reconfigured, I can't find where to do this, running xsane is simply a > front end, > > can anyone tell me please where this option is, or what I run to simply > change 10.0.0.4 to 192.168.1.18 > > thanks > > Paul > I'd have a look in /etc and see if there is a configuration file relating to xsane etc. Or possibly even try...
fgrep 10.0.0.4 /etc/* | less That'll list every file that contains the string 10.0.0.4 and pipe the output to less (so you can scroll up and down if there are any error messages or multiple files that contain the string). Hope this helps. Rob -- [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/
