Gentoo Archives: gentoo-user

From: "Alain V." <pahalial@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Highpoint RocketRaid 2240 drivers
Date: Mon, 20 Nov 2006 14:07:53
Message-Id: d0e5eb830611200559g5e71a21fqcc18e60b47a3fbb6@mail.gmail.com
1 Hello, I've been trying to install gentoo on an AMD64, and so far I've
2 gotten nearly everything running properly. However, I can't seem to get the
3 proprietary drivers for the raid card to work. They compile, and seemed to
4 get inserted fine with modprobe:
5
6 Module Size Used by
7 hptmv6 193696 0
8
9 dmesg:
10 hptmv6:0: RocketRAID 2240 controller driver v1.05 (Nov 17 2006
11 10:31:46)
12 ACPI: PCI Interrupt 0000:05:04.0[A] -> Link [APC8] -> GSI 16 (level,
13 low) -> IRQ 177
14 hptmv6:0: adapter at PCI 5:4:0, IRQ 177
15 ACPI: PCI Interrupt 0000:05:08.0[A] -> Link [APC8] -> GSI 16 (level,
16 low) -> IRQ 177
17 hptmv6:0: adapter at PCI 5:8:0, IRQ 177
18 scsi8 : hptmv6
19
20 However, when I try to install their command-line monitoring app which is
21 only distributed by rpm, it installs half-fine with rpm --nodeps -Uvih
22 hptsvr-3.13-3.x86_64.rpm:
23
24 Preparing... ###########################################
25 [100%]
26 1:hptsvr ###########################################
27 [100%]
28 Can't detect any supported driver automatically.
29 hptmv6 is used by default.
30 Unknown distribution. HighPoint RAID Management Service will not
31 be configured to start automatically. You need to configure it
32 by yourself or start hptsvr manually.
33
34 Well, that's reasonable, but why does it not detect its driver is loaded?
35 Okay. So I try to run the app:
36
37 hptsvr
38 Driver is not loaded.
39
40 I have no idea how to fix this. Anyone have experience? For what it's worth,
41 I was thinking it might be that the kernel seems to be detecting the card as
42 something else (or maybe this is another name for the highpoint card?):
43 lspci:
44
45 05:04.0 SCSI storage controller: Marvell Technology Group Ltd.
46 MV88SX6081 8-port SATA II PCI-X Controller (rev 09)
47 05:08.0 SCSI storage controller: Marvell Technology Group Ltd.
48 MV88SX6081 8-port SATA II PCI-X Controller (rev 09)
49 09:00.0 SATA controller: Marvell Technology Group Ltd. Unknown device
50 6141 (rev 01)
51
52
53 I have no idea why it won't work, though. Seems to me if it modprobes fine
54 it should work on its own? The driver's installation notes mentioned it
55 would be possible to build the kernel with the driver, so I did so and
56 booted into the new kernel, but the result was exactly the same:
57
58 hptmv6:0: RocketRAID 2240 controller driver v1.05 (Nov 19 2006 18:56:51)
59 ACPI: PCI Interrupt Link [APC8] enabled at IRQ 16
60 ACPI: PCI Interrupt 0000:05:04.0[A] -> Link [APC8] -> GSI 16 (level, low) ->
61 IR
62 Q 177
63 hptmv6:0: adapter at PCI 5:4:0, IRQ 177
64 ACPI: PCI Interrupt 0000:05:08.0[A] -> Link [APC8] -> GSI 16 (level, low) ->
65 IR
66 Q 177
67 hptmv6:0: adapter at PCI 5:8:0, IRQ 177
68 scsi0 : hptmv6
69
70 hptsvr
71 Driver is not loaded.
72
73 lspci output remains the same. Anyone have ideas?
74
75 Alain