OK, I will give it a try.greatdane wrote:Connectify will allow you to SSH into the Raspi from Win7
In a terminal use the commandchrisdlangton wrote:@OP
I used your script everything seemed great UNTIL the reboot (shutdown).
I expected to be connected, but now i have no eth0 or wlan0
I see your script disables eth0, why?? is it necessary?
How do i re-enable eth0 by reversing the changes your script made, concisely and via the terminal lease.
Contact me by email if you need to, admin (at) chrisdlangton (dot) com
I attempted to figure out your script but its not my language so i thought my best bet is eitehr ask you or reformat!
Code: Select all
sudo ifup eth0
Sorry, i forgot to mention that i had tried that, but it was not successful.MrEngman wrote:In a terminal use the commandchrisdlangton wrote:@OP
I used your script everything seemed great UNTIL the reboot (shutdown).
I expected to be connected, but now i have no eth0 or wlan0
I see your script disables eth0, why?? is it necessary?
How do i re-enable eth0 by reversing the changes your script made, concisely and via the terminal lease.
Contact me by email if you need to, admin (at) chrisdlangton (dot) com
I attempted to figure out your script but its not my language so i thought my best bet is eitehr ask you or reformat!and it should turn the ethernet back on.Code: Select all
sudo ifup eth0
Sounds like you need an updated driver.Paul_L wrote:Today I made a apt-get upgrade on my Wheezy on which my Edimax Nano wireless was installed and working ( the upgrade was done on wireless connection ). There are some kernel upgrades and even the kernel has the same version 3.1.9+ I have another modules structure under /lib/modules . I copied my 8192cu.ko module on the correct place, run depmod -a and now the module is complaining on many lines on the version of symbols. Tried even with the module issued on 02.07 and the same . It has to be compiled a new module ?
Code: Select all
uname -v
Code: Select all
sudo install -p -m 644 8192cu.ko /lib/modules/3.1.9+/kernel/drivers/net/wireless
sudo depmod -a
sudo /etc/init.d/networking restart
Code: Select all
sudo wget http://dl.dropbox.com/u/80256631/8192cu-latest.tar.gz
tar-zxf 8192cu-latest.tar.gz
sudo install -p -m 644 8192cu.ko /lib/modules/3.1.9+/kernel/drivers/net/wireless
sudo depmod -a
sudo /etc/init.d/networking restart
What image are you using?tonywig wrote:Complete beginner.
Followed instructions to the letter (as far as I can see).
Used wired network approach.
Now have a kernel panic - not syncing: Fatal exception in interrupt.
Any ideas as to what I might be able to do ?
Thanks
I had the DHCP behaviour when I used the adapter plugged directly into the Pi with the problem going away when I moved it to a powered hub.DavyC wrote: I followed the above instructions and it almost works for me, except my subnet mask on the home network is 255.255.254.0. When the Pi sends out a DHCP request, it's getting no response.
Does anyone know which file I need to amend?
Code: Select all
iface wlan0 inet static
address 192.168.50.7
gateway 192.168.50.1
netmask 255.255.255.0
wpa-ssid "ssid-name"
wpa-psk "passcode"
You can use wpa_supplicant to do this. You will need to make a configuration file for wpa_supplicant, wpa_supplicant.conf in directory /etc/wpa_supplicant, and edit the file /etc/network/interfaces to use wpa_supplicant.Antimus wrote:How would I add a second wireless channel? I have this at work and home and would like to use it in both locations.
Thanks,
Code: Select all
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=2
network={
ssid="NETWORK1"
key_mgmt=WPA-PSK
proto=RSN
pairwise=CCMP TKIP
group=CCMP TKIP
psk="PASSWORD1"
}
network={
ssid="NETWORK2"
key_mgmt=WPA-PSK
proto=RSN
pairwise=CCMP TKIP
group=CCMP TKIP
psk="PASSWORD2"
}
Code: Select all
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Code: Select all
[email protected]:~$ sudo ifup wlan0
ioctl[SIOCSIWAP]: Operation not permitted
Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/wlan0/80:1f:02:60:f9:ef
Sending on LPF/wlan0/80:1f:02:60:f9:ef
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
Code: Select all
ioctl[SIOCSIWAP]: Operation not permitted
Is that Debian6-19-04-2012?allcardr wrote:OK, I've tried everything I can here but still get the following errro when running the script on Debian:
- Invalid response, enter U, E or A
read: 154: Illegal option -n
it just loops and loops!
Help!
If you've read the instructions and you have a wired internet connection the only file you need is the script! So no need to copy files to the SD card other than the script.jbracegirdle wrote:I'm sorry if this has been asked before but I've tried searching for the answer and my head is starting to hurt. I followed the instructions here: http://dl.dropbox.com/u/80256631/install-rtl8188cus.txt
I copied the files onto the boot partition and ran the script with Ethernet connected and a fresh copy of the official Debian image (http://downloads.raspberrypi.org/images ... 4-2012.zip)
I keep getting:I tried to configure wpa_supplicant like the post above (and lots of other search results) after running the script wpa_supplicant.conf does not exist, so I created it. I've tried this process with a fresh Debian image a few times now, with a WPA2 network and an open network. For the open network I used my mobile phone it gave the same results but without the lineCode: Select all
[email protected]:~$ sudo ifup wlan0 ioctl[SIOCSIWAP]: Operation not permitted Internet Systems Consortium DHCP Client 4.2.2 Copyright 2004-2011 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/wlan0/80:1f:02:60:f9:ef Sending on LPF/wlan0/80:1f:02:60:f9:ef Sending on Socket/fallback DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
Code: Select all
ioctl[SIOCSIWAP]: Operation not permitted
The blue light on my Edimax EW-7811Un is on but it's not connecting.
Any ideas where I'm going wrong?
Code: Select all
ifup --force wlan0
Code: Select all
Installing the new wifi driver.
The script will now terminate and the Raspberry Pi will REBOOT.
Code: Select all
[email protected]:~$ sudo ifup --force wlan0
Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/wlan0/80:1f:02:60:f9:ef
Sending on LPF/wlan0/80:1f:02:60:f9:ef
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
I'm running Debian 19-04-2012.by MrEngman » Sat Jul 14, 2012 3:14 pm
tonywig wrote:
Complete beginner.
Followed instructions to the letter (as far as I can see).
Used wired network approach.
Now have a kernel panic - not syncing: Fatal exception in interrupt.
Any ideas as to what I might be able to do ?
Thanks
What image are you using?
Is this while running the script or when rebooting? If during rebooting you'll probably need to re-install the image. It may be possible to recover by running a disk check if you can get the SD card to boot but I'm not sure. My Linux knowledge is limited.