0

i am using raspberry pi 2 debian jessie ,my problem is that my wifi adapter does't work ,so i followed this tutorial edit my /etc/network/interfaces like this `

# interfaces(5) file used by ifup(8) and ifdown(8)
  2 # Include files from /etc/network/interfaces.d:
  3 source-directory /etc/network/interfaces.d
  4
  5 # uncomment the next 4 lines and set the correct wpa-ssid (network ssid) and
  6
  7 #iface wlan0 inet dhcp
  8
  9 auto eth0
 10 iface eth0 inet static
 11         address 192.168.5.104
 12         netmask 255.255.255.0
 13         gateway 192.168.5.5
 14         Bcast 192.168.5.255
 15
 16 allow-hotplug wlan0
 17 iface wlan0 inet static
 18         address 192.168.5.103
 19         netmask 255.255.255.0
 20         gateway 192.168.5.5
 21         Bcast 192.168.5.255
 22         wpa-ssid "YSR 3"
 23         wpa-psk "5588881234"

then disable dhcp and enable network and reboot , but i am still facing the same issue .but in tutorial he wrote systemctl stop dhcpcd.service at first when i tried i got this
systemctl stop dhcpcd.service Failed to stop dhcpcd.service: Unit dhcpcd.service not loaded

.

`

Balsam Qassem
  • 359
  • 1
  • 3
  • 9

0 Answers0