Aleksandar Milivojevic wrote:
Probably something trivial, but can't seem to find solution (other
than placing "modprobe sg" in /etc/rc.local).
I attempted something like this in modprobe.conf:
alias char-major-21 sg
Have you checked to see what modules are loaded before you modprobe sg
and after you modprobe sg?
To get sg loading, which needs the scsi_mod loaded, I have "alias
scsi_hostadapter aic7xxx", as I have an adaptec card, in my
/etc/modules.conf. After that was in there it found and created the
proper devices in /dev upon reboot.