[WP-34S] Cable and flashing options for Mac users
|
01-21-2015, 05:20 PM
(This post was last modified: 01-21-2015 06:15 PM by Bit.)
Post: #48
|
|||
|
|||
RE: [WP-34S] Cable and flashing options for Mac users
(01-21-2015 03:06 PM)John Galt Wrote: Something like this? Don't use sudo when creating the symlink. The reason is that you're creating the link in a directory you own and it simply points to a device. Referring to another file system object via symlinks doesn't require elevated privileges in Unix system, you only need that to use the object (either directly or via a symlink). Use this command: ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1 After that check if MySamba shows a COM1 device. /dev/ttyUSB0 is the first serial port accessible over USB, which is what most people would have. You'll need permission to use the device, which usually means your user account has to be a member of the 'dialout' group. If you're unsure, post the output of the following two commands here (while the USB serial cable is plugged in, because these device nodes are usually created on the fly) so we can verify: id ls -l /dev/ttyUSB0 You cannot use the kernel component of Windows drivers under Wine and you rarely need the userspace component. Installing Windows driver packages is generally not recommended. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)