Documentação do Slackware 3.5, algo bem antigo, esquece o que ele diz, não vem ao caso. Siga esta rotina de testes. Reinicie o NetworkManager, e deixe gravando um log, a seguir tente novamente se conectar, e depois pare a gravação dos logs apertando CTRL + C no terminal, depois por final envie o log, que estará no Desktop, para cá.
Reiniciando: sudo killall NetworkManager sudo NetworkManager Gravando o log: tail -n0 -f /var/log/syslog > ~/Desktop/syslog.log 2009/10/27 Nícolas Franco <[email protected]> > Olá pessoal > Estou instalando o Ubuntu 9.04 em uma maquina Desktop. > No final da instalação percebo que a placa de rede não foi instalada. > Modelo: AcerLAN ALN-325 > > Alguem poderia me ajudar com os procedimentos para instalação? > > > Obs: > encontrei este arquivo na net: > > ====================================================================== > ALN-325 10/100 Base-TX Fast Ethernet Adapter Driver > for Linux Slackware 3.50 (Kernel version: 2.1.10) > ====================================================================== > > Most Linux does not support network after installation, so recompiling > kernel is usually required to add networking capability. > > We suggest the following procedure to install ALN-325 on linux : > > step 1: make sure that kernel source code is included > (check /usr/src/linux) > > step 2: recompile kernel: > cd to /usr/src/linux, them type 'make menuconfig' > > select the following options(mark them as '*') > .Loadable module support->Enable loadable module support > .Networking options->TCP/IP networking > .Network device support->Ethernet(10 or 100Mbit) > .Network device support->Realtek 8129/8139 > (not 8019/8029!) support > > step 3: .after options are selected, exit and execute > make dep;make clean;make zImage; > .if no serious error happens, the new kernel 'zImage' will be in > /usr/src/linux/arch/i386/boot/zImage. > .copy this file to root. > .modify '/etc/lilo.conf' file to make system boot from this new > kernel image. > .run 'lilo' (Note: When you recompile kernel everytime, the > 'lilo' also must run everytime.) > .reboot > > > step 4: when system boots, the driver will be load. > (use 'dmesg' to check the boot message, you can see the string > "RealTek RTL8139". Here, Realtek is chip vendor.) > > step 5: run netconfig to setup TCP/IP > (run 'ifconfig' or 'netstat -i' to see if there is a interface > 'eth0') > > > -- End Of File -- > -- > Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece > > Lista de discussão Ubuntu Brasil > Histórico, descadastramento e outras opções: > https://lists.ubuntu.com/mailman/listinfo/ubuntu-br > -- Daniel de Souza Telles Sharing is caring! 0 1 0 0 0 1 1 1 1 -- Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece Lista de discussão Ubuntu Brasil Histórico, descadastramento e outras opções: https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

