All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] ath9k problem - no interface
@ 2010-06-16 19:41 Błażej Kaczorowski
  2010-06-16 20:24 ` Pavel Roskin
  0 siblings, 1 reply; 19+ messages in thread
From: Błażej Kaczorowski @ 2010-06-16 19:41 UTC (permalink / raw)
  To: ath9k-devel

Hello,

I have TL-WN422G v2 USB device (vendor and product correct in dmesg).
I have installed ath9k module from compact-wireless, module is working
and loading using modprobe, firmware on place (btw. files ar7010.fw or
ar7010_1_1.fw ale mot present in
http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=tree
but afaik i need only ar9271). Everything looks ok - but ... no WLAN
interface is appearing after loading module (ath9k) and also card
still looks dead (no lights or sth.).

Can you tell me where to start looking for answer what is wrong? I was
trying to fight with is for 2 days. My kernel is 2.6.32-5 (debian).

BR,
kaczor

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] ath9k problem - no interface
  2010-06-16 19:41 [ath9k-devel] ath9k problem - no interface Błażej Kaczorowski
@ 2010-06-16 20:24 ` Pavel Roskin
  2010-06-16 20:31   ` Błażej Kaczorowski
  0 siblings, 1 reply; 19+ messages in thread
From: Pavel Roskin @ 2010-06-16 20:24 UTC (permalink / raw)
  To: ath9k-devel

On Wed, 2010-06-16 at 21:41 +0200, B?a?ej Kaczorowski wrote:
> Hello,
> 
> I have TL-WN422G v2 USB device (vendor and product correct in dmesg).
> I have installed ath9k module from compact-wireless, module is working
> and loading using modprobe, firmware on place (btw. files ar7010.fw or
> ar7010_1_1.fw ale mot present in
> http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=tree
> but afaik i need only ar9271). Everything looks ok - but ... no WLAN
> interface is appearing after loading module (ath9k) and also card
> still looks dead (no lights or sth.).
> 
> Can you tell me where to start looking for answer what is wrong? I was
> trying to fight with is for 2 days. My kernel is 2.6.32-5 (debian).

If you are using an Atheros USB device, you need to load a module called
ar9170 (for AR9170) or ath9k_htc (for AR9271).  The ath9k module only
supports PCI devices.

Please see the output of lsusb to determine which device you have.  If
something is still failing, please use the "dmesg" command to check the
kernel log for error messages from the driver.

-- 
Regards,
Pavel Roskin

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] ath9k problem - no interface
  2010-06-16 20:24 ` Pavel Roskin
@ 2010-06-16 20:31   ` Błażej Kaczorowski
  2010-06-17  6:49     ` Błażej Kaczorowski
  0 siblings, 1 reply; 19+ messages in thread
From: Błażej Kaczorowski @ 2010-06-16 20:31 UTC (permalink / raw)
  To: ath9k-devel

I have idVendor=0cf3, idProduct=1006 device - so ar9271 chpset (I hope
;) I will try ath9k_htc then

,thx
kazor

