You can create a device with mknod, use `man mknod` for betteri nformations.
Usually /dev/hdb can be created with:
# mknod /dev/hdb 3 64
# mknod /dev/hdb1 3 65
# mknod /dev/hdb2 3 66
etc ...
For sound configuration, you can try alsaconf, but depends of the model of the soundcard ...
|