You are not logged in.

#1 2018-12-16 03:01:48

N_BaH
Member
Registered: 2015-12-30
Posts: 84

[SOLVED] [archiso] broadcom BCM57780 manipulation makes build.sh abort

hi,

I'm still "playing" with archiso.
I'm using a PC with a broadcom BCM57780 network controller, so I have to remove tg3 module and reinstall broadcom and then tg3 to make it work.

but, when I put necessary commands into ~/archlive/releng/airootfs/customize_airootfs.sh, network interface goes down; I have to restart netctl...
I've  tried to add netctl restart <interface> after modprobe lines, but it seems to have no effect.
and, as build.sh has no connection anymore, it stops. sad

isn't it the right way to do such a thing ? what am I doing wrong ?

are explanations clear enough ?

Last edited by N_BaH (2018-12-16 09:05:59)

Offline

#2 2018-12-16 08:26:18

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: [SOLVED] [archiso] broadcom BCM57780 manipulation makes build.sh abort

Of course the interface goes down when you pull the interface driver away.
There's probably some race if you juggle the modules and immediately try to restart the network - just fix the module loading order.
If it's in the initramfs, see the page you linked.
If not:
/etc/modprobe.d/tg3_broadcom.conf

softdep tg3 pre: broadcom

Offline

#3 2018-12-16 09:05:24

N_BaH
Member
Registered: 2015-12-30
Posts: 84

Re: [SOLVED] [archiso] broadcom BCM57780 manipulation makes build.sh abort

of course I should have re-read wiki before posting. silly me.

thank you very much.

Last edited by N_BaH (2018-12-16 15:18:31)

Offline

Board footer

Powered by FluxBB