Hello
I have built FreeBSD 9.3 x64 without the ahd(4) driver and can manually load the Adaptec driver by calling:
To automatically load this driver during the boot sequence, I copied it to /boot/kernel/pmspcv.ko and added it to /boot/loader.conf and set:
Unfortunately, nothing happens:
Therefore I have the following questions:
Kind regards,
Thomas
I have built FreeBSD 9.3 x64 without the ahd(4) driver and can manually load the Adaptec driver by calling:
kldload pmspcv and I get access to all connected disks.To automatically load this driver during the boot sequence, I copied it to /boot/kernel/pmspcv.ko and added it to /boot/loader.conf and set:
Code:
pmspcv_load="YES"
dmesg displays nothing - it looks like the system does not try to load this driver at all. But I can load it by calling kldload pmspcv.Therefore I have the following questions:
- Can I embed the .ko driver while building the system so that I do not have to add it after the installation?
- Is there a way to enable more logging Information to see what happens while /boot/loader.conf is processed? (I already enabled verbose.)
- Is there any reason for the problem that the boot process ignores this "external" driver? (and does not even print a warning?)
Kind regards,
Thomas
Last edited: