No need to use qiime1 for chimera filtering. QIIME2 can do this for you after OTU picking — see this tutorial.
The earlier you get your data into QIIME2, the better (since qiime1 is no longer officially supported, it will be more difficult for us to diagnose problems originating there).
If you only have .fna data, it looks like you will need to demultiplex in QIIME1 and import qiime1-demultiplexed data. This is covered in the vsearch tutorial.
So just to recap:
- you have 454 data as .fna (no quality scores)
- demultiplex in QIIME1
- import to QIIME2 as
SampleData[Sequences]
as covered in the OTU picking tutorial - OTU pick with q2-vsearch, as described in the OTU picking tutorial
- Chimera filter using q2-vsearch, as described in the chimera tutorial
- QIIME on.
I hope that helps!