Bug 463852

Summary: PS3 wireless driver disabled in wpa_supplicant
Product: [Fedora] Fedora Reporter: Jacek Fedorynski <jfedor>
Component: wpa_supplicantAssignee: Dan Williams <dcbw>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dcbw
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-09-25 16:36:43 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 Jacek Fedorynski 2008-09-24 21:31:12 UTC
As of 0.6.4, wpa_supplicant includes a driver for the wifi chip in the PS3, thus allowing the use of WPA encryption on the platform. However, the driver is currently disabled in Fedora.

The fix should be as simple as adding CONFIG_DRIVER_PS3=y to the config file.

Comment 1 Dan Williams 2008-09-25 16:36:43 UTC
The WEXT driver should work correctly with the PS3 Gelic wireless driver as of 2.6.27 kernel and wpa_supplicant 0.6.4, both of which ship with rawhide.  The "ps3" wpa_supplicant driver is deprecated as it was used before the kernel had WEXT support for IW_ENC_CAPA_4WAY_HANDSHAKE.  Please let me know if the WEXT driver doesn't work by reopening this bug, and then we'll try to pin down where the problem is.

Comment 2 Jacek Fedorynski 2008-10-01 23:27:29 UTC
Indeed, in F10 Beta, WPA works out of the box. Thanks.