Kruijswijk E (FDRO Zeist) wrote:
Didn't you forget to create the device ?
Quote:
How to use: ataraid.tar.gz source file
1. Make sure you create the /dev/ataraid devices using the MAKEDEV
shellscript
that is in the .tar.gz file
2. Make sure that you have installed the kernel-source RPM if you are
using a kernel from a distribution such as Red Hat, Mandrake, Conectiva
etc.
3. run "make"
Gr
Erik Kruijswijk
-----Oorspronkelijk bericht-----
Van: Espen Faatz [mailto:faatz@xxxxxxxxx]
Verzonden: vrijdag 7 december 2001 15:10
Aan: ataraid-list@xxxxxxxxxx
Onderwerp: Re: Trouble with Promise fasttrack
Espen Faatz wrote:
Hello everyone!
I have got a little problem with my Asus A7V133 and the promise chip
om it.
I run Red Hat 7.2, with the standard kernel 2.4.7-10.
I have downloaded the ataraid.tar.gz file, untared it and ran a "make".
But when it comes to the insmod thingie, I get these errors:
[root@localhost dritt]# /sbin/insmod ataraid.o
ataraid.o: unresolved symbol del_gendisk
ataraid.o: unresolved symbol add_gendisk
and
[root@localhost dritt]# /sbin/insmod pdcraid.o
pdcraid.o: unresolved symbol ataraid_get_device
pdcraid.o: unresolved symbol ataraid_get_private
pdcraid.o: unresolved symbol ataraid_gendisk
pdcraid.o: unresolved symbol ataraid_register_disk
pdcraid.o: unresolved symbol ataraid_get_bhead
pdcraid.o: unresolved symbol ataraid_release_device
pdcraid.o: unresolved symbol ataraid_end_request
It would be very nice if one of you guys could help med out, because I
want this controller up and running.
In fact I got some problems during "make" to, these are:
ataraid.c: In function `ataraid_init':
ataraid.c:279: warning: implicit declaration of function `add_gendisk'
ataraid.c: In function `ataraid_exit':
ataraid.c:303: warning: implicit declaration of function `del_gendisk'
_______________________________________________
Ataraid-list@xxxxxxxxxx
https://listman.redhat.com/mailman/listinfo/ataraid-list
_______________________________________________
Ataraid-list@xxxxxxxxxx
https://listman.redhat.com/mailman/listinfo/ataraid-list
***********************************************************************
Aan dit bericht kunnen geen rechten worden ontleend.
Ministerie van Justitie.
***********************************************************************
_______________________________________________
Ataraid-list@xxxxxxxxxx
https://listman.redhat.com/mailman/listinfo/ataraid-list
No, actually i didn`t. It was actually kinda weird, because the device
was, in the first place, not created by me, so when i was creating it
using MAKEDEV, it told me that all these devices were there. Sounds
kinda weird, humm?