Thanks to TopEnder,managed to solve the issue with his suggestions.
1.Search for MFC-210 in synaptic package manager and installed the brother drivers.
2.To install the scanner driver I downloaded and used brscan2-0.2.4-0.i386.deb.
Code:
sudo dpkg -i brscan2-0.2.4-0.i386.deb
3. Install sane
Code:
sudo apt-get install sane
4.In Intrepid,45-libsane.rules does not exist so I created the file and add these entries where "MODE=666".Thanks to Matchless thread for the entry details:
Code:
# Brother|MFC 210C
SYSFS{idVendor}=="04f9", SYSFS{idProduct}=="0161", MODE="666", GROUP="scanner"
# Brother|MFC 215C
SYSFS{idVendor}=="04f9", SYSFS{idProduct}=="0193", MODE="666", GROUP="scanner"
Switched on printer to test printing and scanning,both works fine after that.
Ubuntu Intrepid
Brother MFC-215C
Bookmarks