Re: I'm Wireless!

2001-09-28 Thread Bruce Dawson


Thanks for sending this in. Iwas wondering how difficult it would
be.
BTW:I've added this to the CentraLUG FAQ list at:
 http://www.centralug.org/news
--Bruce
"Thomas M. Albright" wrote:
OK, I got the wireless card working in Linux. Here's
how.
First I had to go to the ORiNOCO Web Site:
http://www.orinocowireless.com
and get the latest drivers.
Next I went to http://pcmcia-cs.sourceforge.net
and got the latest
PCMCIA package. When I unpacked that it created the directory
pcmcia-cs-3.1.29
I copied the ORiNOCO drivers package (WLLI610.TGZ) there and unpacked
that.
Then I ran three commands:
make config
./Build - Came
with WLLI610.TGZ
./Install - Came with WLLI610.TGZ
Once that was done, I removed /etc/pcmcia/wireless.opts (Actually, I
just renamed it...) and edited /etc/pcmcia/config.opts by inserting
 # Options for the ORiNOCO
driver
 module "wavelan2_cs" opts
"network_name=[yeah, right]"
Then I just restarted pcmcia (/etc/init.d/pcmcia restart) and I'm golden
:)
--
Thomas M. Albright
Albright Enterprises - "The Small Business Solution"
http://www.albrightent.com/
**
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**

--

For the latest CodeMeta news, go to http://www.codemeta.com/news .
For my personal news, go to http://www.milessmithfarm.net/news .



**
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**


Re: Invisible Guns (was NH Senator calls for encryption backdoors )

2001-09-28 Thread David Roberts

James R. Van Zandt wrote:
 
 Chris Taylor wrote:
 
 Didn't that old James Bond movie The Man with the Golden Gun have
 some sort of gun that could be broken down to appear as a pen and
 lighter?
 
 A while ago I ran across a .mpg file showing a gun in the form of a
 cellphone.  It fired when you pressed certain keys.  (The clip showed
 it open so you could see the bullets, being slid together, and
 firing.)  Supposedly manufactured in some eastern European country.
 Don't know whether it was on the level or a really convincing special
 effect.
 
 - Jim Van Zandt
 

[... snip ...]

Apparently it was not a hoax...  Take a look at:
  http://www.wired.com/news/wireless/0,1382,46967,00.html

and (linked from the Wired News account):
  http://abcnews.go.com/sections/world/DailyNews/phone001205.html


-- 
Linux: Because a PC is a terrible thing to waste. -- As seen on the 'net

**
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**



Re: I'm Wireless!

2001-09-28 Thread Ken Ambrose

I had a fairly similar experience with the Linksys and SMC cards (which
apparently both use the same chipset).  See
http://www.linux-wlan.com/linux-wlan/ for their drivers, and then follow 
Thomas' directions, below.

-Ken

On Fri, 28 Sep 2001, Thomas M. Albright wrote:

 OK, I got the wireless card working in Linux. Here's how.
 
 First I had to go to the ORiNOCO Web Site:
 http://www.orinocowireless.com and get the latest drivers.
 
 Next I went to http://pcmcia-cs.sourceforge.net and got the latest
 PCMCIA package. When I unpacked that it created the directory
 pcmcia-cs-3.1.29
 
 I copied the ORiNOCO drivers package (WLLI610.TGZ) there and unpacked
 that.
 
 Then I ran three commands:
 make config
 ../Build - Came with WLLI610.TGZ
 ../Install   - Came with WLLI610.TGZ
 
 Once that was done, I removed /etc/pcmcia/wireless.opts (Actually, I
 just renamed it...) and edited /etc/pcmcia/config.opts by inserting
 # Options for the ORiNOCO driver
 module wavelan2_cs opts network_name=[yeah, right]
 
 Then I just restarted pcmcia (/etc/init.d/pcmcia restart) and I'm golden
 :)
 
 -- 
 Thomas M. Albright
 Albright Enterprises - The Small Business Solution
 http://www.albrightent.com/
 
 
 **
 To unsubscribe from this list, send mail to
 [EMAIL PROTECTED] with the following text in the
 *body* (*not* the subject line) of the letter:
 unsubscribe gnhlug
 **
 
 


**
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**



IP-MASQ

2001-09-28 Thread DeiselMan



I've finally got two machines on the 'net behind one public IP address.  The 
trick seems to be to remember that everything you read about setting up your 
lan and everything you read about setting up DSL assume that you're using 
eth0.  Once you decide which interface is local and which faces the 'net and 
change the defaults on that setup to be eth1, it just works.


**
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**



Re: ISDN Modem recommendation

2001-09-28 Thread Benjamin Scott

On Thu, 27 Sep 2001, Taylor, Chris wrote:
 Does anyone have an ISDN recommendation for a Linux compatible device?

  Get an external router that connects to your Linux box via Ethernet or
serial port.

  Linux's ISDN support sucks.

-- 
Ben Scott [EMAIL PROTECTED]
| The opinions expressed in this message are those of the author and do not |
| necessarily represent the views or policy of any other person, entity or  |
| organization.  All information is provided without warranty of any kind.  |


**
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**



I'm Wireless!

2001-09-28 Thread Thomas M. Albright

OK, I got the wireless card working in Linux. Here's how.

First I had to go to the ORiNOCO Web Site:
http://www.orinocowireless.com and get the latest drivers.

Next I went to http://pcmcia-cs.sourceforge.net and got the latest
PCMCIA package. When I unpacked that it created the directory
pcmcia-cs-3.1.29

I copied the ORiNOCO drivers package (WLLI610.TGZ) there and unpacked
that.

Then I ran three commands:
make config
./Build - Came with WLLI610.TGZ
./Install   - Came with WLLI610.TGZ

Once that was done, I removed /etc/pcmcia/wireless.opts (Actually, I
just renamed it...) and edited /etc/pcmcia/config.opts by inserting
# Options for the ORiNOCO driver
module wavelan2_cs opts network_name=[yeah, right]

Then I just restarted pcmcia (/etc/init.d/pcmcia restart) and I'm golden
:)

-- 
Thomas M. Albright
Albright Enterprises - The Small Business Solution
http://www.albrightent.com/


**
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**



Re: I'm Wireless!

2001-09-28 Thread Bruce Dawson

Sorry guys (and gal[s]), my mouse must've spazed when I sent that (and
*it* accidently clicked the HTML button instead of the Plain Text button).  Or
my eyes, or my brain, or maybe it was just me. Anyway, it was unintentional.

Well people, enjoy your last free weekend before HossTraders!

--Bruce

DeiselMan wrote, expressing the concern of many others:

 Um,  Bruce ?

 Did you mean to send this in html ?

--

For the latest CodeMeta news, go to http://www.codemeta.com/news .
For my personal news, go to http://www.milessmithfarm.net/news .




**
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**