Hello Jerry McBride,
> The problem I have is, how to get "ifconfig eth1 up" to run before the
> wireless stuff?
Add it to the preup function in /etc/conf.d/net. Something like this
should do it.
preup() {
if [[ ${IFACE} == "eth1" ]]; then
ifconfig eth1 up
else
On Mon, 8 Oct 2007 14:11:30 -0400
Jerry McBride <[EMAIL PROTECTED]> wrote:
>
> I'm trying to polish off a gentoo install on a COMPAQ R3000 with
> Broadcom 4306 wireless chips...
>
> I can manually setup a solid 54M connection without much effort, but
> trying to get it done automatically is trou
I'm trying to polish off a gentoo install on a COMPAQ R3000 with
Broadcom 4306 wireless chips...
I can manually setup a solid 54M connection without much effort, but
trying to get it done automatically is troublesome...
I setup a softlevel named "wireless". I deleted the net.eth0 hardware
connec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello!
I try to setup a wireless card to my gentoo box, but I can't set it:
the net is with a wpa-key (type tkip). The SSID is Super S and when I
configure it so:
#iwconfig wlan0 essid "my SSID" nick "Cinzia" key wep-key
after that I read with iwconfi
4 matches
Mail list logo