chill wrote: 
> Does the screen look better after a reboot?


I don't know yet, I've been doing the wireless install.

I have got this far before



Code:
--------------------
    joggler@joggler:~$ wpa_passphrase PLUSNET-P7HKNN ********* | sudo tee 
/etc/wpa_supplicant.conf
  network={
  ssid="PLUSNET-P7HKNN"
  #psk="+++++++"
  psk=4014411e54b751894f91b7fde225a4351fca2e9d4bb9db8d0e1a25ed37b3dc44
  }
  joggler@joggler:~$ sudo wpa_supplicant -c /etc/wpa_supplicant.conf -i wlan0
  Successfully initialized wpa_supplicant
  nl80211: 'nl80211' generic netlink not found
  Failed to initialize driver 'nl80211'
  joggler@joggler:~$
--------------------


A quick search found this

> 
wpa_supplicant does not directly use wireless device drivers, and
> the version of Linux kernel being used is important. Check output from
> running wpa_supplicant in a terminal for its supported drivers.
> 
> Older kernels and drivers expect wpa_supplicant -Dwext; newer kernels
> and drivers are cfg80211-based. Look for cfg80211 when running: lsmod |
> grep ath9k
> 
> wpa_supplicant in Ubuntu 14.04.2 uses -Dnl80211 to communicate with
> cfg80211.
> 
> 
> 
> 

but that's enough for today I'll reboot and let you know.


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=110040

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to