snoodwattle
- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: July 4th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
snoodwattle@lemm.eeto Voyager@lemmy.world•feature req: a way to slide finger right to left and go back to the post I was just in?English0·2 years agoI think this is already logged: https://github.com/aeharding/voyager/issues/91
snoodwattle@lemm.eeto Linux@lemmy.ml•Help me get the last two programs I need to work in Linux.8·2 years agoSome 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.
snoodwattle@lemm.eeto Linux@lemmy.ml•How to figure out the exact driver needed for the WiFi card to install it on Linux?3·2 years agoYou 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
Is this different from https://github.com/aeharding/voyager/issues/91 ?