Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 244851

Summary: sys-apps/openrc: oldnet does not support ESSIDs containing a hyphen/dash/or space
Product: Gentoo Linux Reporter: michael <michael>
Component: [OLD] UnspecifiedAssignee: OpenRC Team <openrc>
Status: RESOLVED INVALID    
Severity: minor CC: enrico.tagliavini, mobile+disabled
Priority: Normal    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard: openrc:oldnet
Package list:
Runtime testing required: ---

Description michael@smith-li.com 2008-10-29 02:52:33 UTC
I used to have 'blackwell-g' as my home network ssid: Here is my old /etc/conf.d/net:

config_eth0=( "dhcp" )
preferred_aps_eth0=( "blackwell-g" )
iwpriv_blackwell-g=( "set_alg 3" )
# syntax error near unexpected token `s:xxxxx enc open" )'
key_blackwell-g=( "s:xxxxx enc open" ) 

When I reconfigured my wireless network with the SSID 'blackwellg', and used the same exact configuration with the hyphen removed, the network connected fine.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-09-21 16:51:10 UTC
*** Bug 338044 has been marked as a duplicate of this bug. ***
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-04-08 06:04:04 UTC
Please read the 'WIRELESS SSID IN VARIABLES' section in net.example.

config_eth0=( "dhcp" )
preferred_aps_eth0=( "blackwell-g" )
iwpriv_blackwell_g=( "set_alg 3" )
key_blackwell_g=( "s:xxxxx enc open" )