In $PGL(12,3)$, there should be an Aschbacher Class $2$ subgroup the image of $GL(2,3)^6 \wr{\rm Sym}(6)$. I am trying to locate the image of $GL(2,3)^6$ in Magma using derived subgroup but it doesn't seem to be doing the job.
X:=GL(12,3);
G:=PGL(12,3);
ro:=hom<X->G|G.1,G.2>;
d:=ClassicalMaximals("L",12,3:general:=true,classes:={2});
#ro(d[4]);
M4:=ro(d[4]);
DER:=DerivedSubgroup(M4);
#DER;
1100753141760
DER1:=DerivedSubgroup(DER);
#DER1;
1100753141760
Which part went wrong? How do I locate the desired part then? Thank you.
You want the kernel of the imprimitive action in the group $\mathtt{d[4]}$.