Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Thanks Lenard for all of your insights! I installed wpa_supplicant without issue but ran into errors when trying to connect. I forwarded my output to the author.
[root@localhost ~]# wpa_supplicant -ddK -ieth1 -c/etc/wpa_supplicant.conf -Dmadwifi
Initializing interface 'eth1' conf '/etc/wpa_supplicant.conf' driver 'madwifi' ctrl_interface 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
Line: 74 - start of a new network block
Line 75: failed to parse ssid '\"Woodard\"'.
Line 75: failed to parse ssid '\"Woodard\"'.
scan_ssid=1 (0x1)
proto: 0x1
key_mgmt: 0x2
pairwise: 0x18
group: 0x1e
PSK - hexdump(len=32): 24 d4 67 4f e5 de 2c 83 45 96 35 15 31 8e d4 85 c9 89 c9 7a 3d 64 70 05 d4 5e 59 e3 c6 04 45 8e
Line 83: failed to parse network block.
Failed to read read or parse configuration '/etc/wpa_supplicant.conf'.
Failed to add interface eth1
Cancelling scan request
[root@localhost ~]#
I read the manual pages for wpa_supplicant and discovered that my driver, ipw3945d is indeed not supported. So I reconfigured my wireless network for WEP 64-bit and now I can connect to the internet. It appears that WEP is the protocol of choice for my network driver. However, I still would like to figure out how to make WPA2 Personal work. Maybe there will be an update to wpa_supplicant in the future.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.