Bug 215367

Summary: wireless install fails
Product: [Fedora] Fedora Reporter: Sean Dilda <agrajag>
Component: anacondaAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: linville, psj
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-28 19:40:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sean Dilda 2006-11-13 18:03:50 UTC
I have an IBM T40 with a Cisco AIRONET wireless card.

I tried to install anaconda.  I selected an HTTP install.  For my network
device, I chose the 'AIRONET Wireless Communications Cisco Aironet Wireless 802.11b'


I'm then presented with a screen for 'Wireless Settings'.  The first field is
for ESSID.  Its already filled in with the current contents:
ami33333333333333333333333333<CC><CC><CC>^Q_
The cursor is under the first '<'.  Also, the pre-filled in text extends beyond
the window and into the blue part of the screen.

Hitting backspace in this field does nothing and trying to input data causes a beep.

As I'm unable to set the ESSID, I'm unable to continue with the install.

Comment 1 Jeremy Katz 2006-11-16 19:41:44 UTC
You can probably workaround this by booting with 'essid=foo' on the kernel
command line.

The fix is that we should probably initialize things better in
isys/wireless.c:get_essid()

Comment 2 Paul Jenner 2006-11-18 20:55:37 UTC
I see the same issue here.

<ctrl>-U clears the ESSID field in the dialogue and allows me to enter my own
but then it appears not to connect to the network (still investigating but at
least DHCP does not work).

Booting installer with "linux essid=foo" did nothing for me - the wireless
settings dialogue still showed the ami3333 text reported.

Comment 3 David Cantrell 2006-11-28 19:40:44 UTC
Unitialized structures lead to pain and suffering.  Committed to devel branch. 
Thanks.

Comment 4 David Cantrell 2006-11-28 19:41:10 UTC
And see, what I meant to say was _uninitialized_.

Comment 5 Jeremy Katz 2007-01-04 21:37:12 UTC
*** Bug 221415 has been marked as a duplicate of this bug. ***