You are not logged in.
Pages: 1
Hi,
I have 2 network cards. One that comes with the mobo which is connected to the internet and another one that I use to share my internet connection.
My problem: when I reboot, randomly eth0 and eth1 get switched: now eth0 is the mobo card, and now it is the pci card.
How can I avoid this issue? or, if not, how can I make the initscripts to set the configurations to the appropiated cards based on the actual device name instead on eth0 and eth1 (also iptables).
You may need this information: I have to use the kernel26-fallback.img to have the kernel recognizing my hds.
Thank you.
Offline
Hi
You must write the modules for the cards in the moduls Array in rc.conf, in the order you will have, eg first the modul for eth0 ...
MODULES=(nvram ibm_acpi speedstep-centrino cpufreq-ondemand ipw3945)
Have you tried to turn it off and on again?
Offline
Thank you,
i am going to try
Offline
that didn't work, but it seems that the random behaivour is stable now. So by now i can keep on work
Offline
that didn't work, but it seems that the random behaivour is stable now. So by now i can keep on work
:shock: normally, this must work
Have you tried to turn it off and on again?
Offline
O_O then... ...solved?
Offline
If it's not solved, this might help:
http://wiki.archlinux.org/index.php/Ude … _Each_Boot
Offline
Um.. if the random behavior is stable now, doesn't that mean it worked?
I am a gated community.
Offline
only if changes stay there after removing them O_o
Offline
Pages: 1