Meu laptop
De MochilaWiki
Revisão de 20h41min de 17 de junho de 2007 por 200.163.47.201 (discussão)
Configuraçao da màquina:
Toshiba Satellite L30-10T Processador Intel Core Duo T2080 1,73 GHz Cache (L2) 1 MB 80GB(5400rpm) SATA 512+512MB DDR2 (533MHz) 15.4" Wide XGA VA (1280 x 800) DVD-Super-Multi (+-R DL) ATI Radeon® Xpress 200M con Hypermemory (256 MB) Wireless 802.11b/g Ethernet LAN - 10/100 Base-TX AC adapter input 100~240 V, 50/60 Hz Front Side Bus 667 MHz Modem 56 Kbps USB 2.0 2x PCMCIA 1x Tamanho(lxpxh) : 358 x 262 x 37 mm Peso : 2.74 kg
banto@cajuzinho:~$ lspci
00:00.0 Host bridge: ATI Technologies Inc Unknown device 5a31 (rev 01) 00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge 00:12.0 IDE interface: ATI Technologies Inc 4379 Serial ATA Controller (rev 80) 00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80) 00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80) 00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80) 00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 82) 00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Controller (rev 80) 00:14.2 Audio device: ATI Technologies Inc SB450 HDA Audio (rev 01) 00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80) 00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80) 01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200M] 09:01.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01) 09:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 09:04.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
banto@cajuzinho:~$ df -h
Sist. Arq. Tam Usad Disp Uso% Montado em /dev/sda1 9,2G 2,1G 6,7G 24% / /dev/sda6 9,2G 550M 8,2G 7% /home /dev/sda3 55G 180M 52G 1% /arquivos
sistema operacional, aplicativos e drivers
- GNU/Linux Debian Etch 4.0
- KDE 3.5
Placa atheros
acrescente em seu sources.list
deb-src http://ftp.br.debian.org/debian stable main non-free contrib
-- baixe os pacotes:
# apt-get install module-assistant debhelper build-essential wireless-tools madwifi-tools madwifi-source
-- compilando:
# m-a prepare # m-a a-i madwifi
-- carregado módulo:
# modprobe ath_pci
retirado de http://banto.hipatia.info/softwarelivre/atheros.html
Instalando o driver da ATI
echo "deb http://ftp.br.debian.org/debian/ stable main contrib non-free" >> /etc/apt/sources.list apt-get update apt-get install module-assistant fglrx-control fglrx-kernel-src fglrx-driver m-a update m-a a-i fglrx-kernel-src aticonfig --initial
Reinicie o computador.
retirado de forumdebian.com.br
Placa de som
$ wget -c ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.14.tar.bz2 $ tar jxvf alsa-driver-1.0.14.tar.bz2 $ cd alsa-driver-1.0.14 $ ./configure $ make # make install $ wget -c ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.14a.tar.bz2 $ tar jxvf alsa-lib-1.0.14a.tar.bz2 $ cd alsa-lib-1.0.14a $ ./configure $ make # make install $ wget -c ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.14.tar.bz2 $ tar jxvf alsa-utils-1.0.14.tar.bz2 $ cd alsa-lib-1.0.14a $ ./configure & make # make install # echo "options snd-hda-intel model=3stack" >> /etc/modprobe.d/alsa-base # update-modules # alsaconf
encondind por padrao o debian etch vem na codificacao utf-8, ate porque o gnome (interface padrao) usa esse tipo de codificacao. Mas eu uso KDE e todos meus arquivos estao em iso-18
entao eu altero o /etc/environment
LANG="pt_BR" LANGUAGE="pt_BR" LC_ALL="pt_BR"
e com o comando:
dpkg-reconfigure locales
deixo em pt_BR ISO-8859-1