Code: Select all
<settings>
<setting id="nm.mode" value="1" />
<setting id="nm.dhcp" value="true" />
<setting id="nm.address" value="192.168.1.101" />
<setting id="nm.netmask" value="255.255.255.0" />
<setting id="nm.dns" value="192.168.1.1" />
<setting id="nm.gateway" value="192.168.1.1" />
<setting id="nm.force_update" value="false" />
<setting id="nm.uid.enable" value="true" />
<setting id="nm.search" value="local" />
<setting id="nm.wifi.dhcp" value="true" />
<setting id="nm.wifi.address" value="192.168.1.101" />
<setting id="nm.wifi.netmask" value="255.255.255.0" />
<setting id="nm.wifi.dns" value="192.168.1.1" />
<setting id="nm.wifi.gateway" value="192.168.1.1" />
<setting id="nm.wifi.ssid" value="* *** ********" /> /*I changed this myself to keep from having any
potential problems*/
<setting id="nm.wifi.security" value="4" />
<setting id="nm.wifi.key" value="**********" /> /*I also changed this */
<setting id="nm.wifi.adhoc" value="false" />
<setting id="nm.wifi.5GOnly" value="false" />
<setting id="nm.wifi.search" value="local" />
</settings>When I prepared the SD card, I used the python script found on the Raspbmc website which allowed me to enter information for a wireless network. Is there something that I have to change in a config file or something like that to allow it to work?Are you setting up Raspbmc for the first time? if so you can't do that via wireless as far as I remember it doesn't have connection info for your wireless security in the install setup.
Code: Select all
Bus 001 Device 008: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter