Mudanças entre as edições de "Meu laptop"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
 
(15 revisões intermediárias por 6 usuários não estão sendo mostradas)
Linha 1: Linha 1:
 
== Configuraçao da màquina: ==
 
== 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, 3.42A, 50/60 Hz - output 19v
 +
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:~$ cat /proc/cpuinfo
+
banto@camito:~$ lspci
vendor_id : GenuineIntel
 
model name : Genuine Intel(R) CPU          T2080  @ 1.73GHz
 
cpu MHz : 1733.386
 
cache size : 1024 KB
 
 
banto@cajuzinho:~$ lspci
 
 
  00:00.0 Host bridge: ATI Technologies Inc Unknown device 5a31 (rev 01)
 
  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:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
Linha 24: Linha 35:
 
  09:04.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
 
  09:04.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
  
banto@cajuzinho:~$ df -h
+
root@camito:#~ fdisk -l
Sist. Arq.            Tam  Usad Disp  Uso% Montado em
+
 
/dev/sda1            9,2G  2,1G  6,7G  24% /
+
Disk /dev/sda: 80.0 GB, 80026361856 bytes
tmpfs                442M    0  442M  0% /lib/init/rw
 
udev                  10M  56K  10M  1% /dev
 
tmpfs                442M    0 442M  0% /dev/shm
 
/dev/sda6            9,2G  550M  8,2G  7% /home
 
  
  
Linha 37: Linha 44:
 
* GNU/Linux Debian Etch 4.0
 
* GNU/Linux Debian Etch 4.0
 
* KDE 3.5
 
* KDE 3.5
 +
 +
 +
na primeira tela do instalador eu acrescentei:
 +
install vga=771
 +
 +
E to usando criptografia com lvm
 +
 +
meu sources.list
 +
# apt-get update
 +
# apt-get upgrade
 +
# apt-get remove iceweasel
 +
# apt-get remove dhcdbd
 +
 +
 +
'''Placa de Vídeo'''
 +
 +
configura automáticamente com driver da ati
  
 
'''Placa atheros'''
 
'''Placa atheros'''
  
 
acrescente em seu sources.list
 
acrescente em seu sources.list
  deb-src http://ftp.br.debian.org/debian stable main non-free contrib
+
  deb http://ftp.br.debian.org/debian stable main non-free contrib
  
 
-- baixe os pacotes:
 
-- baixe os pacotes:
  # apt-get install module-assistant debhelper build-essential wireless-tools madwifi-tools madwifi-source
+
  # apt-get install module-assistant debhelper build-essential wireless-tools madwifi-tools madwifi-source wpasupplicant wpagui
  
 
-- compilando:
 
-- compilando:
Linha 53: Linha 77:
 
  # modprobe ath_pci
 
  # modprobe ath_pci
  
retirado de http://banto.hipatia.info/softwarelivre/atheros.html
+
retirado de http://banto.hipatia.net/softwarelivre/atheros.html
 +
 
 +
'''Placa de som'''
 +
 
 +
$ wget -c ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.15.tar.bz2
 +
$ tar jxvf alsa-driver-1.0.15.tar.bz2
 +
$ cd alsa-driver-1.0.15
 +
$./configure --with-sequencer=yes
 +
$ make
 +
# make install
 +
$ wget -c ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.15.tar.bz2
 +
$ tar jxvf alsa-lib-1.0.15.tar.bz2
 +
$ cd alsa-lib-1.0.15
 +
$ ./configure
 +
$ make
 +
# make install
 +
$ wget -c ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.15.tar.bz2
 +
$ tar jxvf alsa-utils-1.0.15.tar.bz2
 +
$ cd alsa-lib-1.0.15
 +
$ ./configure
 +
& make
 +
# make install
 +
# echo "options snd-hda-intel options snd-hda-intel model=6stack-digout" >> /etc/modprobe.d/alsa-base
 +
# update-modules
 +
# alsaconf
 +
 
 +
'''Enconding'''
 +
 
 +
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
 +
 
 +
deixei em pt_BR ISO-8859-1
  
'''Instalando o driver da ATI'''
+
'''Desligando Beep'''
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.
+
coloco no iniciar do KDE para desligar
  
retirado de [http://wiki.forumdebian.com.br/index.php/Instalando_o_driver_da_ATI_no_Debian_Etch_%C3%A0_moda_Debian forumdebian.com.br]
+
echo '#!/bin/bash' > $HOME/.kde/Autostart/desligasom.sh
 +
echo "xset b off" >> $HOME/.kde/Autostart/desligasom.sh
 +
echo "setterm -blength 0" >> $HOME/.kde/Autostart/desligasom.sh
 +
chmod 777 $HOME/.kde/Autostart/desligasom.sh

Edição atual tal como às 05h57min de 18 de janeiro de 2009

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, 3.42A, 50/60 Hz - output 19v
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@camito:~$ 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)

root@camito:#~ fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes


sistema operacional, aplicativos e drivers

  • GNU/Linux Debian Etch 4.0
  • KDE 3.5


na primeira tela do instalador eu acrescentei:

install vga=771

E to usando criptografia com lvm

meu sources.list

# apt-get update
# apt-get upgrade
# apt-get remove iceweasel
# apt-get remove dhcdbd


Placa de Vídeo

configura automáticamente com driver da ati

Placa atheros

acrescente em seu sources.list

deb 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 wpasupplicant wpagui

-- compilando:

# m-a prepare
# m-a a-i madwifi

-- carregado módulo:

# modprobe ath_pci

retirado de http://banto.hipatia.net/softwarelivre/atheros.html

Placa de som

$ wget -c ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.15.tar.bz2
$ tar jxvf alsa-driver-1.0.15.tar.bz2
$ cd alsa-driver-1.0.15
$./configure --with-sequencer=yes
$ make
# make install
$ wget -c ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.15.tar.bz2
$ tar jxvf alsa-lib-1.0.15.tar.bz2
$ cd alsa-lib-1.0.15
$ ./configure
$ make
# make install
$ wget -c ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.15.tar.bz2
$ tar jxvf alsa-utils-1.0.15.tar.bz2
$ cd alsa-lib-1.0.15
$ ./configure
& make
# make install
# echo "options snd-hda-intel options snd-hda-intel model=6stack-digout" >> /etc/modprobe.d/alsa-base
# update-modules
# alsaconf

Enconding

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

deixei em pt_BR ISO-8859-1

Desligando Beep

coloco no iniciar do KDE para desligar

echo '#!/bin/bash' > $HOME/.kde/Autostart/desligasom.sh
echo "xset b off" >> $HOME/.kde/Autostart/desligasom.sh
echo "setterm -blength 0" >> $HOME/.kde/Autostart/desligasom.sh
chmod 777 $HOME/.kde/Autostart/desligasom.sh