You are not logged in.

#1076 2009-04-02 17:47:27

big_gie
Member
Registered: 2005-01-19
Posts: 637

Re: Arch on Asus EEE 901

You could removed the 901 since its probably going to be compatible with the whole line of eee... Or just kernel26-zod...

Offline

#1077 2009-04-02 18:05:08

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Arch on Asus EEE 901

Thanks for the suggestion big_gie, I'll try and come up with something.

Also, this naming confusion is the main reason why I didn't upload PKGBUILDs to AUR (yet). There are so many kernel26-<sth>, it's hard to come up with a name that didn't causes confusion or sound silly.

EDIT: Hm... how about kernel-eeepc901 or kernel-eeepc-901? Would that be distinct enough from Blind's kernel26-eee901? smile

Last edited by zodmaner (2009-04-02 18:11:17)

Offline

#1078 2009-04-02 18:07:05

big_gie
Member
Registered: 2005-01-19
Posts: 637

Re: Arch on Asus EEE 901

hahaha smile
It's true there is so many of them... That's why when I hacked on mine I just posted the config file (see the wiki about the eee 1000).

Offline

#1079 2009-04-02 20:40:32

heinzelotto
Member
From: Munich, Germany
Registered: 2008-09-05
Posts: 10

Re: Arch on Asus EEE 901

@zodmaner: i installed arch linux on an LVM-device, ist there any possibility to run your kernel from that device or ist there no LVM-support in your kernel?

edit: nevermind, i just reinstalled arch on my eeepc (not using LVM seems to be a good idea since the first ssd seems to be a lot faster than the second, bigger one) smile

Last edited by heinzelotto (2009-04-02 22:40:02)

Offline

#1080 2009-04-03 01:58:54

Blind
Member
From: Desert mountain
Registered: 2005-02-06
Posts: 386

Re: Arch on Asus EEE 901

Yeah, I don't really care - it might just make helping peeps somwhat more difficult. But if big_gie's and my mutual friend needs help on your kernel, be my guest...
tongue

Offline

#1081 2009-04-03 07:08:03

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Arch on Asus EEE 901

heinzelotto wrote:

@zodmaner: i installed arch linux on an LVM-device, ist there any possibility to run your kernel from that device or ist there no LVM-support in your kernel?

edit: nevermind, i just reinstalled arch on my eeepc (not using LVM seems to be a good idea since the first ssd seems to be a lot faster than the second, bigger one) smile

Ah, I come in too late. tongue

I've never use lvm2 myself, but from what I've read it seems that In order to use lvm2 with my kernel, you need to use mkinitcpio image (because there doesn't seem to be a way to have lvm2 support built-into the kernel, unfortunately tongue).

Creating an mkinitcpio image from configuration file that contains empty MODULES,BINARIES and FILES with the following HOOKS field:

HOOKS="base udev lvm2 filesystems"

Should do the trick (though as I said, I never use lvm2, so if I'm wrong, please correct me).

Also, regarding the naming issue. If no one object, I'll rename my kernel packages to kernel-eeepc-901 (and kernel-eeepc-901-kms, respectively). It should be distinct enough to avoid confusion with Blind's kernel26-eee901 one. What do you guys think?

Last edited by zodmaner (2009-04-03 09:34:37)

Offline

#1082 2009-04-03 13:47:21

heinzelotto
Member
From: Munich, Germany
Registered: 2008-09-05
Posts: 10

Re: Arch on Asus EEE 901

I now use your kernel-based mode setting kernel (with some changes i compiled in, namely dm-crypt and highmem-support), but unfortunately I am experiencing slow 2d-rendering in terminal-emulators in X (urxvt & xterm), for example when i start htop, the text is only being updated line-by-line (it takes about 1sec until the screen-content of the terminal-emulator is refreshed), X is also eating a lot of resources while doing this (as htop shows, mostly kernel-cpu-usage).
Is this normal behaviour when using KMS or am I doing anything wrong, i.e. do you experience these problems as well when running your kms-kernel?

PS: 3d-acceleration is working great, there is no problem in running openarena or any other OpenGL-program, the problem only appears with text-rendering in terminal emulators.

Offline

#1083 2009-04-03 15:54:07

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Arch on Asus EEE 901

heinzelotto wrote:

I now use your kernel-based mode setting kernel (with some changes i compiled in, namely dm-crypt and highmem-support), but unfortunately I am experiencing slow 2d-rendering in terminal-emulators in X (urxvt & xterm), for example when i start htop, the text is only being updated line-by-line (it takes about 1sec until the screen-content of the terminal-emulator is refreshed), X is also eating a lot of resources while doing this (as htop shows, mostly kernel-cpu-usage).
Is this normal behaviour when using KMS or am I doing anything wrong, i.e. do you experience these problems as well when running your kms-kernel?

PS: 3d-acceleration is working great, there is no problem in running openarena or any other OpenGL-program, the problem only appears with text-rendering in terminal emulators.

Hm... that's weird. I've never experience such a lag in urxvt with UXA and KMS.

Are you using any composite manager? If so, try to disable it and see if the performance improve. On my system, using composite manager with UXA and KMS causes a lot of slow down, especially with transparency terminal.

Also, what is your xorg.conf? Especially your Device section.

Try to commented out any Options you don't need and leave only AccelMethod in. Device section of my xorg.conf for the 901 currently looks like this:

Section "Device"
    Identifier  "Device1"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID       "PCI:0:2:0"
    Option      "DRI" "on"
    Option      "AccelMethod" "UXA"
#    Option      "AccelMethod" "EXA"
EndSection

Last edited by zodmaner (2009-04-03 16:01:18)

Offline

#1084 2009-04-03 18:29:23

heinzelotto
Member
From: Munich, Germany
Registered: 2008-09-05
Posts: 10

Re: Arch on Asus EEE 901

    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 945GME Express Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
    Option      "DRI" "on"
    Option      "AccelMethod" "UXA"

I noticed the different device-string in your xorg.conf, could it be that there exist different hardware revisions of the 901 with differend graphic-chips? Maybe KMS doesn't quite work with the 945GME (yet)...

Offline

#1085 2009-04-03 19:41:50

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Arch on Asus EEE 901

heinzelotto wrote:

I noticed the different device-string in your xorg.conf, could it be that there exist different hardware revisions of the 901 with differend graphic-chips? Maybe KMS doesn't quite work with the 945GME (yet)...

The device string isn't matter. It was just a left over from my old xorg.conf of my 701. My 901 also have 945GM.

My experience with UXA & KMS on my 901 is that currently it is less stable and slower then the good old EXA (surprise!). Using UXA with KMS, my dock in Openbox (stalonetray & lal) would sometime "flickers", for example. It got even worse if I use composite (Xcompmgr, haven't tried anything else). With composite enable, I got heavy tearing when playing video file, among other glitches. But with composite disable, it is functional.

The only thing different between our setup that I can think of is the graphic driver. I'm using the intel-git instead of one in testing.

Offline

#1086 2009-04-06 05:51:58

venger
Member
Registered: 2009-02-11
Posts: 11

Re: Arch on Asus EEE 901

@zodmaner, thx! cant wait to try it out ... a quick check.. do i also need to install the original acpi package that came with robertek's zeneee kernel ?
or is the acpi controls already part of your package?
i've got some startup scripts that i use to default to certain fsb/brightness levels...

BTW, has anyone checked out the new finit-arc AUR package?  5-6 secs boot time ! (according to their bootchart)

Last edited by venger (2009-04-06 05:53:48)

Offline

#1087 2009-04-06 10:58:03

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Arch on Asus EEE 901

venger wrote:

@zodmaner, thx! cant wait to try it out ... a quick check.. do i also need to install the original acpi package that came with robertek's zeneee kernel ?
or is the acpi controls already part of your package?
i've got some startup scripts that i use to default to certain fsb/brightness levels...

My kernel didn't include acpi scripts, so you will need to install one.

I recommend big_pie's acpi-eeepc-generic package, which is the one I'm currently using and can confirm to work perfectly with 901.

Also, my kernel didn't include module to control FSB, so your script to control FSB will properly don't work.

I'll push new version of kernel-eeepc packages out in a few hours (after I return home).

Oooh! finit-arc looks nice! Thanks for making me aware of this (gotta tried it out tonight!). smile

Last edited by zodmaner (2009-04-06 11:14:20)

Offline

#1088 2009-04-06 17:41:48

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Arch on Asus EEE 901

New version of kernel-eeepc-901 packages is here:

* kernel-eeepc-901-2.6.29.1-1-i686
* kernel-eeepc-901-kms-2.6.29.1-1-i686

PKGBUILDS

NOTE: Though not necessary, you might wish to remove the old kernel-eee901 and kernel-eee901-kms from your system, as the new packages didn't replace the old ones.

The name change should also enable my packages to be install along side other kernel package, such as Blind's kernel26-eee901, without any problem.

Also, don't forget to update the /boot/grub/menu.lst to use new package name:

    # (2) Arch Linux

    title Arch Linux Eee PC

    root (hd0,0)

    kernel /boot/vmlinuz-eeepc-901 root=/dev/sda1 ro

and

    # (3) Arch Linux

    title Arch Linux Eee PC KMS

    root (hd0,0)

    kernel /boot/vmlinuz-eeepc-901-kms root=/dev/sda1 ro

Last edited by zodmaner (2009-04-06 17:45:11)

Offline

#1089 2009-04-07 08:56:39

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Arch on Asus EEE 901

Zodmaner do you also have the "problem" that init hangs for three/four seconds when loading the build in elantech module? I'm using your kms kernel btw.

Offline

#1090 2009-04-07 11:07:05

tuxfusion
Member
Registered: 2007-12-31
Posts: 98

Re: Arch on Asus EEE 901

I have the same problem , with the above kernel.
And I compiled a completely new Zen kernel with multiple Elantech/or PS2 modules , same thing hangs there for at least 3 secs, btw Cpufreq didn't work in your build ( haven't checked latest ) ,Zodmaner .

Offline

#1091 2009-04-07 12:44:03

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Arch on Asus EEE 901

Hm... this is weird, I can't seems to reproduces the problem you guys have with the Elantech module during booting.

Few things that I can think of:

* Have you install xf86-input-synaptics driver? If not, then install it and see if it fix the problem.
* Are you guys using X.org from testing repository? If you're using X.org from extra repository, then try to upgrade to X.org from testing and see if the problem still persists (I'm using X.org from testing).

If you follow the above suggestions or have already done all that and still the problem persists, then I'll compile and upload a new binary packages that didn't include the Elantech patch.

---

As for the lack of cpufreq, this is intentional, as cpufreq, specifically p4-clockmod module, provides no power saving or heat reducing benefits.
This also the case with the 701 model.

If you want to check and see whether this is true or not, install powertop and compare the Power usage between my kernel and any other kernel that have cpufreq and p4-clockmod module enabled.

On my 901, the Power usage between kernel with p4-clockmod and kernel without p4-clockmod is roughly the same (around 7.6W with /sys/class/backlight/eeepc/brightness set to 4 and Wireless, Bluetooth and Webcam turn off). The machine also runs a little bit cooler during idle period when using kernel without p4-clockmod (around 55C on kernel with p4-clockmod module and around 51C on kernel without p4-clockmod).

For a much better explanation of why this is the case, check out this post by Onyros and the following up post by toofishes (and yes, I'm also quite surprised when I found out that what Onyros and toofishes said is also true on the 901 model with Atom).

Last edited by zodmaner (2009-04-07 12:57:20)

Offline

#1092 2009-04-07 14:13:15

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Arch on Asus EEE 901

Upgraded xorg and synaptics.

Problem persists:

Relevant dmesg is as follows:

elantech.c: assuming hardware version 2, firmware version 2.48
elantech.c: Synaptics capabilities query result 0x00, 0x02, 0x64.
input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6

Which looks fine I guess. But it hangs here for about 3-5 seconds.

Edit: Could it be a problem with the eeepc module as it loads immediately afterwards elantech?

Last edited by Ashren (2009-04-07 15:03:29)

Offline

#1093 2009-04-07 15:49:11

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Arch on Asus EEE 901

Ashren wrote:

Upgraded xorg and synaptics.

Problem persists:

Relevant dmesg is as follows:

elantech.c: assuming hardware version 2, firmware version 2.48
elantech.c: Synaptics capabilities query result 0x00, 0x02, 0x64.
input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6

Which looks fine I guess. But it hangs here for about 3-5 seconds.

Edit: Could it be a problem with the eeepc module as it loads immediately afterwards elantech?

I've the same messages in my 901's dmesg too, and it seems to work just fine (no "hanging" when loading Elantech built-in module).

Could you post the full dmesg from your 901? I would like to have a look at it.

Offline

#1094 2009-04-07 15:58:17

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Arch on Asus EEE 901

Here you go:

Linux version 2.6.29.1-eeepc-901-kms (root@Matthias) (gcc version 4.3.3 (GCC) ) #1 SMP PREEMPT Mon Apr 6 21:09:24 ICT 2009
KERNEL supported cpus:
  Intel GenuineIntel
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000003f7a0000 (usable)
 BIOS-e820: 000000003f7a0000 - 000000003f7ae000 (ACPI data)
 BIOS-e820: 000000003f7ae000 - 000000003f7f0000 (ACPI NVS)
 BIOS-e820: 000000003f7f0000 - 000000003f800000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
DMI present.
AMI BIOS detected: BIOS may corrupt low RAM, working around it.
last_pfn = 0x3f7a0 max_arch_pfn = 0x100000
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
kernel direct mapping tables up to 3f7a0000 @ 10000-15000
ACPI: RSDP 000FBD00, 0014 (r0 ACPIAM)
ACPI: RSDT 3F7A0000, 003C (r1 A_M_I_ OEMRSDT  10000814 MSFT       97)
ACPI: FACP 3F7A0200, 0084 (r2 A_M_I_ OEMFACP  10000814 MSFT       97)
FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
ACPI: DSDT 3F7A05B0, 53DD (r1  P0017 P0017000        0 INTL 20051117)
ACPI: FACS 3F7AE000, 0040
ACPI: APIC 3F7A0390, 005C (r1 A_M_I_ OEMAPIC  10000814 MSFT       97)
ACPI: MCFG 3F7A03F0, 003C (r1 A_M_I_ OEMMCFG  10000814 MSFT       97)
ACPI: OEMB 3F7AE040, 0061 (r1 A_M_I_ AMI_OEM  10000814 MSFT       97)
ACPI: HPET 3F7A5990, 0038 (r1 A_M_I_ OEMHPET  10000814 MSFT       97)
ACPI: SSDT 3F7AEB80, 04F0 (r1  PmRef    CpuPm     3000 INTL 20051117)
ACPI: Local APIC address 0xfee00000
1015MB LOWMEM available.
  mapped low ram: 0 - 3f7a0000
  low ram: 00000000 - 3f7a0000
  bootmap 00011000 - 00018ef4
(8 early reservations) ==> bootmem [0000000000 - 003f7a0000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
  #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
  #3 [0000100000 - 000056fb74]    TEXT DATA BSS ==> [0000100000 - 000056fb74]
  #4 [0000570000 - 0000573000]    INIT_PG_TABLE ==> [0000570000 - 0000573000]
  #5 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
  #6 [0000010000 - 0000011000]          PGTABLE ==> [0000010000 - 0000011000]
  #7 [0000011000 - 0000019000]          BOOTMAP ==> [0000011000 - 0000019000]
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  Normal   0x00001000 -> 0x0003f7a0
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0003f7a0
On node 0 totalpages: 259887
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 3951 pages, LIFO batch:0
  Normal zone: 2000 pages used for memmap
  Normal zone: 253904 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0xffffffff base: 0xfed00000
SMP: Allowing 2 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 24
Allocating PCI resources starting at 40000000 (gap: 3f800000:bf600000)
NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
PERCPU: Allocating 32768 bytes of per cpu data
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 257855
Kernel command line: root=/dev/sda1 ro
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
CPU 0 irqstacks, hard=b050d000 soft=b050b000
PID hash table entries: 4096 (order: 12, 16384 bytes)
Fast TSC calibration using PIT
Detected 1600.258 MHz processor.
Console: colour VGA+ 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1025628k/1040000k available (2752k kernel code, 13708k reserved, 1075k data, 280k init, 0k highmem)
virtual kernel memory layout:
    fixmap  : 0xfff9f000 - 0xfffff000   ( 384 kB)
    vmalloc : 0xeffa0000 - 0xfff9d000   ( 255 MB)
    lowmem  : 0xb0000000 - 0xef7a0000   (1015 MB)
      .init : 0xb04c2000 - 0xb0508000   ( 280 kB)
      .data : 0xb03b013f - 0xb04bd130   (1075 kB)
      .text : 0xb0100000 - 0xb03b013f   (2752 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
hpet clockevent registered
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.51 BogoMIPS (lpj=6401032)
Security Framework initialized
Mount-cache hash table entries: 512
CPU: L1 I cache: 32K, L1 D cache: 24K
CPU: L2 cache: 512K
[ds] using Core 2/Atom configuration
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
using mwait in idle threads.
Checking 'hlt' instruction... OK.
ACPI: Core revision 20081204
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Atom(TM) CPU N270   @ 1.60GHz stepping 02
APIC calibration not consistent with PM Timer: 115ms instead of 100ms
APIC delta adjusted to PM-Timer: 833334 (966655)
CPU 1 irqstacks, hard=b050e000 soft=b050c000
Booting processor 1 APIC 0x1 ip 0x6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 3199.99 BogoMIPS (lpj=6399991)
CPU: L1 I cache: 32K, L1 D cache: 24K
CPU: L2 cache: 512K
[ds] using Core 2/Atom configuration
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: Intel(R) Atom(TM) CPU N270   @ 1.60GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Brought up 2 CPUs
Total of 2 processors activated (6400.51 BogoMIPS).
net_namespace: 992 bytes
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
PCI: Not using MMCONFIG.
PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=6
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG for extended config space
ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
ACPI: EC: driver started in poll mode
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:02.0: reg 10 32bit mmio: [0xf7f00000-0xf7f7ffff]
pci 0000:00:02.0: reg 14 io port: [0xdc80-0xdc87]
pci 0000:00:02.0: reg 18 32bit mmio: [0xd0000000-0xdfffffff]
pci 0000:00:02.0: reg 1c 32bit mmio: [0xf7ec0000-0xf7efffff]
pci 0000:00:02.1: reg 10 32bit mmio: [0xf7f80000-0xf7ffffff]
pci 0000:00:1b.0: reg 10 64bit mmio: [0xf7eb8000-0xf7ebbfff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.1: PME# disabled
pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.2: PME# disabled
pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.3: PME# disabled
pci 0000:00:1d.0: reg 20 io port: [0xd480-0xd49f]
pci 0000:00:1d.1: reg 20 io port: [0xd800-0xd81f]
pci 0000:00:1d.2: reg 20 io port: [0xd880-0xd89f]
pci 0000:00:1d.3: reg 20 io port: [0xdc00-0xdc1f]
pci 0000:00:1d.7: reg 10 32bit mmio: [0xf7eb7c00-0xf7eb7fff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH6 GPIO
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0380 (mask 0003)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 0007)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0068 (mask 0003)
pci 0000:00:1f.2: reg 10 io port: [0x00-0x07]
pci 0000:00:1f.2: reg 14 io port: [0x00-0x03]
pci 0000:00:1f.2: reg 18 io port: [0x00-0x07]
pci 0000:00:1f.2: reg 1c io port: [0x00-0x03]
pci 0000:00:1f.2: reg 20 io port: [0xffa0-0xffaf]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f]
pci 0000:04:00.0: reg 10 64bit mmio: [0xfbfc0000-0xfbffffff]
pci 0000:04:00.0: reg 18 io port: [0xec80-0xecff]
pci 0000:04:00.0: PME# supported from D3hot D3cold
pci 0000:04:00.0: PME# disabled
pci 0000:00:1c.1: bridge io port: [0xe000-0xefff]
pci 0000:00:1c.1: bridge 32bit mmio: [0xfbf00000-0xfbffffff]
pci 0000:01:00.0: reg 10 32bit mmio: [0xfbef0000-0xfbefffff]
pci 0000:01:00.0: PME# supported from D0 D3hot
pci 0000:01:00.0: PME# disabled
pci 0000:00:1c.3: bridge 32bit mmio: [0xf8000000-0xfbefffff]
pci 0000:00:1c.3: bridge 64bit mmio pref: [0xf0000000-0xf6ffffff]
pci 0000:00:1e.0: transparent bridge
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 3 comparators, 64-bit 14.318180 MHz counter
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 13 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: iomem range 0xfed13000-0xfed19fff has been reserved
system 00:08: ioport range 0x25c-0x25f has been reserved
system 00:08: ioport range 0x380-0x383 has been reserved
system 00:08: ioport range 0x400-0x41f has been reserved
system 00:08: ioport range 0x4d0-0x4d1 has been reserved
system 00:08: ioport range 0x800-0x87f has been reserved
system 00:08: ioport range 0x480-0x4bf has been reserved
system 00:08: iomem range 0x8c000000-0x8c01ffff has been reserved
system 00:08: iomem range 0xfed1c000-0xfed1ffff has been reserved
system 00:08: iomem range 0xfed20000-0xfed3ffff has been reserved
system 00:08: iomem range 0xfed50000-0xfed8ffff has been reserved
system 00:08: iomem range 0xffb00000-0xffbfffff has been reserved
system 00:08: iomem range 0xfff00000-0xffffffff could not be reserved
system 00:0a: iomem range 0xfec00000-0xfec00fff has been reserved
system 00:0a: iomem range 0xfee00000-0xfee00fff has been reserved
system 00:0b: iomem range 0xe0000000-0xe3ffffff has been reserved
system 00:0c: iomem range 0x0-0x9ffff could not be reserved
system 00:0c: iomem range 0xc0000-0xcffff could not be reserved
system 00:0c: iomem range 0xe0000-0xfffff could not be reserved
system 00:0c: iomem range 0x100000-0x3f7fffff could not be reserved
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:05
pci 0000:00:1c.0:   IO window: disabled
pci 0000:00:1c.0:   MEM window: disabled
pci 0000:00:1c.0:   PREFETCH window: disabled
pci 0000:00:1c.1: PCI bridge, secondary bus 0000:04
pci 0000:00:1c.1:   IO window: 0xe000-0xefff
pci 0000:00:1c.1:   MEM window: 0xfbf00000-0xfbffffff
pci 0000:00:1c.1:   PREFETCH window: disabled
pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
pci 0000:00:1c.2:   IO window: disabled
pci 0000:00:1c.2:   MEM window: disabled
pci 0000:00:1c.2:   PREFETCH window: disabled
pci 0000:00:1c.3: PCI bridge, secondary bus 0000:01
pci 0000:00:1c.3:   IO window: disabled
pci 0000:00:1c.3:   MEM window: 0xf8000000-0xfbefffff
pci 0000:00:1c.3:   PREFETCH window: 0x000000f0000000-0x000000f6ffffff
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:06
pci 0000:00:1e.0:   IO window: disabled
pci 0000:00:1e.0:   MEM window: disabled
pci 0000:00:1e.0:   PREFETCH window: disabled
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.1: setting latency timer to 64
pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1c.2: setting latency timer to 64
pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:1c.3: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
pci_bus 0000:05: resource 0 mem: [0x0-0x0]
pci_bus 0000:05: resource 1 mem: [0x0-0x0]
pci_bus 0000:05: resource 2 mem: [0x0-0x0]
pci_bus 0000:05: resource 3 mem: [0x0-0x0]
pci_bus 0000:04: resource 0 io:  [0xe000-0xefff]
pci_bus 0000:04: resource 1 mem: [0xfbf00000-0xfbffffff]
pci_bus 0000:04: resource 2 mem: [0x0-0x0]
pci_bus 0000:04: resource 3 mem: [0x0-0x0]
pci_bus 0000:03: resource 0 mem: [0x0-0x0]
pci_bus 0000:03: resource 1 mem: [0x0-0x0]
pci_bus 0000:03: resource 2 mem: [0x0-0x0]
pci_bus 0000:03: resource 3 mem: [0x0-0x0]
pci_bus 0000:01: resource 0 mem: [0x0-0x0]
pci_bus 0000:01: resource 1 mem: [0xf8000000-0xfbefffff]
pci_bus 0000:01: resource 2 mem: [0xf0000000-0xf6ffffff]
pci_bus 0000:01: resource 3 mem: [0x0-0x0]
pci_bus 0000:06: resource 0 mem: [0x0-0x0]
pci_bus 0000:06: resource 1 mem: [0x0-0x0]
pci_bus 0000:06: resource 2 mem: [0x0-0x0]
pci_bus 0000:06: resource 3 io:  [0x00-0xffff]
pci_bus 0000:06: resource 4 mem: [0x000000-0xffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
squashfs: version 4.0 (2009/01/31) Phillip Lougher
fuse init (API version 7.11)
msgmni has been set to 2003
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered (default)
io scheduler cfq registered
pci 0000:00:02.0: Boot video device
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
pcieport-driver 0000:00:1c.1: setting latency timer to 64
pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
pcieport-driver 0000:00:1c.2: setting latency timer to 64
pcieport-driver 0000:00:1c.2: irq 26 for MSI/MSI-X
pcieport-driver 0000:00:1c.3: setting latency timer to 64
pcieport-driver 0000:00:1c.3: irq 27 for MSI/MSI-X
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
ACPI: AC Adapter [AC0] (off-line)
ACPI: EC: non-query interrupt received, switching to interrupt mode
Switched to high resolution mode on CPU 1
Switched to high resolution mode on CPU 0
ACPI: Battery Slot [BAT0] (battery present)
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button (FF) [PWRF]
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
ACPI: Lid Switch [LID]
input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
ACPI: Sleep Button (CM) [SLPB]
input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
ACPI: Power Button (CM) [PWRB]
ACPI: SSDT 3F7AE180, 023C (r1  PmRef  Cpu0Ist     3000 INTL 20051117)
ACPI: SSDT 3F7AE450, 0724 (r1  PmRef  Cpu0Cst     3001 INTL 20051117)
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
processor ACPI_CPU:00: registered as cooling_device0
ACPI: Processor [P001] (supports 8 throttling states)
ACPI: SSDT 3F7AE0B0, 00CC (r1  PmRef  Cpu1Ist     3000 INTL 20051117)
ACPI: SSDT 3F7AE3C0, 0085 (r1  PmRef  Cpu1Cst     3000 INTL 20051117)
ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
processor ACPI_CPU:01: registered as cooling_device1
ACPI: Processor [P002] (supports 8 throttling states)
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [TZ00] (43 C)
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel 945GME Chipset
agpgart-intel 0000:00:00.0: detected 7932K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
Hangcheck: Using get_cycles().
[drm] Initialized drm 1.1.0 20060810
pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:02.0: setting latency timer to 64
i2c-adapter i2c-2: sendbytes: error -110
allocated 1024x600 fb: 0x007df000, bo ee8f61e0
[drm] LVDS-8: set mode 1024x600 c
Console: switching to colour frame buffer device 128x37
fb0: inteldrmfb frame buffer device
registered panic notifier
[drm] Initialized i915 1.6.0 20080730 on minor 0
brd: module loaded
loop: module loaded
ATL1E 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
ATL1E 0000:04:00.0: setting latency timer to 64
Linux video capture interface: v2.00
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v0.1.0)
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
ata_piix 0000:00:1f.2: version 2.12
ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
ata_piix 0000:00:1f.2: setting latency timer to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
ata2.00: CFA: ASUS-PHISON SSD, TST2.04U, max UDMA/66
ata2.00: 7880544 sectors, multi 0: LBA 
ata2.01: CFA: ASUS-PHISON SSD, TST2.04P, max UDMA/66
ata2.01: 31522176 sectors, multi 0: LBA 
ata2.00: configured for UDMA/66
ata2.01: configured for UDMA/66
scsi 1:0:0:0: Direct-Access     ATA      ASUS-PHISON SSD  TST2 PQ: 0 ANSI: 5
sd 1:0:0:0: [sda] 7880544 512-byte hardware sectors: (4.03 GB/3.75 GiB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sd 1:0:0:0: [sda] 7880544 512-byte hardware sectors: (4.03 GB/3.75 GiB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2
sd 1:0:0:0: [sda] Attached SCSI disk
sd 1:0:0:0: Attached scsi generic sg0 type 0
scsi 1:0:1:0: Direct-Access     ATA      ASUS-PHISON SSD  TST2 PQ: 0 ANSI: 5
sd 1:0:1:0: [sdb] 31522176 512-byte hardware sectors: (16.1 GB/15.0 GiB)
sd 1:0:1:0: [sdb] Write Protect is off
sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
sd 1:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sd 1:0:1:0: [sdb] 31522176 512-byte hardware sectors: (16.1 GB/15.0 GiB)
sd 1:0:1:0: [sdb] Write Protect is off
sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
sd 1:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
 sdb: sdb1
sd 1:0:1:0: [sdb] Attached SCSI disk
sd 1:0:1:0: Attached scsi generic sg1 type 0
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf7eb7c00
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d480
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d800
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d880
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1d.3: setting latency timer to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000dc00
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos 00:03: RTC can wake from S4
rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
ACPI: I/O resource 0000:00:1f.3 [0x400-0x41f] conflicts with ACPI region SMRG [0x400-0x40f]
ACPI: Device needs an ACPI driver
cpuidle: using governor ladder
cpuidle: using governor menu
Marking TSC unstable due to TSC halts in idle
usbcore: registered new interface driver hiddev
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
rt2860 0000:01:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19


=== pAd = f0742000, size = 580808 ===

<-- RTMPAllocAdapterBlock, Status=0
rt2860 0000:01:00.0: setting latency timer to 64
ra0 (rt2860): not using net_device_ops yet
eeepc: Eee PC Hotkey Driver
usb 1-8: new high speed USB device using ehci_hcd and address 2
usb 1-8: configuration #1 chosen from 1 choice
uvcvideo: Found UVC 1.00 device USB 2.0 Camera (0c45:62c0)
input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input5
elantech.c: assuming hardware version 2, firmware version 2.48
elantech.c: Synaptics capabilities query result 0x00, 0x02, 0x64.
input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6
eeepc: Hotkey init flags 0x41
eeepc: Get control methods supported: 0x101713
input: Asus EeePC extra buttons as /devices/virtual/input/input7
Advanced Linux Sound Architecture Driver Version 1.0.18a.
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
HDA Intel 0000:00:1b.0: setting latency timer to 64
hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x020c0000
ALSA device list:
  #0: HDA Intel at 0xf7eb8000 irq 16
TCP cubic registered
NET: Registered protocol family 17
Using IPI No-Shortcut mode
rtc_cmos 00:03: setting system clock to 2009-04-07 15:55:47 UTC (1239119747)
VFS: Mounted root (ext2 filesystem) readonly on device 8:1.
Freeing unused kernel memory: 280k freed
udev: starting version 140
ATL1E 0000:04:00.0: irq 28 for MSI/MSI-X
ATL1E 0000:04:00.0: ATL1E: eth0 NIC Link is Up<100 Mbps Full Duplex>
RX DESC ee1bc000  size = 2048
<-- RTMPAllocTxRxRingMemory, Status=0
--> Error 2 opening /etc/Wireless/RT2860STA/RT2860STA.dat
1. Phy Mode = 0
2. Phy Mode = 0
RTMPSetPhyMode: channel is out of range, use first channel=1 
3. Phy Mode = 0
MCS Set = 00 00 00 00 00
<==== RTMPInitialize, Status=0
0x1300 = 00073200
===>rt_ioctl_giwscan. 2(2) BSS returned, data->length = 234
ATL1E 0000:04:00.0: irq 28 for MSI/MSI-X
ATL1E 0000:04:00.0: ATL1E: eth0 NIC Link is Up<100 Mbps Full Duplex>
NET: Registered protocol family 10
ra0: no IPv6 routers present
eth0: no IPv6 routers present
usb 1-3: new high speed USB device using ehci_hcd and address 3
usb 1-3: configuration #1 chosen from 1 choice
scsi2 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
scsi 2:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
sd 2:0:0:0: [sdc] 3911616 512-byte hardware sectors: (2.00 GB/1.86 GiB)
sd 2:0:0:0: [sdc] Write Protect is off
sd 2:0:0:0: [sdc] Mode Sense: 16 07 09 51
sd 2:0:0:0: [sdc] Assuming drive cache: write through
sd 2:0:0:0: [sdc] 3911616 512-byte hardware sectors: (2.00 GB/1.86 GiB)
sd 2:0:0:0: [sdc] Write Protect is off
sd 2:0:0:0: [sdc] Mode Sense: 16 07 09 51
sd 2:0:0:0: [sdc] Assuming drive cache: write through
 sdc: sdc1
sd 2:0:0:0: [sdc] Attached SCSI removable disk
sd 2:0:0:0: Attached scsi generic sg2 type 0
usb-storage: device scan complete
usb 1-3: USB disconnect, address 3
ATL1E 0000:04:00.0: ATL1E: eth0 NIC Link is Down
===>rt_ioctl_giwscan. 1(1) BSS returned, data->length = 120
RX DESC d9c02000  size = 2048
<-- RTMPAllocTxRxRingMemory, Status=0
--> Error 2 opening /etc/Wireless/RT2860STA/RT2860STA.dat
1. Phy Mode = 0
2. Phy Mode = 0
3. Phy Mode = 0
MCS Set = 00 00 00 00 00
<==== RTMPInitialize, Status=0
0x1300 = 00073200
==>rt_ioctl_siwfreq::SIOCSIWFREQ[cmd=0x8b04] (Channel=11)
===>rt_ioctl_giwscan. 3(3) BSS returned, data->length = 347
==>rt_ioctl_siwfreq::SIOCSIWFREQ[cmd=0x8b04] (Channel=11)
ra0: no IPv6 routers present

Offline

#1095 2009-04-07 17:08:51

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Arch on Asus EEE 901

Ok, could you try this package out and see if there a different?
<deleted>

The only change is that I removed the elantech_jumpy_cursor.patch from the PKGBUILD. Seems to work fine here.

Last edited by zodmaner (2009-04-09 08:56:32)

Offline

#1096 2009-04-07 17:31:25

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Arch on Asus EEE 901

I'm sorry it did not work.

Perhaps there are some remnant of another customized kernel interferring somehow? Should I look for something specific?

zodmaner, I really appreciate your effort btw.

Last edited by Ashren (2009-04-07 17:31:39)

Offline

#1097 2009-04-07 19:42:52

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Arch on Asus EEE 901

Thanks. Well, I'm just try to help out as best as I could. smile

Anyway, it looks like we'll have to do it the hard way. In order to make sure that it is really the elantech module that have been causing the problem, I've built a test kernel that didn't include elantech module at all.

<deleted>

Ashren and everyone else who also have this problem, please install this test kernel and see if the problem still persists.

A word of warning just in case, this kernel isn't meant to be use and will get deleted after we finally solve this annoying problem.

Also Ashren, could you post your /boot/grub/menu.lst as well?

Oh, and did you guys also encounter this problem with kernel-eeepc-901?

Last edited by zodmaner (2009-04-09 08:56:56)

Offline

#1098 2009-04-07 20:19:51

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Arch on Asus EEE 901

Ok this is getting weird, Now it is hanging for three/four seconds at

input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input6

Relevant menu.lst part:

title Arch Kernel-eeepc-901-kms
root (hd0,1)
kernel /vmlinuz-eeepc-901-kms root=/dev/sda1 ro

I did experience this problem with kernel-eeepc-901 as well.

A bios setting perhaps?

Edit: Not a bios problem. I tried enabling bluetooth and Max CPUID - no difference.

Last edited by Ashren (2009-04-07 20:33:11)

Offline

#1099 2009-04-07 20:36:58

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Arch on Asus EEE 901

Ashren wrote:

Ok this is getting weird, Now it is hanging for three/four seconds at

input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input6

Relevant menu.lst part:

title Arch Kernel-eeepc-901-kms
root (hd0,1)
kernel /vmlinuz-eeepc-901-kms root=/dev/sda1 ro

I did experience this problem with kernel-eeepc-901 as well.

A bios setting perhaps?

Edit: Not a bios problem. I tried enabling bluetooth and Max CPUID - no difference.

Uh oh, you got wrong entry in the menu.lst, it is suppose to be:

  
    kernel /boot/vmlinuz-eeepc-901-kms root=/dev/sda1 ro

Try to correct this and see if it helps.

Also, your root is not at (hd0,0)? Is your installation on a SD card? If your / is on the 4GB SSD of the 901, then try to change root back to (hd0,0).

Another thing, I noticed from dmesg that you have SD card inserted. This is a long short, but you might want to try to remove it (if you don't need it that is) and see if it makes any different.

Last edited by zodmaner (2009-04-07 20:44:21)

Offline

#1100 2009-04-08 03:09:50

Lomig
Member
Registered: 2009-04-07
Posts: 2

Re: Arch on Asus EEE 901

So I do have the same problems.

The boot "hangs" few seconds after the elantech driver. With the test kernel you have linked few posts ago, the same thing happens (exactly as Ashreb); It hangs at the same moment as with the regular kernel of yours, just after:

input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input6

My dmesg :

Linux version 2.6.29.1-eeepc-901-kms (root@Matthias) (gcc version 4.3.3 (GCC) ) #1 SMP PREEMPT Wed Apr 8 02:08:27 ICT 2009
KERNEL supported cpus:
  Intel GenuineIntel
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000003f7a0000 (usable)
 BIOS-e820: 000000003f7a0000 - 000000003f7ae000 (ACPI data)
 BIOS-e820: 000000003f7ae000 - 000000003f7f0000 (ACPI NVS)
 BIOS-e820: 000000003f7f0000 - 000000003f800000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
DMI present.
AMI BIOS detected: BIOS may corrupt low RAM, working around it.
last_pfn = 0x3f7a0 max_arch_pfn = 0x100000
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
kernel direct mapping tables up to 3f7a0000 @ 10000-15000
ACPI: RSDP 000FBCD0, 0014 (r0 ACPIAM)
ACPI: RSDT 3F7A0000, 003C (r1 A_M_I_ OEMRSDT   8000815 MSFT       97)
ACPI: FACP 3F7A0200, 0084 (r2 A_M_I_ OEMFACP   8000815 MSFT       97)
FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
ACPI: DSDT 3F7A05B0, 53AD (r1  P0017 P0017000        0 INTL 20051117)
ACPI: FACS 3F7AE000, 0040
ACPI: APIC 3F7A0390, 005C (r1 A_M_I_ OEMAPIC   8000815 MSFT       97)
ACPI: MCFG 3F7A03F0, 003C (r1 A_M_I_ OEMMCFG   8000815 MSFT       97)
ACPI: OEMB 3F7AE040, 0061 (r1 A_M_I_ AMI_OEM   8000815 MSFT       97)
ACPI: HPET 3F7A5960, 0038 (r1 A_M_I_ OEMHPET   8000815 MSFT       97)
ACPI: SSDT 3F7AEB80, 04F0 (r1  PmRef    CpuPm     3000 INTL 20051117)
ACPI: Local APIC address 0xfee00000
1015MB LOWMEM available.
  mapped low ram: 0 - 3f7a0000
  low ram: 00000000 - 3f7a0000
  bootmap 00011000 - 00018ef4
(8 early reservations) ==> bootmem [0000000000 - 003f7a0000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
  #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
  #3 [0000100000 - 000056eb74]    TEXT DATA BSS ==> [0000100000 - 000056eb74]
  #4 [000056f000 - 0000572000]    INIT_PG_TABLE ==> [000056f000 - 0000572000]
  #5 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
  #6 [0000010000 - 0000011000]          PGTABLE ==> [0000010000 - 0000011000]
  #7 [0000011000 - 0000019000]          BOOTMAP ==> [0000011000 - 0000019000]
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  Normal   0x00001000 -> 0x0003f7a0
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0003f7a0
On node 0 totalpages: 259887
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 3951 pages, LIFO batch:0
  Normal zone: 2000 pages used for memmap
  Normal zone: 253904 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0xffffffff base: 0xfed00000
SMP: Allowing 2 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 24
Allocating PCI resources starting at 40000000 (gap: 3f800000:bf600000)
NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
PERCPU: Allocating 32768 bytes of per cpu data
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 257855
Kernel command line: root=/dev/sda1 ro
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
CPU 0 irqstacks, hard=b050c000 soft=b050a000
PID hash table entries: 4096 (order: 12, 16384 bytes)
Fast TSC calibration failed
TSC: PIT calibration matches PMTIMER. 1 loops
Detected 1600.024 MHz processor.
Console: colour VGA+ 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1025632k/1040000k available (2748k kernel code, 13704k reserved, 1075k data, 280k init, 0k highmem)
virtual kernel memory layout:
    fixmap  : 0xfff9f000 - 0xfffff000   ( 384 kB)
    vmalloc : 0xeffa0000 - 0xfff9d000   ( 255 MB)
    lowmem  : 0xb0000000 - 0xef7a0000   (1015 MB)
      .init : 0xb04c1000 - 0xb0507000   ( 280 kB)
      .data : 0xb03af3a7 - 0xb04bc130   (1075 kB)
      .text : 0xb0100000 - 0xb03af3a7   (2748 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
hpet clockevent registered
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.04 BogoMIPS (lpj=6400096)
Security Framework initialized
Mount-cache hash table entries: 512
CPU: L1 I cache: 32K, L1 D cache: 24K
CPU: L2 cache: 512K
[ds] using Core 2/Atom configuration
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
using mwait in idle threads.
Checking 'hlt' instruction... OK.
ACPI: Core revision 20081204
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Atom(TM) CPU N270   @ 1.60GHz stepping 02
CPU 1 irqstacks, hard=b050d000 soft=b050b000
Booting processor 1 APIC 0x1 ip 0x6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 3199.99 BogoMIPS (lpj=6399982)
CPU: L1 I cache: 32K, L1 D cache: 24K
CPU: L2 cache: 512K
[ds] using Core 2/Atom configuration
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: Intel(R) Atom(TM) CPU N270   @ 1.60GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Brought up 2 CPUs
Total of 2 processors activated (6400.03 BogoMIPS).
net_namespace: 992 bytes
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
PCI: Not using MMCONFIG.
PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=6
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG for extended config space
ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
ACPI: EC: driver started in poll mode
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:02.0: reg 10 32bit mmio: [0xf7f00000-0xf7f7ffff]
pci 0000:00:02.0: reg 14 io port: [0xdc80-0xdc87]
pci 0000:00:02.0: reg 18 32bit mmio: [0xd0000000-0xdfffffff]
pci 0000:00:02.0: reg 1c 32bit mmio: [0xf7ec0000-0xf7efffff]
pci 0000:00:02.1: reg 10 32bit mmio: [0xf7f80000-0xf7ffffff]
pci 0000:00:1b.0: reg 10 64bit mmio: [0xf7eb8000-0xf7ebbfff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.1: PME# disabled
pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.2: PME# disabled
pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.3: PME# disabled
pci 0000:00:1d.0: reg 20 io port: [0xd480-0xd49f]
pci 0000:00:1d.1: reg 20 io port: [0xd800-0xd81f]
pci 0000:00:1d.2: reg 20 io port: [0xd880-0xd89f]
pci 0000:00:1d.3: reg 20 io port: [0xdc00-0xdc1f]
pci 0000:00:1d.7: reg 10 32bit mmio: [0xf7eb7c00-0xf7eb7fff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH6 GPIO
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0380 (mask 0003)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 0007)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0068 (mask 0003)
pci 0000:00:1f.2: reg 10 io port: [0x00-0x07]
pci 0000:00:1f.2: reg 14 io port: [0x00-0x03]
pci 0000:00:1f.2: reg 18 io port: [0x00-0x07]
pci 0000:00:1f.2: reg 1c io port: [0x00-0x03]
pci 0000:00:1f.2: reg 20 io port: [0xffa0-0xffaf]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f]
pci 0000:04:00.0: reg 10 64bit mmio: [0xfbfc0000-0xfbffffff]
pci 0000:04:00.0: reg 18 io port: [0xec80-0xecff]
pci 0000:04:00.0: PME# supported from D3hot D3cold
pci 0000:04:00.0: PME# disabled
pci 0000:00:1c.1: bridge io port: [0xe000-0xefff]
pci 0000:00:1c.1: bridge 32bit mmio: [0xfbf00000-0xfbffffff]
pci 0000:01:00.0: reg 10 32bit mmio: [0xfbef0000-0xfbefffff]
pci 0000:01:00.0: PME# supported from D0 D3hot
pci 0000:01:00.0: PME# disabled
pci 0000:00:1c.3: bridge 32bit mmio: [0xf8000000-0xfbefffff]
pci 0000:00:1c.3: bridge 64bit mmio pref: [0xf0000000-0xf6ffffff]
pci 0000:00:1e.0: transparent bridge
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 3 comparators, 64-bit 14.318180 MHz counter
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 13 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: iomem range 0xfed13000-0xfed19fff has been reserved
system 00:08: ioport range 0x25c-0x25f has been reserved
system 00:08: ioport range 0x380-0x383 has been reserved
system 00:08: ioport range 0x400-0x41f has been reserved
system 00:08: ioport range 0x4d0-0x4d1 has been reserved
system 00:08: ioport range 0x800-0x87f has been reserved
system 00:08: ioport range 0x480-0x4bf has been reserved
system 00:08: iomem range 0x8c000000-0x8c01ffff has been reserved
system 00:08: iomem range 0xfed1c000-0xfed1ffff has been reserved
system 00:08: iomem range 0xfed20000-0xfed3ffff has been reserved
system 00:08: iomem range 0xfed50000-0xfed8ffff has been reserved
system 00:08: iomem range 0xffb00000-0xffbfffff has been reserved
system 00:08: iomem range 0xfff00000-0xffffffff could not be reserved
system 00:0a: iomem range 0xfec00000-0xfec00fff has been reserved
system 00:0a: iomem range 0xfee00000-0xfee00fff has been reserved
system 00:0b: iomem range 0xe0000000-0xe3ffffff has been reserved
system 00:0c: iomem range 0x0-0x9ffff could not be reserved
system 00:0c: iomem range 0xc0000-0xcffff could not be reserved
system 00:0c: iomem range 0xe0000-0xfffff could not be reserved
system 00:0c: iomem range 0x100000-0x3f7fffff could not be reserved
pci 0000:00:1c.0: PCI bridge, secondary bus 0000:05
pci 0000:00:1c.0:   IO window: disabled
pci 0000:00:1c.0:   MEM window: disabled
pci 0000:00:1c.0:   PREFETCH window: disabled
pci 0000:00:1c.1: PCI bridge, secondary bus 0000:04
pci 0000:00:1c.1:   IO window: 0xe000-0xefff
pci 0000:00:1c.1:   MEM window: 0xfbf00000-0xfbffffff
pci 0000:00:1c.1:   PREFETCH window: disabled
pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
pci 0000:00:1c.2:   IO window: disabled
pci 0000:00:1c.2:   MEM window: disabled
pci 0000:00:1c.2:   PREFETCH window: disabled
pci 0000:00:1c.3: PCI bridge, secondary bus 0000:01
pci 0000:00:1c.3:   IO window: disabled
pci 0000:00:1c.3:   MEM window: 0xf8000000-0xfbefffff
pci 0000:00:1c.3:   PREFETCH window: 0x000000f0000000-0x000000f6ffffff
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:06
pci 0000:00:1e.0:   IO window: disabled
pci 0000:00:1e.0:   MEM window: disabled
pci 0000:00:1e.0:   PREFETCH window: disabled
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.1: setting latency timer to 64
pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1c.2: setting latency timer to 64
pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:1c.3: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
pci_bus 0000:05: resource 0 mem: [0x0-0x0]
pci_bus 0000:05: resource 1 mem: [0x0-0x0]
pci_bus 0000:05: resource 2 mem: [0x0-0x0]
pci_bus 0000:05: resource 3 mem: [0x0-0x0]
pci_bus 0000:04: resource 0 io:  [0xe000-0xefff]
pci_bus 0000:04: resource 1 mem: [0xfbf00000-0xfbffffff]
pci_bus 0000:04: resource 2 mem: [0x0-0x0]
pci_bus 0000:04: resource 3 mem: [0x0-0x0]
pci_bus 0000:03: resource 0 mem: [0x0-0x0]
pci_bus 0000:03: resource 1 mem: [0x0-0x0]
pci_bus 0000:03: resource 2 mem: [0x0-0x0]
pci_bus 0000:03: resource 3 mem: [0x0-0x0]
pci_bus 0000:01: resource 0 mem: [0x0-0x0]
pci_bus 0000:01: resource 1 mem: [0xf8000000-0xfbefffff]
pci_bus 0000:01: resource 2 mem: [0xf0000000-0xf6ffffff]
pci_bus 0000:01: resource 3 mem: [0x0-0x0]
pci_bus 0000:06: resource 0 mem: [0x0-0x0]
pci_bus 0000:06: resource 1 mem: [0x0-0x0]
pci_bus 0000:06: resource 2 mem: [0x0-0x0]
pci_bus 0000:06: resource 3 io:  [0x00-0xffff]
pci_bus 0000:06: resource 4 mem: [0x000000-0xffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
NET: Registered protocol family 1
squashfs: version 4.0 (2009/01/31) Phillip Lougher
fuse init (API version 7.11)
msgmni has been set to 2003
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered (default)
io scheduler cfq registered
pci 0000:00:02.0: Boot video device
pcieport-driver 0000:00:1c.0: setting latency timer to 64
pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
pcieport-driver 0000:00:1c.1: setting latency timer to 64
pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
pcieport-driver 0000:00:1c.2: setting latency timer to 64
pcieport-driver 0000:00:1c.2: irq 26 for MSI/MSI-X
pcieport-driver 0000:00:1c.3: setting latency timer to 64
pcieport-driver 0000:00:1c.3: irq 27 for MSI/MSI-X
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
ACPI: AC Adapter [AC0] (off-line)
ACPI: EC: non-query interrupt received, switching to interrupt mode
Switched to high resolution mode on CPU 1
Switched to high resolution mode on CPU 0
ACPI: Battery Slot [BAT0] (battery present)
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button (FF) [PWRF]
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
ACPI: Lid Switch [LID]
input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
ACPI: Sleep Button (CM) [SLPB]
input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
ACPI: Power Button (CM) [PWRB]
ACPI: SSDT 3F7AE180, 023C (r1  PmRef  Cpu0Ist     3000 INTL 20051117)
ACPI: SSDT 3F7AE450, 0724 (r1  PmRef  Cpu0Cst     3001 INTL 20051117)
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
processor ACPI_CPU:00: registered as cooling_device0
ACPI: Processor [P001] (supports 8 throttling states)
ACPI: SSDT 3F7AE0B0, 00CC (r1  PmRef  Cpu1Ist     3000 INTL 20051117)
ACPI: SSDT 3F7AE3C0, 0085 (r1  PmRef  Cpu1Cst     3000 INTL 20051117)
ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
processor ACPI_CPU:01: registered as cooling_device1
ACPI: Processor [P002] (supports 8 throttling states)
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [TZ00] (49 C)
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel 945GME Chipset
agpgart-intel 0000:00:00.0: detected 7932K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
Hangcheck: Using get_cycles().
[drm] Initialized drm 1.1.0 20060810
pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:02.0: setting latency timer to 64
allocated 1024x600 fb: 0x007df000, bo ee9661e0
[drm] LVDS-8: set mode 1024x600 c
Console: switching to colour frame buffer device 128x37
fb0: inteldrmfb frame buffer device
registered panic notifier
[drm] Initialized i915 1.6.0 20080730 on minor 0
brd: module loaded
loop: module loaded
ATL1E 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
ATL1E 0000:04:00.0: setting latency timer to 64
Linux video capture interface: v2.00
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v0.1.0)
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
ata_piix 0000:00:1f.2: version 2.12
ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
ata_piix 0000:00:1f.2: setting latency timer to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
ata2.00: CFA: ASUS-PHISON SSD, TST2.04U, max UDMA/66
ata2.00: 7880544 sectors, multi 0: LBA 
ata2.01: CFA: ASUS-PHISON SSD, TST2.04U, max UDMA/66
ata2.01: 15761088 sectors, multi 0: LBA 
ata2.00: configured for UDMA/66
ata2.01: configured for UDMA/66
scsi 1:0:0:0: Direct-Access     ATA      ASUS-PHISON SSD  TST2 PQ: 0 ANSI: 5
sd 1:0:0:0: [sda] 7880544 512-byte hardware sectors: (4.03 GB/3.75 GiB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sd 1:0:0:0: [sda] 7880544 512-byte hardware sectors: (4.03 GB/3.75 GiB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1
sd 1:0:0:0: [sda] Attached SCSI disk
sd 1:0:0:0: Attached scsi generic sg0 type 0
scsi 1:0:1:0: Direct-Access     ATA      ASUS-PHISON SSD  TST2 PQ: 0 ANSI: 5
sd 1:0:1:0: [sdb] 15761088 512-byte hardware sectors: (8.06 GB/7.51 GiB)
sd 1:0:1:0: [sdb] Write Protect is off
sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
sd 1:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sd 1:0:1:0: [sdb] 15761088 512-byte hardware sectors: (8.06 GB/7.51 GiB)
sd 1:0:1:0: [sdb] Write Protect is off
sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
sd 1:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
 sdb: sdb1
sd 1:0:1:0: [sdb] Attached SCSI disk
sd 1:0:1:0: Attached scsi generic sg1 type 0
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf7eb7c00
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d480
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d800
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d880
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1d.3: setting latency timer to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000dc00
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos 00:03: RTC can wake from S4
rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
ACPI: I/O resource 0000:00:1f.3 [0x400-0x41f] conflicts with ACPI region SMRG [0x400-0x40f]
ACPI: Device needs an ACPI driver
cpuidle: using governor ladder
cpuidle: using governor menu
Marking TSC unstable due to TSC halts in idle
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
rt2860 0000:01:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19


=== pAd = f0742000, size = 580808 ===

<-- RTMPAllocAdapterBlock, Status=0
rt2860 0000:01:00.0: setting latency timer to 64
ra0 (rt2860): not using net_device_ops yet
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
eeepc: Eee PC Hotkey Driver
usb 1-8: new high speed USB device using ehci_hcd and address 2
usb 1-8: configuration #1 chosen from 1 choice
uvcvideo: Found UVC 1.00 device CNF7129 (04f2:b071)
input: CNF7129 as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input5
input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input6
eeepc: Hotkey init flags 0x41
eeepc: Get control methods supported: 0x101713
input: Asus EeePC extra buttons as /devices/virtual/input/input7
Advanced Linux Sound Architecture Driver Version 1.0.18a.
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
HDA Intel 0000:00:1b.0: setting latency timer to 64
ALSA device list:
  #0: HDA Intel at 0xf7eb8000 irq 16
TCP cubic registered
NET: Registered protocol family 17
Using IPI No-Shortcut mode
rtc_cmos 00:03: setting system clock to 2009-04-08 02:57:52 UTC (1239159472)
VFS: Mounted root (ext2 filesystem) readonly on device 8:1.
Freeing unused kernel memory: 280k freed
udev: starting version 140
warning: `syslog-ng' uses 32-bit capabilities (legacy support in use)
ATL1E 0000:04:00.0: irq 28 for MSI/MSI-X
NET: Registered protocol family 10
ADDRCONF(NETDEV_UP): eth0: link is not ready
[drm:i915_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
[drm:i915_initialize] *ERROR* Client tried to initialize ringbuffer in GEM mode
RX DESC ee12a000  size = 2048
<-- RTMPAllocTxRxRingMemory, Status=0
--> Error 2 opening /etc/Wireless/RT2860STA/RT2860STA.dat
1. Phy Mode = 0
2. Phy Mode = 0
RTMPSetPhyMode: channel is out of range, use first channel=1 
3. Phy Mode = 0
MCS Set = 00 00 00 00 00
<==== RTMPInitialize, Status=0
0x1300 = 00073200
===>rt_ioctl_giwscan. 6(6) BSS returned, data->length = 687
===>rt_ioctl_giwscan. 7(7) BSS returned, data->length = 793
==>rt_ioctl_siwfreq::SIOCSIWFREQ[cmd=0x8b04] (Channel=1)
IOCTL::unknown IOCTL's cmd = 0x00008947
nepomukservices[3581]: segfault at 4 ip a7df1532 sp afcfa0d0 error 4 in libQtCore.so.4.5.0[a7da6000+22e000]

(posted from the test kernel)

and here is my relevant part of menu.lst :

title Arch Zodmaner's Kernel - KMS
root (hd0,0)
kernel /boot/vmlinuz-eeepc-901-kms root=/dev/sda1 ro

Last edited by Lomig (2009-04-08 03:11:32)

Offline

Board footer

Powered by FluxBB