View previous topic :: View next topic |
Author |
Message |
dalu Guru
Joined: 20 Jan 2003 Posts: 530
|
Posted: Mon Mar 25, 2013 6:15 pm Post subject: specifying module load order |
|
|
On my laptop I have an ethernet device that requires a specific module load order
(broadcom tg3)
I tried writing
modules="broadcom tg3"
in
/etc/conf.d/modules
but I still have to remove tg3 broadcom and add broadcom tg3 manuall and dhcpcd -g to acquire a public v6 address
or let me rephrase that, to have a eth0 iface listed with ifconfig
side question: isn't IP (the command, you know ip route add, ip addr show) support compiled into the kernel ( gentoo-sources, genkernel ) or is that a seperate package?
So yeah how do I set a custom module loading order? |
|
Back to top |
|
|
honp Guru
Joined: 25 Sep 2006 Posts: 355 Location: Good old Prague, Czech rep.
|
Posted: Tue Apr 02, 2013 9:12 am Post subject: |
|
|
What about blacklist them all and then in local.start modprobe it in order you like? |
|
Back to top |
|
|
dalu Guru
Joined: 20 Jan 2003 Posts: 530
|
Posted: Tue Apr 02, 2013 3:50 pm Post subject: |
|
|
I switched back to ubuntu on the laptop, works out of the box so to speak, less hassle
there is also an answer somewhere in the forum regarding broadcom and tg3 but I it all took too long compiling and nothing was tweaked, everything had to be setup up manually and ugh.
the workaround I believe was to compile broadcom into the kernel and leave tg3 as a module.
but yeah I just wanted stuff to work and not lose time compiling and configuring everything. |
|
Back to top |
|
|
|