Adrian Chadd | 1 Jul 2011 01:15
Picon
Favicon

Re: ath9k: Network stalls every 30 seconds

On 1 July 2011 01:34, Robert Högberg <robert.hogberg <at> gmail.com> wrote:

> Have you seen NF calibration passes as long as mine? Is it possible to
> tweak the NF calibration process in any way to make it a little more
> gentle? Except for changing the frequency of the calibrations.

I've seen the NF sample/loads take a while on the AR5416 but not two seconds.

> Would it be possible to only perform NF calibrations when signal
> strength or some other quality related parameter changes? Or is this
> as good as it gets with this chip?

You have to do it periodically or things "drift" and your RX
sensitivity begins to suffer very badly.

I'm not sure, I'm afraid, and I'm a bit too busy to sit down and
experiment with it just at the moment. (I've plenty of AR5416/AR5418
hardware here, just ENOTIME.)

I've only really seen longer sample/load times when the RF environment
is very noisy/busy. Can you try other channels and see if it behaves
the same way?

adrian
Björn Smedman | 1 Jul 2011 10:49
Picon

Re: [RFC/RFT] ath9k: support for multiple beacon intervals

On Wed, Jun 29, 2011 at 12:12 AM, Steve Brown <sbrown <at> cortland.com> wrote:
>
> This patch maintains a beacon interval for each beacon. The SWBA interrupts
> are based on the shortest interval of the active beacons.

Steve, thank you for the patch. I for one would really like this
functionality in the driver. :)

One question: how does your patch handle the case where the longer
beacon intervals are not evenly divisible by the shortest beacon
interval? For example lets say there are two beacons, one with
interval 300 and one with interval 1000, what happens then?

If possible I would prefer an implementation that sets SWBA interrupts
to the greatest common divisor of all beacon intervals. There will
then be an interrupt at each beacon tx time (but some interrupts may
be unnecessary). If a beaconing interface with a "weird" beacon
interval is added so that the greatest common divisor becomes too
small then the operation IMHO should fail.

Thanks again for looking into this!

/Björn
Sucheta ROY | 1 Jul 2011 11:38

Re: AR9380 MSI

Hi,
Just to update you all I could not make MSI work for AR9285 card (this is the card I only tried with), even after
I enabled it in the driver by pci_enable_msi() routine. I could make some Wi-Fi card from other vendor
working using the same procedure.
I was interested to know whether AR9380 works OK with MSI.

Regarding correlation between Wi-Fi scan and MSI:
We can interpret that if Wi-Fi scan works OK ie Wi-Fi driver is active. This means Wi-Fi card is able to
interrupt the host successfully. And the interrupt mechanism is either INTA(legacy interrupt) or MSI or MSI-X.

Regards,
Sucheta

-----Original Message-----
From: ath9k-devel-bounces <at> lists.ath9k.org [mailto:ath9k-devel-bounces <at> lists.ath9k.org] On
Behalf Of Alex Hacker
Sent: Thursday, June 30, 2011 10:21 AM
To: Matevz Langus
Cc: ath9k-devel <at> venema.h4ckr.net
Subject: Re: [ath9k-devel] AR9380 MSI

I'd not work with MSI and our Atheros based hardware do not require it. I only
have a AR9380 based card and done some tests on standard PC for Sucheta ROY.
I haavn't much knowlege how the MSI is processed in Linux kernel, but it seems
not working with AR9380 without some special setup in hardware.
Really don't understand how MSI can correlate with scan results...
Best regards,
Alex.

On Wed, Jun 29, 2011 at 08:56:06PM +0200, Matevz Langus wrote:
(Continue reading)

Matevz Langus | 1 Jul 2011 12:18
Picon

Re: AR9380 MSI

Hi,

I can also give back some info, might be interesting for someone. I tried AR9382 and enabled MSI and got some
results of WiFi scan (but not all networks were found). The number of interrupts per scan in the same
environment was much smaller than the number when using legacy INTa over PCIE. So my conclusion is MSI
works but not good enough. I believe there should be some setting required in the chip to switch to MSI or
something like that.

Regards,
Matevz
Sivaraman V | 3 Jul 2011 15:02
Picon

Re: Netgear N150 driver for 2.6.32-5-686 debian problem

Dear sirs,

First of all I am sorry for including irrelevant text in my earlier mail.

Now on the subject:

As a follow up of your mail i attempted to down load the patch sent by Shri Pavel and the latest compat-wireless driver.

I enclose the files:
1-> the error on running the "make" command.
2-> the "dmesg" text made at different time.

I copied the patch file you sent in the patch folder and ran the "make" command.

Further when ever i try to add a program using synaptic I get an error message.
I am also attaching the error file.

I do not know where I made a mistake.


Thanks
Sivaraman


On Thu, Jun 30, 2011 at 10:36 AM, Mohammed Shafi <shafi.wireless <at> gmail.com> wrote:
On Thu, Jun 30, 2011 at 10:23 AM, Mohammed Shafi
> On Wed, Jun 29, 2011 at 10:13 PM, Sivaraman V <krusna <at> gmail.com> wrote:
>> Dear Mr Md Shafi,
>>
>> I tried every thing you said.
>>
>> As advised by you I removed the widows device drive and ndiswrapper.
>> i down loaded latest compat driver 2011-06-28.
>> when I ran command "make" there were errors.
>
> i also faced this problem, please use the 2011-06-18 itself, lets fix
> compat wireless later :) and please follow the steps i told before

sorry i missed Pavel Roskin's mail, you can try the patch (or) if you
can go with
http://linuxwireless.org/en/users/Download/stable/#compat-wireless_3.0_stable_releases

>
>>
>> I attach various outputs of dmesg and also the error message I got when I
>> ran the command "make".
>> The file names itself is self explanatory.
>>
>> Thanks for all the pains you are taking.
>>
>> Sivaraman
>>
>> PS: I am using the windows o/s [though I do not much like it] and sending
>> this mail.
>> I am waiting for the day when i go totally linux.
>>
>>
>>
>>
>> On Wed, Jun 29, 2011 at 2:55 PM, Mohammed Shafi <shafi.wireless <at> gmail.com>
>> wrote:
>>>
>>> On Tue, Jun 28, 2011 at 9:24 PM, Sivaraman V <krusna <at> gmail.com> wrote:
>>> > Dear Shri Md shafi,
>>> >
>>> > I down-loaded the fw file and have compat file dated 18-06-2011.
>>> >
>>> > Should I first remove the ndiswrapper driver and then run the compat
>>> > file or
>>>
>>> yes please, you can make with ath9k_htc driver and firmware alone
>>>
>>> >
>>> > as it is I can go ahead and run the "make" file?
>>>
>>> yes make then sudo make install
>>> http://wireless.kernel.org/en/users/Download
>>>
>>> >
>>> > I also copied the fw file in the /lib/firmware directory.
>>> >
>>> > I presume that you will want me send the dmesg file only after the above
>>> > is
>>> > run.
>>>
>>> after the driver is loaded
>>> sudo modprobe ath9k_htc
>>> dmesg
>>>
>>> so that we understand what went wrong
>>>
>>> >
>>> > How ever the dmsg.txt file as of now attached.
>>> >
>>> > Thanks a lot
>>> > Sivaraman
>>> >
>>> >
>>> >
>>> > On Tue, Jun 28, 2011 at 8:32 PM, Mohammed Shafi
>>> > <shafi.wireless <at> gmail.com>
>>> > wrote:
>>> >>
>>> >> On Tue, Jun 28, 2011 at 7:10 PM, Sivaraman V <krusna <at> gmail.com> wrote:
>>> >> > Dear Sirs,
>>> >> >
>>> >> > Thank you very much on your mail.
>>> >> > I am novice in linux and definitely not an expert.
>>> >> >
>>> >> > The issue is as under:
>>> >> > I have debian 6.0.a squeeze installed in my AMD processor computer.
>>> >> > kernel is 2.6.32-5-686
>>> >> > 32 bit version. RAM 2gb,
>>> >> > HDD 500gb. [sata disk]
>>> >> > OS installed in the partition /dev/sda7.
>>> >> >
>>> >> > the wireless hard ware I have is Netgear N-150.
>>> >> > the command lsusb returns the hw as
>>> >> > "Netgear N-150 < Atheros ar9271 >
>>> >> >
>>> >> > I have installed the firmware for ar9271 from the Internet.
>>> >> > I down loaded latest 22-06-2011 compat driver.
>>> >> > the command "make" does not compile the necessary module.
>>> >> > When i explored /compat-wireless-yyy-mm-dd/compat folder, I found
>>> >> > that
>>> >> > the
>>> >> > command
>>> >> > "make" had generated number of doc"o" files based on the kernel from
>>> >> > the
>>> >> > dot"c" files.
>>> >> >
>>> >> > the said folder had dot"c" files for kernel ver compat-2.6.14.c
>>> >> > onwards.
>>> >> > how ever dot"o" files were getting generated from 2.6.33 and above
>>> >> > only.
>>> >> >
>>> >> > hence i was not able to configure the wireless usb drive.
>>> >> >
>>> >> > I took the best option of using "ndiswrapper" and configured the
>>> >> > wireless
>>> >> > with "windows driver".
>>> >>
>>> >> please post your dmesg so that we would know what went wrong, when you
>>> >> plug-in plug-out the USB card.
>>> >>
>>> >> please check:
>>> >> 1.you have the 1.3 firmware downloaded
>>> >> http://wireless.kernel.org/download/htc_fw/
>>> >> copy htc_9271.fw to /lib/firmware
>>> >> 2. recompile compat-wireless, reboot the system.
>>> >> 3. replug the USB stick.
>>> >>
>>> >>
>>> >> >
>>> >> >
>>> >> > Thanks once again for your kind response to my mail.
>>> >> >
>>> >> > Sivaraman
>>> >> > Chennai, India
>>> >> >
>>> >> >
>>> >> > On Tue, Jun 28, 2011 at 12:31 PM, Mohammed Shafi
>>> >> > <shafi.wireless <at> gmail.com>
>>> >> > wrote:
>>> >> >>
>>> >> >> On Mon, Jun 27, 2011 at 10:32 PM, Pavel Roskin <proski <at> gnu.org>
>>> >> >> wrote:
>>> >> >> > On 06/24/2011 01:31 PM, V Sivaraman wrote:
>>> >> >> >>
>>> >> >> >> Dear all,
>>> >> >> >>
>>> >> >> >> I have debian 6.0 squeezee 2.6.32-5-686.
>>> >> >> >>
>>> >> >> >> I have Netgear N 150 [Atheros ar9271] usb device.
>>> >> >> >> I have istalled ar9271.fw in appopriate directory.
>>> >> >> >> I down loaded compat-wireless driver.
>>> >> >> >> when i run "make" the .o files get generted from
>>> >> >> >> the kernel 2.6.33 and onwards like compat_2.6.33.o;  2.6.34.o and
>>> >> >> >> corresponding .ko files etc.
>>> >> >> >> But it does not make compat_2.6.32.o and .ko files.
>>> >> >> >> Due to this the appropriate module does not get loaded.
>>> >> >> >> How can I that makes it difficult for the module?
>>> >> >> >
>>> >> >> > Describe the problem's symptoms, not your guesses
>>> >> >> > http://www.catb.org/~esr/faqs/smart-questions.html#symptoms
>>> >> >>
>>> >> >> also please check whether this issue is seen in latest compat
>>> >> >> wireless
>>> >> >>
>>> >> >> >
>>> >> >> > --
>>> >> >> > Regards,
>>> >> >> > Pavel Roskin
>>> >> >> > _______________________________________________
>>> >> >> > ath9k-devel mailing list
>>> >> >> > ath9k-devel <at> lists.ath9k.org
>>> >> >> > https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>>> >> >> >
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >> --
>>> >> >> shafi
>>> >> >
>>> >> >
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> shafi
>>> >
>>> >
>>>
>>>
>>>
>>> --
>>> shafi
>>
>>
>
>
>
> --
> shafi
>



