stefan-langenmaier / brother-overlay

Portage overlay for Brother printer and scanner software
GNU General Public License v3.0
34 stars 42 forks source link

Added MFC-9330CDW #12

Closed Pistos closed 8 years ago

Pistos commented 8 years ago

Based on ebuild for MFC-9320CW.

stefan-langenmaier commented 8 years ago

I don't have the printer but looks good to me.

Thanks a lot for the pull request!

Pistos commented 8 years ago

Thanks for merging!

Pistos commented 8 years ago

Brother_MFC-9330CDW: File "/usr/libexec/cups/filter/brother_lpdwrapper_mfc9330cdw" not available: No such file or directory

If I symlink brother_lpdwrapper_mfc9330cdw -> ../../../../opt/brother/Printers/mfc9330cdw/lpd/filtermfc9330cdw under the /usr/libexec/cups/filter dir, then it seems to get things going. (Though, at the moment, I have yet to print a single page yet.)

If you had any suggestions, I'd be interested to hear them.

stefan-langenmaier commented 8 years ago

When do you have that problem? During the install phase of the ebuild or during the merge phase?

Can you give me some more informations how you produced this error message.

How did you create the symlink manually?

Pistos commented 8 years ago

Sorry, that error came from the CUPS error logs. I should have been specific.

I symlinked it with ln -s from the above-mentioned dir.

I tried to find where brother_lpdwrapper_mfc9330cdw was defined so that I might correct any problem with the ebuild I submitted, but I couldn't find it.

Basically, there was an existing symlink which I just copied:

brlpdwrappermfc9330cdw -> ../../../../opt/brother/Printers/mfc9330cdw/lpd/filtermfc9330cdw

stefan-langenmaier commented 8 years ago

Maybe you can make the modification as noted in the file and push again.

Pistos commented 8 years ago

Okay. I don't really have time right now, but maybe tomorrow or the next day. Thanks for your help!

Pistos commented 8 years ago

https://github.com/stefan-langenmaier/brother-overlay/pull/13