Thanks in advance,
I've bought a model A and am trying to set this up with a belkin wireless N150 USB adapter without the luxury of a connected monitor and keyboard. Per the articles I've read, I should be able to change the interfaces and wpa_supplicaant.conf files and have the device connect to the AP. Its not working. I mount the SD card and make the changes but when I boot up I see nothing. No errors and no messages. I added a "iwconfig wlan0 >> wlan.log" to rc.local and it shows the adapter loaded with no IP address.
Is there a way to increase the level of verbosity during boot up on the Pi so I can see whats going on? I've added "set VERBOSE=yes" to ~init.d/rcS but it doesn't appear to do anything.
[ 2.604373] usb 1-1: New USB device found, idVendor=050d, idProduct=945a
[ 2.614611] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.623974] usb 1-1: Product: Belkin USB Wireless Adaptor
[ 2.631460] usb 1-1: Manufacturer: Manufacturer Realtek
[ 2.638872] usb 1-1: SerialNumber: 00e04c000001
[ 3.648419] udevd[142]: starting version 175
[ 4.802282] r8712u: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.026159] r8712u: Staging version
[ 5.239030] r8712u: register rtl8712_netdev_ops to netdev_ops
Thanks,