--
shafi

E: linux-image-2.6.32-5-686: subprocess installed post-installation script returned error exit
status 1

root <at> bedetached:/home/bedetached/Downloads/compat-wireless-3.0-rc4-1# make
make -C /lib/modules/2.6.32-5-686/build
M=/home/bedetached/Downloads/compat-wireless-3.0-rc4-1 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-5-686'
  CC [M]  /home/bedetached/Downloads/compat-wireless-3.0-rc4-1/compat/main.o
In file included from /home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.h:24,
                 from <command-line>:0:
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.29.h:314:
warning: ‘struct net_device_ops’ declared inside parameter list
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.29.h:314:
warning: its scope is only this definition or declaration, which is probably not what you want
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.29.h: In
function ‘netdev_attach_ops’:
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.29.h:316:
error: dereferencing pointer to incomplete type
In file included from /home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.h:29,
                 from <command-line>:0:
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.34.h: In
function ‘netdev_name’:
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.34.h:25:
error: dereferencing pointer to incomplete type
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.34.h:25:
error: ‘NETREG_REGISTERED’ undeclared (first use in this function)
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.34.h:25:
error: (Each undeclared identifier is reported only once
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.34.h:25:
error: for each function it appears in.)
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.34.h:27:
error: dereferencing pointer to incomplete type
In file included from /home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.35.h:7,
                 from /home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.h:30,
                 from <command-line>:0:
