> But I can't tell if I need to go into /etc/sysconfig/network-scripts/ and create
> something for wlan0. I admit my experience with pcmcia cards is zero.

Usually wlan0 is for when you are using the wlan-ng driver, and with
orinoco_cs you use eth0 or eth1.  But it doesn't matter, you can call it
whatever you want.

Try createing a script in your /etc/sysconfig/network-script/ called ifcfg-eth1,
and put something like this in it:
DEVICE=eth1
ONBOOT=no
BOOTPROTO=dhcp

You probably also need to add an alias in your modules.conf, like this:
alias eth1 orinoco_cs

After doing those two steps, tell us what happens when you do a
/etc/init.d/pcmcia restart

Do you hear any beeps?  What about error messages?  Take a look in
/var/log/syslog if you need to.

-- 
Phillip Hellewell <[EMAIL PROTECTED]>

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to