Bug 12540 - Wireless Security set to none will prevent connection
: Wireless Security set to none will prevent connection
Status: RESOLVED FIXED
Product: SB Radio
Classification: Unclassified
Component: Networking
: Include FW version in comment
: PC All
: -- normal (vote)
: MP
Assigned To: Felix Mueller
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-26 08:30 UTC by James Richardson
Modified: 2009-09-08 09:13 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Richardson 2009-06-26 08:30:11 UTC
When the wireless security mode an any AP is set to NONE, then Baby fails to connect properly.  See following Serial data
============================================
zcip: iface eth0 is down
eth0: enable RMII gasket
eth0: config: auto-negotiation on, 100FDX, 100HDX, 10FDX, 10HDX.

starting pid 973, tty '': '/bin/sh'
/bin/sh: can't access tty; job control turned off
# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:04:20:26:01:2E
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Base address:0x8000

eth1      Link encap:Ethernet  HWaddr 00:04:20:26:01:2E
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:304 errors:0 dropped:0 overruns:0 frame:0
          TX packets:82 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:102330 (99.9 KiB)  TX bytes:2961 (2.8 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:24 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1992 (1.9 KiB)  TX bytes:1992 (1.9 KiB)

# cat /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
update_config=1
# cat /etc/network/interfaces
auto lo
iface lo inet loopback

iface eth0 inet dhcp
        script /etc/network/udhcpc_action

mapping wlan0
        script /etc/network/if_mapping

auto eth1=linksys
#
====================================
Comment 1 Felix Mueller 2009-06-30 07:43:41 UTC
*** Bug 12596 has been marked as a duplicate of this bug. ***
Comment 2 Felix Mueller 2009-06-30 07:46:19 UTC
Works here with r6277 and Level One WBR-6001 AP and no encription.
Comment 3 James Richardson 2009-06-30 09:29:54 UTC
I will retest today with 6297
Comment 4 James Richardson 2009-07-08 13:53:03 UTC
r6430 does address this issue.  Should we close it as fixed or wait for newer drivers?

Deferring bug to MP till a decision is made.
Comment 5 Felix Mueller 2009-07-10 16:04:21 UTC
Fixed with wireless driver set to not use power save mode.