/usr/src/linux-headers-2.6.32-5-common/include/linux/etherdevice.h: At top level:
/usr/src/linux-headers-2.6.32-5-common/include/linux/etherdevice.h:41: warning: ‘struct
hh_cache’ declared inside parameter list
/usr/src/linux-headers-2.6.32-5-common/include/linux/etherdevice.h:41: warning: ‘struct
neighbour’ declared inside parameter list
/usr/src/linux-headers-2.6.32-5-common/include/linux/etherdevice.h:44: warning: ‘struct
hh_cache’ declared inside parameter list
/usr/src/linux-headers-2.6.32-5-common/include/linux/etherdevice.h: In function ‘is_etherdev_addr’:
/usr/src/linux-headers-2.6.32-5-common/include/linux/etherdevice.h:204: error: implicit
declaration of function ‘for_each_dev_addr’
/usr/src/linux-headers-2.6.32-5-common/include/linux/etherdevice.h:204: error: expected
‘;’ before ‘{’ token
In file included from /usr/src/linux-headers-2.6.32-5-common/include/net/dst.h:16,
                 from /usr/src/linux-headers-2.6.32-5-common/include/net/sock.h:60,
                 from /home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.35.h:8,
                 from /home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.h:30,
                 from <command-line>:0:
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h: In function ‘neigh_parms_net’:
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h:223: error: implicit
declaration of function ‘read_pnet’
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h:223: warning: return makes
pointer from integer without a cast
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h: In function ‘pneigh_net’:
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h:240: warning: return makes
pointer from integer without a cast
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h: At top level:
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h:249: error: field ‘p’ has
incomplete type
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h: In function ‘neigh_hh_output’:
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h:323: error: dereferencing
pointer to incomplete type
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h:324: error: dereferencing
pointer to incomplete type
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h:325: error: implicit
declaration of function ‘HH_DATA_ALIGN’
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h:326: error: dereferencing
pointer to incomplete type
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h:326: error: dereferencing
pointer to incomplete type
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h:327: error: dereferencing
pointer to incomplete type
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h:330: error: dereferencing
pointer to incomplete type
In file included from /home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.35.h:8,
                 from /home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.h:30,
                 from <command-line>:0:
/usr/src/linux-headers-2.6.32-5-common/include/net/sock.h: In function ‘sk_can_gso’:
/usr/src/linux-headers-2.6.32-5-common/include/net/sock.h:1205: error: implicit declaration of
function ‘net_gso_ok’
/usr/src/linux-headers-2.6.32-5-common/include/net/sock.h: In function ‘sk_change_net’:
/usr/src/linux-headers-2.6.32-5-common/include/net/sock.h:1576: error: implicit declaration of
function ‘put_net’
/usr/src/linux-headers-2.6.32-5-common/include/net/sock.h:1577: error: implicit declaration of
function ‘hold_net’
/usr/src/linux-headers-2.6.32-5-common/include/net/sock.h:1577: warning: passing argument 2 of
‘sock_net_set’ makes pointer from integer without a cast
In file included from /home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/net/net_namespace.h:7,
                 from /usr/src/linux-headers-2.6.32-5-common/include/net/genetlink.h:6,
                 from /home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.37.h:32,
                 from /home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.h:32,
                 from <command-line>:0:
/usr/src/linux-headers-2.6.32-5-common/include/net/net_namespace.h: At top level:
/usr/src/linux-headers-2.6.32-5-common/include/net/net_namespace.h:137: warning: conflicting
types for ‘put_net’
/usr/src/linux-headers-2.6.32-5-common/include/net/net_namespace.h:137: error: static
declaration of ‘put_net’ follows non-static declaration
/usr/src/linux-headers-2.6.32-5-common/include/net/sock.h:1576: error: previous implicit
declaration of ‘put_net’ was here
/usr/src/linux-headers-2.6.32-5-common/include/net/net_namespace.h:186: error: conflicting
types for ‘hold_net’
/usr/src/linux-headers-2.6.32-5-common/include/net/sock.h:1577: error: previous implicit
declaration of ‘hold_net’ was here
/usr/src/linux-headers-2.6.32-5-common/include/net/net_namespace.h:203: error: conflicting
types for ‘read_pnet’
/usr/src/linux-headers-2.6.32-5-common/include/net/neighbour.h:223: error: previous implicit
declaration of ‘read_pnet’ was here
In file included from /home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-2.6.h:35,
                 from <command-line>:0:
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-3.0.h: In function ‘register_netdevice_name’:
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-3.0.h:18: error:
dereferencing pointer to incomplete type
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-3.0.h:19: error:
implicit declaration of function ‘dev_alloc_name’
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-3.0.h:19: error:
dereferencing pointer to incomplete type
/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/include/linux/compat-3.0.h:24: error:
implicit declaration of function ‘register_netdevice’
make[5]: *** [/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/compat/main.o] Error 1
make[4]: *** [/home/bedetached/Downloads/compat-wireless-3.0-rc4-1/compat] Error 2
make[3]: *** [_module_/home/bedetached/Downloads/compat-wireless-3.0-rc4-1] Error 2
make[2]: *** [sub-make] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-5-686'
make: *** [modules] Error 2
root <at> bedetached:/home/bedetached/Downloads/compat-wireless-3.0-rc4-1# 

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-686 (Debian 2.6.32-35) (dannf <at> debian.org) (gcc version 4.3.5
(Debian 4.3.5-4) ) #1 SMP Mon Jun 13 04:13:06 UTC 2011
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007bef0000 (usable)
[    0.000000]  BIOS-e820: 000000007bef0000 - 000000007bef3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007bef3000 - 000000007bf00000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.3 present.
[    0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0x7bef0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-CBFFF uncachable
[    0.000000]   CC000-D3FFF write-back
[    0.000000]   D4000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFC0000000 write-back
[    0.000000]   1 base 0040000000 mask FFE0000000 write-back
[    0.000000]   2 base 0060000000 mask FFF0000000 write-back
[    0.000000]   3 base 0070000000 mask FFF8000000 write-back
[    0.000000]   4 base 0078000000 mask FFFC000000 write-back
[    0.000000]   5 base 007BF00000 mask FFFFF00000 uncachable
[    0.000000]   6 base 00E8000000 mask FFF8000000 write-combining
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] init_memory_mapping: 0000000000000000-00000000373fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037000000 page 2M
[    0.000000]  0037000000 - 00373fe000 page 4k
[    0.000000] kernel direct mapping tables up to 373fe000  <at>  10000-16000
[    0.000000] RAMDISK: 7bcc5000 - 7bedf57a
[    0.000000] Allocated new RAMDISK: 00100000 - 0031a57a
[    0.000000] Move RAMDISK from 000000007bcc5000 - 000000007bedf579 to 00100000 - 0031a579
[    0.000000] ACPI: RSDP 000f78c0 00014 (v00 VIAK8M)
[    0.000000] ACPI: RSDT 7bef3040 00030 (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 7bef30c0 00074 (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 7bef3180 05396 (v01 VIAK8M AWRDACPI 00001000 MSFT 0100000E)
[    0.000000] ACPI: FACS 7bef0000 00040
[    0.000000] ACPI: SSDT 7bef8640 000D3 (v01 PTLTD  POWERNOW 00000001  LTP 00000001)
[    0.000000] ACPI: APIC 7bef8580 00068 (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1098MB HIGHMEM available.
[    0.000000] 883MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 373fe000
[    0.000000]   low ram: 0 - 373fe000
[    0.000000]   node 0 low ram: 00000000 - 373fe000
[    0.000000]   node 0 bootmap 00012000 - 00018e80
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00373fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0001000000 - 00014c8bb4]    TEXT DATA BSS ==> [0001000000 - 00014c8bb4]
[    0.000000]   #4 [000009f800 - 0000100000]    BIOS reserved ==> [000009f800 - 0000100000]
[    0.000000]   #5 [00014c9000 - 00014cf0b6]              BRK ==> [00014c9000 - 00014cf0b6]
[    0.000000]   #6 [0000010000 - 0000012000]          PGTABLE ==> [0000010000 - 0000012000]
[    0.000000]   #7 [0000100000 - 000031a57a]      NEW RAMDISK ==> [0000100000 - 000031a57a]
[    0.000000]   #8 [0000012000 - 0000019000]          BOOTMAP ==> [0000012000 - 0000019000]
[    0.000000] found SMP MP-table at [c00f39a0] f39a0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000373fe
[    0.000000]   HighMem  0x000373fe -> 0x0007bef0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007bef0
[    0.000000] On node 0 totalpages: 507519
[    0.000000] free_area_init_node: node 0, pgdat c13b08a0, node_mem_map c14d1200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1736 pages used for memmap
[    0.000000]   Normal zone: 220470 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2198 pages used for memmap
[    0.000000]   HighMem zone: 279132 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 3, 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 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 7bf00000 (gap: 7bf00000:82d00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu  <at> c2800000 s34328 r0 d23016 u2097152
[    0.000000] pcpu-alloc: s34328 r0 d23016 u2097152 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 503553
[    0.000000] Kernel command line: root=UUID=68252f3b-25cd-4ee5-a84c-d47282ca4e64 ro  quiet
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    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] Initializing HighMem for node 0 (000373fe:0007bef0)
[    0.000000] Memory: 2005120k/2030528k available (2504k kernel code, 23932k reserved, 1313k data, 380k
init, 1125320k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd56000 - 0xfffff000   (2724 kB)
[    0.000000]     pkmap   : 0xff400000 - 0xff800000   (4096 kB)
[    0.000000]     vmalloc : 0xf7bfe000 - 0xff3fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf73fe000   ( 883 MB)
[    0.000000]       .init : 0xc13bb000 - 0xc141a000   ( 380 kB)
[    0.000000]       .data : 0xc1272001 - 0xc13ba4c0   (1313 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1272001   (2504 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:1280
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1799.920 MHz processor.
[    0.004005] Calibrating delay loop (skipped), value calculated using timer frequency.. 3599.84
BogoMIPS (lpj=7199680)
[    0.004026] Security Framework initialized
[    0.004033] SELinux:  Disabled at boot.
[    0.004042] Mount-cache hash table entries: 512
[    0.004177] Initializing cgroup subsys ns
[    0.004181] Initializing cgroup subsys cpuacct
[    0.004186] Initializing cgroup subsys devices
[    0.004189] Initializing cgroup subsys freezer
[    0.004191] Initializing cgroup subsys net_cls
[    0.004214] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.004217] CPU: L2 Cache: 128K (64 bytes/line)
[    0.004221] mce: CPU supports 5 MCE banks
[    0.004236] using C1E aware idle routine
[    0.004243] Performance Events: AMD PMU driver.
[    0.004250] ... version:                0
[    0.004252] ... bit width:              48
[    0.004254] ... generic registers:      4
[    0.004256] ... value mask:             0000ffffffffffff
[    0.004259] ... max period:             00007fffffffffff
[    0.004261] ... fixed-purpose events:   0
[    0.004263] ... event mask:             000000000000000f
[    0.004267] Checking 'hlt' instruction... OK.
[    0.020307] SMP alternatives: switching to UP code
[    0.024069] ACPI: Core revision 20090903
[    0.030134] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.031038] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.070731] CPU0: AMD Sempron(tm) Processor 3200+ stepping 02
[    0.072001] Brought up 1 CPUs
[    0.072001] Total of 1 processors activated (3599.84 BogoMIPS).
[    0.072001] CPU0 attaching NULL sched-domain.
[    0.072001] devtmpfs: initialized
[    0.072001] regulator: core version 0.5
[    0.072001] NET: Registered protocol family 16
[    0.072001] ACPI: bus type pci registered
[    0.076853] PCI: PCI BIOS revision 2.10 entry at 0xfa5d0, last bus=1
[    0.076856] PCI: Using configuration type 1 for base access
[    0.077261] bio: create slab <bio-0> at 0
[    0.077803] ACPI: EC: Look up EC in DSDT
[    0.084204] ACPI: Interpreter enabled
[    0.084212] ACPI: (supports S0 S1 S4 S5)
[    0.084239] ACPI: Using IOAPIC for interrupt routing
[    0.090495] ACPI: No dock devices found.
[    0.090614] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.090665] pci 0000:00:00.0: reg 10 32bit mmio pref: [0xe8000000-0xefffffff]
[    0.090896] pci 0000:00:01.0: supports D1
[    0.090936] pci 0000:00:0f.0: reg 10 io port: [0xe100-0xe107]
[    0.090943] pci 0000:00:0f.0: reg 14 io port: [0xe700-0xe703]
[    0.090950] pci 0000:00:0f.0: reg 18 io port: [0xe800-0xe807]
[    0.090956] pci 0000:00:0f.0: reg 1c io port: [0xe900-0xe903]
[    0.090963] pci 0000:00:0f.0: reg 20 io port: [0xe000-0xe00f]
[    0.090970] pci 0000:00:0f.0: reg 24 io port: [0xd000-0xd0ff]
[    0.091032] pci 0000:00:0f.1: reg 20 io port: [0xe200-0xe20f]
[    0.091098] pci 0000:00:10.0: reg 20 io port: [0xe300-0xe31f]
[    0.091120] pci 0000:00:10.0: supports D1 D2
[    0.091123] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091127] pci 0000:00:10.0: PME# disabled
[    0.091167] pci 0000:00:10.1: reg 20 io port: [0xe400-0xe41f]
[    0.091188] pci 0000:00:10.1: supports D1 D2
[    0.091191] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091195] pci 0000:00:10.1: PME# disabled
[    0.091234] pci 0000:00:10.2: reg 20 io port: [0xe500-0xe51f]
[    0.091256] pci 0000:00:10.2: supports D1 D2
[    0.091258] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091262] pci 0000:00:10.2: PME# disabled
[    0.091302] pci 0000:00:10.3: reg 20 io port: [0xe600-0xe61f]
[    0.091323] pci 0000:00:10.3: supports D1 D2
[    0.091326] pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091330] pci 0000:00:10.3: PME# disabled
[    0.091357] pci 0000:00:10.4: reg 10 32bit mmio: [0xf6000000-0xf60000ff]
[    0.091391] pci 0000:00:10.4: supports D1 D2
[    0.091394] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091398] pci 0000:00:10.4: PME# disabled
[    0.091455] HPET not enabled in BIOS. You might try hpet=force boot option
[    0.091501] pci 0000:00:11.5: reg 10 io port: [0xd400-0xd4ff]
[    0.091539] pci 0000:00:11.5: supports D1 D2
[    0.091568] pci 0000:00:12.0: reg 10 io port: [0xdc00-0xdcff]
[    0.091575] pci 0000:00:12.0: reg 14 32bit mmio: [0xf6001000-0xf60010ff]
[    0.091607] pci 0000:00:12.0: supports D1 D2
[    0.091609] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091613] pci 0000:00:12.0: PME# disabled
[    0.091707] pci 0000:01:00.0: reg 10 32bit mmio pref: [0xf0000000-0xf3ffffff]
[    0.091712] pci 0000:01:00.0: reg 14 32bit mmio: [0xf4000000-0xf4ffffff]
[    0.091725] pci 0000:01:00.0: reg 30 32bit mmio pref: [0x000000-0x00ffff]
[    0.091738] pci 0000:01:00.0: supports D1 D2
[    0.091770] pci 0000:00:01.0: bridge 32bit mmio: [0xf4000000-0xf5ffffff]
[    0.091775] pci 0000:00:01.0: bridge 32bit mmio pref: [0xf0000000-0xf3ffffff]
[    0.091782] pci_bus 0000:00: on NUMA node 0
[    0.091787] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.140823] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12)
[    0.140996] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
[    0.141168] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12) *5
[    0.141318] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.141465] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.141603] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.141742] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.141881] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.142066] ACPI: PCI Interrupt Link [ALKA] (IRQs *20)
[    0.142236] ACPI: PCI Interrupt Link [ALKB] (IRQs *21)
[    0.142406] ACPI: PCI Interrupt Link [ALKC] (IRQs *22)
[    0.142611] ACPI: PCI Interrupt Link [ALKD] (IRQs *23)
[    0.142720] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.142723] vgaarb: loaded
[    0.142808] PCI: Using ACPI for IRQ routing
[    0.144284] pnp: PnP ACPI init
[    0.144305] ACPI: bus type pnp registered
[    0.148303] pnp: PnP ACPI: found 13 devices
[    0.148305] ACPI: ACPI bus type pnp unregistered
[    0.148310] PnPBIOS: Disabled by ACPI PNP
[    0.148323] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
[    0.148327] system 00:00: iomem range 0x7bf00000-0x7bffffff could not be reserved
[    0.148331] system 00:00: iomem range 0x7bef0000-0x7befffff could not be reserved
[    0.148335] system 00:00: iomem range 0xffff0000-0xffffffff has been reserved
[    0.148339] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[    0.148343] system 00:00: iomem range 0x100000-0x7beeffff could not be reserved
[    0.148347] system 00:00: iomem range 0x7c000000-0x7fffffff has been reserved
[    0.148351] system 00:00: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.148355] system 00:00: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.148359] system 00:00: iomem range 0xfff80000-0xfffeffff has been reserved
[    0.148366] system 00:02: ioport range 0x4000-0x407f has been reserved
[    0.148370] system 00:02: ioport range 0x5000-0x500f has been reserved
[    0.148377] system 00:03: ioport range 0x4d0-0x4d1 has been reserved
[    0.148381] system 00:03: ioport range 0x290-0x297 has been reserved
[    0.183105] Switching to clocksource acpi_pm
[    0.183182] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.183185] pci 0000:00:01.0:   IO window: disabled
[    0.183190] pci 0000:00:01.0:   MEM window: 0xf4000000-0xf5ffffff
[    0.183195] pci 0000:00:01.0:   PREFETCH window: 0xf0000000-0xf3ffffff
[    0.183209] pci 0000:00:01.0: setting latency timer to 64
[    0.183214] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.183218] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.183222] pci_bus 0000:01: resource 1 mem: [0xf4000000-0xf5ffffff]
[    0.183225] pci_bus 0000:01: resource 2 pref mem [0xf0000000-0xf3ffffff]
[    0.183263] NET: Registered protocol family 2
[    0.183362] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.183755] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.184001] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.184001] TCP: Hash tables configured (established 131072 bind 65536)
[    0.184001] TCP reno registered
[    0.184001] NET: Registered protocol family 1
[    0.184001] pci 0000:00:00.0: MSI quirk detected; MSI disabled
[    0.184001] pci 0000:00:01.0: disabling DAC on VIA PCI bridge
[    0.184001] pci 0000:01:00.0: Boot video device
[    0.184001] Unpacking initramfs...
[    0.243559] Freeing initrd memory: 2153k freed
[    0.245798] audit: initializing netlink socket (disabled)
[    0.245813] type=2000 audit(1309294205.244:1): initialized
[    0.249581] highmem bounce pool size: 64 pages
[    0.249587] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.251129] VFS: Disk quotas dquot_6.5.2
[    0.251200] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.251283] msgmni has been set to 1724
[    0.251483] alg: No test for stdrng (krng)
[    0.251547] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.251550] io scheduler noop registered
[    0.251552] io scheduler anticipatory registered
[    0.251555] io scheduler deadline registered
[    0.251598] io scheduler cfq registered (default)
[    0.251775] isapnp: Scanning for PnP cards...
[    0.605645] isapnp: No Plug & Play device found
[    0.607108] Linux agpgart interface v0.103
[    0.607164] agpgart-amd64 0000:00:00.0: AGP bridge [1106/0204]
[    0.611480] agpgart-amd64 0000:00:00.0: AGP aperture is 128M  <at>  0xe8000000
[    0.611582] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.611680] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.611778] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.612088] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.612213] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.612366] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.612369] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.612564] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.612658] mice: PS/2 mouse device common for all mice
[    0.612709] rtc_cmos 00:05: RTC can wake from S4
[    0.612752] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.612805] rtc0: alarms up to one year, y3k, 242 bytes nvram
[    0.612817] cpuidle: using governor ladder
[    0.612820] cpuidle: using governor menu
[    0.612825] No iBFT detected.
[    0.613221] TCP cubic registered
[    0.613372] NET: Registered protocol family 10
[    0.614208] Mobile IPv6
[    0.614211] NET: Registered protocol family 17
[    0.614231] Using IPI No-Shortcut mode
[    0.614328] PM: Resume from disk failed.
[    0.614340] registered taskstats version 1
[    0.614634] rtc_cmos 00:05: setting system clock to 2011-06-28 20:50:06 UTC (1309294206)
[    0.614663] Initalizing network drop monitor service
[    0.614696] Freeing unused kernel memory: 380k freed
[    0.615047] Write protecting the kernel text: 2508k
[    0.615070] Write protecting the kernel read-only data: 904k
[    0.630783] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.640227] udev[46]: starting version 164
[    0.889532] SCSI subsystem initialized
[    0.917682] thermal LNXTHERM:01: registered as thermal_zone0
[    0.917694] ACPI: Thermal Zone [THRM] (40 C)
[    0.917954] libata version 3.00 loaded.
[    0.926474] fan PNP0C0B:00: registered as cooling_device0
[    0.926484] ACPI: Fan [FAN] (on)
[    1.017236] sata_via 0000:00:0f.0: version 2.4
[    1.017502] ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
[    1.017513] sata_via 0000:00:0f.0: PCI INT B -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
[    1.017554] sata_via 0000:00:0f.0: routed to hard irq line 11
[    1.017653] scsi0 : sata_via
[    1.017883] scsi1 : sata_via
[    1.019405] ata1: SATA max UDMA/133 cmd 0xe100 ctl 0xe700 bmdma 0xe000 irq 20
[    1.019409] ata2: SATA max UDMA/133 cmd 0xe800 ctl 0xe900 bmdma 0xe008 irq 20
[    1.220013] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.384308] ata1.00: ATA-7: SAMSUNG HD502HI, 1AG01118, max UDMA7
[    1.384313] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.392319] ata1.00: configured for UDMA/133
[    1.392435] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD502HI  1AG0 PQ: 0 ANSI: 5
[    1.596018] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.760196] ata2.00: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN03, max UDMA/100
[    1.776210] ata2.00: configured for UDMA/100
[    1.784757] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH22NS50  TN03 PQ: 0 ANSI: 5
[    1.798269] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.798316] sd 0:0:0:0: [sda] Write Protect is off
[    1.798320] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.798340] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.798472]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 >
[    1.891703] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.387566] PM: Starting manual resume from disk
[    2.387571] PM: Resume from partition 8:9
[    2.387573] PM: Checking hibernation image.
[    2.387794] PM: Error -22 checking image file
[    2.387796] PM: Resume from disk failed.
[    2.434852] kjournald starting.  Commit interval 5 seconds
[    2.434865] EXT3-fs: mounted filesystem with ordered data mode.
[    3.737097] udev[315]: starting version 164
[    4.210075] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    4.279082] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.407273] processor LNXCPU:00: registered as cooling_device1
[    4.448643] usbcore: registered new interface driver usbfs
[    4.448967] usbcore: registered new interface driver hub
[    4.449310] usbcore: registered new device driver usb
[    4.507429] via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
[    4.507712] ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
[    4.507722] via-rhine 0000:00:12.0: PCI INT A -> Link[ALKD] -> GSI 23 (level, low) -> IRQ 23
[    4.508566] eth0: VIA Rhine II at 0x1dc00, 00:19:db:c0:8c:d8, IRQ 23.
[    4.509278] eth0: MII PHY found at address 1, status 0x7849 advertising 01e1 Link 0000.
[    4.626289] input: PC Speaker as /devices/platform/pcspkr/input/input1
[    4.632543] pata_via 0000:00:0f.1: version 0.3.4
[    4.632565] pata_via 0000:00:0f.1: PCI INT A -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
[    4.637441] scsi2 : pata_via
[    4.638592] scsi3 : pata_via
[    4.640045] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xe200 irq 14
[    4.640050] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xe208 irq 15
[    4.640110] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[    4.651940] FDC 0 is a post-1991 82077
[    4.660805] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    4.660809] Uniform CD-ROM driver Revision: 3.20
[    4.660933] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    4.685616] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    4.685798] ACPI: Power Button [PWRB]
[    4.685954] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    4.686045] ACPI: Power Button [PWRF]
[    4.689152] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.689443] ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
[    4.689454] ehci_hcd 0000:00:10.4: PCI INT C -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    4.689487] ehci_hcd 0000:00:10.4: EHCI Host Controller
[    4.689520] ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
[    4.689589] ehci_hcd 0000:00:10.4: irq 21, io mem 0xf6000000
[    4.702198] ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00
[    4.702234] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    4.702238] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.702241] usb usb1: Product: EHCI Host Controller
[    4.702243] usb usb1: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[    4.702246] usb usb1: SerialNumber: 0000:00:10.4
[    4.702351] usb usb1: configuration #1 chosen from 1 choice
[    4.702385] hub 1-0:1.0: USB hub found
[    4.702396] hub 1-0:1.0: 8 ports detected
[    4.704266] uhci_hcd: USB Universal Host Controller Interface driver
[    4.704338] uhci_hcd 0000:00:10.0: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    4.704349] uhci_hcd 0000:00:10.0: UHCI Host Controller
[    4.704368] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    4.704394] uhci_hcd 0000:00:10.0: irq 21, io base 0x0000e300
[    4.704442] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    4.704445] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.704448] usb usb2: Product: UHCI Host Controller
[    4.704451] usb usb2: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    4.704454] usb usb2: SerialNumber: 0000:00:10.0
[    4.705256] usb usb2: configuration #1 chosen from 1 choice
[    4.705421] hub 2-0:1.0: USB hub found
[    4.705433] hub 2-0:1.0: 2 ports detected
[    4.705511] uhci_hcd 0000:00:10.1: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    4.705521] uhci_hcd 0000:00:10.1: UHCI Host Controller
[    4.705531] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[    4.705555] uhci_hcd 0000:00:10.1: irq 21, io base 0x0000e400
[    4.705596] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    4.705599] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.705602] usb usb3: Product: UHCI Host Controller
[    4.705605] usb usb3: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    4.705607] usb usb3: SerialNumber: 0000:00:10.1
[    4.706420] usb usb3: configuration #1 chosen from 1 choice
[    4.706590] hub 3-0:1.0: USB hub found
[    4.706602] hub 3-0:1.0: 2 ports detected
[    4.706678] uhci_hcd 0000:00:10.2: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    4.706689] uhci_hcd 0000:00:10.2: UHCI Host Controller
[    4.706698] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
[    4.706723] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000e500
[    4.706763] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    4.706767] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.706770] usb usb4: Product: UHCI Host Controller
[    4.706772] usb usb4: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    4.706775] usb usb4: SerialNumber: 0000:00:10.2
[    4.707579] usb usb4: configuration #1 chosen from 1 choice
[    4.707739] hub 4-0:1.0: USB hub found
[    4.707752] hub 4-0:1.0: 2 ports detected
[    4.707827] uhci_hcd 0000:00:10.3: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    4.707837] uhci_hcd 0000:00:10.3: UHCI Host Controller
[    4.707846] uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
[    4.707872] uhci_hcd 0000:00:10.3: irq 21, io base 0x0000e600
[    4.707921] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    4.707924] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.707928] usb usb5: Product: UHCI Host Controller
[    4.707930] usb usb5: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    4.707933] usb usb5: SerialNumber: 0000:00:10.3
[    4.708189] usb usb5: configuration #1 chosen from 1 choice
[    4.708270] hub 5-0:1.0: USB hub found
[    4.708283] hub 5-0:1.0: 2 ports detected
[    4.736635] parport_pc 00:0b: reported by Plug and Play ACPI
[    4.736684] parport0: PC-style at 0x378, irq 7 [PCSPP]
[    5.016025] usb 1-2: new high speed USB device using ehci_hcd and address 2
[    5.164940] usb 1-2: New USB device found, idVendor=0846, idProduct=9030
[    5.164945] usb 1-2: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[    5.164949] usb 1-2: Product: WNA1100
[    5.164951] usb 1-2: Manufacturer: NETGEAR WNA
[    5.164953] usb 1-2: SerialNumber: 12345
[    5.165072] usb 1-2: configuration #1 chosen from 1 choice
[    5.183044] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.183977] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    5.332688] usb 1-4: new high speed USB device using ehci_hcd and address 4
[    5.496375] usb 1-4: New USB device found, idVendor=18ec, idProduct=3299
[    5.496381] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.496384] usb 1-4: Product: USB2.0 PC CAMERA
[    5.496387] usb 1-4: Manufacturer: ARKMICRO
[    5.496502] usb 1-4: configuration #1 chosen from 1 choice
[    5.652619] Disabling lock debugging due to kernel taint
[    5.661432] ndiswrapper version 1.56 loaded (smp=yes, preempt=no)
[    5.740075] usb 3-1: new low speed USB device using uhci_hcd and address 2
[    5.790313] Linux video capture interface: v2.00
[    5.915643] usb 3-1: New USB device found, idVendor=15d9, idProduct=0a4c
[    5.915649] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    5.915652] usb 3-1: Product:  USB OPTICAL MOUSE
[    5.915768] usb 3-1: configuration #1 chosen from 1 choice
[    6.000261] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (18ec:3299)
[    6.005598] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[    6.010331] input: USB2.0 PC CAMERA as /devices/pci0000:00/0000:00:10.4/usb1/1-4/1-4:1.0/input/input4
[    6.010389] usbcore: registered new interface driver uvcvideo
[    6.010392] USB Video Class driver (v0.1.0)
[    6.012878] usbcore: registered new interface driver hiddev
[    6.027020] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.0/input/input5
[    6.027139] generic-usb 0003:15D9:0A4C.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:10.1-1/input0
[    6.027168] usbcore: registered new interface driver usbhid
[    6.027172] usbhid: v2.6:USB HID core driver
[    6.044061] usb 1-2: reset high speed USB device using ehci_hcd and address 2
[    6.176753] ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
[    6.176766] VIA 82xx Audio 0000:00:11.5: PCI INT C -> Link[ALKC] -> GSI 22 (level, low) -> IRQ 22
[    6.176922] VIA 82xx Audio 0000:00:11.5: setting latency timer to 64
[    6.202684] usbcore: registered new interface driver snd-usb-audio
[    6.779529] ndiswrapper: driver netathuw (,11/25/2009,7.7.0.71) loaded
[    8.124919] wlan0: ethernet device 30:46:9a:30:e2:d2 using NDIS driver: netathuw, version: 0x70007,
NDIS version: 0x501, vendor: 'NDIS Network Adapter', 0846:9030.F.conf
[    8.308805] wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA,
WPA2, WPA2PSK
[    8.308880] usbcore: registered new interface driver ndiswrapper
[    8.842643] Adding 4353572k swap on /dev/sda9.  Priority:-1 extents:1 across:4353572k 
[    9.022454] EXT3 FS on sda7, internal journal
[    9.130884] loop: module loaded
[   10.017072] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   17.856672] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   22.830885] fuse init (API version 7.13)
[   24.519523] eth0: link down
[   24.520630] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   26.407262] Compat-wireless backport release: compat-wireless-2011-06-14-3-g53583b5
[   26.407267] Backport based on linux-next.git next-20110622
[   26.708913] Bluetooth: Core ver 2.16
[   26.708960] NET: Registered protocol family 31
[   26.708963] Bluetooth: HCI device and connection manager initialized
[   26.708968] Bluetooth: HCI socket layer initialized
[   26.708970] Bluetooth: L2CAP socket layer initialized
[   26.709343] Bluetooth: SCO socket layer initialized
[   26.774488] Bluetooth: RFCOMM TTY layer initialized
[   26.774495] Bluetooth: RFCOMM socket layer initialized
[   26.774498] Bluetooth: RFCOMM ver 1.11
[   26.782083] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   26.782088] Bluetooth: BNEP filters: protocol multicast
[   27.029493] Bridge firewalling registered
[   27.588442] lp0: using parport0 (interrupt-driven).
[   27.726528] ppdev: user-space parallel port driver
[   27.727111] [drm] Initialized drm 1.1.0 20060810
[   27.755458] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   27.756651] [drm] Initialized via 2.11.1 20070202 for 0000:01:00.0 on minor 0
[   27.877364] agpgart-amd64 0000:00:00.0: AGP 3.0 bridge
[   27.877385] agpgart-amd64 0000:00:00.0: putting AGP V3 device into 8x mode
[   27.877446] pci 0000:01:00.0: putting AGP V3 device into 8x mode
[   28.320022] wlan0: no IPv6 routers present
[   30.747564] powernow-k8: Found 1 AMD Sempron(tm) Processor 3200+ processors (1 cpu cores) (version 2.20.00)
[   30.747612] powernow-k8:    0 : fid 0xa (1800 MHz), vid 0xc
[   30.747616] powernow-k8:    1 : fid 0x2 (1000 MHz), vid 0x12
[   31.068052] Clocksource tsc unstable (delta = -97661477 ns)
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-686 (Debian 2.6.32-35) (dannf <at> debian.org) (gcc version 4.3.5
(Debian 4.3.5-4) ) #1 SMP Mon Jun 13 04:13:06 UTC 2011
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007bef0000 (usable)
[    0.000000]  BIOS-e820: 000000007bef0000 - 000000007bef3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007bef3000 - 000000007bf00000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.3 present.
[    0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0x7bef0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-CBFFF uncachable
[    0.000000]   CC000-D3FFF write-back
[    0.000000]   D4000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFC0000000 write-back
[    0.000000]   1 base 0040000000 mask FFE0000000 write-back
[    0.000000]   2 base 0060000000 mask FFF0000000 write-back
[    0.000000]   3 base 0070000000 mask FFF8000000 write-back
[    0.000000]   4 base 0078000000 mask FFFC000000 write-back
[    0.000000]   5 base 007BF00000 mask FFFFF00000 uncachable
[    0.000000]   6 base 00E8000000 mask FFF8000000 write-combining
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] init_memory_mapping: 0000000000000000-00000000373fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037000000 page 2M
[    0.000000]  0037000000 - 00373fe000 page 4k
[    0.000000] kernel direct mapping tables up to 373fe000  <at>  10000-16000
[    0.000000] RAMDISK: 7bcc5000 - 7bedf52f
[    0.000000] Allocated new RAMDISK: 00100000 - 0031a52f
[    0.000000] Move RAMDISK from 000000007bcc5000 - 000000007bedf52e to 00100000 - 0031a52e
[    0.000000] ACPI: RSDP 000f78c0 00014 (v00 VIAK8M)
[    0.000000] ACPI: RSDT 7bef3040 00030 (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 7bef30c0 00074 (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 7bef3180 05396 (v01 VIAK8M AWRDACPI 00001000 MSFT 0100000E)
[    0.000000] ACPI: FACS 7bef0000 00040
[    0.000000] ACPI: SSDT 7bef8640 000D3 (v01 PTLTD  POWERNOW 00000001  LTP 00000001)
[    0.000000] ACPI: APIC 7bef8580 00068 (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1098MB HIGHMEM available.
[    0.000000] 883MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 373fe000
[    0.000000]   low ram: 0 - 373fe000
[    0.000000]   node 0 low ram: 00000000 - 373fe000
[    0.000000]   node 0 bootmap 00012000 - 00018e80
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00373fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0001000000 - 00014c8bb4]    TEXT DATA BSS ==> [0001000000 - 00014c8bb4]
[    0.000000]   #4 [000009f800 - 0000100000]    BIOS reserved ==> [000009f800 - 0000100000]
[    0.000000]   #5 [00014c9000 - 00014cf0b6]              BRK ==> [00014c9000 - 00014cf0b6]
[    0.000000]   #6 [0000010000 - 0000012000]          PGTABLE ==> [0000010000 - 0000012000]
[    0.000000]   #7 [0000100000 - 000031a52f]      NEW RAMDISK ==> [0000100000 - 000031a52f]
[    0.000000]   #8 [0000012000 - 0000019000]          BOOTMAP ==> [0000012000 - 0000019000]
[    0.000000] found SMP MP-table at [c00f39a0] f39a0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000373fe
[    0.000000]   HighMem  0x000373fe -> 0x0007bef0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007bef0
[    0.000000] On node 0 totalpages: 507519
[    0.000000] free_area_init_node: node 0, pgdat c13b08a0, node_mem_map c14d1200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1736 pages used for memmap
[    0.000000]   Normal zone: 220470 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2198 pages used for memmap
[    0.000000]   HighMem zone: 279132 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 3, 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 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 7bf00000 (gap: 7bf00000:82d00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu  <at> c2800000 s34328 r0 d23016 u2097152
[    0.000000] pcpu-alloc: s34328 r0 d23016 u2097152 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 503553
[    0.000000] Kernel command line: root=UUID=68252f3b-25cd-4ee5-a84c-d47282ca4e64 ro  quiet
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    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] Initializing HighMem for node 0 (000373fe:0007bef0)
[    0.000000] Memory: 2005120k/2030528k available (2504k kernel code, 23932k reserved, 1313k data, 380k
init, 1125320k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd56000 - 0xfffff000   (2724 kB)
[    0.000000]     pkmap   : 0xff400000 - 0xff800000   (4096 kB)
[    0.000000]     vmalloc : 0xf7bfe000 - 0xff3fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf73fe000   ( 883 MB)
[    0.000000]       .init : 0xc13bb000 - 0xc141a000   ( 380 kB)
[    0.000000]       .data : 0xc1272001 - 0xc13ba4c0   (1313 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1272001   (2504 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:1280
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1799.907 MHz processor.
[    0.004005] Calibrating delay loop (skipped), value calculated using timer frequency.. 3599.81
BogoMIPS (lpj=7199628)
[    0.004026] Security Framework initialized
[    0.004033] SELinux:  Disabled at boot.
[    0.004042] Mount-cache hash table entries: 512
[    0.004177] Initializing cgroup subsys ns
[    0.004181] Initializing cgroup subsys cpuacct
[    0.004185] Initializing cgroup subsys devices
[    0.004188] Initializing cgroup subsys freezer
[    0.004191] Initializing cgroup subsys net_cls
[    0.004214] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.004217] CPU: L2 Cache: 128K (64 bytes/line)
[    0.004221] mce: CPU supports 5 MCE banks
[    0.004236] using C1E aware idle routine
[    0.004244] Performance Events: AMD PMU driver.
[    0.004251] ... version:                0
[    0.004253] ... bit width:              48
[    0.004255] ... generic registers:      4
[    0.004257] ... value mask:             0000ffffffffffff
[    0.004259] ... max period:             00007fffffffffff
[    0.004261] ... fixed-purpose events:   0
[    0.004263] ... event mask:             000000000000000f
[    0.004268] Checking 'hlt' instruction... OK.
[    0.020306] SMP alternatives: switching to UP code
[    0.024068] ACPI: Core revision 20090903
[    0.030150] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.031055] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.070748] CPU0: AMD Sempron(tm) Processor 3200+ stepping 02
[    0.072001] Brought up 1 CPUs
[    0.072001] Total of 1 processors activated (3599.81 BogoMIPS).
[    0.072001] CPU0 attaching NULL sched-domain.
[    0.072001] devtmpfs: initialized
[    0.072001] regulator: core version 0.5
[    0.072001] NET: Registered protocol family 16
[    0.072001] ACPI: bus type pci registered
[    0.076854] PCI: PCI BIOS revision 2.10 entry at 0xfa5d0, last bus=1
[    0.076856] PCI: Using configuration type 1 for base access
[    0.077261] bio: create slab <bio-0> at 0
[    0.077802] ACPI: EC: Look up EC in DSDT
[    0.084201] ACPI: Interpreter enabled
[    0.084210] ACPI: (supports S0 S1 S4 S5)
[    0.084237] ACPI: Using IOAPIC for interrupt routing
[    0.090494] ACPI: No dock devices found.
[    0.090613] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.090664] pci 0000:00:00.0: reg 10 32bit mmio pref: [0xe8000000-0xefffffff]
[    0.090894] pci 0000:00:01.0: supports D1
[    0.090934] pci 0000:00:0f.0: reg 10 io port: [0xe100-0xe107]
[    0.090941] pci 0000:00:0f.0: reg 14 io port: [0xe700-0xe703]
[    0.090948] pci 0000:00:0f.0: reg 18 io port: [0xe800-0xe807]
[    0.090954] pci 0000:00:0f.0: reg 1c io port: [0xe900-0xe903]
[    0.090961] pci 0000:00:0f.0: reg 20 io port: [0xe000-0xe00f]
[    0.090968] pci 0000:00:0f.0: reg 24 io port: [0xd000-0xd0ff]
[    0.091029] pci 0000:00:0f.1: reg 20 io port: [0xe200-0xe20f]
[    0.091096] pci 0000:00:10.0: reg 20 io port: [0xe300-0xe31f]
[    0.091117] pci 0000:00:10.0: supports D1 D2
[    0.091120] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091125] pci 0000:00:10.0: PME# disabled
[    0.091164] pci 0000:00:10.1: reg 20 io port: [0xe400-0xe41f]
[    0.091185] pci 0000:00:10.1: supports D1 D2
[    0.091188] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091192] pci 0000:00:10.1: PME# disabled
[    0.091232] pci 0000:00:10.2: reg 20 io port: [0xe500-0xe51f]
[    0.091253] pci 0000:00:10.2: supports D1 D2
[    0.091256] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091260] pci 0000:00:10.2: PME# disabled
[    0.091299] pci 0000:00:10.3: reg 20 io port: [0xe600-0xe61f]
[    0.091320] pci 0000:00:10.3: supports D1 D2
[    0.091323] pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091327] pci 0000:00:10.3: PME# disabled
[    0.091354] pci 0000:00:10.4: reg 10 32bit mmio: [0xf6000000-0xf60000ff]
[    0.091388] pci 0000:00:10.4: supports D1 D2
[    0.091391] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091395] pci 0000:00:10.4: PME# disabled
[    0.091451] HPET not enabled in BIOS. You might try hpet=force boot option
[    0.091498] pci 0000:00:11.5: reg 10 io port: [0xd400-0xd4ff]
[    0.091535] pci 0000:00:11.5: supports D1 D2
[    0.091565] pci 0000:00:12.0: reg 10 io port: [0xdc00-0xdcff]
[    0.091572] pci 0000:00:12.0: reg 14 32bit mmio: [0xf6001000-0xf60010ff]
[    0.091603] pci 0000:00:12.0: supports D1 D2
[    0.091606] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091610] pci 0000:00:12.0: PME# disabled
[    0.091703] pci 0000:01:00.0: reg 10 32bit mmio pref: [0xf0000000-0xf3ffffff]
[    0.091709] pci 0000:01:00.0: reg 14 32bit mmio: [0xf4000000-0xf4ffffff]
[    0.091722] pci 0000:01:00.0: reg 30 32bit mmio pref: [0x000000-0x00ffff]
[    0.091735] pci 0000:01:00.0: supports D1 D2
[    0.091767] pci 0000:00:01.0: bridge 32bit mmio: [0xf4000000-0xf5ffffff]
[    0.091772] pci 0000:00:01.0: bridge 32bit mmio pref: [0xf0000000-0xf3ffffff]
[    0.091779] pci_bus 0000:00: on NUMA node 0
[    0.091784] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.140992] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12)
[    0.141163] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
[    0.141334] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12) *5
[    0.141485] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.141631] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.141770] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.141909] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.142048] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.142233] ACPI: PCI Interrupt Link [ALKA] (IRQs *20)
[    0.142403] ACPI: PCI Interrupt Link [ALKB] (IRQs *21)
[    0.142574] ACPI: PCI Interrupt Link [ALKC] (IRQs *22)
[    0.142779] ACPI: PCI Interrupt Link [ALKD] (IRQs *23)
[    0.142889] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.142892] vgaarb: loaded
[    0.142978] PCI: Using ACPI for IRQ routing
[    0.144461] pnp: PnP ACPI init
[    0.144483] ACPI: bus type pnp registered
[    0.148481] pnp: PnP ACPI: found 13 devices
[    0.148484] ACPI: ACPI bus type pnp unregistered
[    0.148489] PnPBIOS: Disabled by ACPI PNP
[    0.148502] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
[    0.148506] system 00:00: iomem range 0x7bf00000-0x7bffffff could not be reserved
[    0.148510] system 00:00: iomem range 0x7bef0000-0x7befffff could not be reserved
[    0.148515] system 00:00: iomem range 0xffff0000-0xffffffff has been reserved
[    0.148519] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[    0.148522] system 00:00: iomem range 0x100000-0x7beeffff could not be reserved
[    0.148526] system 00:00: iomem range 0x7c000000-0x7fffffff has been reserved
[    0.148530] system 00:00: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.148534] system 00:00: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.148538] system 00:00: iomem range 0xfff80000-0xfffeffff has been reserved
[    0.148546] system 00:02: ioport range 0x4000-0x407f has been reserved
[    0.148549] system 00:02: ioport range 0x5000-0x500f has been reserved
[    0.148556] system 00:03: ioport range 0x4d0-0x4d1 has been reserved
[    0.148560] system 00:03: ioport range 0x290-0x297 has been reserved
[    0.183287] Switching to clocksource acpi_pm
[    0.183363] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.183366] pci 0000:00:01.0:   IO window: disabled
[    0.183371] pci 0000:00:01.0:   MEM window: 0xf4000000-0xf5ffffff
[    0.183376] pci 0000:00:01.0:   PREFETCH window: 0xf0000000-0xf3ffffff
[    0.183389] pci 0000:00:01.0: setting latency timer to 64
[    0.183395] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.183399] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.183403] pci_bus 0000:01: resource 1 mem: [0xf4000000-0xf5ffffff]
[    0.183406] pci_bus 0000:01: resource 2 pref mem [0xf0000000-0xf3ffffff]
[    0.183444] NET: Registered protocol family 2
[    0.183542] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.183933] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.184001] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.184001] TCP: Hash tables configured (established 131072 bind 65536)
[    0.184001] TCP reno registered
[    0.184001] NET: Registered protocol family 1
[    0.184001] pci 0000:00:00.0: MSI quirk detected; MSI disabled
[    0.184001] pci 0000:00:01.0: disabling DAC on VIA PCI bridge
[    0.184001] pci 0000:01:00.0: Boot video device
[    0.184001] Unpacking initramfs...
[    0.243586] Freeing initrd memory: 2153k freed
[    0.245824] audit: initializing netlink socket (disabled)
[    0.245839] type=2000 audit(1309715822.244:1): initialized
[    0.249608] highmem bounce pool size: 64 pages
[    0.249614] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.251157] VFS: Disk quotas dquot_6.5.2
[    0.251228] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.251310] msgmni has been set to 1724
[    0.251510] alg: No test for stdrng (krng)
[    0.251573] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.251576] io scheduler noop registered
[    0.251578] io scheduler anticipatory registered
[    0.251581] io scheduler deadline registered
[    0.251624] io scheduler cfq registered (default)
[    0.251800] isapnp: Scanning for PnP cards...
[    0.605665] isapnp: No Plug & Play device found
[    0.607129] Linux agpgart interface v0.103
[    0.607186] agpgart-amd64 0000:00:00.0: AGP bridge [1106/0204]
[    0.611498] agpgart-amd64 0000:00:00.0: AGP aperture is 128M  <at>  0xe8000000
[    0.611601] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.611698] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.611796] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.612105] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.612229] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.612382] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.612385] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.612581] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.612674] mice: PS/2 mouse device common for all mice
[    0.612725] rtc_cmos 00:05: RTC can wake from S4
[    0.612769] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.612821] rtc0: alarms up to one year, y3k, 242 bytes nvram
[    0.612834] cpuidle: using governor ladder
[    0.612836] cpuidle: using governor menu
[    0.612841] No iBFT detected.
[    0.613237] TCP cubic registered
[    0.613389] NET: Registered protocol family 10
[    0.614223] Mobile IPv6
[    0.614226] NET: Registered protocol family 17
[    0.614246] Using IPI No-Shortcut mode
[    0.614343] PM: Resume from disk failed.
[    0.614355] registered taskstats version 1
[    0.614649] rtc_cmos 00:05: setting system clock to 2011-07-03 17:57:03 UTC (1309715823)
[    0.614677] Initalizing network drop monitor service
[    0.614711] Freeing unused kernel memory: 380k freed
[    0.615061] Write protecting the kernel text: 2508k
[    0.615085] Write protecting the kernel read-only data: 904k
[    0.630794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.640222] udev[46]: starting version 164
[    0.890892] SCSI subsystem initialized
[    0.915238] thermal LNXTHERM:01: registered as thermal_zone0
[    0.915250] ACPI: Thermal Zone [THRM] (40 C)
[    0.920367] libata version 3.00 loaded.
[    0.924552] fan PNP0C0B:00: registered as cooling_device0
[    0.924563] ACPI: Fan [FAN] (on)
[    0.924820] sata_via 0000:00:0f.0: version 2.4
[    0.925077] ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
[    0.925088] sata_via 0000:00:0f.0: PCI INT B -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
[    0.925129] sata_via 0000:00:0f.0: routed to hard irq line 11
[    0.925501] scsi0 : sata_via
[    0.925715] scsi1 : sata_via
[    0.927240] ata1: SATA max UDMA/133 cmd 0xe100 ctl 0xe700 bmdma 0xe000 irq 20
[    0.927245] ata2: SATA max UDMA/133 cmd 0xe800 ctl 0xe900 bmdma 0xe008 irq 20
[    1.128016] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.292309] ata1.00: ATA-7: SAMSUNG HD502HI, 1AG01118, max UDMA7
[    1.292313] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.300319] ata1.00: configured for UDMA/133
[    1.300433] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD502HI  1AG0 PQ: 0 ANSI: 5
[    1.504017] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.668195] ata2.00: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN03, max UDMA/100
[    1.684210] ata2.00: configured for UDMA/100
[    1.692758] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH22NS50  TN03 PQ: 0 ANSI: 5
[    1.706405] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.706451] sd 0:0:0:0: [sda] Write Protect is off
[    1.706455] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.706474] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.706605]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 >
[    1.798134] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.291477] PM: Starting manual resume from disk
[    2.291483] PM: Resume from partition 8:9
[    2.291485] PM: Checking hibernation image.
[    2.291701] PM: Error -22 checking image file
[    2.291703] PM: Resume from disk failed.
[    2.352355] kjournald starting.  Commit interval 5 seconds
[    2.352368] EXT3-fs: mounted filesystem with ordered data mode.
[    3.599307] udev[307]: starting version 164
[    4.138614] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    4.163199] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.215206] via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
[    4.215486] ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
[    4.215498] via-rhine 0000:00:12.0: PCI INT A -> Link[ALKD] -> GSI 23 (level, low) -> IRQ 23
[    4.216358] eth0: VIA Rhine II at 0x1dc00, 00:19:db:c0:8c:d8, IRQ 23.
[    4.217070] eth0: MII PHY found at address 1, status 0x7849 advertising 01e1 Link 0000.
[    4.329242] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    4.329253] ACPI: Power Button [PWRB]
[    4.329465] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    4.329471] ACPI: Power Button [PWRF]
[    4.494926] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[    4.511906] FDC 0 is a post-1991 82077
[    4.563716] usbcore: registered new interface driver usbfs
[    4.564103] usbcore: registered new interface driver hub
[    4.565382] usbcore: registered new device driver usb
[    5.089507] processor LNXCPU:00: registered as cooling_device1
[    5.098841] pata_via 0000:00:0f.1: version 0.3.4
[    5.098864] pata_via 0000:00:0f.1: PCI INT A -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
[    5.099034] scsi2 : pata_via
[    5.099242] scsi3 : pata_via
[    5.100593] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xe200 irq 14
[    5.100597] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xe208 irq 15
[    5.102814] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    5.128628] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.128911] ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
[    5.128921] ehci_hcd 0000:00:10.4: PCI INT C -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    5.128952] ehci_hcd 0000:00:10.4: EHCI Host Controller
[    5.128986] ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
[    5.129059] ehci_hcd 0000:00:10.4: irq 21, io mem 0xf6000000
[    5.134128] uhci_hcd: USB Universal Host Controller Interface driver
[    5.134622] parport_pc 00:0b: reported by Plug and Play ACPI
[    5.134671] parport0: PC-style at 0x378, irq 7 [PCSPP]
[    5.140056] ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00
[    5.140098] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.140102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.140105] usb usb1: Product: EHCI Host Controller
[    5.140108] usb usb1: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[    5.140110] usb usb1: SerialNumber: 0000:00:10.4
[    5.140317] usb usb1: configuration #1 chosen from 1 choice
[    5.140404] hub 1-0:1.0: USB hub found
[    5.140416] hub 1-0:1.0: 8 ports detected
[    5.140831] uhci_hcd 0000:00:10.0: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    5.140845] uhci_hcd 0000:00:10.0: UHCI Host Controller
[    5.140860] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    5.140886] uhci_hcd 0000:00:10.0: irq 21, io base 0x0000e300
[    5.140933] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    5.140936] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.140939] usb usb2: Product: UHCI Host Controller
[    5.140942] usb usb2: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    5.140944] usb usb2: SerialNumber: 0000:00:10.0
[    5.141139] usb usb2: configuration #1 chosen from 1 choice
[    5.141232] hub 2-0:1.0: USB hub found
[    5.141243] hub 2-0:1.0: 2 ports detected
[    5.141323] uhci_hcd 0000:00:10.1: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    5.141332] uhci_hcd 0000:00:10.1: UHCI Host Controller
[    5.141342] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[    5.141366] uhci_hcd 0000:00:10.1: irq 21, io base 0x0000e400
[    5.141409] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    5.141413] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.141416] usb usb3: Product: UHCI Host Controller
[    5.141418] usb usb3: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    5.141421] usb usb3: SerialNumber: 0000:00:10.1
[    5.142229] usb usb3: configuration #1 chosen from 1 choice
[    5.142391] hub 3-0:1.0: USB hub found
[    5.142404] hub 3-0:1.0: 2 ports detected
[    5.142482] uhci_hcd 0000:00:10.2: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    5.142493] uhci_hcd 0000:00:10.2: UHCI Host Controller
[    5.142502] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
[    5.142527] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000e500
[    5.142568] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    5.142572] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.142575] usb usb4: Product: UHCI Host Controller
[    5.142577] usb usb4: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    5.142580] usb usb4: SerialNumber: 0000:00:10.2
[    5.143365] usb usb4: configuration #1 chosen from 1 choice
[    5.143530] hub 4-0:1.0: USB hub found
[    5.143547] hub 4-0:1.0: 2 ports detected
[    5.143626] uhci_hcd 0000:00:10.3: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    5.143636] uhci_hcd 0000:00:10.3: UHCI Host Controller
[    5.143646] uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
[    5.143672] uhci_hcd 0000:00:10.3: irq 21, io base 0x0000e600
[    5.143712] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    5.143716] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.143719] usb usb5: Product: UHCI Host Controller
[    5.143721] usb usb5: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    5.143724] usb usb5: SerialNumber: 0000:00:10.3
[    5.144530] usb usb5: configuration #1 chosen from 1 choice
[    5.144691] hub 5-0:1.0: USB hub found
[    5.144705] hub 5-0:1.0: 2 ports detected
[    5.452061] usb 1-2: new high speed USB device using ehci_hcd and address 2
[    5.559149] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    5.559154] Uniform CD-ROM driver Revision: 3.20
[    5.559743] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    5.600909] usb 1-2: New USB device found, idVendor=0846, idProduct=9030
[    5.600914] usb 1-2: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[    5.600918] usb 1-2: Product: WNA1100
[    5.600920] usb 1-2: Manufacturer: NETGEAR WNA
[    5.600922] usb 1-2: SerialNumber: 12345
[    5.601038] usb 1-2: configuration #1 chosen from 1 choice
[    5.768035] usb 1-4: new high speed USB device using ehci_hcd and address 4
[    5.864456] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.865375] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    5.931652] usb 1-4: New USB device found, idVendor=18ec, idProduct=3299
[    5.931657] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.931661] usb 1-4: Product: USB2.0 PC CAMERA
[    5.931664] usb 1-4: Manufacturer: ARKMICRO
[    5.931781] usb 1-4: configuration #1 chosen from 1 choice
[    6.136201] Linux video capture interface: v2.00
[    6.176030] usb 3-1: new low speed USB device using uhci_hcd and address 2
[    6.351461] usb 3-1: New USB device found, idVendor=15d9, idProduct=0a4c
[    6.351466] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.351469] usb 3-1: Product:  USB OPTICAL MOUSE
[    6.351583] usb 3-1: configuration #1 chosen from 1 choice
[    6.459099] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (18ec:3299)
[    6.465428] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[    6.468091] input: USB2.0 PC CAMERA as /devices/pci0000:00/0000:00:10.4/usb1/1-4/1-4:1.0/input/input4
[    6.468156] usbcore: registered new interface driver uvcvideo
[    6.468159] USB Video Class driver (v0.1.0)
[    6.619858] usbcore: registered new interface driver hiddev
[    6.633932] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.0/input/input5
[    6.634439] generic-usb 0003:15D9:0A4C.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:10.1-1/input0
[    6.634476] usbcore: registered new interface driver usbhid
[    6.635186] usbhid: v2.6:USB HID core driver
[    6.673874] ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
[    6.673886] VIA 82xx Audio 0000:00:11.5: PCI INT C -> Link[ALKC] -> GSI 22 (level, low) -> IRQ 22
[    6.674041] VIA 82xx Audio 0000:00:11.5: setting latency timer to 64
[    6.694255] usbcore: registered new interface driver snd-usb-audio
[    7.764409] Adding 4353572k swap on /dev/sda9.  Priority:-1 extents:1 across:4353572k 
[    7.956287] EXT3 FS on sda7, internal journal
[    8.070189] loop: module loaded
[   10.106545] fuse init (API version 7.13)
[   11.795445] eth0: link down
[   11.795715] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.071802] bluetooth: Unknown symbol kstrtouint
[   14.072319] bluetooth: Unknown symbol kstrtou16
[   14.085930] bluetooth: Unknown symbol kstrtouint
[   14.086406] bluetooth: Unknown symbol kstrtou16
[   14.151474] bluetooth: Unknown symbol kstrtouint
[   14.151960] bluetooth: Unknown symbol kstrtou16
[   14.227404] bluetooth: Unknown symbol kstrtouint
[   14.227879] bluetooth: Unknown symbol kstrtou16
[   14.253076] bluetooth: Unknown symbol kstrtouint
[   14.253552] bluetooth: Unknown symbol kstrtou16
[   14.489770] [drm] Initialized drm 1.1.0 20060810
[   14.545972] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   14.546745] [drm] Initialized via 2.11.1 20070202 for 0000:01:00.0 on minor 0
[   14.594566] agpgart-amd64 0000:00:00.0: AGP 3.0 bridge
[   14.594586] agpgart-amd64 0000:00:00.0: putting AGP V3 device into 8x mode
[   14.594647] pci 0000:01:00.0: putting AGP V3 device into 8x mode
[   14.986466] lp0: using parport0 (interrupt-driven).
[   15.016194] ppdev: user-space parallel port driver
[   18.389315] powernow-k8: Found 1 AMD Sempron(tm) Processor 3200+ processors (1 cpu cores) (version 2.20.00)
[   18.389364] powernow-k8:    0 : fid 0xa (1800 MHz), vid 0xc
[   18.389367] powernow-k8:    1 : fid 0x2 (1000 MHz), vid 0x12
[   18.568042] Clocksource tsc unstable (delta = -63355725 ns)
_______________________________________________
ath9k-devel mailing list
ath9k-devel <at> lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel
Steve Brown | 3 Jul 2011 16:58

