GNU/Linux Debian on Acer One

Discussion in 'Linux' started by tommy_bo, Jul 19, 2008.

  1. tommy_bo

    tommy_bo

    Joined:
    Jul 19, 2008
    Messages:
    3
    Likes Received:
    0
    hi all, I've installed debian on acer aspire one using an usb external DVD. (kernel 2.6.25-2-686)
    I found useful information here: http://wiki.debian.org/DebianEeePC
    If you try to install GNU/Linux Debian on acer one try to vist http://wiki.debian.org/DebianAcerOne and feel free to contribute! thanks

    I've problems with:
    . Storage Expansion (where I can find some information??) and Multi-Card reader
    . cpu freq scaling of Atom n270 1.60ghz (solved)


    Here my /etc/fstab; I use ext2 filesystem for "less write" on solid state disk.
    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc		/proc		proc	defaults        0       0
    /dev/sda1	/			ext2	errors=remount-ro 0       1
    /dev/sda2	none		swap	sw              0       0
    tmpfs		/var/log	tmpfs	defaults	0	0
    tmpfs		/tmp 		tmpfs 	defaults 	0 	0
    tmpfs		/var/tmp	tmpfs	defaults	0	0
    tmpfs		/var/lock	tmpfs	defaults	0	0
    
    /etc/sysctl.conf - prolong the life of your SSD by writing to the disk every 15 seconds
    Code:
    ...
    set vm.dirty_writeback_centisecs = 1500
    
    Starting service
    Code:
    # ls /etc/rc2.d/
    README         S20gpm              S24dhcdbd                      S99linuxlogo
    S10rsyslog     S20nfs-common       S24hal                         S99custom
    S12acpid       S20openbsd-inetd    S26network-manager             S99rc.local
    S12dbus        S20policycoreutils  S26network-manager-dispatcher  S99rmnologin
    S16openvpn     S21fam              S89cron                        S99stop-bootlogd
    S20fancontrol  S24avahi-daemon     S99kdm
    
    /etc/rc2.d/S99custom - script for create apt directory in tmp
    Code:
    #!/bin/bash
    mkdir /var/log/apt
    Wireless
    Code:
    03:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
    work with the snapshot driver madwifi-ng-r2756+ar5007.tar.gz http://snapshots.madwifi.org/special/ma ... 007.tar.gz compiled as module
    and for use with aircrack-ng you need to do this as root:
    Code:
    # ifconfig ath0 down
    # wlanconfig ath0 destroy
    # airmon-ng start wifi0
    # airodump-ng ath0
    Webcam
    Code:
     acerone:~# lsusb
      Bus 005 Device 002: ID 064e:d101 Suyin Corp.
    
    I've installed and compiled from debian testing repository (# apt-get install linux-uvc-source)
    Code:
    # modprobe uvcvideo
    
    lspci - here the output of lspci
    Code:
    00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
    00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
    00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
    00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
    00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
    00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
    00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
    00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 02)
    03:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
    ~/.conkyrc - here my conky configuration file (I use kde with the bottom bar that hide automatically after 2seconds)
    Code:
    # Conky sample configuration
    #
    # the list of variables has been removed from this file in favour
    # of keeping the documentation more maintainable.
    # Check [url]http://conky.sf.net[/url] for an up-to-date-list.
    
    # set to yes if you want Conky to be forked in the background
    #background yes
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 5x7
    #font 6x10
    #font 7x13
    #font 8x13
    #font 9x15
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Arial:size=9
    
    # Text alpha when using Xft
    xftalpha 0.9
    
    # Print everything to stdout?
    # out_to_console no
    
    # MPD host/port
    # mpd_host localhost
    # mpd_port 6600
    # mpd_password tinker_bell
    
    # Print everything to console?
    # out_to_console no
    
    # mail spool
    #mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 2.0
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    
    # If own_window is yes, you may use type normal, desktop or override
    own_window_type normal
    
    # Use pseudo transparency with own_window?
    own_window_transparent no
    
    # If own_window_transparent is set to no, you can set the background colour here
    #own_window_colour grey
    own_window_colour 263149
    
    # If own_window is yes, these window manager hints may be used
    own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 1024 5
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Draw borders around graphs
    draw_graph_borders no
    
    # Stippled borders?
    stippled_borders 8
    
    # border margins
    border_margin 1
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color black
    
    # Text alignment, other possible values are commented
    #alignment top_left
    #alignment top_right
    alignment bottom_left
    #alignment bottom_right
    #alignment none
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 0
    gap_y 0
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale no
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer yes
    
    # Maximum size of buffer for user text, i.e. below TEXT line.
    #max_user_text 16384
    
    # Allow for the creation of at least this number of port monitors (if 0 or not set, default is 16) 
    #min_port_monitors 16
    
    # Allow each port monitor to track at least this many connections (if 0 or not set, default is 256)
    #min_port_monitor_connections 256
    
    # variable is given either in format $variable or in ${variable}. Latter
    # allows characters right after the variable and must be used in network
    # stuff because of an argument
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${color #3d79bd}${time %R %d-%m-%y} ${color #01153d}| ${color #7f8082}CPU: ${color #3d79bd}$cpu${color #7f8082}% ${color #7f8082}. ${color #3d79bd}$freq ${color #7f8082}. ${color #3d79bd}${hwmon temp 2}${color #7f8082}C ${color #01153d}| ${color #7f8082}RAM:${color #3d79bd} $mem${color #7f8082}/$memmax ${color #01153d}| ${color #7f8082}Down:${color #d72f2f} ${downspeedf eth1} ${color #7f8082} Up:${color #138c24} ${upspeedf eth1} ${color #01153d}| ${color #3d79bd}${fs_used /}${color #7f8082}/${fs_size /} ${color #7f8082}I/O: ${color #3d79bd} ${diskio} ${color #01153d}
     
    tommy_bo, Jul 19, 2008
    #1
  2. tommy_bo

    gigiozzz

    Joined:
    Jul 18, 2008
    Messages:
    11
    Likes Received:
    0
    Location:
    Italy
    did you try to install from usb ? (i haven't usb-cdrom)
    it's debian fast on boot?
    how second to start ?
    you try kde, how does it work ?
     
    gigiozzz, Jul 20, 2008
    #2
  3. tommy_bo

    tommy_bo

    Joined:
    Jul 19, 2008
    Messages:
    3
    Likes Received:
    0
    ok, now cpufreq scaling works. Remain to fix the cards reader..

    I've created an usb key bootable and with businesscard.iso installation seem to strat correctly (text or graphic mode)
    An intrest guide: http://www.linuxquestions.org/quest...-with-usb-pen-ethernet-card-not-found-651024/

    I post my dmesg, for my personal use is quite fast. I'm searching info about start-up optimization (kernel optimization, service, ..)
    Code:
    #1 SMP Fri Jun 27 03:23:20 UTC 2008
    [    0.000000] BIOS-provided physical RAM map:
    [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    [    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [    0.000000]  BIOS-e820: 0000000000100000 - 000000001f376000 (usable)
    [    0.000000]  BIOS-e820: 000000001f376000 - 000000001f3bf000 (reserved)
    [    0.000000]  BIOS-e820: 000000001f3bf000 - 000000001f46d000 (usable)
    [    0.000000]  BIOS-e820: 000000001f46d000 - 000000001f4bf000 (ACPI NVS)
    [    0.000000]  BIOS-e820: 000000001f4bf000 - 000000001f4f0000 (usable)
    [    0.000000]  BIOS-e820: 000000001f4f0000 - 000000001f4ff000 (ACPI data)
    [    0.000000]  BIOS-e820: 000000001f4ff000 - 000000001f500000 (usable)
    [    0.000000]  BIOS-e820: 000000001f500000 - 0000000020000000 (reserved)
    [    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    [    0.000000] 0MB HIGHMEM available.
    [    0.000000] 501MB LOWMEM available.
    [    0.000000] Scan SMP from c0000000 for 1024 bytes.
    [    0.000000] Scan SMP from c009fc00 for 1024 bytes.
    [    0.000000] Scan SMP from c00f0000 for 65536 bytes.
    [    0.000000] Scan SMP from c009fc00 for 1024 bytes.
    [    0.000000] Entering add_active_range(0, 0, 128256) 0 entries of 256 used
    [    0.000000] Zone PFN ranges:
    [    0.000000]   DMA             0 ->     4096
    [    0.000000]   Normal       4096 ->   128256
    [    0.000000]   HighMem    128256 ->   128256
    [    0.000000] Movable zone start PFN for each node
    [    0.000000] early_node_map[1] active PFN ranges
    [    0.000000]     0:        0 ->   128256
    [    0.000000] On node 0 totalpages: 128256
    [    0.000000]   DMA zone: 32 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 4064 pages, LIFO batch:0
    [    0.000000]   Normal zone: 970 pages used for memmap
    [    0.000000]   Normal zone: 123190 pages, LIFO batch:31
    [    0.000000]   HighMem zone: 0 pages used for memmap
    [    0.000000]   Movable zone: 0 pages used for memmap
    [    0.000000] DMI 2.4 present.
    [    0.000000] ACPI: RSDP 000FE020, 0024 (r2 INTEL )
    [    0.000000] ACPI: XSDT 1F4FE120, 0064 (r1 INTEL  Napa            1       1000013)
    [    0.000000] ACPI: FACP 1F4FC000, 00F4 (r4 INTEL  Napa            1 MSFT  1000013)
    [    0.000000] ACPI: DSDT 1F4F2000, 5D05 (r1 INTEL  Napa            1 MSFT  1000013)
    [    0.000000] ACPI: FACS 1F488000, 0040
    [    0.000000] ACPI: SSDT 1F4FD000, 04C4 (r2  PmRef    CpuPm     3000 INTL 20051117)
    [    0.000000] ACPI: HPET 1F4FB000, 0038 (r1 INTEL  Napa            1 MSFT  1000013)
    [    0.000000] ACPI: APIC 1F4FA000, 0068 (r2 INTEL  Napa            1 MSFT  1000013)
    [    0.000000] ACPI: MCFG 1F4F9000, 003C (r1 INTEL  Napa            1 MSFT  1000013)
    [    0.000000] ACPI: ASF! 1F4F8000, 00A5 (r32 INTEL  Napa            1 MSFT  1000013)
    [    0.000000] ACPI: SLIC 1F4F1000, 0180 (r1 INTEL  Napa            1 MSFT  1000013)
    [    0.000000] ACPI: BOOT 1F4F0000, 0028 (r1 INTEL  Napa            1 MSFT  1000013)
    [    0.000000] ACPI: DMI detected: Acer
    [    0.000000] ACPI: PM-Timer IO Port: 0x408
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [    0.000000] Processor #0 7:12 APIC version 20
    [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [    0.000000] Processor #1 7:12 APIC version 20
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [    0.000000] ACPI: IRQ0 used by override.
    [    0.000000] ACPI: IRQ2 used by override.
    [    0.000000] ACPI: IRQ9 used by override.
    [    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
    [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [    0.000000] Using ACPI (MADT) for SMP configuration information
    [    0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:c0000000)
    [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [    0.000000] PM: Registered nosave memory: 000000001f376000 - 000000001f3bf000
    [    0.000000] PM: Registered nosave memory: 000000001f46d000 - 000000001f4bf000
    [    0.000000] PM: Registered nosave memory: 000000001f4f0000 - 000000001f4ff000
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 127254
    [    0.000000] Kernel command line: root=UUID=34eb6a07-0ec8-48d1-9056-c3ed8b23ca92 ro quiet
    [    0.000000] mapped APIC to ffffb000 (fee00000)
    [    0.000000] mapped IOAPIC to ffffa000 (fec00000)
    [    0.000000] Enabling fast FPU save and restore... done.
    [    0.000000] Enabling unmasked SIMD FPU exception support... done.
    [    0.000000] Initializing CPU#0
    [    0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
    [    0.000000] Detected 1596.094 MHz processor.
    [    0.001821] Console: colour VGA+ 80x25
    [    0.001828] console [tty0] enabled
    [    0.002026] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.002369] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.004000] Memory: 497480k/513024k available (1753k kernel code, 14156k reserved, 728k data, 252k init, 0k highmem)
    [    0.004000] virtual kernel memory layout:
    [    0.004000]     fixmap  : 0xfff4c000 - 0xfffff000   ( 716 kB)
    [    0.004000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    [    0.004000]     vmalloc : 0xe0000000 - 0xff7fe000   ( 503 MB)
    [    0.004000]     lowmem  : 0xc0000000 - 0xdf500000   ( 501 MB)
    [    0.004000]       .init : 0xc0375000 - 0xc03b4000   ( 252 kB)
    [    0.004000]       .data : 0xc02b6432 - 0xc036c640   ( 728 kB)
    [    0.004000]       .text : 0xc0100000 - 0xc02b6432   (1753 kB)
    [    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [    0.004000] CPA: page pool initialized 1 of 1 pages preallocated
    [    0.004000] hpet clockevent registered
    [    0.080009] Calibrating delay using timer specific routine.. 3196.47 BogoMIPS (lpj=6392944)
    [    0.080080] Security Framework initialized
    [    0.080086] SELinux:  Disabled at boot.
    [    0.080092] Capability LSM initialized
    [    0.080119] Mount-cache hash table entries: 512
    [    0.080327] Initializing cgroup subsys ns
    [    0.080335] Initializing cgroup subsys cpuacct
    [    0.080366] CPU: L1 I cache: 32K, L1 D cache: 24K
    [    0.080371] CPU: L2 cache: 512K
    [    0.080375] CPU: Physical Processor ID: 0
    [    0.080382] Intel machine check architecture supported.
    [    0.080387] Intel machine check reporting enabled on CPU#0.
    [    0.080392] using mwait in idle threads.
    [    0.080398] Compat vDSO mapped to ffffe000.
    [    0.080407] Checking 'hlt' instruction... OK.
    [    0.097817] ACPI: Core revision 20070126
    [    0.112070] CPU0: Intel(R) Atom(TM) CPU N270   @ 1.60GHz stepping 02
    [    0.112102] Booting processor 1/1 ip 4000
    [    0.004000] Initializing CPU#1
    [    0.004000] Calibrating delay using timer specific routine.. 3191.98 BogoMIPS (lpj=6383974)
    [    0.004000] CPU: L1 I cache: 32K, L1 D cache: 24K
    [    0.004000] CPU: L2 cache: 512K
    [    0.004000] CPU: Physical Processor ID: 0
    [    0.004000] Intel machine check architecture supported.
    [    0.004000] Intel machine check reporting enabled on CPU#1.
    [    0.200259] CPU1: Intel(R) Atom(TM) CPU N270   @ 1.60GHz stepping 02
    [    0.200300] Total of 2 processors activated (6388.45 BogoMIPS).
    [    0.200509] ENABLING IO-APIC IRQs
    [    0.200728] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.244015] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    [    0.244048] Brought up 2 CPUs
    [    0.244090] CPU0 attaching sched-domain:
    [    0.244095]  domain 0: span 03
    [    0.244099]   groups: 01 02
    [    0.244106]   domain 1: span 03
    [    0.244109]    groups: 03
    [    0.244114] CPU1 attaching sched-domain:
    [    0.244118]  domain 0: span 03
    [    0.244121]   groups: 02 01
    [    0.244127]   domain 1: span 03
    [    0.244130]    groups: 03
    [    0.244581] net_namespace: 548 bytes
    [    0.244592] Booting paravirtualized kernel on bare hardware
    [    0.245112] NET: Registered protocol family 16
    [    0.245509] ACPI: bus type pci registered
    [    0.245691] PCI: Using MMCONFIG for extended config space
    [    0.245696] PCI: Using configuration type 1
    [    0.245707] Setting up standard PCI resources
    [    0.253782] ACPI: EC: Look up EC in DSDT
    [    0.258225] ACPI: BIOS _OSI(Linux) query ignored via DMI
    [    0.258587] ACPI: Interpreter enabled
    [    0.258593] ACPI: (supports S0 S3 S4 S5)
    [    0.258624] ACPI: Using IOAPIC for interrupt routing
    [    0.259352] ACPI: EC: non-query interrupt received, switching to interrupt mode
    [    0.756079] ACPI: EC: missing address confirmation, don't expect it any longer.
    [    0.765156] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [    0.765163] ACPI: EC: driver started in interrupt mode
    [    0.765257] ACPI: PCI Root Bridge [PCI0] (0000:00)
    [    0.766236] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
    [    0.766245] pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
    [    0.766983] PCI: Transparent bridge - 0000:00:1e.0
    [    0.767042] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [    0.767626] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
    [    0.768055] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    [    0.768361] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    [    0.768642] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    [    0.768922] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
    [    0.774816] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
    [    0.775061] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
    [    0.775299] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
    [    0.775535] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
    [    0.775773] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    [    0.776013] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    [    0.776268] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    [    0.776515] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    [    0.776923] Linux Plug and Play Support v0.97 (c) Adam Belay
    [    0.776996] pnp: PnP ACPI init
    [    0.777015] ACPI: bus type pnp registered
    [    0.780338] pnp: PnP ACPI: found 9 devices
    [    0.780343] ACPI: ACPI bus type pnp unregistered
    [    0.780350] PnPBIOS: Disabled by ACPI PNP
    [    0.780883] PCI: Using ACPI for IRQ routing
    [    0.780891] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
    [    0.788091] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [    0.788101] hpet0: 3 64-bit timers, 14318180 Hz
    [    0.789177] ACPI: RTC can wake from S4
    [    0.792087] Switched to high resolution mode on CPU 0
    [    0.548060] Switched to high resolution mode on CPU 1
    [    0.796104] system 00:01: ioport range 0x200-0x20f has been reserved
    [    0.796110] system 00:01: ioport range 0x164e-0x164f has been reserved
    [    0.796116] system 00:01: ioport range 0x600-0x60f has been reserved
    [    0.796121] system 00:01: ioport range 0x610-0x610 has been reserved
    [    0.796127] system 00:01: ioport range 0x800-0x80f has been reserved
    [    0.796136] system 00:01: ioport range 0x400-0x47f has been reserved
    [    0.796141] system 00:01: ioport range 0x500-0x53f has been reserved
    [    0.796149] system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
    [    0.796156] system 00:01: iomem range 0xfed1c000-0xfed1ffff could not be reserved
    [    0.796162] system 00:01: iomem range 0xfed14000-0xfed17fff could not be reserved
    [    0.796168] system 00:01: iomem range 0xfed18000-0xfed18fff could not be reserved
    [    0.796174] system 00:01: iomem range 0xfed19000-0xfed19fff could not be reserved
    [    0.796180] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
    [    0.796186] system 00:01: iomem range 0xfee00000-0xfee00fff could not be reserved
    [    0.827229] PCI: Bridge: 0000:00:1c.0
    [    0.827236]   IO window: 5000-5fff
    [    0.827245]   MEM window: 0x37300000-0x383fffff
    [    0.827253]   PREFETCH window: 0x0000000030000000-0x0000000030ffffff
    [    0.827268] PCI: Bridge: 0000:00:1c.1
    [    0.827273]   IO window: 3000-4fff
    [    0.827281]   MEM window: 0x36300000-0x372fffff
    [    0.827288]   PREFETCH window: 0x0000000031000000-0x00000000320fffff
    [    0.827298] PCI: Bridge: 0000:00:1c.2
    [    0.827303]   IO window: 2000-2fff
    [    0.827311]   MEM window: 0x35200000-0x362fffff
    [    0.827318]   PREFETCH window: 0x0000000032100000-0x00000000330fffff
    [    0.827329] PCI: Bridge: 0000:00:1c.3
    [    0.827334]   IO window: 1000-1fff
    [    0.827342]   MEM window: 0x34100000-0x351fffff
    [    0.827349]   PREFETCH window: 0x0000000033100000-0x00000000340fffff
    [    0.827359] PCI: Bridge: 0000:00:1e.0
    [    0.827362]   IO window: disabled.
    [    0.827369]   MEM window: disabled.
    [    0.827375]   PREFETCH window: disabled.
    [    0.827419] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
    [    0.827430] PCI: Setting latency timer of device 0000:00:1c.0 to 64
    [    0.827460] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 17
    [    0.827470] PCI: Setting latency timer of device 0000:00:1c.1 to 64
    [    0.827499] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
    [    0.827508] PCI: Setting latency timer of device 0000:00:1c.2 to 64
    [    0.827537] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 19
    [    0.827546] PCI: Setting latency timer of device 0000:00:1c.3 to 64
    [    0.827563] PCI: Setting latency timer of device 0000:00:1e.0 to 64
    [    0.827660] NET: Registered protocol family 2
    [    0.840210] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.840691] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    [    0.840808] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
    [    0.840921] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.840926] TCP reno registered
    [    0.844368] checking if image is initramfs... it is
    [    1.673765] Freeing initrd memory: 6518k freed
    [    1.674213] Simple Boot Flag value 0x5 read from CMOS RAM was invalid
    [    1.674219] Simple Boot Flag at 0x44 set to 0x1
    [    1.434844] audit: initializing netlink socket (disabled)
    [    1.434871] type=2000 audit(1216565992.673:1): initialized
    [    1.676142] Total HugeTLB memory allocated, 0
    [    1.676353] VFS: Disk quotas dquot_6.5.1
    [    1.676414] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    1.676604] io scheduler noop registered
    [    1.676609] io scheduler anticipatory registered
    [    1.676612] io scheduler deadline registered
    [    1.676654] io scheduler cfq registered (default)
    [    1.676675] pci 0000:00:02.0: Boot video device
    [    1.677070] PCI: Setting latency timer of device 0000:00:1c.0 to 64
    [    1.677127] assign_interrupt_mode Found MSI capability
    [    1.677185] Allocate Port Service[0000:00:1c.0:pcie00]
    [    1.677271] Allocate Port Service[0000:00:1c.0:pcie02]
    [    1.677361] Allocate Port Service[0000:00:1c.0:pcie03]
    [    1.677526] PCI: Setting latency timer of device 0000:00:1c.1 to 64
    [    1.677579] assign_interrupt_mode Found MSI capability
    [    1.677631] Allocate Port Service[0000:00:1c.1:pcie00]
    [    1.677709] Allocate Port Service[0000:00:1c.1:pcie02]
    [    1.677794] Allocate Port Service[0000:00:1c.1:pcie03]
    [    1.677954] PCI: Setting latency timer of device 0000:00:1c.2 to 64
    [    1.678007] assign_interrupt_mode Found MSI capability
    [    1.678058] Allocate Port Service[0000:00:1c.2:pcie00]
    [    1.678135] Allocate Port Service[0000:00:1c.2:pcie02]
    [    1.678222] Allocate Port Service[0000:00:1c.2:pcie03]
    [    1.678383] PCI: Setting latency timer of device 0000:00:1c.3 to 64
    [    1.678435] assign_interrupt_mode Found MSI capability
    [    1.678486] Allocate Port Service[0000:00:1c.3:pcie00]
    [    1.678564] Allocate Port Service[0000:00:1c.3:pcie02]
    [    1.678649] Allocate Port Service[0000:00:1c.3:pcie03]
    [    1.679328] isapnp: Scanning for PnP cards...
    [    2.033686] isapnp: No Plug & Play device found
    [    2.039598] hpet_resources: 0xfed00000 is busy
    [    2.039716] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
    [    2.042189] brd: module loaded
    [    2.042370] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
    [    2.042969] i8042.c: Warning: Keylock active.
    [    2.051598] i8042.c: Detected active multiplexing controller, rev 1.1.
    [    2.056154] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    2.056164] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [    2.056171] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [    2.056178] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [    2.056184] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [    2.056443] mice: PS/2 mouse device common for all mice
    [    2.056585] cpuidle: using governor ladder
    [    2.056591] cpuidle: using governor menu
    [    2.057419] TCP cubic registered
    [    2.057449] NET: Registered protocol family 1
    [    2.057470] NET: Registered protocol family 17
    [    2.057483] Using IPI No-Shortcut mode
    [    1.817614] registered taskstats version 1
    [    1.817931] Freeing unused kernel memory: 252k freed
    [    1.994113] ACPI: SSDT 1F380C90, 0239 (r2  PmRef  Cpu0Ist     3000 INTL 20051117)
    [    1.994582] ACPI: SSDT 1F37FE10, 01C7 (r2  PmRef  Cpu0Cst     3001 INTL 20051117)
    [    2.236535] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    [    2.236636] ACPI: ACPI0007:00 is registered as cooling_device0
    [    2.236648] ACPI: Processor [CPU0] (supports 8 throttling states)
    [    2.237250] ACPI: SSDT 1F380F10, 00D0 (r2  PmRef  Cpu1Ist     3000 INTL 20051117)
    [    2.237658] ACPI: SSDT 1F37EF10, 0083 (r2  PmRef  Cpu1Cst     3000 INTL 20051117)
    [    2.238390] Marking TSC unstable due to: TSC halts in idle.
    [    1.997772] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
    [    1.997877] ACPI: ACPI0007:01 is registered as cooling_device1
    [    1.997886] ACPI: Processor [CPU1] (supports 8 throttling states)
    [    2.635530] r8169 Gigabit Ethernet driver 2.2LK-NAPI loaded
    [    2.635581] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17
    [    2.635618] PCI: Setting latency timer of device 0000:02:00.0 to 64
    [    2.635638] r8169 0000:02:00.0: unknown MAC (27a00000)
    [    2.636300] eth0: RTL8169 at 0xe0040000, 00:1e:68:93:fb:91, XID 24a00000 IRQ 219
    [    2.879050] input: AT Translated Set 2 keyboard as /class/input/input0
    [    3.094374] usbcore: registered new interface driver usbfs
    [    3.094443] usbcore: registered new interface driver hub
    [    3.122193] usbcore: registered new device driver usb
    [    3.150230] USB Universal Host Controller Interface driver v3.0
    [    3.150299] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 16
    [    3.150320] PCI: Setting latency timer of device 0000:00:1d.0 to 64
    [    3.150329] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [    3.150547] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    [    3.150602] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00006080
    [    3.150897] usb usb1: configuration #1 chosen from 1 choice
    [    3.150961] hub 1-0:1.0: USB hub found
    [    3.150980] hub 1-0:1.0: 2 ports detected
    [    2.920765] No dock devices found.
    [    2.974965] SCSI subsystem initialized
    [    3.252695] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
    [    3.252704] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.252710] usb usb1: Product: UHCI Host Controller
    [    3.252714] usb usb1: Manufacturer: Linux 2.6.25-2-686 uhci_hcd
    [    3.252719] usb usb1: SerialNumber: 0000:00:1d.0
    [    3.252777] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 17 (level, low) -> IRQ 17
    [    3.252799] PCI: Setting latency timer of device 0000:00:1d.1 to 64
    [    3.252807] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [    3.252868] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    [    3.252924] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00006060
    [    3.253198] usb usb2: configuration #1 chosen from 1 choice
    [    3.253269] hub 2-0:1.0: USB hub found
    [    3.253288] hub 2-0:1.0: 2 ports detected
    [    3.065725] libata version 3.00 loaded.
    [    3.356720] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
    [    3.356729] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.356735] usb usb2: Product: UHCI Host Controller
    [    3.356739] usb usb2: Manufacturer: Linux 2.6.25-2-686 uhci_hcd
    [    3.356744] usb usb2: SerialNumber: 0000:00:1d.1
    [    3.356808] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
    [    3.356830] PCI: Setting latency timer of device 0000:00:1d.2 to 64
    [    3.356840] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [    3.356902] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    [    3.356957] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00006040
    [    3.357249] usb usb3: configuration #1 chosen from 1 choice
    [    3.357327] hub 3-0:1.0: USB hub found
    [    3.357349] hub 3-0:1.0: 2 ports detected
    [    3.460709] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
    [    3.460717] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.460723] usb usb3: Product: UHCI Host Controller
    [    3.460728] usb usb3: Manufacturer: Linux 2.6.25-2-686 uhci_hcd
    [    3.460733] usb usb3: SerialNumber: 0000:00:1d.2
    [    3.460796] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level, low) -> IRQ 19
    [    3.460815] PCI: Setting latency timer of device 0000:00:1d.3 to 64
    [    3.460823] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [    3.460889] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
    [    3.460943] uhci_hcd 0000:00:1d.3: irq 19, io base 0x00006020
    [    3.461222] usb usb4: configuration #1 chosen from 1 choice
    [    3.461286] hub 4-0:1.0: USB hub found
    [    3.461306] hub 4-0:1.0: 2 ports detected
    [    3.564344] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
    [    3.564360] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.564373] usb usb4: Product: UHCI Host Controller
    [    3.564383] usb usb4: Manufacturer: Linux 2.6.25-2-686 uhci_hcd
    [    3.564394] usb usb4: SerialNumber: 0000:00:1d.3
    [    3.564546] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 16 (level, low) -> IRQ 16
    [    3.564577] PCI: Setting latency timer of device 0000:00:1d.7 to 64
    [    3.564586] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [    3.564650] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
    [    3.568655] ehci_hcd 0000:00:1d.7: debug port 1
    [    3.568668] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
    [    3.568686] ehci_hcd 0000:00:1d.7: irq 16, io mem 0x38544400
    [    3.584120] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    [    3.584399] usb usb5: configuration #1 chosen from 1 choice
    [    3.584462] hub 5-0:1.0: USB hub found
    [    3.584482] hub 5-0:1.0: 8 ports detected
    [    3.688284] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
    [    3.688294] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.688301] usb usb5: Product: EHCI Host Controller
    [    3.688307] usb usb5: Manufacturer: Linux 2.6.25-2-686 ehci_hcd
    [    3.688312] usb usb5: SerialNumber: 0000:00:1d.7
    [    3.446512] ata_piix 0000:00:1f.2: version 2.12
    [    3.446556] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 17 (level, low) -> IRQ 17
    [    3.446568] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
    [    3.446649] PCI: Setting latency timer of device 0000:00:1f.2 to 64
    [    3.455269] scsi0 : ata_piix
    [    3.461637] scsi1 : ata_piix
    [    3.464272] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x60a0 irq 14
    [    3.464281] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x60a8 irq 15
    [    3.987907] usb 5-5: new high speed USB device using ehci_hcd and address 2
    [    3.991883] Clocksource tsc unstable (delta = -245971371 ns)
    [    3.793947] ata2.00: ATA-5: P-SSD1800, Ver2.Y0C, max UDMA/66
    [    3.793947] ata2.00: 15761088 sectors, multi 0: LBA 
    [    3.801598] ata2.00: configured for UDMA/66
    [    4.036204] scsi 1:0:0:0: Direct-Access     ATA      P-SSD1800        Ver2 PQ: 0 ANSI: 5
    [    4.047804] Uniform Multi-Platform E-IDE driver
    [    4.047814] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    [    4.087362] Driver 'sd' needs updating - please use bus_type methods
    [    4.087566] sd 1:0:0:0: [sda] 15761088 512-byte hardware sectors (8070 MB)
    [    4.087604] sd 1:0:0:0: [sda] Write Protect is off
    [    4.087610] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    4.087673] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    [    4.087788] sd 1:0:0:0: [sda] 15761088 512-byte hardware sectors (8070 MB)
    [    4.087825] sd 1:0:0:0: [sda] Write Protect is off
    [    4.087830] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    4.087894] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    [    4.087901]  sda: sda1 sda2
    [    4.090239] sd 1:0:0:0: [sda] Attached SCSI disk
    [    4.211288] PM: Starting manual resume from disk
    [    4.308156] usb 5-5: configuration #1 chosen from 1 choice
    [    4.136234] usb 5-5: New USB device found, idVendor=064e, idProduct=d101
    [    4.136243] usb 5-5: New USB device strings: Mfr=3, Product=1, SerialNumber=4
    [    4.136251] usb 5-5: Product: Acer Crystal Eye webcam
    [    4.136257] usb 5-5: Manufacturer: SuYin
    [    4.136262] usb 5-5: SerialNumber: CN0316-M608-OV01-VA-R02.00.00
    [    5.355662] ACPI: WMI: Mapper loaded
    [    5.364909] acer-wmi: Acer Laptop ACPI-WMI Extras version 0.1
    [    5.961127] Linux agpgart interface v0.103
    [    6.028723] agpgart: Detected an Intel 945GME Chipset.
    [    6.028907] agpgart: Detected 7932K stolen memory.
    [    6.046857] agpgart: AGP aperture is 256M @ 0x20000000
    [    6.527469] ath_hal: module license 'Proprietary' taints kernel.
    [    6.593475] ath_hal: 0.10.2.2-ATHEROS (AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133, RF2425)
    [    6.742013] wlan: trunk
    [    6.854024] ath_pci: trunk
    [    6.854102] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 18 (level, low) -> IRQ 18
    [    6.854127] PCI: Setting latency timer of device 0000:03:00.0 to 64
    [    7.347192] MadWifi: ath_attach: Switching rfkill capability off
    [    7.465569] input: Power Button (FF) as /class/input/input1
    [    7.509027] ACPI: Power Button (FF) [PWRF]
    [    7.509198] input: Power Button (CM) as /class/input/input2
    [    7.557043] ACPI: Power Button (CM) [PWRB]
    [    7.557213] input: Lid Switch as /class/input/input3
    [    7.403285] ath_rate_sample: 1.2 (trunk)
    [    7.573659] ACPI: Lid Switch [LID0]
    [    7.573829] input: Sleep Button (CM) as /class/input/input4
    [    7.609033] ACPI: Sleep Button (CM) [SLPB]
    [    7.865853] ACPI: AC Adapter [ACAD] (on-line)
    [    7.906924] ACPI: Battery Slot [BAT1] (battery absent)
    [    9.170725] input: Video Bus as /class/input/input5
    [    9.206148] ACPI: Video Device [OVGA] (multi-head: yes  rom: yes  post: no)
    [    9.239991] Real Time Clock Driver v1.12ac
    [    9.525468] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007)
    [    9.525612] iTCO_wdt: Found a ICH7-M TCO device (Version=2, TCOBASE=0x0460)
    [    9.525666] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [    9.576481] Linux video capture interface: v2.00
    [    9.452688] input: PC Speaker as /class/input/input6
    [    9.673849] intel_rng: FWH not detected
    [    9.972494] uvcvideo: Found UVC 1.00 device Acer Crystal Eye webcam (064e:d101)
    [    9.983686] usbcore: registered new interface driver uvcvideo
    [    9.983696] USB Video Class driver (v0.1.0)
    [   10.019831] MadWifi: ath_attach: Switching per-packet transmit power control off
    [   10.020711] wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
    [   10.020725] wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
    [   10.020750] wifi0: H/W encryption support: WEP AES AES_CCM TKIP
    [   10.020769] wifi0: ath_announce: Use hw queue 1 for WME_AC_BE traffic
    [   10.020776] wifi0: ath_announce: Use hw queue 0 for WME_AC_BK traffic
    [   10.020782] wifi0: ath_announce: Use hw queue 2 for WME_AC_VI traffic
    [   10.020789] wifi0: ath_announce: Use hw queue 3 for WME_AC_VO traffic
    [   10.020795] wifi0: ath_announce: Use hw queue 8 for CAB traffic
    [   10.020801] wifi0: ath_announce: Use hw queue 9 for beacons
    [   10.035404] ath_pci: wifi0: Atheros 5424/2424: mem=0x35200000, irq=18
    [   10.035556] ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 17
    [   10.803137] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04771/0xa40000
    [   10.857263] input: SynPS/2 Synaptics TouchPad as /class/input/input7
    [   11.148634] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 16
    [   11.148684] PCI: Setting latency timer of device 0000:00:1b.0 to 64
    [   11.178978] hda_codec: Unknown model for ALC268, trying auto-probe from BIOS...
    [   11.600040] Adding 457844k swap on /dev/sda2.  Priority:-1 extents:1 across:457844k
    [   12.255071] loop: module loaded
    [   16.388179] r8169: eth0: link down
    [   26.808504] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
    [   26.964897] NET: Registered protocol family 10
    [   26.966089] lo: Disabled Privacy Extensions
    [   26.967229] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   28.093385] r8169: eth0: link up
    [   28.104732] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   31.471225] [drm] Initialized drm 1.1.0 20060810
    [   31.477855] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
    [   31.477874] PCI: Setting latency timer of device 0000:00:02.0 to 64
    [   31.478025] [drm] Initialized i915 1.6.0 20060119 on minor 0
    [   31.623796] mtrr: no more MTRRs available
    [   53.286359] eth0: no IPv6 routers present
    
    Yeah! I use kde 3.5.9 (with the panel in "autohide mode") and is very fast, I'm impressed.

    Fix the cpu scaling.. in the installation I've missed a pkg ;)
    Code:
    # apt-get install cpufrequtils
    # modprobe acpi_cpufreq cpufreq_conservative freq_table
    here some information:
    Code:
      # cpufreq-info
    cpufrequtils 002: cpufreq-info (C) Dominik Brodowski 2004-2006
    Report errors and bugs to [email][email protected][/email], please.
    analyzing CPU 0:
      driver: acpi-cpufreq
      CPUs which need to switch frequency at the same time: 0 1
      hardware limits: 800 MHz - 1.60 GHz
      available frequency steps: 1.60 GHz, 1.33 GHz, 1.07 GHz, 800 MHz
      available cpufreq governors: ondemand, performance
      current policy: frequency should be within 800 MHz and 1.60 GHz.
                      The governor "ondemand" may decide which speed to use
                      within this range.
      current CPU frequency is 800 MHz (asserted by call to hardware).
    analyzing CPU 1:
      driver: acpi-cpufreq
      CPUs which need to switch frequency at the same time: 0 1
      hardware limits: 800 MHz - 1.60 GHz
      available frequency steps: 1.60 GHz, 1.33 GHz, 1.07 GHz, 800 MHz
      available cpufreq governors: ondemand, performance
      current policy: frequency should be within 800 MHz and 1.60 GHz.
                      The governor "ondemand" may decide which speed to use
                      within this range.
      current CPU frequency is 800 MHz (asserted by call to hardware).
    
    Info about throttling
    Code:
      # cat /proc/acpi/processor/CPU0/throttling
    state count:             8
    active state:            T0
    state available: T0 to T7
    states:
       *T0:                  100%
        T1:                  87%
        T2:                  75%
        T3:                  62%
        T4:                  50%
        T5:                  37%
        T6:                  25%
        T7:                  12%
    
     
    tommy_bo, Jul 20, 2008
    #3
  4. tommy_bo

    lotus49

    Joined:
    Jun 29, 2008
    Messages:
    343
    Likes Received:
    0
    Location:
    Yorkshire
    Several people have successfully installed Ubuntu (which, as you almost certainly know is based on Debian) and the issue with the card readers has been addressed by the simple expedient of making sure there is a card in the reader at boot time.

    Rather strangely, it is then possible to change cards with everything working properly.
     
    lotus49, Jul 20, 2008
    #4
  5. tommy_bo

    roeles

    Joined:
    Jul 21, 2008
    Messages:
    2
    Likes Received:
    0
    edit: I had wlan problems, but the cause was not the acer aspire one.
     
    roeles, Jul 21, 2008
    #5
  6. tommy_bo

    Aubrey

    Joined:
    Jul 12, 2008
    Messages:
    20
    Likes Received:
    0
    Thanks for this how-to, tommy_bo

    Especially for the cpu scaling advice. Works a treat.
     
    Aubrey, Jul 21, 2008
    #6
  7. tommy_bo

    chelnov

    Joined:
    Jul 22, 2008
    Messages:
    8
    Likes Received:
    0
    Nice job, I am gonna install Etch at the weekend.
    Can you use some other window manager than KDE or Gnome?
    Like IceWM or fluxbox, those would be a lot of lighter

    hmm. I think that this sould be under how-to?
    Thanks for the tutorial!
     
    chelnov, Jul 22, 2008
    #7
  8. tommy_bo

    roeles

    Joined:
    Jul 21, 2008
    Messages:
    2
    Likes Received:
    0
    Ok, please disregard my previous post.

    I am getting CPU hangs when I have an SD card inserted at boot.
    The kernel 2.6.25-2 i686 hangs in kmemstick. After 61s I get a panic about it.
     
    roeles, Jul 23, 2008
    #8
  9. tommy_bo

    Aubrey

    Joined:
    Jul 12, 2008
    Messages:
    20
    Likes Received:
    0
    I'm running e17 (from the cvs) over Xubuntu 8.04.1. No worries at all.

    [​IMG]
     
    Aubrey, Jul 23, 2008
    #9
  10. tommy_bo

    tommy_bo

    Joined:
    Jul 19, 2008
    Messages:
    3
    Likes Received:
    0
    I report the same for my sistem (linux image 2.6.25-2 i686).
    I've notice that when I use iceweasel 3.0.1 (firefox) with network cache set to "0" sometimes computer write something to ssd and the system for few second is unusable; with epiphany, konqueror or opera nothing bad happens.
    I've installed with success application like "Google Earth & Picasa" "Stellarium" that require some power and the cpu switch to 1,6ghz
     
    tommy_bo, Jul 25, 2008
    #10
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.