Bij mij deed hij het niet, pas nadat ik het volgende van de Brothersite had uitgevoerd.:
Omdat Ubuntu 8.04 niet de map /usr/share/cups/model heeft waar de printerdriver moet worden geinstalleerd moet je deze eerst zelf aanmaken:
1. Verwijder eerst cupswrapper via synaptic (indien geinstalleerd)
2. Typ in terminal: sudo mkdir /usr/share/cups/model
3. Herinstalleer de cupswrapper driver. Via terminal is het comando
sudo dpkg -i --force-all --force-architecture (naamvancupswrapperdriver.deb)
Zonder aanhalingstekens!
(Orgineel van de Brothersite(
http://solutions.brother.com/linux/sol/printer/linux/linux_faq-2.html#top):
Ubuntu 8.04 does not have /usr/share/cups/model directory where our driver create a ppd file.
Please follow the instruction below when the installation failed with the message about it.
1. Uninstall the cupswrapper driver.
Command : sudo dpkg -P (driver name)
2. Create /usr/share/cups/model directory
Command : sudo mkdir /usr/share/cups/model
3. Install the cupswrapper driver
Command : sudo dpkg -i --force-all --force-architecture (driver file name)