Re: [RFC/RFT] ath9k: support for multiple beacon intervals

On Fri, 2011-07-01 at 10:49 +0200, Björn Smedman wrote:

> If possible I would prefer an implementation that sets SWBA interrupts
> to the greatest common divisor of all beacon intervals. 
> /Björn

The purpose of the patch is to support a Mesh Access Point by allowing
both ap and mesh vifs on the same interface.  Support for different ap
beacon intervals isn't a goal.

The general case gets pretty complicated. If there is an AP vif,
cur_conf->beacon_interval appears to want to be the AP interval. Other
timings depend on it.

If the SWBA interrupt is based on the minimum of the mesh or ap
interval, it will always be that of the ap vif. The mesh beacons don't
seem to be used for timing, so even if one interval is not a multiple of
the other, some jitter in the mesh beaconing shouldn't be a problem. The
AP beacons would always go out on schedule and the mesh beacons would be
interleaved every (mesh%ap + 1) ap beacons.

Steve

_______________________________________________
ath9k-devel mailing list
ath9k-devel <at> lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel
Pavel Roskin | 3 Jul 2011 17:02
Picon

Re: Netgear N150 driver for 2.6.32-5-686 debian problem

Quoting Sivaraman V <krusna <at> gmail.com>:

> Dear sirs,
>
> First of all I am sorry for including irrelevant text in my earlier mail.

