From owner-freebsd-config Tue Mar 21 15:34:57 2000 Delivered-To: freebsd-config@freebsd.org Received: from piglet.dstc.edu.au (piglet.dstc.edu.au [130.102.176.1]) by hub.freebsd.org (Postfix) with ESMTP id 17EBA37BFA4 for ; Tue, 21 Mar 2000 15:34:50 -0800 (PST) (envelope-from ggm@dstc.edu.au) Received: from asuncion.dstc.edu.au (asuncion.dstc.edu.au [130.102.176.155]) by piglet.dstc.edu.au (8.9.3/8.9.3) with ESMTP id JAA31470 for ; Wed, 22 Mar 2000 09:34:43 +1000 (EST) Received: (from ggm@localhost) by asuncion.dstc.edu.au (8.9.3+Sun/8.8.8) id JAA00416 for freebsd-config@freebsd.org; Wed, 22 Mar 2000 09:34:43 +1000 (EST) Date: Wed, 22 Mar 2000 09:34:43 +1000 (EST) From: George Michaelson Message-Id: <200003212334.JAA00416@asuncion.dstc.edu.au> To: freebsd-config@freebsd.org Subject: install/fixit floppies need wicontrol for WaveLAN Sender: owner-freebsd-config@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /usr/sbin/wicontrol is 88k static linked. Probably less if integrated into a /stand merge-binary. Without wicontrol, you cannot set post-PCMCIA initialization parameters for the wi0 driver to bring it live. Even though ifconfig can 'probe' wi0, if you can't set MAC address and encryption and wireless encoding/datarate options, in some locked-down wireless networks, wi is useless. If its too big to add to the code in /stand, then adding it to fixit and README/INSTALL instructions would help. A more general suggestion for README/INSTALL: What to do if is missing for you to hack around install problems: If you have another running FreeBSD machine and some program or datafile is viable to run if only it was on the install or fixit floppy, then as long as you have a working 1.44Mb or other floppy drive, you can transfer it by using a raw floppy as a virtual 'tape' device. 1) launch shell 2) on source machine, tar cBpf /dev/fd0 3) on installing machine, remove mfsroot or fixit floppy 4) cd /tmp; cpio -I /dev/fd0 -i 5) the program or data you need is now in /tmp/. 6) if its over 1.44Mb, then you will need to reassemble the file on the destination machine which may be a problem without tools like dd/cat. I suggest cutting with tar because 99% of users use tar and not CPIO in daily working life. They may be able to cut a tarfile on another box to raw media as well as doing it this way. There is probably some issues with doing this, but for the example above, it worked for me! cheers -George To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-config" in the body of the message From owner-freebsd-config Tue Mar 21 17:15:49 2000 Delivered-To: freebsd-config@freebsd.org Received: from piglet.dstc.edu.au (piglet.dstc.edu.au [130.102.176.1]) by hub.freebsd.org (Postfix) with ESMTP id 6D06437C068 for ; Tue, 21 Mar 2000 17:15:45 -0800 (PST) (envelope-from ggm@dstc.edu.au) Received: from asuncion.dstc.edu.au (asuncion.dstc.edu.au [130.102.176.155]) by piglet.dstc.edu.au (8.9.3/8.9.3) with ESMTP id LAA12045 for ; Wed, 22 Mar 2000 11:15:43 +1000 (EST) Received: (from ggm@localhost) by asuncion.dstc.edu.au (8.9.3+Sun/8.8.8) id LAA00894 for freebsd-config@freebsd.org; Wed, 22 Mar 2000 11:15:42 +1000 (EST) Date: Wed, 22 Mar 2000 11:15:42 +1000 (EST) From: George Michaelson Message-Id: <200003220115.LAA00894@asuncion.dstc.edu.au> To: freebsd-config@freebsd.org Subject: floppy kernel doesn't drive WaveLAN? Sender: owner-freebsd-config@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I get wi0: tx buffer overflow and no dataflow. but the true GENERIC kernel off the CD, post install, works fine. -George To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-config" in the body of the message