Eliot
On Fedora Core 2, I get this on boot and when I click 'activate' in the
system-config-network GUI for my Orinoco card, which is eth1.
lsmod shows orinoco, used by orinoco_cs, so that looks ok.
I wonder if you think you have this problem that I found:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123715
If so please add any relevant info.
I wasn't able to fix it from the GUI but replaced the config file:
/etc/sysconfig/network-scripts/ifcfg-eth1
with one from a backup:
USERCTL=yes
PEERDNS=yes
GATEWAY=192.168.0.1
TYPE=Wireless
DEVICE=eth1
HWADDR=00:30:bd:aa:aa:aa
BOOTPROTO=dhcp
NETMASK=255.255.255.0
ONBOOT=yes
DHCP_HOSTNAME=freebie
IPADDR=192.168.0.13
NAME=
DOMAIN=
ESSID=1234567890ab
CHANNEL=11
MODE=Managed
RATE=11M
Hope that helps,
-Cam