Search:

Type: Posts; User: demonipuch; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.21 seconds.

  1. [SOLVED] Re: Brother HL-1430: Black and White not Grayscale

    You need to install the LPD driver first and then install the cupswrapper driver.

    ps : If you find it difficult to install your printer, i've written a script to make it easy. There is a thread...
  2. [SOLVED] Re: Brother HL-1430: Black and White not Grayscale

    Have you tried with drivers provided on Brother website?
  3. Replies
    17
    Views
    30,090

    [ubuntu] Re: dependency on libcupsys2

    This ppa is a great help. The only problem is that duplex printing won't work. I had to use the ppd file provided by Canon drivers.
  4. [all variants] Re: Helping Getting the brother MFC-7360 to scan in 11.10

    Hello

    You need to copy a few files in /usr/lib/sane :


    sudo cp /usr/lib64/sane/libsane-brother4.so.1.0.7 /usr/lib/sane
    sudo cp /usr/lib64/sane/libsane-brother4.so /usr/lib/sane
    sudo cp...
  5. [ubuntu] Re: Installation script for Brother printers

    Hi hlmai

    You either mean oneiric 11.10 or natty 11.04 ;)
    Anyway thanks for the feedback :)
  6. [ubuntu] Installation script for Brother printers

    Hi all,

    I wrote a script in bash intending to facilitate the installation of drivers for Brother printers. I posted it on the French community forum a while ago...
  7. Replies
    4
    Views
    2,352

    [ubuntu] Re: DCP-195C scanner not detected

    Hello

    Are you using a 64-bits version of Ubuntu?

    If yes, you need to run these commands :


    sudo cp /usr/lib64/sane/libsane-brother3.so.1.0.7 /usr/lib/sane
    sudo cp...
  8. Replies
    17
    Views
    1,521

    [ubuntu] Re: Canon MP 270 Printer Installation

    Hello mainman44

    All you need to do is running these commands in a terminal :


    sudo add-apt-repository ppa:michael-gruz/canon
    sudo apt-get update
    sudo apt-get install cnijfilter-mp270series...
  9. Replies
    157
    Views
    104,493

    [ubuntu] Re: driver for canon pixma mp280 printer

    you're welcome
  10. Replies
    157
    Views
    104,493

    [ubuntu] Re: driver for canon pixma mp280 printer

    here is a link to your printer drivers : http://www.canon.fr/Support/Consumer_Products/products/Fax__Multifunctionals/InkJet/PIXMA_MP_series/MP280.aspx?type=download&page=1
  11. Replies
    157
    Views
    104,493

    [ubuntu] Re: driver for canon pixma mp280 printer

    Hi

    http://software.canon-europe.com/
  12. Replies
    2
    Views
    335

    [ubuntu] Re: Splitting files

    Hello

    You can use the split command :

    split -db 2147483648 image.iso imageIn order to merge the splited files :

    cat image00 image01 image02 > image.iso
  13. Replies
    17
    Views
    30,090

    [ubuntu] Re: dependency on libcupsys2

    Thanks for the feedback.
    By the way, the script may be downloaded here now : http://demonipuch.free.fr/rebuildeb_canon.sh
  14. Thread: lftp

    by demonipuch
    Replies
    2
    Views
    417

    [other] Re: lftp

    Hi atwright


    0 0-8,19-23 * * * your_command
    Not sure if it's what you're looking for but this cronjob will run "your_command" every hour between 7pm and 8am.
  15. Replies
    7
    Views
    7,187

    [all variants] Re: Canon Pixma MP210 Linux Drivers

    Hello Refon_oSu

    Try this :


    sudo add-apt-repository ppa:michael-gruz/canon
    sudo apt-get update
    sudo apt-get install cnijfilter-common cnijfilter-mp210series
  16. [ubuntu] Re: Epson Perfection 3590 Photo Scanner Not Working

    Sorry, I can't help much on that
  17. Replies
    3
    Views
    319

    [ubuntu] Re: Help in installing printer driver

    Sorry there was a typo in the last command. The command is

    sudo apt-get install cnijfilter-common cnijfilter-ip4500Series
  18. Replies
    157
    Views
    104,493

    [ubuntu] Re: driver for canon pixma mp280 printer

    It says that only cnijfilter-common is installed. You also need to install cnijfilter-mp280series.deb
  19. [ubuntu] Re: Can you help a beginner with Zimbra install

    Taken from the official Zimbra documentation (http://www.zimbra.com/docs/ne/latest/single_server_install/) I urge you to read :
  20. Replies
    157
    Views
    104,493

    [ubuntu] Re: driver for canon pixma mp280 printer

    Check if the packages provided by Canon are installed

    dpkg -l cnijfilter*
    The output of this command should look like :

    ii cnijfilter-common 3.20-1 ...
  21. Replies
    4
    Views
    475

    Re: Canon iP4600

    Hello

    How to install your printer in 3 command lines :

    sudo add-apt-repository ppa:michael-gruz/canon
    sudo apt-get update
    sudo apt-get install cnijfilter-ip4600series
  22. [ubuntu] Re: Driver for my Brother DCP385C printer/scanner

    Glad it helped :)
  23. [ubuntu] Re: Driver for my Brother DCP385C printer/scanner

    Try to reboot your computer and check if you can use your scanner.

    If it's still not working, can you paste the output of

    ls -l /etc/udev/rules.d
  24. [ubuntu] Re: Driver for my Brother DCP385C printer/scanner

    Depending if your scanner is connected via USB or network you should do :

    USB

    make sure the package sane-utils is installed :

    dpkg -l sane-utils
    should return something like

    ii ...
  25. [ubuntu] Re: Driver for my Brother DCP385C printer/scanner

    Yep that looks good. You can check that the packages are installed with this command :

    dpkg -l | grep Brother
    The outpout should look like this :

    ii dcp385ccupswrapper ...
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4