2010/6/16 Pavel Roskin <proski@gnu.org>:
> On Wed, 2010-06-16 at 21:41 +0200, B?a?ej Kaczorowski wrote:
>> Hello,
>>
>> I have TL-WN422G v2 USB device (vendor and product correct in dmesg).
>> I have installed ath9k module from compact-wireless, module is working
>> and loading using modprobe, firmware on place (btw. files ar7010.fw or
>> ar7010_1_1.fw ale mot present in
>> http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=tree
>> but afaik i need only ar9271). Everything looks ok - but ... no WLAN
>> interface is appearing after loading module (ath9k) and also card
>> still looks dead (no lights or sth.).
>>
>> Can you tell me where to start looking for answer what is wrong? I was
>> trying to fight with is for 2 days. My kernel is 2.6.32-5 (debian).
>
> If you are using an Atheros USB device, you need to load a module called
> ar9170 (for AR9170) or ath9k_htc (for AR9271). ?The ath9k module only
> supports PCI devices.
>
> Please see the output of lsusb to determine which device you have. ?If
> something is still failing, please use the "dmesg" command to check the
> kernel log for error messages from the driver.
>
> --
> Regards,
> Pavel Roskin
>

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] ath9k problem - no interface
  2010-06-16 20:31   ` Błażej Kaczorowski
@ 2010-06-17  6:49     ` Błażej Kaczorowski
  2010-06-17  7:54       ` Błażej Kaczorowski
  2011-06-24 17:31       ` [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem V Sivaraman
  0 siblings, 2 replies; 19+ messages in thread
From: Błażej Kaczorowski @ 2010-06-17  6:49 UTC (permalink / raw)
  To: ath9k-devel

Ok, that worked THX, but I have another problem ... my iwl3945 is not
working right now, now when I am loading module I get:

WARNING: Error inserting iwlcore
(/lib/modules/2.6.32-5-686/kernel/drivers/net/wireless/iwlwifi/iwlcore.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting iwl3945
(/lib/modules/2.6.32-5-686/kernel/drivers/net/wireless/iwlwifi/iwl3945.ko):
Unknown symbol in module, or unknown parameter (see dmesg)

Do you know what that is and how to repair that? I wil ltry insmod
older versions of iwl3945/iwlcore and we will see ....

BR,
Blazej

2010/6/16 B?a?ej Kaczorowski <blazej.kaczorowski@gmail.com>:
> I have idVendor=0cf3, idProduct=1006 device - so ar9271 chpset (I hope
> ;) I will try ath9k_htc then
>
> ,thx
> kazor
>
> 2010/6/16 Pavel Roskin <proski@gnu.org>:
>> On Wed, 2010-06-16 at 21:41 +0200, B?a?ej Kaczorowski wrote:
>>> Hello,
>>>
>>> I have TL-WN422G v2 USB device (vendor and product correct in dmesg).
>>> I have installed ath9k module from compact-wireless, module is working
>>> and loading using modprobe, firmware on place (btw. files ar7010.fw or
>>> ar7010_1_1.fw ale mot present in
>>> http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=tree
>>> but afaik i need only ar9271). Everything looks ok - but ... no WLAN
>>> interface is appearing after loading module (ath9k) and also card
>>> still looks dead (no lights or sth.).
>>>
>>> Can you tell me where to start looking for answer what is wrong? I was
>>> trying to fight with is for 2 days. My kernel is 2.6.32-5 (debian).
>>
>> If you are using an Atheros USB device, you need to load a module called
>> ar9170 (for AR9170) or ath9k_htc (for AR9271). ?The ath9k module only
>> supports PCI devices.
>>
>> Please see the output of lsusb to determine which device you have. ?If
>> something is still failing, please use the "dmesg" command to check the
>> kernel log for error messages from the driver.
>>
>> --
>> Regards,
>> Pavel Roskin
>>
>

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] ath9k problem - no interface
  2010-06-17  6:49     ` Błażej Kaczorowski
@ 2010-06-17  7:54       ` Błażej Kaczorowski
  2011-06-24 17:31       ` [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem V Sivaraman
  1 sibling, 0 replies; 19+ messages in thread
From: Błażej Kaczorowski @ 2010-06-17  7:54 UTC (permalink / raw)
  To: ath9k-devel

Ok, all works accept I need to plug in and out USB wifi after
resrating system to make it load :)

BR,
Blazej

2010/6/17 B?a?ej Kaczorowski <blazej.kaczorowski@gmail.com>:
> Ok, that worked THX, but I have another problem ... my iwl3945 is not
> working right now, now when I am loading module I get:
>
> WARNING: Error inserting iwlcore
> (/lib/modules/2.6.32-5-686/kernel/drivers/net/wireless/iwlwifi/iwlcore.ko):
> Unknown symbol in module, or unknown parameter (see dmesg)
> FATAL: Error inserting iwl3945
> (/lib/modules/2.6.32-5-686/kernel/drivers/net/wireless/iwlwifi/iwl3945.ko):
> Unknown symbol in module, or unknown parameter (see dmesg)
>
> Do you know what that is and how to repair that? I wil ltry insmod
> older versions of iwl3945/iwlcore and we will see ....
>
> BR,
> Blazej
>
> 2010/6/16 B?a?ej Kaczorowski <blazej.kaczorowski@gmail.com>:
>> I have idVendor=0cf3, idProduct=1006 device - so ar9271 chpset (I hope
>> ;) I will try ath9k_htc then
>>
>> ,thx
>> kazor
>>
>> 2010/6/16 Pavel Roskin <proski@gnu.org>:
>>> On Wed, 2010-06-16 at 21:41 +0200, B?a?ej Kaczorowski wrote:
>>>> Hello,
>>>>
>>>> I have TL-WN422G v2 USB device (vendor and product correct in dmesg).
>>>> I have installed ath9k module from compact-wireless, module is working
>>>> and loading using modprobe, firmware on place (btw. files ar7010.fw or
>>>> ar7010_1_1.fw ale mot present in
>>>> http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=tree
>>>> but afaik i need only ar9271). Everything looks ok - but ... no WLAN
>>>> interface is appearing after loading module (ath9k) and also card
>>>> still looks dead (no lights or sth.).
>>>>
>>>> Can you tell me where to start looking for answer what is wrong? I was
>>>> trying to fight with is for 2 days. My kernel is 2.6.32-5 (debian).
>>>
>>> If you are using an Atheros USB device, you need to load a module called
>>> ar9170 (for AR9170) or ath9k_htc (for AR9271). ?The ath9k module only
>>> supports PCI devices.
>>>
>>> Please see the output of lsusb to determine which device you have. ?If
>>> something is still failing, please use the "dmesg" command to check the
>>> kernel log for error messages from the driver.
>>>
>>> --
>>> Regards,
>>> Pavel Roskin
>>>
>>
>

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2010-06-17  6:49     ` Błażej Kaczorowski
  2010-06-17  7:54       ` Błażej Kaczorowski
@ 2011-06-24 17:31       ` V Sivaraman
  2011-06-27 17:02         ` Pavel Roskin
  1 sibling, 1 reply; 19+ messages in thread
From: V Sivaraman @ 2011-06-24 17:31 UTC (permalink / raw)
  To: ath9k-devel


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?

Sivaraman v
Chennai, INDIA

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2011-06-24 17:31       ` [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem V Sivaraman
@ 2011-06-27 17:02         ` Pavel Roskin
  2011-06-28  7:01           ` Mohammed Shafi
  0 siblings, 1 reply; 19+ messages in thread
From: Pavel Roskin @ 2011-06-27 17:02 UTC (permalink / raw)
  To: ath9k-devel

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

-- 
Regards,
Pavel Roskin

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2011-06-27 17:02         ` Pavel Roskin
@ 2011-06-28  7:01           ` Mohammed Shafi
  2011-06-28 13:40             ` Sivaraman V
  0 siblings, 1 reply; 19+ messages in thread
From: Mohammed Shafi @ 2011-06-28  7:01 UTC (permalink / raw)
  To: ath9k-devel

On Mon, Jun 27, 2011 at 10:32 PM, Pavel Roskin <proski@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

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2011-06-28  7:01           ` Mohammed Shafi
@ 2011-06-28 13:40             ` Sivaraman V
  2011-06-28 14:50               ` Pavel Roskin
  2011-06-28 15:02               ` Mohammed Shafi
  0 siblings, 2 replies; 19+ messages in thread
From: Sivaraman V @ 2011-06-28 13:40 UTC (permalink / raw)
  To: ath9k-devel

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".


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@gmail.com>wrote:

>  On Mon, Jun 27, 2011 at 10:32 PM, Pavel Roskin <proski@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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20110628/109256ef/attachment.htm 

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2011-06-28 13:40             ` Sivaraman V
@ 2011-06-28 14:50               ` Pavel Roskin
  2011-06-28 15:02               ` Mohammed Shafi
  1 sibling, 0 replies; 19+ messages in thread
From: Pavel Roskin @ 2011-06-28 14:50 UTC (permalink / raw)
  To: ath9k-devel

Quoting Sivaraman V <krusna@gmail.com>:

> 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.

How do you know that?  What documentation do you use to find out which  
module is necessary?  What are the exact error messages you get when  
you try to load the module you need?

> 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.

Where did you read that you need those files?  If there any error  
message that makes you think you need them?  You are describing the  
steps you are taking, but not the goal you are trying to reach (e.g.  
find the reason for some error messages).

Please use the documentation that comes with compat-wireless and the  
site for Linux wireless subsystem.  They should not tell you to do that.

If you are following instructions written by somebody with no clue on  
a random forum, then please ask on that forum, not here.

> On Tue, Jun 28, 2011 at 12:31 PM, Mohammed Shafi
> <shafi.wireless@gmail.com>wrote:

Please don't top-post, it makes it harder to quote.

-- 
Regards,
Pavel Roskin

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2011-06-28 13:40             ` Sivaraman V
  2011-06-28 14:50               ` Pavel Roskin
@ 2011-06-28 15:02               ` Mohammed Shafi
  2011-06-28 15:54                 ` Sivaraman V
  1 sibling, 1 reply; 19+ messages in thread
From: Mohammed Shafi @ 2011-06-28 15:02 UTC (permalink / raw)
  To: ath9k-devel

On Tue, Jun 28, 2011 at 7:10 PM, Sivaraman V <krusna@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@gmail.com>
> wrote:
>>
>> On Mon, Jun 27, 2011 at 10:32 PM, Pavel Roskin <proski@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

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2011-06-28 15:02               ` Mohammed Shafi
@ 2011-06-28 15:54                 ` Sivaraman V
  2011-06-29  9:25                   ` Mohammed Shafi
  0 siblings, 1 reply; 19+ messages in thread
From: Sivaraman V @ 2011-06-28 15:54 UTC (permalink / raw)
  To: ath9k-devel

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


as it is I can go ahead and run the "make" file?

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.

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@gmail.com>wrote:

> On Tue, Jun 28, 2011 at 7:10 PM, Sivaraman V <krusna@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@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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20110628/63bc40a6/attachment-0001.htm 
-------------- next part --------------
[    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 @ 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 @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 @ 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)

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2011-06-28 15:54                 ` Sivaraman V
@ 2011-06-29  9:25                   ` Mohammed Shafi
  2011-06-29 16:43                     ` Sivaraman V
  0 siblings, 1 reply; 19+ messages in thread
From: Mohammed Shafi @ 2011-06-29  9:25 UTC (permalink / raw)
  To: ath9k-devel

On Tue, Jun 28, 2011 at 9:24 PM, Sivaraman V <krusna@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@gmail.com>
> wrote:
>>
>> On Tue, Jun 28, 2011 at 7:10 PM, Sivaraman V <krusna@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@gmail.com>
>> > wrote:
>> >>
>> >> On Mon, Jun 27, 2011 at 10:32 PM, Pavel Roskin <proski@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

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2011-06-29  9:25                   ` Mohammed Shafi
@ 2011-06-29 16:43                     ` Sivaraman V
  2011-06-29 20:58                       ` Pavel Roskin
  2011-06-30  4:53                       ` Mohammed Shafi
  0 siblings, 2 replies; 19+ messages in thread
From: Sivaraman V @ 2011-06-29 16:43 UTC (permalink / raw)
  To: ath9k-devel

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 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@gmail.com>wrote:

> On Tue, Jun 28, 2011 at 9:24 PM, Sivaraman V <krusna@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@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@gmail.com>
> >> > wrote:
> >> >>
> >> >> On Mon, Jun 27, 2011 at 10:32 PM, Pavel Roskin <proski@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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20110629/99fe7bc0/attachment-0001.htm 
-------------- next part --------------
[    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 @ 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 @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 @ 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)
-------------- next part --------------
make -C /lib/modules/2.6.32-5-686/build M=/home/bedetached/Downloads/compat-wireless-2011-06-28 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-5-686'
  CC [M]  /home/bedetached/Downloads/compat-wireless-2011-06-28/compat/main.o
In file included from /home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-2.6.h:24,
                 from <command-line>:0:
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-2.6.29.h:314: warning: ?struct net_device_ops? declared inside parameter list
/home/bedetached/Downloads/compat-wireless-2011-06-28/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-2011-06-28/include/linux/compat-2.6.29.h: In function ?netdev_attach_ops?:
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-2.6.29.h:316: error: dereferencing pointer to incomplete type
In file included from /home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-2.6.h:29,
                 from <command-line>:0:
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-2.6.34.h: In function ?netdev_name?:
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-2.6.34.h:25: error: dereferencing pointer to incomplete type
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-2.6.34.h:25: error: ?NETREG_REGISTERED? undeclared (first use in this function)
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-2.6.34.h:25: error: (Each undeclared identifier is reported only once
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-2.6.34.h:25: error: for each function it appears in.)
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-2.6.34.h:27: error: dereferencing pointer to incomplete type
In file included from /home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-2.6.35.h:7,
                 from /home/bedetached/Downloads/compat-wireless-2011-06-28/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-2011-06-28/include/linux/compat-2.6.35.h:8,
                 from /home/bedetached/Downloads/compat-wireless-2011-06-28/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-2011-06-28/include/linux/compat-2.6.35.h:8,
                 from /home/bedetached/Downloads/compat-wireless-2011-06-28/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-2011-06-28/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-2011-06-28/include/linux/compat-2.6.37.h:32,
                 from /home/bedetached/Downloads/compat-wireless-2011-06-28/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-2011-06-28/include/linux/compat-2.6.h:35,
                 from <command-line>:0:
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-3.0.h: In function ?register_netdevice_name?:
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-3.0.h:18: error: dereferencing pointer to incomplete type
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-3.0.h:19: error: implicit declaration of function ?dev_alloc_name?
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-3.0.h:19: error: dereferencing pointer to incomplete type
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-3.0.h:24: error: implicit declaration of function ?register_netdevice?
make[5]: *** [/home/bedetached/Downloads/compat-wireless-2011-06-28/compat/main.o] Error 1
make[4]: *** [/home/bedetached/Downloads/compat-wireless-2011-06-28/compat] Error 2
make[3]: *** [_module_/home/bedetached/Downloads/compat-wireless-2011-06-28] 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-2011-06-28# 
-------------- next part --------------
make -C /lib/modules/2.6.32-5-686/build M=/home/bedetached/Downloads/compat-wireless-2011-06-28 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-5-686'
  CC [M]  /home/bedetached/Downloads/compat-wireless-2011-06-28/compat/main.o
In file included from /home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-2.6.h:29,
                 from <command-line>:0:
/home/bedetached/Downloads/compat-wireless-2011-06-28/include/linux/compat-2.6.34.h:23: error: redefinition of ?netdev_name?
/usr/src/linux-headers-2.6.32-5-common/include/linux/netdevice.h:2032: error: previous definition of ?netdev_name? was here
make[5]: *** [/home/bedetached/Downloads/compat-wireless-2011-06-28/compat/main.o] Error 1
make[4]: *** [/home/bedetached/Downloads/compat-wireless-2011-06-28/compat] Error 2
make[3]: *** [_module_/home/bedetached/Downloads/compat-wireless-2011-06-28] 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-2011-06-28# 

-------------- next part --------------

Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.32-5-686 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:10.3
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.32-5-686 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:10.2
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0300 lowspeed power
   Port 2: 0000.0300 lowspeed power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 003 Device 002: ID 15d9:0a4c Trust International B.V. USB+PS/2 Optical Mouse
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x15d9 Trust International B.V.
  idProduct          0x0a4c USB+PS/2 Optical Mouse
  bcdDevice            1.00
  iManufacturer           0 
  iProduct                1 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      64
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0005  1x 5 bytes
        bInterval              10
Device Status:     0x0000
  (Bus Powered)

Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.32-5-686 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:10.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0303 lowspeed power enable connect
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0001 1.1 root hub
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.32-5-686 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:10.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0300 lowspeed power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 001 Device 004: ID 18ec:3299 Arkmicro Technologies Inc. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  idVendor           0x18ec Arkmicro Technologies Inc.
  idProduct          0x3299 
  bcdDevice            1.00
  iManufacturer           1 ARKMICRO
  iProduct                2 USB2.0 PC CAMERA
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          498
    bNumInterfaces          4
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              320mA
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         0
      bInterfaceCount         2
      bFunctionClass         14 Video
      bFunctionSubClass       3 Video Interface Collection
      bFunctionProtocol       0 
      iFunction               0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      1 Video Control
      bInterfaceProtocol      0 
      iInterface              0 
      VideoControl Interface Descriptor:
        bLength                13
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdUVC               1.00
        wTotalLength           51
        dwClockFrequency       24.000000MHz
        bInCollection           1
        baInterfaceNr( 0)       1
      VideoControl Interface Descriptor:
        bLength                18
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Camera Sensor
        bAssocTerminal          0
        iTerminal               0 
        wObjectiveFocalLengthMin      0
        wObjectiveFocalLengthMax      0
        wOcularFocalLength            0
        bControlSize                  3
        bmControls           0x0000200a
          Auto-Exposure Mode
          Exposure Time (Absolute)
          Roll (Absolute)
      VideoControl Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      5 (PROCESSING_UNIT)
      Warning: Descriptor too short
        bUnitID                 2
        bSourceID               1
        wMaxMultiplier          0
        bControlSize            2
        bmControls     0x0000073f
          Brightness
          Contrast
          Hue
          Saturation
          Sharpness
          Gamma
          Backlight Compensation
          Gain
          Power Line Frequency
        iProcessing             0 
        bmVideoStandards     0x 9
          None
          SECAM - 625/50
      VideoControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             3
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               2
        iTerminal               0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval              10
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      VideoStreaming Interface Descriptor:
        bLength                            14
        bDescriptorType                    36
        bDescriptorSubtype                  1 (INPUT_HEADER)
        bNumFormats                         1
        wTotalLength                      275
        bEndPointAddress                  131
        bmInfo                              0
        bTerminalLink                       3
        bStillCaptureMethod                 2
        bTriggerSupport                     1
        bTriggerUsage                       0
        bControlSize                        1
        bmaControls( 0)                    27
      VideoStreaming Interface Descriptor:
        bLength                            27
        bDescriptorType                    36
        bDescriptorSubtype                  4 (FORMAT_UNCOMPRESSED)
        bFormatIndex                        1
        bNumFrameDescriptors                5
        guidFormat                            {59555932-0000-1000-8000-00aa00389b71}
        bBitsPerPixel                      16
        bDefaultFrameIndex                  1
        bAspectRatioX                       0
        bAspectRatioY                       0
        bmInterlaceFlags                 0x00
          Interlaced stream or variable: No
          Fields per frame: 1 fields
          Field 1 first: No
          Field pattern: Field 1 only
          bCopyProtect                      0
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         1
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            640
        wHeight                           480
        dwMinBitRate                   614400
        dwMaxBitRate                 18432000
        dwMaxVideoFrameBufferSize      614400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  4
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
        dwFrameInterval( 2)           1000000
        dwFrameInterval( 3)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         2
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            352
        wHeight                           288
        dwMinBitRate                   202752
        dwMaxBitRate                  6082560
        dwMaxVideoFrameBufferSize      202752
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  4
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
        dwFrameInterval( 2)           1000000
        dwFrameInterval( 3)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         3
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            320
        wHeight                           240
        dwMinBitRate                   153600
        dwMaxBitRate                  4608000
        dwMaxVideoFrameBufferSize      153600
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  4
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
        dwFrameInterval( 2)           1000000
        dwFrameInterval( 3)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         4
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            176
        wHeight                           144
        dwMinBitRate                    50688
        dwMaxBitRate                  1520640
        dwMaxVideoFrameBufferSize       50688
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  4
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
        dwFrameInterval( 2)           1000000
        dwFrameInterval( 3)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            42
        bDescriptorType                    36
        bDescriptorSubtype                  5 (FRAME_UNCOMPRESSED)
        bFrameIndex                         5
        bmCapabilities                   0x00
          Still image unsupported
        wWidth                            160
        wHeight                           120
        dwMinBitRate                    38400
        dwMaxBitRate                  1152000
        dwMaxVideoFrameBufferSize       38400
        dwDefaultFrameInterval         333333
        bFrameIntervalType                  4
        dwFrameInterval( 0)            333333
        dwFrameInterval( 1)            666666
        dwFrameInterval( 2)           1000000
        dwFrameInterval( 3)           2000000
      VideoStreaming Interface Descriptor:
        bLength                            18
        bDescriptorType                    36
        bDescriptorSubtype                  3 (STILL_IMAGE_FRAME)
        bEndpointAddress                    0
        bNumImageSizePatterns               3
        wWidth( 0)                        640
        wHeight( 0)                       480
        wWidth( 1)                        800
        wHeight( 1)                       600
        wWidth( 2)                       1280
        wHeight( 2)                      1024
        bNumCompressionPatterns             3
      VideoStreaming Interface Descriptor:
        bLength                             6
        bDescriptorType                    36
        bDescriptorSubtype                 13 (COLORFORMAT)
        bColorPrimaries                     0 (Unspecified)
        bTransferCharacteristics            0 (Unspecified)
        bMatrixCoefficients                 0 (Unspecified)
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass        14 Video
      bInterfaceSubClass      2 Video Streaming
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            5
          Transfer Type            Isochronous
          Synch Type               Asynchronous
          Usage Type               Data
        wMaxPacketSize     0x13e8  3x 1000 bytes
        bInterval               1
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface         2
      bInterfaceCount         2
      bFunctionClass          1 Audio
      bFunctionSubClass       1 Control Device
      bFunctionProtocol       0 
      iFunction               4 USB2.0 MIC
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      1 Control Device
      bInterfaceProtocol      0 
      iInterface              4 USB2.0 MIC
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      1 (HEADER)
        bcdADC               1.00
        wTotalLength           40
        bInCollection           1
        baInterfaceNr( 0)       3
      AudioControl Interface Descriptor:
        bLength                12
        bDescriptorType        36
        bDescriptorSubtype      2 (INPUT_TERMINAL)
        bTerminalID             1
        wTerminalType      0x0201 Microphone
        bAssocTerminal          0
        bNrChannels             2
        wChannelConfig     0x0003
          Left Front (L)
          Right Front (R)
        iChannelNames           0 
        iTerminal               0 
      AudioControl Interface Descriptor:
        bLength                10
        bDescriptorType        36
        bDescriptorSubtype      6 (FEATURE_UNIT)
        bUnitID                 2
        bSourceID               1
        bControlSize            1
        bmaControls( 0)      0x00
        bmaControls( 1)      0x03
          Mute
          Volume
        bmaControls( 2)      0x03
          Mute
          Volume
        iFeature                0 
      AudioControl Interface Descriptor:
        bLength                 9
        bDescriptorType        36
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
        bTerminalID             3
        wTerminalType      0x0101 USB Streaming
        bAssocTerminal          0
        bSourceID               2
        iTerminal               0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        3
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              4 USB2.0 MIC
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        3
      bAlternateSetting       1
      bNumEndpoints           1
      bInterfaceClass         1 Audio
      bInterfaceSubClass      2 Streaming
      bInterfaceProtocol      0 
      iInterface              4 USB2.0 MIC
      AudioStreaming Interface Descriptor:
        bLength                 7
        bDescriptorType        36
        bDescriptorSubtype      1 (AS_GENERAL)
        bTerminalLink           3
        bDelay                  1 frames
        wFormatTag              1 PCM
      AudioStreaming Interface Descriptor:
        bLength                11
        bDescriptorType        36
        bDescriptorSubtype      2 (FORMAT_TYPE)
        bFormatType             1 (FORMAT_TYPE_I)
        bNrChannels             1
        bSubframeSize           2
        bBitResolution         16
        bSamFreqType            1 Discrete
        tSamFreq[ 0]        48000
      Endpoint Descriptor:
        bLength                 9
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0080  1x 128 bytes
        bInterval               4
        bRefresh                0
        bSynchAddress           0
        AudioControl Endpoint Descriptor:
          bLength                 7
          bDescriptorType        37
          bDescriptorSubtype      1 (EP_GENERAL)
          bmAttributes         0x01
            Sampling Frequency
          bLockDelayUnits         0 Undefined
          wLockDelay              0 Undefined
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 ?
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 002: ID 0846:9030 NetGear, Inc. WNA1100 Wireless-N 150 [Atheros AR9271]
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass       255 Vendor Specific Subclass
  bDeviceProtocol       255 Vendor Specific Protocol
  bMaxPacketSize0        64
  idVendor           0x0846 NetGear, Inc.
  idProduct          0x9030 WNA1100 Wireless-N 150 [Atheros AR9271]
  bcdDevice            1.08
  iManufacturer          16 NETGEAR WNA
  iProduct               32 WNA1100
  iSerial                48 12345
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           60
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           6
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x04  EP 4 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x05  EP 5 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x06  EP 6 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass       255 Vendor Specific Subclass
  bDeviceProtocol       255 Vendor Specific Protocol
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
  idProduct          0x0002 2.0 root hub
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.32-5-686 ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:10.4
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed (or root) hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength              11
  bDescriptorType      41
  nNbrPorts             8
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00 0x00
  PortPwrCtrlMask    0xff 0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0503 highspeed power enable connect
   Port 3: 0000.0100 power
   Port 4: 0000.0503 highspeed power enable connect
   Port 5: 0000.0100 power
   Port 6: 0000.0100 power
   Port 7: 0000.0100 power
   Port 8: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled
-------------- next part --------------
[    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 @ 10000-16000
[    0.000000] RAMDISK: 7bcc5000 - 7bedf5bd
[    0.000000] Allocated new RAMDISK: 00100000 - 0031a5bd
[    0.000000] Move RAMDISK from 000000007bcc5000 - 000000007bedf5bc to 00100000 - 0031a5bc
[    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 - 000031a5bd]      NEW RAMDISK ==> [0000100000 - 000031a5bd]
[    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 @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 1800.193 MHz processor.
[    0.004005] Calibrating delay loop (skipped), value calculated using timer frequency.. 3600.38 BogoMIPS (lpj=7200772)
[    0.004026] Security Framework initialized
[    0.004033] SELinux:  Disabled at boot.
[    0.004041] 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.004235] 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.020306] SMP alternatives: switching to UP code
[    0.024069] ACPI: Core revision 20090903
[    0.030134] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.031039] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.070737] CPU0: AMD Sempron(tm) Processor 3200+ stepping 02
[    0.072001] Brought up 1 CPUs
[    0.072001] Total of 1 processors activated (3600.38 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.076851] PCI: PCI BIOS revision 2.10 entry at 0xfa5d0, last bus=1
[    0.076854] PCI: Using configuration type 1 for base access
[    0.077258] bio: create slab <bio-0> at 0
[    0.077800] ACPI: EC: Look up EC in DSDT
[    0.084201] ACPI: Interpreter enabled
[    0.084209] ACPI: (supports S0 S1 S4 S5)
[    0.084236] ACPI: Using IOAPIC for interrupt routing
[    0.090492] ACPI: No dock devices found.
[    0.090611] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.090662] pci 0000:00:00.0: reg 10 32bit mmio pref: [0xe8000000-0xefffffff]
[    0.090891] pci 0000:00:01.0: supports D1
[    0.090932] pci 0000:00:0f.0: reg 10 io port: [0xe100-0xe107]
[    0.090939] pci 0000:00:0f.0: reg 14 io port: [0xe700-0xe703]
[    0.090945] pci 0000:00:0f.0: reg 18 io port: [0xe800-0xe807]
[    0.090952] pci 0000:00:0f.0: reg 1c io port: [0xe900-0xe903]
[    0.090958] pci 0000:00:0f.0: reg 20 io port: [0xe000-0xe00f]
[    0.090965] pci 0000:00:0f.0: reg 24 io port: [0xd000-0xd0ff]
[    0.091027] pci 0000:00:0f.1: reg 20 io port: [0xe200-0xe20f]
[    0.091094] pci 0000:00:10.0: reg 20 io port: [0xe300-0xe31f]
[    0.091116] pci 0000:00:10.0: supports D1 D2
[    0.091118] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091123] pci 0000:00:10.0: PME# disabled
[    0.091163] pci 0000:00:10.1: reg 20 io port: [0xe400-0xe41f]
[    0.091184] pci 0000:00:10.1: supports D1 D2
[    0.091187] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091191] pci 0000:00:10.1: PME# disabled
[    0.091231] pci 0000:00:10.2: reg 20 io port: [0xe500-0xe51f]
[    0.091252] pci 0000:00:10.2: supports D1 D2
[    0.091255] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091259] pci 0000:00:10.2: PME# disabled
[    0.091298] pci 0000:00:10.3: reg 20 io port: [0xe600-0xe61f]
[    0.091320] pci 0000:00:10.3: supports D1 D2
[    0.091322] pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091326] pci 0000:00:10.3: PME# disabled
[    0.091353] pci 0000:00:10.4: reg 10 32bit mmio: [0xf6000000-0xf60000ff]
[    0.091388] pci 0000:00:10.4: supports D1 D2
[    0.091390] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091394] pci 0000:00:10.4: PME# disabled
[    0.091451] HPET not enabled in BIOS. You might try hpet=force boot option
[    0.091497] pci 0000:00:11.5: reg 10 io port: [0xd400-0xd4ff]
[    0.091535] pci 0000:00:11.5: supports D1 D2
[    0.091564] pci 0000:00:12.0: reg 10 io port: [0xdc00-0xdcff]
[    0.091571] pci 0000:00:12.0: reg 14 32bit mmio: [0xf6001000-0xf60010ff]
[    0.091603] pci 0000:00:12.0: supports D1 D2
[    0.091605] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.091609] 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.140985] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12)
[    0.141155] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
[    0.141327] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12) *5
[    0.141477] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.141624] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.141763] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.141902] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.142041] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.142226] ACPI: PCI Interrupt Link [ALKA] (IRQs *20)
[    0.142396] ACPI: PCI Interrupt Link [ALKB] (IRQs *21)
[    0.142567] ACPI: PCI Interrupt Link [ALKC] (IRQs *22)
[    0.142772] ACPI: PCI Interrupt Link [ALKD] (IRQs *23)
[    0.142883] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.142886] vgaarb: loaded
[    0.142973] PCI: Using ACPI for IRQ routing
[    0.144455] pnp: PnP ACPI init
[    0.144477] ACPI: bus type pnp registered
[    0.148475] pnp: PnP ACPI: found 13 devices
[    0.148478] ACPI: ACPI bus type pnp unregistered
[    0.148482] PnPBIOS: Disabled by ACPI PNP
[    0.148496] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
[    0.148500] system 00:00: iomem range 0x7bf00000-0x7bffffff could not be reserved
[    0.148504] system 00:00: iomem range 0x7bef0000-0x7befffff could not be reserved
[    0.148508] system 00:00: iomem range 0xffff0000-0xffffffff has been reserved
[    0.148512] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[    0.148516] system 00:00: iomem range 0x100000-0x7beeffff could not be reserved
[    0.148520] system 00:00: iomem range 0x7c000000-0x7fffffff has been reserved
[    0.148524] system 00:00: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.148528] system 00:00: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.148532] system 00:00: iomem range 0xfff80000-0xfffeffff has been reserved
[    0.148539] system 00:02: ioport range 0x4000-0x407f has been reserved
[    0.148543] system 00:02: ioport range 0x5000-0x500f has been reserved
[    0.148550] system 00:03: ioport range 0x4d0-0x4d1 has been reserved
[    0.148554] system 00:03: ioport range 0x290-0x297 has been reserved
[    0.183279] Switching to clocksource acpi_pm
[    0.183355] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.183358] pci 0000:00:01.0:   IO window: disabled
[    0.183364] pci 0000:00:01.0:   MEM window: 0xf4000000-0xf5ffffff
[    0.183368] pci 0000:00:01.0:   PREFETCH window: 0xf0000000-0xf3ffffff
[    0.183382] pci 0000:00:01.0: setting latency timer to 64
[    0.183387] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.183391] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.183395] pci_bus 0000:01: resource 1 mem: [0xf4000000-0xf5ffffff]
[    0.183399] pci_bus 0000:01: resource 2 pref mem [0xf0000000-0xf3ffffff]
[    0.183436] NET: Registered protocol family 2
[    0.183535] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.183926] 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.243602] Freeing initrd memory: 2153k freed
[    0.245841] audit: initializing netlink socket (disabled)
[    0.245856] type=2000 audit(1309382005.244:1): initialized
[    0.249625] highmem bounce pool size: 64 pages
[    0.249631] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.251174] VFS: Disk quotas dquot_6.5.2
[    0.251244] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.251328] msgmni has been set to 1724
[    0.251527] alg: No test for stdrng (krng)
[    0.251589] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.251593] io scheduler noop registered
[    0.251595] io scheduler anticipatory registered
[    0.251597] io scheduler deadline registered
[    0.251641] io scheduler cfq registered (default)
[    0.251818] isapnp: Scanning for PnP cards...
[    0.605686] isapnp: No Plug & Play device found
[    0.607150] Linux agpgart interface v0.103
[    0.607208] agpgart-amd64 0000:00:00.0: AGP bridge [1106/0204]
[    0.611522] agpgart-amd64 0000:00:00.0: AGP aperture is 128M @ 0xe8000000
[    0.611625] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.611723] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.611821] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.612127] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.612250] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.612406] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.612408] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.612604] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.612697] mice: PS/2 mouse device common for all mice
[    0.612748] rtc_cmos 00:05: RTC can wake from S4
[    0.612792] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.612845] rtc0: alarms up to one year, y3k, 242 bytes nvram
[    0.612857] cpuidle: using governor ladder
[    0.612860] cpuidle: using governor menu
[    0.612864] No iBFT detected.
[    0.613261] TCP cubic registered
[    0.613413] NET: Registered protocol family 10
[    0.614248] Mobile IPv6
[    0.614251] NET: Registered protocol family 17
[    0.614271] Using IPI No-Shortcut mode
[    0.614368] PM: Resume from disk failed.
[    0.614380] registered taskstats version 1
[    0.614675] rtc_cmos 00:05: setting system clock to 2011-06-29 21:13:26 UTC (1309382006)
[    0.614703] Initalizing network drop monitor service
[    0.614737] Freeing unused kernel memory: 380k freed
[    0.615086] Write protecting the kernel text: 2508k
[    0.615110] Write protecting the kernel read-only data: 904k
[    0.630756] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.640225] udev[46]: starting version 164
[    0.891800] SCSI subsystem initialized
[    0.916183] thermal LNXTHERM:01: registered as thermal_zone0
[    0.916195] ACPI: Thermal Zone [THRM] (40 C)
[    0.921794] libata version 3.00 loaded.
[    0.925125] fan PNP0C0B:00: registered as cooling_device0
[    0.925136] ACPI: Fan [FAN] (on)
[    0.925556] sata_via 0000:00:0f.0: version 2.4
[    0.925817] ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
[    0.925827] sata_via 0000:00:0f.0: PCI INT B -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
[    0.925869] sata_via 0000:00:0f.0: routed to hard irq line 11
[    0.926244] scsi0 : sata_via
[    0.926452] scsi1 : sata_via
[    0.927976] ata1: SATA max UDMA/133 cmd 0xe100 ctl 0xe700 bmdma 0xe000 irq 20
[    0.927981] ata2: SATA max UDMA/133 cmd 0xe800 ctl 0xe900 bmdma 0xe008 irq 20
[    1.132019] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.296311] ata1.00: ATA-7: SAMSUNG HD502HI, 1AG01118, max UDMA7
[    1.296315] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.304319] ata1.00: configured for UDMA/133
[    1.304434] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD502HI  1AG0 PQ: 0 ANSI: 5
[    1.508018] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.672195] ata2.00: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN03, max UDMA/100
[    1.688210] ata2.00: configured for UDMA/100
[    1.696754] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH22NS50  TN03 PQ: 0 ANSI: 5
[    1.710429] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.710475] sd 0:0:0:0: [sda] Write Protect is off
[    1.710479] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.710498] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.710632]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 >
[    1.795444] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.288318] PM: Starting manual resume from disk
[    2.288324] PM: Resume from partition 8:9
[    2.288326] PM: Checking hibernation image.
[    2.288541] PM: Error -22 checking image file
[    2.288543] PM: Resume from disk failed.
[    2.338599] kjournald starting.  Commit interval 5 seconds
[    2.338611] EXT3-fs: mounted filesystem with ordered data mode.
[    3.585552] udev[325]: starting version 164
[    4.044221] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    4.044234] ACPI: Power Button [PWRB]
[    4.044452] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    4.044458] ACPI: Power Button [PWRF]
[    4.048094] processor LNXCPU:00: registered as cooling_device1
[    4.158417] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    4.169542] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    4.257409] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[    4.355586] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.355643] via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
[    4.355921] ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
[    4.355931] via-rhine 0000:00:12.0: PCI INT A -> Link[ALKD] -> GSI 23 (level, low) -> IRQ 23
[    4.362173] eth0: VIA Rhine II at 0x1dc00, 00:19:db:c0:8c:d8, IRQ 23.
[    4.362886] eth0: MII PHY found at address 1, status 0x7849 advertising 01e1 Link 0000.
[    4.368111] FDC 0 is a post-1991 82077
[    4.419579] parport_pc 00:0b: reported by Plug and Play ACPI
[    4.419628] parport0: PC-style at 0x378, irq 7 [PCSPP]
[    4.601386] pata_via 0000:00:0f.1: version 0.3.4
[    4.601408] pata_via 0000:00:0f.1: PCI INT A -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
[    4.602294] scsi2 : pata_via
[    4.603314] scsi3 : pata_via
[    4.604815] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xe200 irq 14
[    4.604820] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xe208 irq 15
[    4.755653] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    4.755659] Uniform CD-ROM driver Revision: 3.20
[    4.756279] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    4.810272] usbcore: registered new interface driver usbfs
[    4.810584] usbcore: registered new interface driver hub
[    4.811247] usbcore: registered new device driver usb
[    4.997363] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.997643] ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
[    4.997653] ehci_hcd 0000:00:10.4: PCI INT C -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    4.997686] ehci_hcd 0000:00:10.4: EHCI Host Controller
[    4.997719] ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
[    4.997792] ehci_hcd 0000:00:10.4: irq 21, io mem 0xf6000000
[    5.001106] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.001878] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    5.008041] ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00
[    5.008083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.008087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.008090] usb usb1: Product: EHCI Host Controller
[    5.008093] usb usb1: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[    5.008095] usb usb1: SerialNumber: 0000:00:10.4
[    5.008206] usb usb1: configuration #1 chosen from 1 choice
[    5.008241] hub 1-0:1.0: USB hub found
[    5.008251] hub 1-0:1.0: 8 ports detected
[    5.039271] uhci_hcd: USB Universal Host Controller Interface driver
[    5.039343] uhci_hcd 0000:00:10.0: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    5.039353] uhci_hcd 0000:00:10.0: UHCI Host Controller
[    5.039371] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    5.039397] uhci_hcd 0000:00:10.0: irq 21, io base 0x0000e300
[    5.039445] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    5.039448] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.039452] usb usb2: Product: UHCI Host Controller
[    5.039454] usb usb2: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    5.039457] usb usb2: SerialNumber: 0000:00:10.0
[    5.039654] usb usb2: configuration #1 chosen from 1 choice
[    5.039730] hub 2-0:1.0: USB hub found
[    5.039742] hub 2-0:1.0: 2 ports detected
[    5.039820] uhci_hcd 0000:00:10.1: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    5.039829] uhci_hcd 0000:00:10.1: UHCI Host Controller
[    5.039839] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[    5.039864] uhci_hcd 0000:00:10.1: irq 21, io base 0x0000e400
[    5.039903] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    5.039907] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.039910] usb usb3: Product: UHCI Host Controller
[    5.039913] usb usb3: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    5.039915] usb usb3: SerialNumber: 0000:00:10.1
[    5.040733] usb usb3: configuration #1 chosen from 1 choice
[    5.040890] hub 3-0:1.0: USB hub found
[    5.040904] hub 3-0:1.0: 2 ports detected
[    5.040987] uhci_hcd 0000:00:10.2: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    5.040998] uhci_hcd 0000:00:10.2: UHCI Host Controller
[    5.041008] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
[    5.041034] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000e500
[    5.041075] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    5.041078] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.041081] usb usb4: Product: UHCI Host Controller
[    5.041084] usb usb4: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    5.041087] usb usb4: SerialNumber: 0000:00:10.2
[    5.041866] usb usb4: configuration #1 chosen from 1 choice
[    5.042021] hub 4-0:1.0: USB hub found
[    5.042034] hub 4-0:1.0: 2 ports detected
[    5.042121] uhci_hcd 0000:00:10.3: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    5.042131] uhci_hcd 0000:00:10.3: UHCI Host Controller
[    5.042143] uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
[    5.042170] uhci_hcd 0000:00:10.3: irq 21, io base 0x0000e600
[    5.042210] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    5.042214] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.042217] usb usb5: Product: UHCI Host Controller
[    5.042219] usb usb5: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    5.042222] usb usb5: SerialNumber: 0000:00:10.3
[    5.043015] usb usb5: configuration #1 chosen from 1 choice
[    5.043171] hub 5-0:1.0: USB hub found
[    5.043188] hub 5-0:1.0: 2 ports detected
[    5.279394] ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
[    5.279406] VIA 82xx Audio 0000:00:11.5: PCI INT C -> Link[ALKC] -> GSI 22 (level, low) -> IRQ 22
[    5.279560] VIA 82xx Audio 0000:00:11.5: setting latency timer to 64
[    5.320028] usb 1-2: new high speed USB device using ehci_hcd and address 2
[    5.468896] usb 1-2: New USB device found, idVendor=0846, idProduct=9030
[    5.468901] usb 1-2: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[    5.468904] usb 1-2: Product: WNA1100
[    5.468907] usb 1-2: Manufacturer: NETGEAR WNA
[    5.468909] usb 1-2: SerialNumber: 12345
[    5.469035] usb 1-2: configuration #1 chosen from 1 choice
[    5.636026] usb 1-4: new high speed USB device using ehci_hcd and address 4
[    5.801018] usb 1-4: New USB device found, idVendor=18ec, idProduct=3299
[    5.801023] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.801027] usb 1-4: Product: USB2.0 PC CAMERA
[    5.801029] usb 1-4: Manufacturer: ARKMICRO
[    5.801141] usb 1-4: configuration #1 chosen from 1 choice
[    5.935579] Linux video capture interface: v2.00
[    6.044035] usb 3-1: new low speed USB device using uhci_hcd and address 2
[    6.089375] usbcore: registered new interface driver snd-usb-audio
[    6.092107] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (18ec:3299)
[    6.096632] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[    6.099388] input: USB2.0 PC CAMERA as /devices/pci0000:00/0000:00:10.4/usb1/1-4/1-4:1.0/input/input4
[    6.099448] usbcore: registered new interface driver uvcvideo
[    6.099452] USB Video Class driver (v0.1.0)
[    6.219961] usb 3-1: New USB device found, idVendor=15d9, idProduct=0a4c
[    6.219967] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.219970] usb 3-1: Product:  USB OPTICAL MOUSE
[    6.220104] usb 3-1: configuration #1 chosen from 1 choice
[    6.367807] usbcore: registered new interface driver hiddev
[    6.382352] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.0/input/input5
[    6.382465] 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.382499] usbcore: registered new interface driver usbhid
[    6.382502] usbhid: v2.6:USB HID core driver
[    7.485221] Adding 4353572k swap on /dev/sda9.  Priority:-1 extents:1 across:4353572k 
[    7.677198] EXT3 FS on sda7, internal journal
[    7.791490] loop: module loaded
[    9.915801] fuse init (API version 7.13)
[   11.695407] eth0: link down
[   11.695677] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.326338] Compat-wireless backport release: compat-wireless-2011-06-14-3-g53583b5
[   13.326343] Backport based on linux-next.git next-20110622
[   13.449322] Bluetooth: Core ver 2.16
[   13.449356] NET: Registered protocol family 31
[   13.449358] Bluetooth: HCI device and connection manager initialized
[   13.449362] Bluetooth: HCI socket layer initialized
[   13.449364] Bluetooth: L2CAP socket layer initialized
[   13.449676] Bluetooth: SCO socket layer initialized
[   13.503200] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   13.503205] Bluetooth: BNEP filters: protocol multicast
[   13.523175] Bluetooth: RFCOMM TTY layer initialized
[   13.523182] Bluetooth: RFCOMM socket layer initialized
[   13.523184] Bluetooth: RFCOMM ver 1.11
[   13.573278] Bridge firewalling registered
[   14.631481] lp0: using parport0 (interrupt-driven).
[   14.659530] ppdev: user-space parallel port driver
[   14.908509] [drm] Initialized drm 1.1.0 20060810
[   14.951507] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   14.952520] [drm] Initialized via 2.11.1 20070202 for 0000:01:00.0 on minor 0
[   14.990167] agpgart-amd64 0000:00:00.0: AGP 3.0 bridge
[   14.990187] agpgart-amd64 0000:00:00.0: putting AGP V3 device into 8x mode
[   14.990249] pci 0000:01:00.0: putting AGP V3 device into 8x mode
[   18.121552] powernow-k8: Found 1 AMD Sempron(tm) Processor 3200+ processors (1 cpu cores) (version 2.20.00)
[   18.121602] powernow-k8:    0 : fid 0xa (1800 MHz), vid 0xc
[   18.121606] powernow-k8:    1 : fid 0x2 (1000 MHz), vid 0x12
[   18.568033] Clocksource tsc unstable (delta = -167142437 ns)
-------------- next part --------------
[    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 @ 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 @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.774 MHz processor.
[    0.008006] Calibrating delay loop (skipped), value calculated using timer frequency.. 3599.54 BogoMIPS (lpj=7199096)
[    0.008026] Security Framework initialized
[    0.008033] SELinux:  Disabled at boot.
[    0.008042] Mount-cache hash table entries: 512
[    0.008178] Initializing cgroup subsys ns
[    0.008182] Initializing cgroup subsys cpuacct
[    0.008186] Initializing cgroup subsys devices
[    0.008189] Initializing cgroup subsys freezer
[    0.008192] Initializing cgroup subsys net_cls
[    0.008214] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.008217] CPU: L2 Cache: 128K (64 bytes/line)
[    0.008222] mce: CPU supports 5 MCE banks
[    0.008236] using C1E aware idle routine
[    0.008244] Performance Events: AMD PMU driver.
[    0.008251] ... version:                0
[    0.008253] ... bit width:              48
[    0.008255] ... generic registers:      4
[    0.008257] ... value mask:             0000ffffffffffff
[    0.008259] ... max period:             00007fffffffffff
[    0.008261] ... fixed-purpose events:   0
[    0.008263] ... event mask:             000000000000000f
[    0.008267] Checking 'hlt' instruction... OK.
[    0.024307] SMP alternatives: switching to UP code
[    0.028074] ACPI: Core revision 20090903
[    0.034155] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.035059] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.074749] CPU0: AMD Sempron(tm) Processor 3200+ stepping 02
[    0.076001] Brought up 1 CPUs
[    0.076001] Total of 1 processors activated (3599.54 BogoMIPS).
[    0.076001] CPU0 attaching NULL sched-domain.
[    0.076001] devtmpfs: initialized
[    0.076001] regulator: core version 0.5
[    0.076001] NET: Registered protocol family 16
[    0.076001] ACPI: bus type pci registered
[    0.080856] PCI: PCI BIOS revision 2.10 entry at 0xfa5d0, last bus=1
[    0.080859] PCI: Using configuration type 1 for base access
[    0.081263] bio: create slab <bio-0> at 0
[    0.081805] ACPI: EC: Look up EC in DSDT
[    0.088205] ACPI: Interpreter enabled
[    0.088213] ACPI: (supports S0 S1 S4 S5)
[    0.088240] ACPI: Using IOAPIC for interrupt routing
[    0.094497] ACPI: No dock devices found.
[    0.094617] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.094669] pci 0000:00:00.0: reg 10 32bit mmio pref: [0xe8000000-0xefffffff]
[    0.094898] pci 0000:00:01.0: supports D1
[    0.094938] pci 0000:00:0f.0: reg 10 io port: [0xe100-0xe107]
[    0.094944] pci 0000:00:0f.0: reg 14 io port: [0xe700-0xe703]
[    0.094951] pci 0000:00:0f.0: reg 18 io port: [0xe800-0xe807]
[    0.094958] pci 0000:00:0f.0: reg 1c io port: [0xe900-0xe903]
[    0.094964] pci 0000:00:0f.0: reg 20 io port: [0xe000-0xe00f]
[    0.094971] pci 0000:00:0f.0: reg 24 io port: [0xd000-0xd0ff]
[    0.095032] pci 0000:00:0f.1: reg 20 io port: [0xe200-0xe20f]
[    0.095099] pci 0000:00:10.0: reg 20 io port: [0xe300-0xe31f]
[    0.095121] pci 0000:00:10.0: supports D1 D2
[    0.095123] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.095128] pci 0000:00:10.0: PME# disabled
[    0.095168] pci 0000:00:10.1: reg 20 io port: [0xe400-0xe41f]
[    0.095189] pci 0000:00:10.1: supports D1 D2
[    0.095191] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.095196] pci 0000:00:10.1: PME# disabled
[    0.095236] pci 0000:00:10.2: reg 20 io port: [0xe500-0xe51f]
[    0.095257] pci 0000:00:10.2: supports D1 D2
[    0.095260] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.095264] pci 0000:00:10.2: PME# disabled
[    0.095304] pci 0000:00:10.3: reg 20 io port: [0xe600-0xe61f]
[    0.095325] pci 0000:00:10.3: supports D1 D2
[    0.095327] pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.095331] pci 0000:00:10.3: PME# disabled
[    0.095358] pci 0000:00:10.4: reg 10 32bit mmio: [0xf6000000-0xf60000ff]
[    0.095392] pci 0000:00:10.4: supports D1 D2
[    0.095395] pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.095399] pci 0000:00:10.4: PME# disabled
[    0.095456] HPET not enabled in BIOS. You might try hpet=force boot option
[    0.095502] pci 0000:00:11.5: reg 10 io port: [0xd400-0xd4ff]
[    0.095539] pci 0000:00:11.5: supports D1 D2
[    0.095569] pci 0000:00:12.0: reg 10 io port: [0xdc00-0xdcff]
[    0.095576] pci 0000:00:12.0: reg 14 32bit mmio: [0xf6001000-0xf60010ff]
[    0.095607] pci 0000:00:12.0: supports D1 D2
[    0.095610] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.095614] pci 0000:00:12.0: PME# disabled
[    0.095708] pci 0000:01:00.0: reg 10 32bit mmio pref: [0xf0000000-0xf3ffffff]
[    0.095713] pci 0000:01:00.0: reg 14 32bit mmio: [0xf4000000-0xf4ffffff]
[    0.095726] pci 0000:01:00.0: reg 30 32bit mmio pref: [0x000000-0x00ffff]
[    0.095739] pci 0000:01:00.0: supports D1 D2
[    0.095771] pci 0000:00:01.0: bridge 32bit mmio: [0xf4000000-0xf5ffffff]
[    0.095776] pci 0000:00:01.0: bridge 32bit mmio pref: [0xf0000000-0xf3ffffff]
[    0.095783] pci_bus 0000:00: on NUMA node 0
[    0.095788] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.144978] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12)
[    0.145148] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
[    0.145320] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12) *5
[    0.145471] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.145617] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.145756] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.145895] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.146033] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
[    0.146218] ACPI: PCI Interrupt Link [ALKA] (IRQs *20)
[    0.146389] ACPI: PCI Interrupt Link [ALKB] (IRQs *21)
[    0.146559] ACPI: PCI Interrupt Link [ALKC] (IRQs *22)
[    0.146765] ACPI: PCI Interrupt Link [ALKD] (IRQs *23)
[    0.146875] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.146878] vgaarb: loaded
[    0.146964] PCI: Using ACPI for IRQ routing
[    0.148448] pnp: PnP ACPI init
[    0.148470] ACPI: bus type pnp registered
[    0.152466] pnp: PnP ACPI: found 13 devices
[    0.152469] ACPI: ACPI bus type pnp unregistered
[    0.152473] PnPBIOS: Disabled by ACPI PNP
[    0.152487] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
[    0.152491] system 00:00: iomem range 0x7bf00000-0x7bffffff could not be reserved
[    0.152495] system 00:00: iomem range 0x7bef0000-0x7befffff could not be reserved
[    0.152499] system 00:00: iomem range 0xffff0000-0xffffffff has been reserved
[    0.152503] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[    0.152506] system 00:00: iomem range 0x100000-0x7beeffff could not be reserved
[    0.152510] system 00:00: iomem range 0x7c000000-0x7fffffff has been reserved
[    0.152514] system 00:00: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.152518] system 00:00: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.152522] system 00:00: iomem range 0xfff80000-0xfffeffff has been reserved
[    0.152530] system 00:02: ioport range 0x4000-0x407f has been reserved
[    0.152534] system 00:02: ioport range 0x5000-0x500f has been reserved
[    0.152540] system 00:03: ioport range 0x4d0-0x4d1 has been reserved
[    0.152544] system 00:03: ioport range 0x290-0x297 has been reserved
[    0.187269] Switching to clocksource acpi_pm
[    0.187346] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.187349] pci 0000:00:01.0:   IO window: disabled
[    0.187354] pci 0000:00:01.0:   MEM window: 0xf4000000-0xf5ffffff
[    0.187359] pci 0000:00:01.0:   PREFETCH window: 0xf0000000-0xf3ffffff
[    0.187372] pci 0000:00:01.0: setting latency timer to 64
[    0.187378] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.187381] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.187385] pci_bus 0000:01: resource 1 mem: [0xf4000000-0xf5ffffff]
[    0.187389] pci_bus 0000:01: resource 2 pref mem [0xf0000000-0xf3ffffff]
[    0.187426] NET: Registered protocol family 2
[    0.187525] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.187916] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.188000] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.188000] TCP: Hash tables configured (established 131072 bind 65536)
[    0.188000] TCP reno registered
[    0.188000] NET: Registered protocol family 1
[    0.188000] pci 0000:00:00.0: MSI quirk detected; MSI disabled
[    0.188000] pci 0000:00:01.0: disabling DAC on VIA PCI bridge
[    0.188000] pci 0000:01:00.0: Boot video device
[    0.188000] Unpacking initramfs...
[    0.247589] Freeing initrd memory: 2153k freed
[    0.249830] audit: initializing netlink socket (disabled)
[    0.249845] type=2000 audit(1309381191.248:1): initialized
[    0.253613] highmem bounce pool size: 64 pages
[    0.253619] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.255161] VFS: Disk quotas dquot_6.5.2
[    0.255232] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.255315] msgmni has been set to 1724
[    0.255516] alg: No test for stdrng (krng)
[    0.255579] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.255583] io scheduler noop registered
[    0.255585] io scheduler anticipatory registered
[    0.255587] io scheduler deadline registered
[    0.255631] io scheduler cfq registered (default)
[    0.255808] isapnp: Scanning for PnP cards...
[    0.609541] isapnp: No Plug & Play device found
[    0.610999] Linux agpgart interface v0.103
[    0.611056] agpgart-amd64 0000:00:00.0: AGP bridge [1106/0204]
[    0.615367] agpgart-amd64 0000:00:00.0: AGP aperture is 128M @ 0xe8000000
[    0.615470] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.615567] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.615665] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.615954] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.616099] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.616252] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.616255] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.616450] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.616543] mice: PS/2 mouse device common for all mice
[    0.616594] rtc_cmos 00:05: RTC can wake from S4
[    0.616637] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.616690] rtc0: alarms up to one year, y3k, 242 bytes nvram
[    0.616702] cpuidle: using governor ladder
[    0.616704] cpuidle: using governor menu
[    0.616709] No iBFT detected.
[    0.617104] TCP cubic registered
[    0.617255] NET: Registered protocol family 10
[    0.618091] Mobile IPv6
[    0.618094] NET: Registered protocol family 17
[    0.618114] Using IPI No-Shortcut mode
[    0.618210] PM: Resume from disk failed.
[    0.618222] registered taskstats version 1
[    0.618515] rtc_cmos 00:05: setting system clock to 2011-06-29 20:59:52 UTC (1309381192)
[    0.618544] Initalizing network drop monitor service
[    0.618576] Freeing unused kernel memory: 380k freed
[    0.618925] Write protecting the kernel text: 2508k
[    0.618949] Write protecting the kernel read-only data: 904k
[    0.634679] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.644219] udev[46]: starting version 164
[    0.893733] SCSI subsystem initialized
[    0.917887] thermal LNXTHERM:01: registered as thermal_zone0
[    0.917898] ACPI: Thermal Zone [THRM] (40 C)
[    0.922393] libata version 3.00 loaded.
[    0.925747] sata_via 0000:00:0f.0: version 2.4
[    0.926010] ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
[    0.926021] sata_via 0000:00:0f.0: PCI INT B -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
[    0.926061] sata_via 0000:00:0f.0: routed to hard irq line 11
[    0.927646] fan PNP0C0B:00: registered as cooling_device0
[    0.927656] ACPI: Fan [FAN] (on)
[    0.928168] scsi0 : sata_via
[    0.928380] scsi1 : sata_via
[    0.929906] ata1: SATA max UDMA/133 cmd 0xe100 ctl 0xe700 bmdma 0xe000 irq 20
[    0.929910] ata2: SATA max UDMA/133 cmd 0xe800 ctl 0xe900 bmdma 0xe008 irq 20
[    1.132016] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.296309] ata1.00: ATA-7: SAMSUNG HD502HI, 1AG01118, max UDMA7
[    1.296313] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.304316] ata1.00: configured for UDMA/133
[    1.304429] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD502HI  1AG0 PQ: 0 ANSI: 5
[    1.508017] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.672195] ata2.00: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN03, max UDMA/100
[    1.688210] ata2.00: configured for UDMA/100
[    1.696760] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH22NS50  TN03 PQ: 0 ANSI: 5
[    1.710371] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.710417] sd 0:0:0:0: [sda] Write Protect is off
[    1.710421] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.710441] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.710574]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 >
[    1.799614] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.294198] PM: Starting manual resume from disk
[    2.294204] PM: Resume from partition 8:9
[    2.294206] PM: Checking hibernation image.
[    2.294424] PM: Error -22 checking image file
[    2.294426] PM: Resume from disk failed.
[    2.342775] kjournald starting.  Commit interval 5 seconds
[    2.342788] EXT3-fs: mounted filesystem with ordered data mode.
[    3.645041] udev[307]: starting version 164
[    4.051380] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    4.100782] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.330991] processor LNXCPU:00: registered as cooling_device1
[    4.340143] FDC 0 is a post-1991 82077
[    4.371162] via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
[    4.371444] ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
[    4.371455] via-rhine 0000:00:12.0: PCI INT A -> Link[ALKD] -> GSI 23 (level, low) -> IRQ 23
[    4.372316] eth0: VIA Rhine II at 0x1dc00, 00:19:db:c0:8c:d8, IRQ 23.
[    4.373028] eth0: MII PHY found at address 1, status 0x7849 advertising 01e1 Link 0000.
[    4.453905] pata_via 0000:00:0f.1: version 0.3.4
[    4.453929] pata_via 0000:00:0f.1: PCI INT A -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
[    4.454102] scsi2 : pata_via
[    4.454309] scsi3 : pata_via
[    4.455576] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xe200 irq 14
[    4.455580] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xe208 irq 15
[    4.468237] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    4.468416] ACPI: Power Button [PWRB]
[    4.468579] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    4.468662] ACPI: Power Button [PWRF]
[    4.482538] parport_pc 00:0b: reported by Plug and Play ACPI
[    4.482586] parport0: PC-style at 0x378, irq 7 [PCSPP]
[    4.493693] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[    4.506075] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    4.712590] usbcore: registered new interface driver usbfs
[    4.712913] usbcore: registered new interface driver hub
[    4.713252] usbcore: registered new device driver usb
[    4.809238] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.809528] ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
[    4.809539] ehci_hcd 0000:00:10.4: PCI INT C -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    4.809570] ehci_hcd 0000:00:10.4: EHCI Host Controller
[    4.809601] ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
[    4.809670] ehci_hcd 0000:00:10.4: irq 21, io mem 0xf6000000
[    4.820018] ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00
[    4.820057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    4.820060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.820063] usb usb1: Product: EHCI Host Controller
[    4.820066] usb usb1: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[    4.820068] usb usb1: SerialNumber: 0000:00:10.4
[    4.820278] usb usb1: configuration #1 chosen from 1 choice
[    4.820363] hub 1-0:1.0: USB hub found
[    4.820377] hub 1-0:1.0: 8 ports detected
[    4.855015] uhci_hcd: USB Universal Host Controller Interface driver
[    4.855086] uhci_hcd 0000:00:10.0: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    4.855097] uhci_hcd 0000:00:10.0: UHCI Host Controller
[    4.855115] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    4.855141] uhci_hcd 0000:00:10.0: irq 21, io base 0x0000e300
[    4.855191] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    4.855195] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.855198] usb usb2: Product: UHCI Host Controller
[    4.855201] usb usb2: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    4.855203] usb usb2: SerialNumber: 0000:00:10.0
[    4.855402] usb usb2: configuration #1 chosen from 1 choice
[    4.855483] hub 2-0:1.0: USB hub found
[    4.855494] hub 2-0:1.0: 2 ports detected
[    4.855571] uhci_hcd 0000:00:10.1: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    4.855581] uhci_hcd 0000:00:10.1: UHCI Host Controller
[    4.855590] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[    4.855615] uhci_hcd 0000:00:10.1: irq 21, io base 0x0000e400
[    4.855654] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    4.855657] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.855661] usb usb3: Product: UHCI Host Controller
[    4.855664] usb usb3: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    4.855666] usb usb3: SerialNumber: 0000:00:10.1
[    4.855854] usb usb3: configuration #1 chosen from 1 choice
[    4.855932] hub 3-0:1.0: USB hub found
[    4.855944] hub 3-0:1.0: 2 ports detected
[    4.856047] uhci_hcd 0000:00:10.2: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    4.856057] uhci_hcd 0000:00:10.2: UHCI Host Controller
[    4.856066] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
[    4.856091] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000e500
[    4.856131] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    4.856135] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.856138] usb usb4: Product: UHCI Host Controller
[    4.856141] usb usb4: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    4.856143] usb usb4: SerialNumber: 0000:00:10.2
[    4.856337] usb usb4: configuration #1 chosen from 1 choice
[    4.856415] hub 4-0:1.0: USB hub found
[    4.856427] hub 4-0:1.0: 2 ports detected
[    4.856503] uhci_hcd 0000:00:10.3: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
[    4.856512] uhci_hcd 0000:00:10.3: UHCI Host Controller
[    4.856522] uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
[    4.856548] uhci_hcd 0000:00:10.3: irq 21, io base 0x0000e600
[    4.856587] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    4.856590] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.856594] usb usb5: Product: UHCI Host Controller
[    4.856597] usb usb5: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[    4.856599] usb usb5: SerialNumber: 0000:00:10.3
[    4.857371] usb usb5: configuration #1 chosen from 1 choice
[    4.857543] hub 5-0:1.0: USB hub found
[    4.857556] hub 5-0:1.0: 2 ports detected
[    5.067247] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    5.067253] Uniform CD-ROM driver Revision: 3.20
[    5.067379] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    5.132029] usb 1-2: new high speed USB device using ehci_hcd and address 2
[    5.229776] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.230564] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    5.280895] usb 1-2: New USB device found, idVendor=0846, idProduct=9030
[    5.280901] usb 1-2: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[    5.280904] usb 1-2: Product: WNA1100
[    5.280907] usb 1-2: Manufacturer: NETGEAR WNA
[    5.280909] usb 1-2: SerialNumber: 12345
[    5.281025] usb 1-2: configuration #1 chosen from 1 choice
[    5.448027] usb 1-4: new high speed USB device using ehci_hcd and address 4
[    5.604746] Disabling lock debugging due to kernel taint
[    5.612909] ndiswrapper version 1.56 loaded (smp=yes, preempt=no)
[    5.619202] usb 1-4: New USB device found, idVendor=18ec, idProduct=3299
[    5.619207] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.619211] usb 1-4: Product: USB2.0 PC CAMERA
[    5.619213] usb 1-4: Manufacturer: ARKMICRO
[    5.619319] usb 1-4: configuration #1 chosen from 1 choice
[    5.864024] usb 3-1: new low speed USB device using uhci_hcd and address 2
[    5.982049] Linux video capture interface: v2.00
[    6.039702] usb 3-1: New USB device found, idVendor=15d9, idProduct=0a4c
[    6.039707] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.039710] usb 3-1: Product:  USB OPTICAL MOUSE
[    6.039820] usb 3-1: configuration #1 chosen from 1 choice
[    6.160084] usb 1-2: reset high speed USB device using ehci_hcd and address 2
[    6.213139] usbcore: registered new interface driver hiddev
[    6.227079] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.0/input/input4
[    6.227193] 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.227222] usbcore: registered new interface driver usbhid
[    6.227226] usbhid: v2.6:USB HID core driver
[    6.246730] usbcore: registered new interface driver snd-usb-audio
[    6.246762] uvcvideo: Found UVC 1.00 device USB2.0 PC CAMERA (18ec:3299)
[    6.251698] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[    6.254470] input: USB2.0 PC CAMERA as /devices/pci0000:00/0000:00:10.4/usb1/1-4/1-4:1.0/input/input5
[    6.254531] usbcore: registered new interface driver uvcvideo
[    6.254534] USB Video Class driver (v0.1.0)
[    6.271949] ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
[    6.271961] VIA 82xx Audio 0000:00:11.5: PCI INT C -> Link[ALKC] -> GSI 22 (level, low) -> IRQ 22
[    6.272170] VIA 82xx Audio 0000:00:11.5: setting latency timer to 64
[    6.488398] ndiswrapper: driver netathuw (,11/25/2009,7.7.0.71) loaded
[    7.912932] 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.098083] wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
[    8.098158] usbcore: registered new interface driver ndiswrapper
[    8.584626] Adding 4353572k swap on /dev/sda9.  Priority:-1 extents:1 across:4353572k 
[    8.778353] EXT3 FS on sda7, internal journal
[    8.893701] loop: module loaded
[    9.770142] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   17.561928] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   22.274420] fuse init (API version 7.13)
[   23.940103] eth0: link down
[   23.940651] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   26.274008] Compat-wireless backport release: compat-wireless-2011-06-14-3-g53583b5
[   26.274013] Backport based on linux-next.git next-20110622
[   26.405913] Bluetooth: Core ver 2.16
[   26.405965] NET: Registered protocol family 31
[   26.405968] Bluetooth: HCI device and connection manager initialized
[   26.405972] Bluetooth: HCI socket layer initialized
[   26.405975] Bluetooth: L2CAP socket layer initialized
[   26.408356] Bluetooth: SCO socket layer initialized
[   26.579067] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   26.579072] Bluetooth: BNEP filters: protocol multicast
[   26.656536] Bridge firewalling registered
[   26.857200] [drm] Initialized drm 1.1.0 20060810
[   26.922366] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   26.923154] [drm] Initialized via 2.11.1 20070202 for 0000:01:00.0 on minor 0
[   26.972214] agpgart-amd64 0000:00:00.0: AGP 3.0 bridge
[   26.972234] agpgart-amd64 0000:00:00.0: putting AGP V3 device into 8x mode
[   26.972296] pci 0000:01:00.0: putting AGP V3 device into 8x mode
[   27.220100] lp0: using parport0 (interrupt-driven).
[   27.311383] ppdev: user-space parallel port driver
[   27.644021] wlan0: no IPv6 routers present
[   30.412907] powernow-k8: Found 1 AMD Sempron(tm) Processor 3200+ processors (1 cpu cores) (version 2.20.00)
[   30.412958] powernow-k8:    0 : fid 0xa (1800 MHz), vid 0xc
[   30.412962] powernow-k8:    1 : fid 0x2 (1000 MHz), vid 0x12
[   31.072030] Clocksource tsc unstable (delta = -222188786 ns)
[  236.468679] usb 1-2: USB disconnect, address 2
[  246.632447] ndiswrapper: device wlan0 removed
[  246.876068] usb 1-2: new high speed USB device using ehci_hcd and address 5
[  247.024910] usb 1-2: New USB device found, idVendor=0846, idProduct=9030
[  247.024920] usb 1-2: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[  247.024926] usb 1-2: Product: WNA1100
[  247.024931] usb 1-2: Manufacturer: NETGEAR WNA
[  247.024935] usb 1-2: SerialNumber: 12345
[  247.026519] usb 1-2: configuration #1 chosen from 1 choice

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2011-06-29 16:43                     ` Sivaraman V
@ 2011-06-29 20:58                       ` Pavel Roskin
  2011-06-30  4:53                       ` Mohammed Shafi
  1 sibling, 0 replies; 19+ messages in thread
From: Pavel Roskin @ 2011-06-29 20:58 UTC (permalink / raw)
  To: ath9k-devel

On 06/29/2011 12:43 PM, Sivaraman V 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.

Just in case, there is no point in removing ndiswrapper until you 
successfully compile and install the native driver.

> I attach various outputs of dmesg and also the error message I got when I
> ran the command "make".

The compile error was the only thing you needed to send, along with the 
versions on compat-wireless and the kernel.

I have submitted a patch for that compile error.  It only happens 
because Debian backports netdev_name() to the kernel in which it's 
normally not present.

I hope my patch will appear in compat-wireless soon.  In the meantime, 
you can apply it manually with the patch command.  The patch is attached.

compat-wireless-2011-06-28 has another compile error, which was fixed in 
compat-wireless-2011-06-29, so please test
compat-wireless-2011-06-29 with the attached patch.

>>>>>>>> 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.

Please don't top-post and don't quote irrelevant text!

-- 
Regards,
Pavel Roskin
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 01-netdev-debian.patch
Url: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20110629/75e2484a/attachment.txt 

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2011-06-29 16:43                     ` Sivaraman V
  2011-06-29 20:58                       ` Pavel Roskin
@ 2011-06-30  4:53                       ` Mohammed Shafi
  2011-06-30  5:06                         ` Mohammed Shafi
  1 sibling, 1 reply; 19+ messages in thread
From: Mohammed Shafi @ 2011-06-30  4:53 UTC (permalink / raw)
  To: ath9k-devel

On Wed, Jun 29, 2011 at 10:13 PM, Sivaraman V <krusna@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

>
> 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@gmail.com>
> wrote:
>>
>> On Tue, Jun 28, 2011 at 9:24 PM, Sivaraman V <krusna@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@gmail.com>
>> > wrote:
>> >>
>> >> On Tue, Jun 28, 2011 at 7:10 PM, Sivaraman V <krusna@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@gmail.com>
>> >> > wrote:
>> >> >>
>> >> >> On Mon, Jun 27, 2011 at 10:32 PM, Pavel Roskin <proski@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

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2011-06-30  4:53                       ` Mohammed Shafi
@ 2011-06-30  5:06                         ` Mohammed Shafi
  2011-07-03 13:02                           ` Sivaraman V
  0 siblings, 1 reply; 19+ messages in thread
From: Mohammed Shafi @ 2011-06-30  5:06 UTC (permalink / raw)
  To: ath9k-devel

On Thu, Jun 30, 2011 at 10:23 AM, Mohammed Shafi
<shafi.wireless@gmail.com> wrote:
> On Wed, Jun 29, 2011 at 10:13 PM, Sivaraman V <krusna@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@gmail.com>
>> wrote:
>>>
>>> On Tue, Jun 28, 2011 at 9:24 PM, Sivaraman V <krusna@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@gmail.com>
>>> > wrote:
>>> >>
>>> >> On Tue, Jun 28, 2011 at 7:10 PM, Sivaraman V <krusna@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@gmail.com>
>>> >> > wrote:
>>> >> >>
>>> >> >> On Mon, Jun 27, 2011 at 10:32 PM, Pavel Roskin <proski@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

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2011-06-30  5:06                         ` Mohammed Shafi
@ 2011-07-03 13:02                           ` Sivaraman V
  2011-07-03 15:02                             ` Pavel Roskin
  0 siblings, 1 reply; 19+ messages in thread
From: Sivaraman V @ 2011-07-03 13:02 UTC (permalink / raw)
  To: ath9k-devel

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@gmail.com>wrote:

> On Thu, Jun 30, 2011 at 10:23 AM, Mohammed Shafi
> <shafi.wireless@gmail.com> wrote:
> > On Wed, Jun 29, 2011 at 10:13 PM, Sivaraman V <krusna@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@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@gmail.com>
> >>> > wrote:
> >>> >>
> >>> >> On Tue, Jun 28, 2011 at 7:10 PM, Sivaraman V <krusna@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@gmail.com>
> >>> >> > wrote:
> >>> >> >>
> >>> >> >> On Mon, Jun 27, 2011 at 10:32 PM, Pavel Roskin <proski@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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20110703/fb92b14c/attachment-0001.htm 
-------------- next part --------------
E: linux-image-2.6.32-5-686: subprocess installed post-installation script returned error exit status 1
-------------- next part --------------
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# 
-------------- next part --------------
[    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 @ 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 @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 @ 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)
-------------- next part --------------
[    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 @ 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 @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 @ 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)

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem
  2011-07-03 13:02                           ` Sivaraman V
