RE: PCMCIA wireless help needed

2005-08-03 Thread Edwards, Thomas W.

I noticed the results of the iwconfig do not have an Essid set?  It also
states encryption is off.  It appears your wireless card is not
connecting to the wireless network, and therefore it won't get a dhcp
offer since it is technically not on the network.

Having been along time since I worked with iwfonfig, I would suggest
looking at either using it to set the config for your wireless card, or
find the config file for that card and set the essid and encryption
information needed to connectto your access point. 

Good luck, and I hope none of this was way off base.

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Terrence Brannon
Sent: Wednesday, August 03, 2005 2:46 PM
To: debian-user@lists.debian.org
Subject: PCMCIA wireless help needed


Hi, I would appreciate some help getting a connection to the wireless
network in my house. It is an encrypted network. Here are the results
of attempting ifup. I also show the contents of several config files
and the results if iwconfig and iwspy. Any help is appreciated.


pool-71-109-151-76:/home/metaperl/tmp/wireless# ifup eth2
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.

Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html

sit0: unknown hardware address type 776
eth1: unknown hardware address type 24
sit0: unknown hardware address type 776
eth1: unknown hardware address type 24
Listening on LPF/eth2/00:02:2d:b2:9f:b0
Sending on   LPF/eth2/00:02:2d:b2:9f:b0
Sending on   Socket/fallback/fallback-net
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 11
No DHCPOFFERS received.
No working leases in persistent database.

Exiting.

Failed to bring up eth2.
pool-71-109-151-76:/home/metaperl/tmp/wireless# cat
/etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
#iface eth0 inet static
iface eth0 inet dhcp
name Ethernet LAN card


iface eth2 inet dhcp
name Wireless LAN card
wireless_essid not_sure_what_to_set

auto eth2
pool-71-109-151-76:/home/metaperl/tmp/wireless# iwconfig
lono wireless extensions.

eth0  no wireless extensions.

eth1  no wireless extensions.

eth2  IEEE 802.11-DS  ESSID:not_sure_what_to_set  Nickname:HERMES
I
  Mode:Managed  Frequency:2.457 GHz  Access Point:
44:44:44:44:44:44  
  Bit Rate:2 Mb/s   Tx-Power=15 dBm   Sensitivity:1/3 
  Retry limit:4   RTS thr:off   Fragment thr:off
  Encryption key:off
  Power Management:off
  Link Quality=0/92  Signal level=134/153  Noise level=134/153
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

sit0  no wireless extensions.

pool-71-109-151-76:/home/metaperl/tmp/wireless# ifconfig eth2
eth2  Link encap:Ethernet  HWaddr 00:02:2D:B2:9F:B0 
  inet6 addr: fe80::202:2dff:feb2:9fb0/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:21 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  Interrupt:193 Base address:0x100

pool-71-109-151-76:/home/metaperl/tmp/wireless#


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]


___
This message is intended for the use of the person or entity to which it is 
addressed and may contain information that is privileged and confidential, the 
disclosure of which is governed by applicable law. If you are not the intended 
recipient, or the employee or agent responsible to deliver it to the intended 
recipient, you are hereby notified that any disclosure, copying or distribution 
of this information is strictly prohibited. If you have received this message 
in error, please notify the sender immediately to arrange for return or 
destruction of the message and any attachments.



Samba in ADS Domain

2004-07-23 Thread Edwards, Thomas W.








Has anyone gotten samba 2.2 to join an ADS domain structure,
is Kerberos required for this to work? I believe it is required to be
installed but does it have to actually be configured to work.



Thanks.








ftp with tls

2004-06-15 Thread Edwards, Thomas W.








Has anyone gotten this to work in setting it up using tls
for proftp? The module mod_tls is built into the core of proftpd, however the
example config doesnt seen to explain where the keys come from? Is
there another setup example of this anywhere besides the proftpd site which I am
missing?



Kinda lacking on docs that I can find on setting this up.





Thanks.








C Compiler

2004-05-25 Thread Edwards, Thomas W.
I am attempting to install mysql , while compiling I get an error that
says C Compiler cannot create executables?  Does this error sound
familiar?

I put the log below, is there another file necessary for this or is it a
permissions issue.  Thanks.
From Config Log:

configure:2619: checking for C compiler default output
configure:2622: gcc conftest.c  5
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
configure:2625: $? = 1
configure: failed program was:
| #line 2598 configure
| /* confdefs.h.  */
|
| #define PACKAGE_NAME 
| #define PACKAGE_TARNAME 
| #define PACKAGE_VERSION 
| #define PACKAGE_STRING 
| #define PACKAGE_BUGREPORT 
| #define PACKAGE mysql
| #define VERSION 4.0.20
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE pc-linuxlibc1
| #define MACHINE_TYPE i686
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2664: error: C compiler cannot create executables
See `config.log' for more details.