fabricioten
(usa Debian)
Enviado em 22/06/2020 - 00:26h
Olá, pessoal...
Estou retornando ao Slackware (14.2).
Instalei no meu notebook HP G42 de 10 anos atrás (que está funcionando uma beleza com ssd novo!).
Após instalação, utilizei o driver wireless realtek que estava guardado e que funcionou na época que eu usava o Slackware neste notebook (rtl8192se).
Fiz o seguinte...
-Coloquei o arquivo compactado (tar.gz) na minha home... e:
# tar -zxvf rtl8192se_linux_2.6.0019.1207.2010
# cd rtl8192se_linux_2.6.0019.1207.2010/
# make
make[1]: Entering directory '/usr/src/linux-4.4.227'
gcc: error: /lib/modules/4.4.227-smp/build/include/linux/autoconf.h: Arquivo ou diretório não encontrado
gcc: fatal error: no input files
compilation terminated.
scripts/Makefile.build:49: *** CFLAGS was changed in "/home/fabricio/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192/Makefile". Fix it to use ccflags-y. Pare.
Makefile:1450: recipe for target '_module_/home/fabricio/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192' failed
make[1]: *** [_module_/home/fabricio/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192] Error 2
make[1]: Leaving directory '/usr/src/linux-4.4.227'
Makefile:24: recipe for target 'all' failed
make: *** [all] Error 2
Nem continuei com '# make install' depois dos erros acima...
Alguma dica para os erros?
Tinha procurando um tempão por esse driver pela internet e nada... foi quando por acaso achei ele guardado num hd externo... fiquei feliz em achá-lo mas quando usei deu bronca...
Sim... antes de tentar fazer ele funcionar, instalei previamente o "wicd" do pacote "Extra" do dvd do Slack.
Primeiramente desabilitei o NetworkManager:
# sh /etc/rc.d/rc.networkmanager stop
# chmod -x /etc/rc.d/rc.networkmanager
E depois de instalar o wicd:
# chmod +x /etc/rc.d/rc.wicd
# sh /etc/rc.d/rc.wicd start
Resposta:
Starting wicd daemon
Tudo ok...
Reiniciei...
Verifiquei que o wicd estava presente... só que nada de detectar rede...
Dei:
# iwconfig
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry short limit:7 RTS thr=2347 B Fragment thr:off
Encryption key:off
Power Management:on
lo no wireless extensions.
eth0 no wireless extensions.
Tentei:
# iwlist wlan0 scan
wlan0 Interface doesn't support scanning : Network is down
# ifconfig wlan0 up
SIOCSIFFLAGS: Operation not possible due to RF-kill
Então dei novamente:
# iwlist wlan0 scan
wlan0 Interface doesn't support scanning : Network is down
Naaaada...
Posso continuar tendo esperança?
Agradeço desde já toda atenção recebida...