On Sun, Oct 05, 2003 at 09:08:34PM +0200, Roland Manfrahs wrote:
[...]
> # atacontrol list
> atacontrol: ioctl(ATAGMAXCHANNEL): Inappropriate ioctl for device
Kann es sein, dass dein Kernel und Userland nicht synchron sind, also
aus unterschiedlich alten Sourcen kompiliert wurden?
Falls z.B. dein Kernel jünger ist, wäre es das Beste, den Rest des
Systems mit "make world" upzudaten.
Um nur atacontrol neu zu bauen, müsste Folgenes reichen:
cp /usr/src/sys/sys/ata.h /usr/include/sys/ata.h
cd /usr/src/sbin/atacontrol
make cleandir
make && make install
Tschüss, Philipp
To Unsubscribe: send mail to majordomo.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Tue 07 Oct 2003 - 13:42:46 CEST