Jump to content

Translations:Troubleshooting/Samsung scx-4500W/25/pt-br: Difference between revisions

From KDE UserBase Wiki
MarcusGama (talk | contribs)
Created page with "{{Input|1= <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <!-- USB-SUBSYSTEM --> <match key="in..."
(No difference)

Revision as of 22:44, 20 October 2010

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Troubleshooting/Samsung scx-4500W)
In order to get the network interface working in my local LAN which is the in the ip range 10.0.x.x I initially booted up an old laptop and plugged in the crossover ethernet cable that comes with the printer. Then I stopped the '''NetworkManager''' service, and then started the "network" service.
<?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>