- Click here to download the tool.(linux-brfax-installer-1.0.0-3.gz, ver.1.0.0-3, 13 KB)
The tool will be downloaded into the default "Download" directory. (The directory location varies depending on your Linux distribution.)
e.g. /home/(LoginName)/Download
- Open a terminal window and go to the directory you downloaded the file to in the last step.
- Enter this command to extract the downloaded file:
Command: gunzip linux-brfax-installer-1.0.0-3.gz
- Get superuser authorization with the "su" command or "sudo su" command.
- For Fedora16 Users:
Look for a "/etc/init.d/cups" file.
Make a symbolic link to "/etc/init.d/cups" if it does not exist.
Command : ln -s /bin/echo /etc/init.d/cups
- Run the tool:
Command: bash linux-brfax-installer-1.0.0-3
- The driver installation will start. Follow the installation screen directions.
When you see the message "Will you specify the DeviceURI ?",
For USB Users: Choose N(No)
For Network Users: Choose Y(Yes) and DeviceURI.
The install process may take some time. Please wait until it is complete.
- For Fedora16 Users:
Please delete a symbolic link when you make a symbolic link in step 5.
Command: rm /etc/init.d/cups