Results 1 to 7 of 7

Thread: Scanner - libsane1 vs libsane

  1. #1
    Join Date
    Sep 2008
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Scanner - libsane1 vs libsane

    I am trying to install a Brother scanner on Ubuntu 24.04. The problem is that `brscan-skey` requires `libsane` while this has been now replaced with `libsane1`.

    From what I understand `libsane` is perfectly compatible with `libsane1`.

    Is it possible to create an alias so that whatherver software tries to use `libsane` it is pointed to `libsane1`?
    * * *
    Working with Ubuntu 24.04 LTS

  2. #2
    currentshaft is offline Oops! My Coffee Cup is empty.
    Join Date
    May 2024
    Beans
    Hidden!

    Re: Scanner - libsane1 vs libsane

    This should do the trick:

    sudo ln -s /usr/lib/x86_64-linux-gnu/libsane1.so /usr/lib/x86_64-linux-gnu/libsane

    I already have a similar link on my machine:

    ls -l /usr/lib/x86_64-linux-gnu/libsane.so.1
    /usr/lib/x86_64-linux-gnu/libsane.so.1 -> libsane.so.1.2.1

  3. #3
    Join Date
    Mar 2007
    Location
    Promiseland
    Beans
    1,662
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Scanner - libsane1 vs libsane

    trying to install a Brother scanner on Ubuntu 24.0
    How did you initially attempt to install the Brother scanner?
    What model is the Brother scanner?

    Reason I ask is that I successfully installed brscan4*.deb and brscan-key*.deb for a MFC-7360N a few weeks ago without any issues.
    Cheers,


    The Linux Command Line at https://linuxcommand.org/

  4. #4
    Join Date
    Jul 2024
    Beans
    5

    Re: Scanner - libsane1 vs libsane

    Hey.

    Sorry to join in.
    But I have exactly the same problem (my thread is here: https://ubuntuforums.org/showthread.php?t=2498856) and I am going to update it, when I can resolve it here.

    Same story: I am trying to install the default brother printer/scanner drivers, but it isn't working because of:
    Code:
    The following packages have unresolved dependencies:
     brscan-skey : Depends on: libsane (>= 1.0.11-3) but isn't installed
    E: Unresolved dependencies. Try to »apt --fix-broken install« ...)
    If the english text is not 100% accurate, that's because I installed a german language Version on my mothers PC and
    translated it roughly. So it might not be 100% correct.

    Your solution currentshaft unfortunately did not resolve the problem. I run into the same problem (unresolved depencies).
    Do you, or anyone else have another solution please? :/

    p.s. Btw. Whowever came up with the idea of renaming a dependency lib etc. that was a dang stupid idea ok?!
    Why would you break something that was working beforehand?!? (it was working fine on my previous
    ubuntu install. It not working any longer...is actually...aaahh! And I am not a novice on tech. Why would you do this?!)

  5. #5
    currentshaft is offline Oops! My Coffee Cup is empty.
    Join Date
    May 2024
    Beans
    Hidden!

    Re: Scanner - libsane1 vs libsane

    apt
    Last edited by currentshaft; 1 Week Ago at 03:42 PM.

  6. #6
    Join Date
    Jul 2024
    Beans
    5

    Re: Scanner - libsane1 vs libsane

    Then, from memory, it fixes what was broken but the scanner is still not being detected.
    But its ok. I just downloaded a scanner app for my mobile...for the amount of scanning I have to do it should be sufficient.
    In general really not satisfying, but I really don't want to spend more energy and time on it. Maybe if there will be a solution in the future I am going to check for it again then, but for now I am done.

    Thanks everyone who was trying to help! <3 !!

  7. #7
    Join Date
    Jun 2007
    Beans
    14,871

    Re: Scanner - libsane1 vs libsane


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •