Categories

ACER Aspire 1510 1513 Debian GNU/Linux amd64

[lang_en]Sorry, this page is only in French at the moment, here’s a good reason to practice it! :)[/lang_en]

Périphérique Model Etat de fonctionement
Processeur AMD 3400+ 64bit Oui testé que en 64bit
RAM 512 MB DDR SDRAM Oui
DD 80Go Oui
USB USB 1.1 et USB 2.0 avec nVIDIA-Chipset Oui
FireWire Texas Instruments PCI4510 IEEE-1394 Pas testé mais devrait etre Ok
Carte graphique nVIDIA Geforce FX 5700 64Mo Oui avec driver générique nv
Carte réseaux Ethernet 10/100/1000 Broadcom Corporation NetXtreme BCM5788 Oui
Carte réseaux Wifi 54 MBit Broadcom Corporation BCM94306 802.11g Oui avec driver 64bit et Ndsiwrapper
Lecteur multicarte Texas Instruments PCI4510 PC card Oui
Lecteur PCMCIA Texas Instruments PCI4510 PC card Oui
Infrarouge Pas testé

Installation de Debian GNU/Linux SID 64bit

  1. Téléchargement (sid) de l’ ISO d’installation de la Debian GNU/Linux 64bit (Autres images)
  2. Pour utiliser le framebuffer 1024×768 dès l’installation, taper lors de l’invite de commande du
    boot: linux vga=791 (Pas de linux26 vga=791)
  3. Suiver les instructions de l’ installateur,
  4. Lorsque l’installateur vous demandes les sources d’installation, choisir modifier vous mêmes
    ce qui devrait vous ouvrir le sources.list avec nano
  5. Editer le fichier sources.list
  1. Ajouter les lignes suivantes si vous voulez utiliser sid (unstable):
  2. deb http://debian-amd64.alioth.debian.org/debian-pure64 sid main contrib non-free
    deb-src http://debian-amd64.alioth.debian.org/debian-pure64 sid main contrib non-free
    
  3. Ajouter les lignes suivantes si vous voulez utiliser Sarge (testing):
  4. deb http://debian-amd64.alioth.debian.org/debian-pure64 sarge main contrib non-free
    deb-src http://debian-amd64.alioth.debian.org/debian-pure64 sarge main contrib non-free

Plus d’information sur le projet amd64

Installation / Utilisation de la carte Wifi en 64bit

  1. Installation des headers de votre kernel necessaire à la compilation du module ndiswrapper
    • apt-get install kernel-headers-`uname -r`
  2. Installation des utilitaires wifi Debian
    • apt-get install wireless-tools
  3. Installation de GCC-3.4 (Car le kernel de heliot est compiler avec gcc-3.4)
    • apt-get install gcc-3.4
  4. Téléchargement et installation de ndiswrapper (ne pas utiliser les packages Debian car ils sont que pour i386)
    • tar -zxvf ndiswrapper-x.x.tar.gz (Actuellement ndiswrapper-1.1.tar.gz)
    • cd ndiswrapper-1.1
    • make
    • make install
  5. Téléchargement et installation des drivers Windows 64Bits de la carte Wifi (URL du projet)
    • mkdir /etc/ndiswrapper
    • mv unzip 64-bit_Broadcom_54g_Drivers.zip /etc/ndiswrapper
    • cd /etc/ndiswrapper
    • unzip 64-bit_Broadcom_54g_Drivers.zip
    • ndiswrapper -i netbc564.inf
    • modprob ndiswrapper
    • iwconfig wlan0 xxx.xxx.xxx.xxx essid XXXXX …
  6. Plus d’information sur le projet ndiswrapper

lspci

