Sorry this is another "I cant get my Xmas pressie working and I am a linux total newbie" type question. I will try and give a few clues if I can, but like I say, my Linux experience is now about 2 hours
I have a TP-LINK Nano wireless dongle, that I cant get to work at all. I am using the recommended image that I think I have fully updated, I get this report
Code: Select all
pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.2.27+ #307 PREEMPT Mon Nov 26 23:22:29 GMT 2012 armv6l GNU/LinuxCode: Select all
pi@raspberrypi ~ $ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN AdapterI have changed a file /etc/network/interfaces to be as follows
Code: Select all
auto lo
iface lo inet loopback
iface eth0 inet dhcp
#allow-hotplug wlan0
#iface wlan0 inet manual
#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
#iface default inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wireless-essid XXXXXX
wireless-key s:YYYYYY
iface default inet dhcpwhere YYYY is my 64 bit WEP key I am using (most of the examples I found online use wpa2 so I could have got this bit wrong)
I can get my wired ethernet working ok, so that must be getting an IP address from my router OK. Also my wireless connection to my mobile phone works OK so that proves my router is able to hand out IP addresses over wireless.
However when I boot up my PI I can see it prints out messages saying it is sending out dhcp discover packets to FF:FF:FF etc, port 67, but it never gets an DHCP offer back.
Any ideas what I am doing wrong please ? I can try some more debugging type experiments if you explain in detail what I need to do.
Thanks for your time
Regards Geoff

