You are not logged in.
Pages: 1
I just received an OCZ RevoDrive 3 for christmas and was wondering why it wasn't showing up under Arch when it was definitely being detected by the BIOS. I found a thread from last year about the original RevoDrive that said it needed dmraid to work correctly and I assumed that was problem and that the modules weren't built into the CK kernel I was using. So I rebooted to the stock kernel and it still wasn't listed with fdisk -l, so I googled stuff about it and saw on the OCZ forums that Linux was supported!! Luckily some Canadian guy wrote drivers for it and said they were accepted into the mainline kernel as of 3.2-rc1 but dual-booting was supported yet (this was from 12/8/2011).
Before I waste a few hours on trying to get Arch and Windows 7 installed on it (it's 120GB), does anyone know if this works yet? Thanks!
edit: I can't seem to build a working 3.2-rc7 kernel image. I tried building it twice with this script but I got kernel panics each time. So I decided to manually compile it and not use my current .config but all that does is hang after "loading linux.....", I really don't want to return this drive because it's going to be absolutely amazing when it works!
edit: Here's better support
Last edited by brando56894 (2012-01-09 21:40:36)
Offline
Hi!
I also have an OCZ revodrive, did you put dmraid hook into mkinitcpio.conf before filesystem?
F
Offline
Nope! Didn't try that yet actually, will do now.
Offline
ran into a problem:
==> Starting build: 3.2.0-rc7-revodrive
-> Parsing hook: [base]
-> Parsing hook: [udev]
-> Parsing hook: [autodetect]
-> Parsing hook: [scsi]
-> Parsing hook: [sata]
==> ERROR: Hook 'dmraid' can not be found.
Offline
That's what I figured but I was about to go to sleep and didn't feel like doing it lol Thanks.
Offline
How should I be compiling my new kernel? Should I be copying my currently running config or should I start fresh? Whenever I try and use my old config it just results in a kernl panic, even with the dmraid package installed. If I start fresh it will boot but some of my devices don't work (because I forgot to select them during the config, it was a test run).
mkinitcpio.conf
HOOKS="base udev autodetect scsi sata dmraid filesystems usbinput"
rc.conf
MODULES=(vboxdrv snd_seq_oss snd_pcm_oss snd_mixer_oss dm_mod)
# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="yes"
Last edited by brando56894 (2011-12-27 19:02:59)
Offline
All I had to do was install a kernel patch from the OCZ forums and add dmraid to my hooks to get it to work, it will be included in linux-3.2 when it is released.
Offline
Pages: 1