Усування вад/Samsung scx-4500W

From KDE Wiki Sandbox
Revision as of 07:46, 23 November 2010 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
Other languages:

Наведені нижче коментарі написано Mike Cloaked <mike.cloaked at gmail.com>, вони стосуються встановлення у Fedora 10. Зауважте, що частину посилань наведено для локальних каталогів: можливо, вам доведеться внести зміни до назв каталогів, відповідно до параметрів вашої системи.


Налаштування друку

Наведені нижче настанови від початку було створено для Fedora F10, але після встановлення F12 було виявлено, що настанови чудово працюють і для F12.

Звантажте набір драйверів і розпакуйте його. Драйвери можна знайти на веб-сторінці Samsung.

Скрипти, надані виробником, можна не встановлювати. Замість цього можна взяти два файли з комплекту універсального драйвера: файл rastertosamsungspl (з cdroot/Linux/i386/at_root/usr/lib/cups/filter/rastertosamsungspl) слід додати до /usr/lib/cups/filter/
також нам знадобиться файл scx4500w.ppd (з cdroot/Linux/noarch/at_opt/share/ppd/). Вам слід перейти до /usr/share/cups/model/foomatic-db-ppds і створити каталог з назвою "samsung", потім

gzip -c
/Шлях-до-scx4500w/scx4500w.ppd > samsung/scx4500w.ppd.gz

Ось і все, що потрібно зробити. Після цього з’єднайте принтер usb-кабелем з основним комп’ютером під керуванням Fedora 10 і увімкніть принтер, при цьому віддайте команду виведення завершальної частини (tail) файла messages до консолі.

При запуску система негайно розпізнає принтер, у файлі messages з’являється повідомлення про успішне виявлення пристрою, яке завершується рядками:

Jul 20 20:37:32 home1 kernel: usbcore: registered new interface driver usblp 
Jul 20 20:38:00 home1 hal_lpadmin: Added printer SCX-4500W-Series

A window pops up saying the printer has been added and offers to check the settings - all that needs changing is the paper size from the US Letter to A4 size and then run a test page - which should look perfect.

Then print a system status page from the printer itself which should be fine, and then finally a test print from the main machine.

Then check that the printer is visible to other machines on the LAN. If not then go to localhost:631 in a browser and ensure that the printer is shared to other machines.

You can try to use the ethernet cable later, or change the wireless settings. I have to put it on the local network and given it a sensible ip address rather than the default 192. address that it comes with since my network is 10.0.0.x.

Обладнання було налаштовано на сканування, але перевірки його можливостей не проводилося.

The printer is working, despite being an unsupported printer - and only needs the two files pulled from the Samsung linux application allows the printer to work nicely.


Сканування

I have also now tested scanning on the scx-4500w. For Fedora F14 it was necessary to add under the Samsung section of the file /lib/udev/rules.d/65-libsane.rules:

# Samsung SCX-4500W
 ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="342b", ENV{libsane_matched}="yes"

This was the only step needed. Once the machine was rebooted then scanning worked (eg via GIMP)

У Fedora 12 вносити зміни до dll.conf не довелося.

Решту настанов цієї сторінки пов’язано з тим, що слід змінити для Fedora 10/Fedora 11.

Слід встановити sane-backends зі сховища updates-testing, щоб отримати пакунок "sane-backends-1.0.20-4.fc10.i386"

If anyone has done any other tests on this Samsung SCX-4500W and has step-by-step setup details I would be interested to hear the information. Either way this is a nice printer, and very quiet in operation, and does look pretty cool too!

# Samsung SCX-4500W
 usb 0x04e8 0x342b

Після цього слід створити файл /etc/hal/fdi/information/19-libsane-scx4500w.fdi такого вмісту:

<?xml version="1.0"
 encoding="UTF-8"?>                                        
 <deviceinfo version="0.2">
   <device>
     <match key="info.subsystem" string="usb">
       <match key="usb.vendor_id" int="0x04e8">
         <match key="usb.product_id" int="0x342b">
           <append key="info.capabilities"
 type="strlist">scanner</append>
         </match>
       </match>
     </match>
   </device>
 </deviceinfo>

Next step is to become root and put the laptop on the same ip range as the printer by typing:

ifconfig eth0 192.0.0.10 up

Then start Firefox and go to the address 192.0.0.192 which immediately connects to the embedded management interface on the printer ( called "SyncThru" in Samsung parlance ) and displayed as a web page in Firefox.

Then it is straightforward to find the network page and change the ip address to either a static ip in the range of my local LAN or let it continue to use DHCP. In my case once I had the MAC address of the printer network interface I could add that to my local dhcp server config and give the printer a local name.

If you are not running your own dhcp server then it is probably easier to give it a static ip on the same range as your local LAN addresses.

The networking is arranged so that if the ethernet cable is plugged in on the printer then it uses the wired interface and if not then it will use the wireless interface.

So next go to the wireless interface page in SyncThru, and set up the required wireless settings for your own local wireless access point. In my case it uses WPA2 with AES encryption but your mileage may vary.

As soon as I disconnected the ethernet cable the printer connected to my wireless access point and received its ip address via my dhcp server. Then firing up Firefox on my main machine and going to the printer ip address connected me to the embedded management interface again (SyncThru). From there the usual range of printer settings was accessible and also monitoring of page usage and toner use.

Next to get printing via the network instead of via USB.

  1. In the main machine go to System -> Administration -> Printing -> New Printer
  2. Select Network Printer and the drop-down HP JetDirect (even though it isn't).
  3. Use the known printer IP in the "host" dialog and leave the default "Port 9100". Click Forward.
  4. Select ppd file (as in the sections above) and navigate to it - set the remaining parameters required. Change paper to A4.

Доступ з мережі

Since the wired cable had been removed this test print went via the wireless network to the scx-4500w. If the printer is wired to your local router via ethernet then the print goes via the wired router - you can't do wireless and wired at the same time.

Scanning via the Network

Scanning via the network was not attempted at the time of writing.

ifconfig eth0 192.0.0.10 up