Re: Network settings for IPaq (Fixed IP-address and Orinoco's WLAN-card)

From: <Mika.Laitio.a.t.sysline.com>
Date: Wed Aug 15 2001 - 10:34:45 EDT

Thanks, one thing lesser to configure. sshd-configuration didn't however
solve my wireless networking problems.
After booting Familiar with Orinoco's wlan-card I see following texts...

Configuring network interfaces: done.
Starting PCMCIA services: modulesLinux PCMCIA Card Services 3.1.22
  options: [pm]
SA-1100 PCMCIA (CS release 3.1.22)
bitsy_pcmcia_configure_socket: socket=0 vcc=50 vpp=50 reset=0
bitsy_pcmcia_configure_socket: socket=0 vcc=50 vpp=50 reset=1
bitsy_pcmcia_configure_socket: socket=0 vcc=50 vpp=50 reset=0
 cardmgr.
cardmgr[59]: starting, version is 3.1.20
cardmgr[59]: watching 2 sockets
cardmgr[59]: Card Services release does not match
cardmgr[59]: initializing socket 0
cardmgr[59]: socket 0: Lucent Technologies WaveLAN/IEEE Adapter
cardmgr[59]: executing: 'modprobe wvlan_cs'
wvlan_cs: WaveLAN/IEEE PCMCIA driver v1.0.6
wvlan_cs: (c) Andreas Neuhaus <andy@fasta.fh-dortmund.de>
expr: not found
Starting OpenBSD Secure Shell server: sshdbitsy_pcmcia_configure_socket:
socket=
0 vcc=50 vpp=0 reset=0
bitsy_pcmcia_configure_socket: socket=0 vcc=50 vpp=0 reset=0
wvlan_cs: index 0x01: Vcc 5.0, irq 42, io 0xf6000000-0xf600003f
wvlan_cs: Registered netdevice eth0
wvlan_cs: MAC address on eth0 is 00 02 2d 09 63 2d
error: Could not load DSA host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 2
.
cardmgr[59]: executing: './network start eth0'

familiar login: cardmgr[59]: + Operation failed.

Is this reason why I can not get wlan configured. If it give following
commands (my ip 194.197.60.193, netmask 255.255.255.128, gateway
194.197.60.129)

     ifconfig eth0 194.197.60.193 netmask 255.255.255.128 up
     route add -net 194.197.60.0 netmask 255.255.255.128 eth0
     route add default gw 194.197.60.129 eth0

ping to my gateway does not work... (I can however ping my own address
194.197.60.193)
Is there any methods to check whether the problem is my wlan or in my
ifconfig and route-commands?

Mika

                                                                                                                                               
                    "Oliver
                    Wardell" To: Mika.Laitio@sysline.com
                    <odw199@ecs.so cc:
                    ton.ac.uk> Subject: Re: [Familiar] Network settings for IPaq (Fixed IP-address and Orinoco's WLAN-card)
                    Sent by:
                    odw199@ecs.sot
                    on.ac.uk
                                                                                                                                               
                                                                                                                                               
                    15.08.2001
                    16:03
                    Please respond
                    to odw199
                                                                                                                                               
                                                                                                                                               

OK, the problem with sshd is that it has no keys available. To set it up so
that it can use protocol version 1 (only version 1 but it should work fine)
you need to cd into /usr/bin and type ssh-keygen -f /etc/ssh/ssh_host_key

That should generate the keys needed for protocol version 1 whichy allows
you to use ssh...
Received on Wed Aug 15 07:28:11 2001

This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:38:29 EDT