[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pcmcia-cs installation



Hi,

>> but am not able to get where to make the changes for
>> the startup configuration. Also which file do i make
>> the changes in, for configuring my wireless network
>> card..
>
> That would be /etc/pcmcia/wireless.opts to set wireless specific options
> (WEP, ESSID, Mode, etc) and /etc/pcmcia/network.opts to set network
> specific options (DHCP / fixed IP, gateway, etc).

Regarding the configuration part of the problem - you shouldn't need to
set the pcmcia specific options, I have things like this in my
/etc/network/interfaces file (if you prefer not to modify the pcmcia-cs
package files).

--
auto eth0
iface eth0 inet static
    address x.x.x.x
    wireless_mode managed
    wireless_essid "youressid"
    wireless_key <your key>
--

Hope that helps,

Sid





Reply to: