[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: help trouble shooting



On Thu, Aug 13, 2015 at 12:17:43PM -0500, John Olson wrote:
> Date: Thu, 13 Aug 2015 12:17:43 -0500
> From: John Olson <is1eep262@gmail.com>
> To: debian-user@lists.debian.org
> Subject: help trouble shooting

> says I need to install firmware for: *rtlwifi/rtl8192cfw.bin* and also
> *rtl_nic/rtl8105e-1.fw*
you installed firmware-realtek ?

> When I do install these pkgs via (synaptic manager) they install fine but
> do not show any available wireless.. only allows Ethernet connection.  I

you need to edit the file /etc/network/inerfaces 
for exemple like this:

auto eth0
allow-hotplug eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp
wpa-conf managed
wpa-ap-scan 1
wpa-sccan-ssid 1
wpa-ssid FOO
wpa-key-mgmt WPA-PSK
wpa-psk keyofFOO

and once this is done as root :

ifdown wlan0
ifup wlan0
or 
systemctl restart networking

hth.
-- 
Gerard
___________________________________________
*******************************************
*  Created with "mutt 1.5.23"		  *
*  under Debian Linux JESSIE version 8.1  *
*  Registered Linux User #388243	  *
*  https://Linuxcounter.net		  *
*******************************************


Reply to: