1
Users / Re: Decisions on Core + MD or Hybrid approach
« on: January 12, 2010, 07:47:14 pm »
Ok. So I'm completely green on this Linux stuff but I did manage to get the wireless working:
Install LMCE normally using ETH0 (hardwired) as internet connection.
After install:
- Swap interfaces.
- Create file /etc/wpa_supplicant.conf. The contents looks like this for my wireless setup:
network={
scan_ssid=1 # only necessary if SSID is hidden
ssid="MySSID"
proto=WPA
key_mgmt=WPA-PSK
psk="MyPSK"
}
Test if the wireless associates by: sudo wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf
(I had to play with this for a while to get it to work)
- Add this line to /etc/network/interfaces.conf immediately below "iface wlan0 inet dhcp"
wpa-conf /etc/wpa_supplicant.conf
- Reboot
If all was correct then WLAN0 should now be your internet connection and ETH0 should be the LMCE network. It works great.
So far I'm really impressed with these Zotac 330s.
Install LMCE normally using ETH0 (hardwired) as internet connection.
After install:
- Swap interfaces.
- Create file /etc/wpa_supplicant.conf. The contents looks like this for my wireless setup:
network={
scan_ssid=1 # only necessary if SSID is hidden
ssid="MySSID"
proto=WPA
key_mgmt=WPA-PSK
psk="MyPSK"
}
Test if the wireless associates by: sudo wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf
(I had to play with this for a while to get it to work)
- Add this line to /etc/network/interfaces.conf immediately below "iface wlan0 inet dhcp"
wpa-conf /etc/wpa_supplicant.conf
- Reboot
If all was correct then WLAN0 should now be your internet connection and ETH0 should be the LMCE network. It works great.
So far I'm really impressed with these Zotac 330s.