[lwlan-user] Re: [lwlan-user]: USB WLAN and SuSE 8.2
Denzen, Carl van
linux-wlan-user@lists.linux-wlan.com
Thu, 3 Jul 2003 16:56:10 +0200
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_000_01C34173.42596468
Content-Type: text/plain;
charset="iso-8859-1"
Hello list,
There is still a problem in the -pre9 scripts. I patched it to NOT fail on a
failed download (I put a # before the "return 1").
Another patch I made was to put HAS_HOTPLUG=n somewhere. This way, the
initialisation is done by the /etc/init.d/wlan script itself.
I still have one problem: ifup is run before the /etc/init.d/wlan script, so
wlan doesn't come up automatically after a system start. I will try to solve
this by putting ifup $1 in the script "shared", but that is not a very nice
solution I think.
It would also be nice to change the fwload in the "shared" script into
something like this:
if [ ! -x $blabla_fwload ] ; then # no executable for firmware download
available
$ECHO Info: no wlan download program available: $blabla_fwload
else
if ! $blabla_fwload ; then
result=$? # ?????
$ECHO Error: wlan download failed
else
$ECHO wlan download succeeded
fi
fi
I once had a problem with the $ECHO definition. Maybe the check on this
should not be "-n $ECHO" but the more widely used ' "$ECHO" = "" '.
David, I did not forget the modules.conf entries.
Documentation could be better:
- what is firmware version? I see three versions.
- say something about kernel versions, usbfs and firmware versions
- say something about hotplugging and usb (I still think usb hotplugging for
wlan doesn't work at all, but maybe I am mistaken)
The prism2_usb and p80211 could give some hints on errors. I spent a lot of
hours experimenting and seeing the timeout errors. A hint about usbfs would
be nice (or are there many other possible reasons for this error?).
Carl.
_____________________________________________________
Carl van Denzen
Applicatie Consultant
Getronics Care Services BV
Lijnbaan 32
Postbus 16209
2500 BE Den Haag
Tel.: 013 537 1571
Fax: 013 537 1555
E-mail: Carl.vanDenzen@getronics.com
www.getronics.nl
The information transmitted is intended only for use by the addressee and
may contain confidential and/or privileged material. Any review,
re-transmission, dissemination or other use of it, or the taking of any
action in reliance upon this information by persons and/or entities other
than the intended recipient is prohibited. If you received this in error,
please inform the sender and/or addressee immediately and delete the
material. Thank you.
<<Carl van Denzen (E-mail).vcf>>
------_=_NextPart_000_01C34173.42596468
Content-Type: application/octet-stream;
name="Carl van Denzen (E-mail).vcf"
Content-Disposition: attachment;
filename="Carl van Denzen (E-mail).vcf"
BEGIN:VCARD
VERSION:2.1
N:van Denzen;Carl
FN:Carl van Denzen (E-mail)
TEL;WORK;VOICE:+31 013 - 5 371 571
EMAIL;PREF;INTERNET:Carl.vanDenzen@Getronics.com
REV:20030204T154037Z
END:VCARD
------_=_NextPart_000_01C34173.42596468--