On Thu, 11 Jun 1998, Hamish Moffatt wrote: > > Well, this sounds find, but I've never observed this to actually work. > > [5:30pm] [EMAIL PROTECTED]:~# dpkg -s ntfs2.0.33 > Package: ntfs2.0.33 > Status: install ok installed > > [5:30pm] [EMAIL PROTECTED]:~# modprobe ntfs > /lib/modules/2.0/fs/ntfs.o: unresolved symbol generic_file_mmap_R57ec6036 > /lib/modules/2.0/fs/ntfs.o: unresolved symbol __wait_on_buffer_Rc98cf5d5 [clip]
The thing you must realize is if those symbols are no present in your kernel then there is nothing you can do to make that module work. recompiling that module will not help - you must rebuild the kernel to have those symbols included. For instance, in this case you may not have mod versions enabled, it might be possible to convice ntfs to build without them and it might work, but it is equally good for you to compile your kernel with mod versions enabled to make the stock debian module work. Jason -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]