Hi,
I'm trying to get installed my Samsung C410W printer drivers to Linux raspberrypi 4.4.11-v7+ armv7l GNU/Linux
I'm following instructions exactly as it is written:
after using command to add repository source:
sudo bash -c 'echo "deb http://www.bchemnet.com/suldr/ debian extra" >> /etc/apt/sources.list'
My next step is to refresh repository listings:
sudo apt-get update
And this is the error that I receive after update command:
W: Failed to fetch http://www.bchemnet.com/suldr/dists/debian/InRelease Unable to find expected entry 'extra/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
After unsuccessful repository update I have downloaded and installed manually the "suldr_keyring_1_all.deb" as it is in the step 4.
Afterwards I have manually downloaded printer drivers according the provided list Samsung c410 = 1.00.36 (driver2)
Unfortunately by trying to install I received 'armhf' error.
After same Google investigation I have discovered in package_utils line 59 needs to be changed accordingly my Linux version
from 'arm' to 'armhf'
After changes driver installation went successful but anyway by trying to print the test page from 'Cups' the printer jobs will be sopped.
In other words printer drivers not installed and printer wouldn't work.
I'm kindly hope for your highly valued support
I'm trying to get installed my Samsung C410W printer drivers to Linux raspberrypi 4.4.11-v7+ armv7l GNU/Linux
I'm following instructions exactly as it is written:
after using command to add repository source:
sudo bash -c 'echo "deb http://www.bchemnet.com/suldr/ debian extra" >> /etc/apt/sources.list'
My next step is to refresh repository listings:
sudo apt-get update
And this is the error that I receive after update command:
W: Failed to fetch http://www.bchemnet.com/suldr/dists/debian/InRelease Unable to find expected entry 'extra/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
After unsuccessful repository update I have downloaded and installed manually the "suldr_keyring_1_all.deb" as it is in the step 4.
Afterwards I have manually downloaded printer drivers according the provided list Samsung c410 = 1.00.36 (driver2)
Unfortunately by trying to install I received 'armhf' error.
After same Google investigation I have discovered in package_utils line 59 needs to be changed accordingly my Linux version
from 'arm' to 'armhf'
After changes driver installation went successful but anyway by trying to print the test page from 'Cups' the printer jobs will be sopped.
In other words printer drivers not installed and printer wouldn't work.
I'm kindly hope for your highly valued support