Internet Connection/Troubleshooting
* Setup Ethernet/Wlan Device
* Setup WPA-PSK and WPA2-PSK Networks
* Browser Closed Unexpectedly
Setup Ethernet/Wlan Device
Debian automatically added a second device with the name eth1. Since eth0 doesn’t exist anymore, it’s safe to remove it and just change the name eth1 to eth0.
Press "ALT" + "F4" to close browser
"Leftclick" on desktop and select "Exit"
Close Openbox (Select Yes)
Login (username & password is "root")
Type: vim /etc/udev/rules.d/70-persistent-net.rules and press "Enter"
Press "Insert Key" and edit the following:
Remove two lines and change eth1 to eth0.
Example:
# PCI device 0x8086:0x100e (e1000)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="08:00:27:bc:85:01", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x8086:0x100e (e1000)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="08:00:27:bc:85:02", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
Change To:
# PCI device 0x8086:0x100e (e1000)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="08:00:27:bc:85:02", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
For wlan: Repeat the following and change wlan1 to wlan0
Press "Esc" Then Type ":wq" to save and press "Enter"
Type "Reboot" and press "Enter"
Once System Reboots it will automatically connect your device!
Setup WPA-PSK and WPA2-PSK Networks
Press "ALT" + "F4" to close browser
"Leftclick" on desktop and select "Exit"
Close Openbox (Select Yes)
Login (username & password is "root")
Type: vim /etc/network/interfaces and press "Enter"
Press "Insert Key" and edit the following:
auto wlan0
iface wlan0 inet dhcp
wpa-ssid your_network_name
wpa-psk your_network_password
Press "Esc" Then Type ":wq" to save and press "Enter"
Type "Reboot" and press "Enter"
Once System Reboots it will automatically connect to your Network!
Browser Closed Unexpectedly
"Leftclick" on desktop and select "Exit"
Close Openbox (Select Yes)
Login (username & password is "root")
Type "startx" and press "enter" to reboot browser