PDA

View Full Version : [ubuntu] Printer works, scanner doesn't


jawolfejr
April 18th, 2009, 09:30 AM
I'm new to linux and have figured out some basics, but when online instructions don't work I sometimes get stuck.

I have a Brothers MFC490CW (print/scan/fax/copy). I have successfully loaded the print drivers and used the printer. However, when I tried to do the same with the scanner and give all users permission to use I followed the Brothers instructions and entered this into terminal:

/etc/udev/rules.d/40-basic-permissions.rules

This is the response I got:

bash: /etc/udev/rules.d/40-basic-permissions.rules: Permission denied

I also tried typing "sudo" before the command, but it simply said no such file.

So does anyone know how to get "permission"? And also, what about all of the other features on the printer, like the card reader and fax? Will I be able to utilize them or am I just stuck with printing and scanning?

Thanks any help.

desertdog
April 24th, 2009, 12:15 AM
The file /etc/udev/rules.d/40-basic-permissions.rules is a text file, not an executable program.

If you just want to read the file, you can type
$cat /etc/udev/rules.d/40-basic-permissions.rules.

If you want to edit the file, you can open a text editor $gedit /etc/udev/rules.d/40-basic-permissions.rules or $sudo gedit /etc/udev/rules.d/40-basic-permissions.rules.