Foro de elhacker.net

Sistemas Operativos => GNU/Linux => Mensaje iniciado por: bomba1990 en 13 Junio 2011, 04:27 am



Título: instalar tarjeta wireless en debian squeeze
Publicado por: bomba1990 en 13 Junio 2011, 04:27 am
Hola, acabo de isntalar debia 6 en mi laptop, y todo fino, el unico rollo es con la tarjeta de sonido y la tarjeta wireless, pero como soy medio nuevo no e logrado hacerlo ni se como voy.

Ahora bien leyendo tutos por internet consegui este, pero pregunto hay que intalar las linux header?
lo otro es que hago make, o make instal, y no los reconoce como comando, ademas me descargue el driver, que debo hacer para intalarlo?

http://www.taringa.net/comunidades/gnudeb/1911239/%5BTutorial%5D-Driver-para-Realtek-RTL8191SE-en-Debian-Squeeze.html (http://www.taringa.net/comunidades/gnudeb/1911239/%5BTutorial%5D-Driver-para-Realtek-RTL8191SE-en-Debian-Squeeze.html)


este es el resultado de lspci, por si les sirve:

Citar
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller (rev 10)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)


Título: Re: instalar tarjeta wireless en debian squeeze
Publicado por: Slava_TZD en 13 Junio 2011, 07:46 am
Descarga el driver: http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=48&PFid=48&Level=5&Conn=4&DownTypeID=3&GetDown=false&Downloads=true#RTL8192SE

# = root
$ = tu user

Código:
# aptitude install build-essential linux-headers-`uname -r`

Te mueves a donde has descargado el driver y haces:

Código:
$ tar xzvf eldriver.tar.gz
$ cd nuevodirectorio
$ su
# cp -rf firmware/RTL8192SE /lib/firmware
# make
# cp HAL/rtl8192/r8192se_pci.ko /lib/modules/`uname -r`/kernel/drivers/net/
# depmod -a
# reboot

Dejame saber cualquier mensaje de error que te de.