And you are doing it again.  Nobody needs your dmesg until you  
successfully compile the driver, install it and try to load it.

> As a follow up of your mail i attempted to down load the patch sent by Shri
> Pavel and the latest compat-wireless driver.

The "bleeding edge" compat-wireless should now have a fix for the  
Debian kernels.  You don't need to patch is anymore.

As for the mainline-based compat-wireless (like the one you tried this  
time), the fix is apparently not there yet, as evidenced by
"compat-2.6.34.h: In function ‘netdev_name’"

My patch replaced that function with a macro.

> On Thu, Jun 30, 2011 at 10:36 AM, Mohammed Shafi
> <shafi.wireless <at> gmail.com>wrote:

Please stop top-posting!  Except the very rare cases when the original  
message needs to be kept intact, top-posting destroys an intelligent  
conversation.  Please write under the text you quote and don't quote  
the parts not needed for your reply.

--

-- 
Regards,
Pavel Roskin
_______________________________________________
ath9k-devel mailing list
ath9k-devel <at> lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel
Steve Brown | 3 Jul 2011 17:30

Re: [RFC/RFT] ath9k: support for multiple beacon intervals

On Thu, 2011-06-30 at 01:15 +0800, Adrian Chadd wrote:
> On 29 June 2011 21:22, Steve Brown <sbrown <at> cortland.com> wrote:
> > On Wed, 2011-06-29 at 09:31 +0800, Adrian Chadd wrote:
> >> Is mesh+ap on the same interface currently supported?
> >>
> >
> > No, only with this patch. AP beacon interval is 100 while MESH is 1000.
> > The current code uses the same interval for all beacons.
> 
> Even with your patch, is it still intended to be a supported setup?

Yes, Mesh Access Point support was the motivation for the patch.

> 
> Eg, what's supposed to happen with TSF adjustment in mesh mode? Are
> the TSF's being bumped based on received TSFs from other mesh nodes?
> If so, are your AP mode TSFs drifting because of this? Could this
> impact eg (dynamic) power saving mode support on STAs that are synched
> to the AP TSF?

802.11s doesn't seem to require tsf sync among the members of the mesh.
Further, I can't find any code that implements mesh tsf sync. It looks
like tsf sync is done in hardware when using adhoc style beacons, but
not when using ap style beacons. Many drivers, including rt2800, b43,
rtlwifi and FreeBSD's ath, which you mentioned, use ap style beaconing.

So, I don't see how adding mesh beacons will interfere with the ap
beacons going out on schedule. In my testing, wireshark also verified
that all the beacons went out when they were supposed to.

I hope this explanation addresses your concern.

Steve
Adrian Chadd | 4 Jul 2011 00:28
Picon
Favicon

Re: [RFC/RFT] ath9k: support for multiple beacon intervals

Oh I'm all for this, I really am. I'd like to get FreeBSD's ath driver
support ap+mesh too. I'm just worried that there's lurking gotchas in
the driver code that make this difficult to pull off and I'm in no way
equipped to comment on the ath9k mesh support to say yes or no to
this.

