Mailinglist Archive: opensuse-bugs (6113 mails)
| < Previous | Next > |
[Bug 288748] wireless ipw3945 not set up by ifup-wireless
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 1 Jul 2007 11:23:29 -0600 (MDT)
- Message-id: <20070701172329.B54DACC78D@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=288748#c4
Casual J. Programmer <casualprogrammer@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |casualprogrammer@xxxxxxxxx
Status|NEEDINFO |NEW
Info Provider|casualprogrammer@xxxxxxxxx |
--- Comment #4 from Casual J. Programmer <casualprogrammer@xxxxxxxxx> 2007-07-01 11:23:28 MST ---
Installation source is openSuSE 10.3 alpha 5 DVD as well as
download.opensuse.org/distribution/SL-OSS-factory/inst-source/
I fixed it for my installation by using
if [ "$WIRELESS" != yes -a "$HWD_DRIVER" != ipw3945 ]; then
instead of
if [ "$WIRELESS" != yes -a "$HWD_INTERFACETYPE_0" != wlan ]; then
If this is "invalid" (i.e. based on the wrong assumption it should be working)
then there should at least be a notice in the YaST Network Devices setup to
that end.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Casual J. Programmer <casualprogrammer@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |casualprogrammer@xxxxxxxxx
Status|NEEDINFO |NEW
Info Provider|casualprogrammer@xxxxxxxxx |
--- Comment #4 from Casual J. Programmer <casualprogrammer@xxxxxxxxx> 2007-07-01 11:23:28 MST ---
Installation source is openSuSE 10.3 alpha 5 DVD as well as
download.opensuse.org/distribution/SL-OSS-factory/inst-source/
I fixed it for my installation by using
if [ "$WIRELESS" != yes -a "$HWD_DRIVER" != ipw3945 ]; then
instead of
if [ "$WIRELESS" != yes -a "$HWD_INTERFACETYPE_0" != wlan ]; then
If this is "invalid" (i.e. based on the wrong assumption it should be working)
then there should at least be a notice in the YaST Network Devices setup to
that end.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |