History of MegaTuneUnderLinux
Older Newer
2005-09-22 08:16:34 . . . . MembersPage/MarcellGal [verified to work]
2005-09-16 02:19:45 . . . . MembersPage/JasonRussell [Getting MegaTune to run under Linux with Wine]
2005-09-16 02:18:29 . . . . MembersPage/JasonRussell


Changes by last author:

Changed:
Then you run wineinstall. Make sure to configure the COM ports.
Then you run wineinstall. Make sure to configure the COM ports. In ~/.wine/config it looks like:

<code>

[serialports]

"Com1" = "/dev/ttyS0"

...

</code>

Changed:
Start MegaTune under Wine...
Possibly /dev/ttyUSB0 or /dev/ttyUSB1 if you use USB-RS232 module. Make sure the serial port works from linux - eg. modprobe pl2303 might be needed (edit /etc/modules, whatever) before trying to make it work from wine.

Start MegaTune under Wine... I used a normal user account (not root). The user needs access to the chosen serial port ("rw" rights to /dev/ttyS0 in my case, granted via group membership)

Changed:
Note: This is all from memory, so if you run into any troubles, please post here or ask in IRC. Should be really close though. It was amazingly simple.
The above was verified by others to work.

However, if you run into any troubles, please post here or ask in IRC.