But I am very glad you're working on it. :)

Adrian

On 3 July 2011 23:30, Steve Brown <sbrown <at> cortland.com> wrote:
> On Thu, 2011-06-30 at 01:15 +0800, Adrian Chadd wrote:
>> On 29 June 2011 21:22, Steve Brown <sbrown <at> cortland.com> wrote:
>> > On Wed, 2011-06-29 at 09:31 +0800, Adrian Chadd wrote:
>> >> Is mesh+ap on the same interface currently supported?
>> >>
>> >
>> > No, only with this patch. AP beacon interval is 100 while MESH is 1000.
>> > The current code uses the same interval for all beacons.
>>
>> Even with your patch, is it still intended to be a supported setup?
>
> Yes, Mesh Access Point support was the motivation for the patch.
>
>>
>> Eg, what's supposed to happen with TSF adjustment in mesh mode? Are
>> the TSF's being bumped based on received TSFs from other mesh nodes?
>> If so, are your AP mode TSFs drifting because of this? Could this
>> impact eg (dynamic) power saving mode support on STAs that are synched
>> to the AP TSF?
>
> 802.11s doesn't seem to require tsf sync among the members of the mesh.
> Further, I can't find any code that implements mesh tsf sync. It looks
> like tsf sync is done in hardware when using adhoc style beacons, but
> not when using ap style beacons. Many drivers, including rt2800, b43,
> rtlwifi and FreeBSD's ath, which you mentioned, use ap style beaconing.
>
> So, I don't see how adding mesh beacons will interfere with the ap
> beacons going out on schedule. In my testing, wireshark also verified
> that all the beacons went out when they were supposed to.
>
> I hope this explanation addresses your concern.
>
> Steve
>
>
>
>
Picon

Re: Channel Configuration ath9k

Hi Friends,

 Hope all are doing good. My doubt regarding channel allocation for atheros ath9k is still unclear. I am currently trying to find out the channels used by the nearby Access Points during the boot phase. I understood that the function ath_set_channel in main.c ( Please take a look of the attachment.  ) plays the major role in channel allocation. Also the survey_info_channel holds more details about the channel. Kindly please help , advice and point me on where i should look.

Awaiting your kind reply.
 
 

_______________________________________________
ath9k-devel mailing list
ath9k-devel <at> lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Gmane