I recently built my own pfSense box to replace my Asus router at home and wanted to install IPFire to give it a try to seen which one I prefer. I’ve got everything working except the Aquantia AQC107 NIC (2 of them). I know this card has a working linux driver since I’m using the same card in a home server running linux (Ubuntu Server since 18.04, currently 20.04). I’ve never had to install the driver so I didn’t expect to have to with IPFire but it looks like its not included. I have tried compiling and installing the driver but it seems like it needs to be signed and none of the tools to do so are available on the IPfire box. At this point I’m wondering if I’m doing something wrong so I thought I’d post up here and ask what the proper method of getting this card working is.
The card in question is:
Aquantia Corp. AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion] (rev 02)
I will admit upfront that am a total newbie to IPFire myself but upon checking the Wiki Pages for the list of compatibile cards (found here >>>> https://wiki.ipfire.org/hardware/networking) I cannot actually find your card listed so not sure that it will ever work.
It does also say on this link ’ If you can not find any information about your network card on the wiki, please begin a thread in the appropriate forum.’ so hopefully someone can advise you properly.
After poking around some more, I found that the driver for my card indeed seems to be there. I tried starting it with ‘modprobe atlantic’. The module seems to load but ‘ip a’ does not show any new interfaces brought up. Any idea what I should do next?
Generally, on Linux systems, if the driver isn’t automatically picked up during startup, you’ll need to add the driver name to a file with a name like /etc/modules. (On ipFire that would be /etc/modules.conf.) Then reboot.
No I don’t have such card. I ask for the ID’s to look inside the driver. Sometimes such ID’s are simply missing in older kernel versions and can easily added.
Manually load a driver will not work. Drivers contain a list of supported hardware ID’s.
I made the change and it didn’t work. lsmod does not show the module loaded and /var/log/messages does not show any messages related the atlantic module loading or failing to load. I don’t see any other unexpected messages regarding interfaces. I doesn’t look like it even tried to start the module.
so you have a problem. There is a hack that might work but it usually requires you to plug the device in after running a command, so more suitable for USB devices. It might also cause instabiity on ipFire, but will be cleared after a reboot, so is relatively safe. You need to run the following commands:
Ok, this problem is making me feel like quite the newbie.
I keep getting:
-bash: echo: write error: Invalid argument
when I try to echo the id to the new_id file. I’ve tried changing permissions but still I get the same message.
Aargh!. It’s a formatting glitch. Markdown (I think that’s what we’re using) has transformed doubl quotes into 66/99 quotes. I’ll edit it for posterity but just change the quotes and it should work. Yep, you can omit them too.