On 11 Feb 2004 16:29:13 -0800, linx4prs <(E-Mail Removed)> wrote:
> i've just got debian woody up and running on an ibm thinkpad with a
> xicom ethernet card, and now i'd like to convert to my linksys 802.11
> with lucent orinoco wireless card ...
An Orinoco card should "just work", more or less, as long as you have
the pcmcia modules, pcmcia-cs, and wireless-tools installed. I expect
that you already have the first to for the wired ethernet. If you stick
the card in do you get the double beep, or the beep-boop? Any messages
in /var/log/syslog?
I'm using the orinoco driver with a Linksys card on Sid. The only thing
I had to do was set up an eth1 in /etc/network/interfaces because my
laptop (a Thinkpad T22) has a builtin ethernet as well. Otherwise I
think the card would be eth0. Here's an example to get you started:
iface eth1 inet static
address xxx.xxx.xxx.xxx
netmask 255.255.255.0
network xxx.xxx.xxx.0
broadcast xxx.xxx.xxx.255
gateway xxx.xxx.xxx.1
wireless_mode managed
This can also be configured in /etc/pcmcia/wireless.opts and
network.opts but that seems less "Debian" to me.
The only thing is that if you want to use WEP that is sometimes a
problem. It works fine in Sid with kernel 2.4.24 but I'm not sure
whether it is ok in Woody with 2.4.18. That is configured in the
same file(s).
--
-| Bob Hauck
-| To Whom You Are Speaking
-|
http://www.haucks.org/