alnix@blackeyed:~$ lspci 
0000:00:00.0 Host bridge: nVidia Corporation nForce3 Host Bridge (rev a4)
0000:00:01.0 ISA bridge: nVidia Corporation nForce3 LPC Bridge (rev a6)
0000:00:01.1 SMBus: nVidia Corporation nForce3 SMBus (rev a4)
0000:00:02.0 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5)
0000:00:02.1 USB Controller: nVidia Corporation nForce3 USB 1.1 (rev a5)
0000:00:02.2 USB Controller: nVidia Corporation nForce3 USB 2.0 (rev a2)
0000:00:06.0 Multimedia audio controller: nVidia Corporation nForce3 Audio (rev a2)
0000:00:06.1 Modem: nVidia Corporation: Unknown device 00d9 (rev a2)
0000:00:08.0 IDE interface: nVidia Corporation nForce3 IDE (rev a5)
0000:00:0a.0 PCI bridge: nVidia Corporation nForce3 PCI Bridge (rev a2)
0000:00:0b.0 PCI bridge: nVidia Corporation nForce3 AGP Bridge (rev a4)
0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0348 (rev a1)
0000:02:06.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5788 Gigabit Ethernet (rev 03)
0000:02:07.0 CardBus bridge: Texas Instruments PCI4510 PC card Cardbus Controller (rev 02)
0000:02:07.1 FireWire (IEEE 1394): Texas Instruments PCI4510 IEEE-1394 Controller
0000:02:08.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)

lsmod

alnix@blackeyed:~$ lsmod
Module                  Size  Used by
ipv6                  264232  8 
genrtc                 10068  0 
ipt_TCPMSS              4736  2 
ipt_MASQUERADE          4480  2 
ipt_REJECT              7616  1 
ipt_state               2496  1 
iptable_nat            25356  2 ipt_MASQUERADE
ip_conntrack           37020  3 ipt_MASQUERADE,ipt_state,iptable_nat
iptable_filter          3392  1 
ip_tables              18432  6 ipt_TCPMSS,ipt_MASQUERADE,ipt_REJECT,ipt_state,iptable_nat,iptable_filter
eth1394                21776  0 
ohci1394               33540  0 
ieee1394              372632  2 eth1394,ohci1394
snd_intel8x0           35988  0 
snd_ac97_codec         73220  1 snd_intel8x0
snd_pcm               100876  1 snd_intel8x0
snd_timer              24904  1 snd_pcm
snd_page_alloc         12944  2 snd_intel8x0,snd_pcm
gameport                5120  1 snd_intel8x0
snd_mpu401_uart         8192  1 snd_intel8x0
snd_rawmidi            26532  1 snd_mpu401_uart
snd_seq_device          9164  1 snd_rawmidi
snd                    56936  7 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
usb_storage            68672  0 
ehci_hcd               30788  0 
ohci_hcd               21252  0 
i810_audio             36568  0 
ac97_codec             20568  1 i810_audio
soundcore              11232  2 snd,i810_audio
tg3                    68128  0 
firmware_class         11264  1 tg3
yenta_socket           20992  0 
pcmcia_core            65932  1 yenta_socket
tsdev                   8576  0 
mousedev               11852  2 
joydev                 11456  0 
evdev                  10944  0 
ndiswrapper           159656  0 
sd_mod                 21440  0 
scsi_mod              129888  2 usb_storage,sd_mod
psmouse                19340  0 
ide_cd                 42016  0 
cdrom                  39208  1 ide_cd
ext3                  119760  5 
jbd                    58224  1 ext3
mbcache                 9928  1 ext3
ide_generic             1856  0 
ide_disk               20864  7 
amd74xx                14768  1 
ide_core              154336  5 usb_storage,ide_cd,ide_generic,ide_disk,amd74xx
unix                   29696  44 
font                    9152  0 
vesafb                  6960  0 
cfbcopyarea             4160  1 vesafb
cfbimgblt               3328  1 vesafb
cfbfillrect             4352  1 vesafb

Liens utils

  • Amis …

Contactez moi alnix at phear dot org

One reply on “ACER Aspire 1510 1513 Debian GNU/Linux amd64”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.