Announcement

Collapse
No announcement yet.

Installation Laptop ASUS Z83T

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Installation Laptop ASUS Z83T

    This topic will described howto install kubuntu on an ASUS laptop Z83T

    first let's begin with the hardware specs


    1) Hardware Spec :

    MotherBoard : Asus A7T
    RAM : 1Go
    Proc : AMD Turion64x2 1,66GHz
    HDD : 100Go SATA

    Chipset : nforce2

    USB : Nforce2 Controller (USB2.0)
    MultiCards Reader : Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter

    Wired Network Card : Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet
    Wireless Network Card : Atheros Communications (Unknown Device)
    FireWire : Ricoh Controller (Unknown Device)
    BlueTooth : Atheros Chipset

    Sound Chipset : nVidia Corporation MCP51 High Definition Audio
    WebCam : Not known by system

    un petit lspci pour completer :

    Code:
    lspci
    00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
    00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
    00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
    00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
    00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
    00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
    00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
    00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
    00:02.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
    00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
    00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
    00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
    00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
    00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
    00:0a.3 Co-processor: nVidia Corporation MCP51 PMU (rev a3)
    00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
    00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
    00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev a1)
    00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev a1)
    00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
    00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
    00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
    01:00.0 Ethernet controller: Atheros Communications, Inc. Unknown device 001c (rev 01)
    04:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce Go 7600] (rev a1)
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
    05:01.0 FireWire (IEEE 1394): Ricoh Co Ltd Unknown device 0832
    05:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
    05:01.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 01)
    05:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
    05:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)

    #2
    Installation Laptop ASUS Z83T

    2) Installation of Kubuntu :

    For my installation I use a AMD64 kubuntu Installation CD, and it works well.

    So Download the CD or DVD for AMD64 :

    choose the right mirror here :
    http://www.kubuntu.org/download.php

    and take AMD64 version.

    After you have burn your kubuntu iso, the installation process is very simple.
    Put your new CD/DVD in the CD tray and boot your laptop on it

    !!! Don't forgot to let your bios boot on CD/DVD !!!

    in fact, the liveCD/DVD must run An X Window system with KDE, click on "install" Icon and let the installation wizard drives you.

    !!! Don't forgot to save your Hard Drive before start!!!

    the installation take approximately 1 hour, reboot.

    After reboot, you can see you have an usable system but some hardware doesn't work after install.

    Hardware OK :
    System Base => OK work fine
    Wired Network Card => OK work fine
    Wireless Network Cards => bluetooth and wifi => OK work fine

    Comment


      #3
      Installation Laptop ASUS Z83T

      3) Sound Card Installation :

      Your sound card is a Realtek HDA Intel (ALC880) provide by Nvidia
      The Alsa Drivers and Libraries gave by default in kubuntu packages doesn't work with this audio card.
      The current alsa version in kubuntu is 1.0.13.
      You need at least the 1.0.14rc* for your sound can work

      To do this you have to download the lastest alsa sources at :http://www.alsa-project.org/

      at least get these sources :
      • alsa-driver
      • alsa-lib
      • alsa-utils



      copy the archives to /usr/src and uncompress them here :
      Code:
      sudo cp * /usr/src
      sudo tar -xjvf alsa-*1.0.14*tar.bz2
      so now, you have to build your new alsa driver :
      Code:
      cd alsa-driver*
      sudo make clean
      sudo ./configure --with-cards=hda-intel --with-oss=yes
      sudo make
      sudo make install
      Build Alsa Libraries :
      Code:
      cd ../alsa-lib*
      sudo make clean
      sudo ./configure
      sudo make
      sudo make install
      and now Alsa Utils :
      Code:
      cd ../alsa-utils*
      sudo make clean
      sudo ./configure
      sudo make
      sudo make install
      Stop the alsa-base and alsa-utils daemon :
      Code:
      sudo /etc/init.d/alsa-utils stop
      sudo /etc/init.d/alsasound stop
      Run the alsaconf utility :
      Code:
      sudo alsaconf
      choose the hda-intel card and let the utility works for you.

      You have to add an option to the snd-hda-intel module in /etc/modprobe.d/sound file ( if the file doesn't exist, just create it):
      Code:
      sudo vi /etc/modprobe.d/sound
      add the line :
      Code:
      options snd-hda-intel model=asus
      your sound card is now configure, before reboot delete, if exist, the ~/.asoundrc file :
      Code:
      rm ~/.asoundrc
      Now you can reboot and you have sound now normally

      Comment


        #4
        Installation Laptop ASUS Z83T

        4) Ricoh SD/SDIO/MMC/MS/MSPro Installation

        Reserved

        Comment


          #5
          Installation Laptop ASUS Z83T

          5) WebCam Installation :

          If drivers exist one day

          Maybe

          Comment


            #6
            Installation Laptop ASUS Z83T

            6) Xorg, Beryl Installation and configuration :

            Reserved

            Comment


              #7
              Installation Laptop ASUS Z83T

              7) Various Informations

              Reserved

              Comment


                #8
                Installation Laptop ASUS Z83T

                8) Known Bugs

                Reserved

                Comment


                  #9
                  Re: Installation Laptop ASUS Z83T

                  So I create differents sections I'll complete.

                  If anyone has any suggestions , come and post it

                  Sorry for my english , but i'm french, it's a really good excuse :P

                  Comment

                  Working...
                  X