i just wanted to post here my way of getting it done. please forgive me for describing things in a funny way, because my english is not the best (i'm from germany).
so, previously i installed ubuntu server 10.04.03 lts with its standard kernel 2.6.32.33 i think.
after installing the controller with these commands everything worked fine:
- mkdir /home/administrator/downloads
- cd /home/administrator/downloads
- wget http://download.adaptec.com/raid/aac....1.7-28000.tgz
- tar xvzf aacraid-dkms-1.1.7-28000.tgz
- sudo aptitude install dkms
- sudo aptitude install rpm
- sudo bash
- rpm2cpio aacraid-1.1.7.28000-dkms.noarch.rpm | (cd / ; cpio -idmu )
- dkms add -m aacraid -v 1.1.7.28000
- dkms build -m aacraid -v 1.1.7.28000
- dkms install -m aacraid -v 1.1.7.28000
- dkms status
some today i updated my system and get the new kernel 2.6.32.34. after a reboot...
because of a missing auto blah in the dkms.conf for the adaptec driver my mount where gone. but ...
using just these commands helped me out, and after a restart everything was back at normal...
- sudo bash
- dkms build -m aacraid -v 1.1.7.28000
- dkms install -m aacraid -v 1.1.7.28000
- dkms status =: the matching driver / kernel version should now be listed
- dkms uninstall -m aacraid -v 1.1.7.28000 -k 2.6.32-33-generic -a x86_64
- dkms remove -m aacraid -v 1.1.7.28000 -k 2.6.32-33-generic -a x86_64
- dkms status =: the old driver should now be gone away.
for the last two commands please use YOUR old kernelversion and YOUR arch (x86_bla)
questions?
Bookmarks