@ 2011-07-03 15:02                             ` Pavel Roskin
  0 siblings, 0 replies; 19+ messages in thread
From: Pavel Roskin @ 2011-07-03 15:02 UTC (permalink / raw)
  To: ath9k-devel

Quoting Sivaraman V <krusna@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@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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2011-07-03 15:02 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-16 19:41 [ath9k-devel] ath9k problem - no interface Błażej Kaczorowski
2010-06-16 20:24 ` Pavel Roskin
2010-06-16 20:31   ` Błażej Kaczorowski
2010-06-17  6:49     ` Błażej Kaczorowski
2010-06-17  7:54       ` Błażej Kaczorowski
2011-06-24 17:31       ` [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem V Sivaraman
2011-06-27 17:02         ` Pavel Roskin
2011-06-28  7:01           ` Mohammed Shafi
2011-06-28 13:40             ` Sivaraman V
2011-06-28 14:50               ` Pavel Roskin
2011-06-28 15:02               ` Mohammed Shafi
2011-06-28 15:54                 ` Sivaraman V
2011-06-29  9:25                   ` Mohammed Shafi
2011-06-29 16:43                     ` Sivaraman V
2011-06-29 20:58                       ` Pavel Roskin
2011-06-30  4:53                       ` Mohammed Shafi
2011-06-30  5:06                         ` Mohammed Shafi
2011-07-03 13:02                           ` Sivaraman V
2011-07-03 15:02                             ` Pavel Roskin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.