undualies

joined 1 year ago
[–] undualies@lemm.ee 9 points 1 year ago (3 children)
[–] undualies@lemm.ee 10 points 1 year ago* (last edited 1 year ago) (1 children)

Some versions of Clip Studio look supported: https://appdb.winehq.org/objectManager.php?sClass=application&iId=15102

But Toon Boom Storyboard isn't listed (unless it is part of Studio): https://www.winehq.org/search?q=Toon+boom

Running in a Virtual Box Windows VM may be the quickest path to success.

[–] undualies@lemm.ee 3 points 1 year ago* (last edited 1 year ago)

You could also check the symlinks for the device in the sysfs. The word after "drivers" below for a given network interface (eth0 below) is usually the name of the driver (cpsw below):

$ ls -l /sys/class/net/eth0/device/driver   
lrwxrwxrwx 1 root root 0 Aug  9 10:41 /sys/class/net/eth0/device/driver -> ../../../../bus/platform/drivers/cpsw

Or run lsmod and see if anything jumps out.

Either way, once you find the driver name, run modinfo to get version and other information about specific drivers.

Edit: formatting

view more: ‹ prev next ›