Hi hitsware
$lsmod
I don't see any /dev/snd
Nor would I expect you to. Lsmod tells you which modules (drivers) you currently have loaded.
If you execute ls /dev/snd , does it return any entries?
If you can't post directly from this machine, you can redirect the output of commands to a file like this:
lsmod > lsmod.txt
ls /dev/snd > devsnd.txt
You can then copy those files to a USB thumb drive and access them from the machine you use to post.
I don't see any audio controller returned by the lspci command. Install gzip.tcz and wget.tcz. Then:
sudo update-pciids
lspci knn
I don't think any integrated card does midi. You'll need to emulate it (use timidity for example).
If he can get amidi to work he might be able to call that from his sbasic program, if that suits his purpose.