anyone has ever tried to use Planex GW-CF11H ( a prism3 card) on Zubuntu?
Do I need any specific drivers and settings on my C3200?
I'm a newbie and any help would be great :-)
remove
/etc/udev/rules.d/70-persistent-net.rulesin
/etc/modprobe.d/blacklistyou should have
blacklist orinoco
blacklist orinoco_cs
blacklist hermesthen reboot, if iwconfig outputs an
eth0 interface instead of a
wlan0 interface
delete those modules: in
/lib/modules/2.6.26-omegamoon.../kernel/drivers/net/wireless/orinoco* and then
hermes*and reboot
then iwconfig should return wlan0, if nothing is returned, do a
modprobe hostap_cs if module is not present in
lsmodthen just add to /etc/network/interfaces
allow-hotplug wlan0
#use this config if WEP
iface wlan0 inet dhcp
wireless_essid ACCESS_POINT_NAME
wireless_mode managed
wireless_key PASSWORD
#use this config if WPA
iface wlan0 inet static
wpa-ssid ACCESS_POINT_NAME
wpa-psk PASSWORD
address 10.0.0.20
netmask 255.255.255.0
gateway 10.0.0.1use dhcp or static, just merge the configuration that fits you
then
ifdown wlan0
ifup wlan0i don't know if firmware loads are required, i don't need it, my card fw are:
PRI: 1.1.0
STA: 1.7.4