If you are trying to get a device working with ndiswrapper, please help ndiswrapper project wiki by contributing your findings. See HowToContribute
Difference between revisions of "Acer Aspire 1524WLMi"
(Created page with '{{Device_Report|Acer Aspire 1524WLMi 54mbps|INPROCOMM IPN 2220 a/b/g Wireless LAN Adapter (rev 01)|17fe:2220|ftp://ftp.support.acer-euro.com/notebook/aspire_1360/driver/80211g.zi…') |
|||
Line 2: | Line 2: | ||
Work fine under managed and had-hoc mode. But I can't set the ESSID name... So I just let the default value on/off ;p (Fedora Core 3) | Work fine under managed and had-hoc mode. But I can't set the ESSID name... So I just let the default value on/off ;p (Fedora Core 3) | ||
+ | |||
+ | Tested with Ndiswrapper 1.4-rc2 and driver from planetamd64.com (and the official driver from Acer works, too) | ||
+ | |||
+ | Works correctly with 64bit system with open access, encryption works (with wpa_supplicant) at least for WPAPSK + TKIP. Other methods untested | ||
+ | |||
+ | BUS=="usb", SYSFS{idProduct}=="001b", SYSFS{idVendor}=="0baf", PROGRAM="/bin/sh -c 'echo 1 > /sys/%p/device/bConfigurationValue'" | ||
+ | |||
+ | to /etc/udev/rules.d/z25_local_rules file and restart udev. | ||
+ | |||
+ | Replace idProduct and idVendor as appropriate; for USR5421, 'lsusb' shows 001b (idProduct) and 0baf (idVendor). | ||
[[Category:Acer]] | [[Category:Acer]] | ||
[[Category:Laptop]] | [[Category:Laptop]] | ||
[[Category:WORKS]] | [[Category:WORKS]] |
Latest revision as of 08:05, 21 November 2010
Acer Aspire 1524WLMi 54mbps
- Chipset: INPROCOMM IPN 2220 a/b/g Wireless LAN Adapter (rev 01)
- Device ID: 17fe:2220
- Driver: ftp://ftp.support.acer-euro.com/notebook/aspire_1360/driver/80211g.zip
Info
Work fine under managed and had-hoc mode. But I can't set the ESSID name... So I just let the default value on/off ;p (Fedora Core 3)
Tested with Ndiswrapper 1.4-rc2 and driver from planetamd64.com (and the official driver from Acer works, too)
Works correctly with 64bit system with open access, encryption works (with wpa_supplicant) at least for WPAPSK + TKIP. Other methods untested
BUS=="usb", SYSFS{idProduct}=="001b", SYSFS{idVendor}=="0baf", PROGRAM="/bin/sh -c 'echo 1 > /sys/%p/device/bConfigurationValue'"
to /etc/udev/rules.d/z25_local_rules file and restart udev.
Replace idProduct and idVendor as appropriate; for USR5421, 'lsusb' shows 001b (idProduct) and 0baf (idVendor).