LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   binary copy to usb device, not flash drive or hard disk (https://www.linuxquestions.org/questions/linux-general-1/binary-copy-to-usb-device-not-flash-drive-or-hard-disk-4175427443/)

Pedulla 09-15-2012 06:32 PM

binary copy to usb device, not flash drive or hard disk
 
Hi All,
First time post, so be gentle.

I've been given a Lexmark T610 that has "lost it's mind". Lexmark's instructions for reloading firmware include a DOS command line binary copy to the LPT port, once the printer is in "reprogram" mode.
Something like:
Quote:

copy /b filename.bin LPT1:
I've got said printer connected to my Mint/Maya laptop via USB->Centronics adapter.
The USB->Centronics adapter appears as:
Bus 002 Device 009: ID 1a86:7584 QinHeng Electronics CH340S
How best do I do a binary copy of filename.net to this USB device?

Thank you in advance for your help.
Pedulla

Pedulla 09-15-2012 07:12 PM

Answer
 
Brain transplant successful.

The Answer:

Quote:

Bus 002 Device 013: ID 1a86:7584 QinHeng Electronics CH340S
shows up as /dev/usb/lp0

Quote:

sudo cp filename.bin /dev/usb/lp0
Hope this is helpful to someone else.

BTW, the Lexmark is up and happy with the latest firmware.


All times are GMT -5. The time now is 08:06 PM.