Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 57

Thread: Program to install ath9k_htc (Atheros Linux Driver)

  1. #41
    Join Date
    Apr 2010
    Beans
    7

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    hello, I have the same issue as Mr. Stergios post!

    usb WN722N of TP-LINK.

    The installation of ath9k_htc was Ok, but I can not see muy modem!

    Have any of you solved this? I just get into this few days ago.

    Thank you in advance.


    Quote Originally Posted by stergios1 View Post
    vagrale13 patrioth, i install compact-wireless drivers exo tp-link wn722wn ath9k_htc
    trexo backtrack 4 meso virtualbox

    after make, make install, make unload, modprobe ath9k_htc
    no wireless adapter found
    iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.
    after i did modprobe -r ath9k_htc and then modprobe -v ath9k_htc i take this:

    ...
    I can't find my wireless card when i type iwconfig can you help me please?

  2. #42
    Join Date
    Apr 2010
    Beans
    7

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    Hello,
    IT DIDN'T work for me.
    I have Ubuntu 10.04.

    Still have the modem not functioning.

    BR

    Quote Originally Posted by ianmga View Post
    Important! If you follow the installation steps for a clean install of Ubuntu 10.04 and still cannot get da' thing to work check whether the htc_9271.fw file is in /lib/firmware. If it isn't you can... google it I guess, then copy it there.

    Adding the file worked for me. I kicked myself in the nuts for several hours trying to troubleshoot it.

  3. #43
    Join Date
    Nov 2009
    Location
    Greece
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    @carlomagn0
    Can you post the output of commands
    Code:
    lsusb
    iwconfig
    dmesg
    lsmod | grep ath9k
    cat /etc/modules
    ls -l /lib/firmware/ar*
    Desktop : Ubuntu 10.04 LTS Lucid Lynx i386
    AMD ATHLON II X2 215 │ 3072Mb │ GeForce 210 512MB | LG W2243S : 1920 x 1080
    Laptop : Sony Vaio VGN-N11m : Ubuntu 11.10 Oneiric Ocelot i386

  4. #44
    Join Date
    Apr 2010
    Beans
    7

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    Quote Originally Posted by vagrale13 View Post
    @carlomagn0
    Can you post the output of commands
    Code:
    lsusb
    iwconfig
    dmesg
    lsmod | grep ath9k
    cat /etc/modules
    ls -l /lib/firmware/ar*
    Hello,
    Here it is.
    Thank you in advance!

    Code:
    lsusb
    xxx:~/Documentos$ lsusb
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 0cf3:9271 Atheros Communications, Inc. 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    
    iwconfig
    xxx:~/Documentos$ iwconfig
    lo        no wireless extensions.
    eth0      no wireless extensions.
    
    
    dmesg
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Linux version 2.6.32-33-generic (buildd@zirconium) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #72-Ubuntu SMP Fri Jul 29 21:08:37 UTC 2011 (Ubuntu 2.6.32-33.72-generic 2.6.32.41+drm33.18)
    [    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 - 000000000009fc00 (usable)
    [    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [    0.000000]  BIOS-e820: 0000000000100000 - 000000002bfd0000 (usable)
    [    0.000000]  BIOS-e820: 000000002bfd0000 - 000000002bfdf000 (ACPI data)
    [    0.000000]  BIOS-e820: 000000002bfdf000 - 000000002c000000 (ACPI NVS)
    [    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
    [    0.000000] DMI 2.3 present.
    [    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [    0.000000] last_pfn = 0x2bfd0 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-EFFFF uncachable
    [    0.000000]   F0000-FFFFF write-protect
    [    0.000000] MTRR variable ranges enabled:
    [    0.000000]   0 base 000000000 mask FE0000000 write-back
    [    0.000000]   1 base 020000000 mask FF8000000 write-back
    [    0.000000]   2 base 028000000 mask FFC000000 write-back
    [    0.000000]   3 disabled
    [    0.000000]   4 disabled
    [    0.000000]   5 disabled
    [    0.000000]   6 disabled
    [    0.000000]   7 disabled
    [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [    0.000000] Scanning 0 areas for low memory corruption
    [    0.000000] modified physical RAM map:
    [    0.000000]  modified: 0000000000000000 - 0000000000010000 (reserved)
    [    0.000000]  modified: 0000000000010000 - 000000000009fc00 (usable)
    [    0.000000]  modified: 000000000009fc00 - 00000000000a0000 (reserved)
    [    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
    [    0.000000]  modified: 0000000000100000 - 000000002bfd0000 (usable)
    [    0.000000]  modified: 000000002bfd0000 - 000000002bfdf000 (ACPI data)
    [    0.000000]  modified: 000000002bfdf000 - 000000002c000000 (ACPI NVS)
    [    0.000000]  modified: 00000000fffc0000 - 0000000100000000 (reserved)
    [    0.000000] initial memory mapped : 0 - 00c00000
    [    0.000000] init_memory_mapping: 0000000000000000-000000002bfd0000
    [    0.000000] Using x86 segment limits to approximate NX protection
    [    0.000000]  0000000000 - 0000400000 page 4k
    [    0.000000]  0000400000 - 002bc00000 page 2M
    [    0.000000]  002bc00000 - 002bfd0000 page 4k
    [    0.000000] kernel direct mapping tables up to 2bfd0000 @ 10000-15000
    [    0.000000] RAMDISK: 2087b000 - 2101b26a
    [    0.000000] ACPI: RSDP 000f70f0 00014 (v00 ACPIAM)
    [    0.000000] ACPI: RSDT 2bfd0000 00030 (v01 A M I  OEMRSDT  02000404 MSFT 00000097)
    [    0.000000] ACPI: FACP 2bfd0200 00081 (v02 A M I  OEMFACP  02000404 MSFT 00000097)
    [    0.000000] ACPI: DSDT 2bfd03f0 0344B (v01   M963    M963G 00000000 INTL 02002026)
    [    0.000000] ACPI: FACS 2bfdf000 00040
    [    0.000000] ACPI: APIC 2bfd0390 0005C (v01 A M I  OEMAPIC  02000404 MSFT 00000097)
    [    0.000000] ACPI: OEMB 2bfdf040 00040 (v01 A M I  AMI_OEM  02000404 MSFT 00000097)
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] 0MB HIGHMEM available.
    [    0.000000] 703MB LOWMEM available.
    [    0.000000]   mapped low ram: 0 - 2bfd0000
    [    0.000000]   low ram: 0 - 2bfd0000
    [    0.000000]   node 0 low ram: 00000000 - 2bfd0000
    [    0.000000]   node 0 bootmap 00011000 - 000167fc
    [    0.000000] (9 early reservations) ==> bootmem [0000000000 - 002bfd0000]
    [    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 [0000100000 - 00008e0ef8]    TEXT DATA BSS ==> [0000100000 - 00008e0ef8]
    [    0.000000]   #4 [002087b000 - 002101b26a]          RAMDISK ==> [002087b000 - 002101b26a]
    [    0.000000]   #5 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
    [    0.000000]   #6 [00008e1000 - 00008e40e1]              BRK ==> [00008e1000 - 00008e40e1]
    [    0.000000]   #7 [0000010000 - 0000011000]          PGTABLE ==> [0000010000 - 0000011000]
    [    0.000000]   #8 [0000011000 - 0000017000]          BOOTMAP ==> [0000011000 - 0000017000]
    [    0.000000] found SMP MP-table at [c00ff780] ff780
    [    0.000000] Zone PFN ranges:
    [    0.000000]   DMA      0x00000010 -> 0x00001000
    [    0.000000]   Normal   0x00001000 -> 0x0002bfd0
    [    0.000000]   HighMem  0x0002bfd0 -> 0x0002bfd0
    [    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 -> 0x0002bfd0
    [    0.000000] On node 0 totalpages: 180063
    [    0.000000] free_area_init_node: node 0, pgdat c079a7c0, node_mem_map c1001200
    [    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: 1376 pages used for memmap
    [    0.000000]   Normal zone: 174704 pages, LIFO batch:31
    [    0.000000] Using APIC driver default
    [    0.000000] ACPI: PM-Timer IO Port: 0x808
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
    [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [    0.000000] IOAPIC[0]: apic_id 1, version 17, 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 - 00000000000e0000
    [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [    0.000000] Allocating PCI resources starting at 2c000000 (gap: 2c000000:d3fc0000)
    [    0.000000] Booting paravirtualized kernel on bare hardware
    [    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [    0.000000] PERCPU: Embedded 14 pages/cpu @c1800000 s36312 r0 d21032 u2097152
    [    0.000000] pcpu-alloc: s36312 r0 d21032 u2097152 alloc=1*4194304
    [    0.000000] pcpu-alloc: [0] 0 1 
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 178655
    [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-33-generic root=UUID=bf2e253f-1dc2-4187-aba1-32ef8c0a29bb ro quiet splash
    [    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] allocated 3603200 bytes of page_cgroup
    [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [    0.000000] Initializing HighMem for node 0 (00000000:00000000)
    [    0.000000] Memory: 693908k/720704k available (4675k kernel code, 25996k reserved, 2127k data, 668k init, 0k highmem)
    [    0.000000] virtual kernel memory layout:
    [    0.000000]     fixmap  : 0xfff1d000 - 0xfffff000   ( 904 kB)
    [    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    [    0.000000]     vmalloc : 0xec7d0000 - 0xff7fe000   ( 304 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xebfd0000   ( 703 MB)
    [    0.000000]       .init : 0xc07a5000 - 0xc084c000   ( 668 kB)
    [    0.000000]       .data : 0xc0590de7 - 0xc07a4d88   (2127 kB)
    [    0.000000]       .text : 0xc0100000 - 0xc0590de7   (4675 kB)
    [    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [    0.000000] SLUB: Genslabs=13, HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000] NR_IRQS:2304 nr_irqs:424
    [    0.000000] Console: colour VGA+ 80x25
    [    0.000000] console [tty0] enabled
    [    0.000000] Fast TSC calibration using PIT
    [    0.000000] Detected 1700.095 MHz processor.
    [    0.004009] Calibrating delay loop (skipped), value calculated using timer frequency.. 3400.19 BogoMIPS (lpj=6800380)
    [    0.004052] Security Framework initialized
    [    0.004096] AppArmor: AppArmor initialized
    [    0.004114] Mount-cache hash table entries: 512
    [    0.004415] Initializing cgroup subsys ns
    [    0.004429] Initializing cgroup subsys cpuacct
    [    0.004438] Initializing cgroup subsys memory
    [    0.004454] Initializing cgroup subsys devices
    [    0.004461] Initializing cgroup subsys freezer
    [    0.004468] Initializing cgroup subsys net_cls
    [    0.004524] CPU: Trace cache: 12K uops, L1 D cache: 8K
    [    0.004533] CPU: L2 cache: 128K
    [    0.004537] CPU: Hyper-Threading is disabled
    [    0.004546] mce: CPU supports 4 MCE banks
    [    0.004566] CPU0: Thermal monitoring enabled (TM1)
    [    0.004588] Performance Events: no PMU driver, software events only.
    [    0.004603] Checking 'hlt' instruction... OK.
    [    0.021602] SMP alternatives: switching to UP code
    [    0.039787] ACPI: Core revision 20090903
    [    0.050823] ftrace: converting mcount calls to 0f 1f 44 00 00
    [    0.050839] ftrace: allocating 21725 entries in 43 pages
    [    0.052190] Enabling APIC mode:  Flat.  Using 1 I/O APICs
    [    0.056184] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.095886] CPU0: Intel(R) Celeron(R) CPU 1.70GHz stepping 03
    [    0.096001] Brought up 1 CPUs
    [    0.096001] Total of 1 processors activated (3400.19 BogoMIPS).
    [    0.096001] CPU0 attaching NULL sched-domain.
    [    0.096001] devtmpfs: initialized
    [    0.096001] regulator: core version 0.5
    [    0.096001] Time: 23:39:31  Date: 08/23/11
    [    0.096001] NET: Registered protocol family 16
    [    0.096001] EISA bus registered
    [    0.096001] ACPI: bus type pci registered
    [    0.096636] PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
    [    0.096642] PCI: Using configuration type 1 for base access
    [    0.099150] bio: create slab <bio-0> at 0
    [    0.100335] ACPI: EC: Look up EC in DSDT
    [    0.108371] ACPI: Executed 1 blocks of module-level executable AML code
    [    0.119531] ACPI: Interpreter enabled
    [    0.119542] ACPI: (supports S0 S1 S4 S5)
    [    0.119588] ACPI: Using IOAPIC for interrupt routing
    [    0.137670] ACPI Warning: Incorrect checksum in table [OEMB] - 0F, should be 0C (20090903/tbutils-314)
    [    0.137852] ACPI: No dock devices found.
    [    0.138117] ACPI: PCI Root Bridge [PCI0] (0000:00)
    [    0.138236] pci 0000:00:00.0: reg 10 32bit mmio: [0xe0000000-0xe3ffffff]
    [    0.138504] pci 0000:00:02.5: reg 20 io port: [0xffa0-0xffaf]
    [    0.138547] pci 0000:00:02.5: PME# supported from D3cold
    [    0.138555] pci 0000:00:02.5: PME# disabled
    [    0.138607] pci 0000:00:02.7: reg 10 io port: [0xe800-0xe8ff]
    [    0.138618] pci 0000:00:02.7: reg 14 io port: [0xec00-0xec7f]
    [    0.138678] pci 0000:00:02.7: supports D1 D2
    [    0.138682] pci 0000:00:02.7: PME# supported from D3hot D3cold
    [    0.138690] pci 0000:00:02.7: PME# disabled
    [    0.138725] pci 0000:00:03.0: reg 10 32bit mmio: [0xdfffc000-0xdfffcfff]
    [    0.138801] pci 0000:00:03.1: reg 10 32bit mmio: [0xdfffd000-0xdfffdfff]
    [    0.138875] pci 0000:00:03.2: reg 10 32bit mmio: [0xdfffe000-0xdfffefff]
    [    0.138965] pci 0000:00:03.3: reg 10 32bit mmio: [0xdffff000-0xdfffffff]
    [    0.139029] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
    [    0.139036] pci 0000:00:03.3: PME# disabled
    [    0.139093] pci 0000:00:04.0: reg 10 io port: [0xe400-0xe4ff]
    [    0.139105] pci 0000:00:04.0: reg 14 32bit mmio: [0xdfffb000-0xdfffbfff]
    [    0.139142] pci 0000:00:04.0: reg 30 32bit mmio pref: [0xdffc0000-0xdffdffff]
    [    0.139170] pci 0000:00:04.0: supports D1 D2
    [    0.139174] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    0.139181] pci 0000:00:04.0: PME# disabled
    [    0.139295] pci 0000:01:00.0: reg 10 32bit mmio pref: [0xd0000000-0xd7ffffff]
    [    0.139306] pci 0000:01:00.0: reg 14 32bit mmio: [0xdfee0000-0xdfefffff]
    [    0.139316] pci 0000:01:00.0: reg 18 io port: [0xdc00-0xdc7f]
    [    0.139364] pci 0000:01:00.0: supports D1 D2
    [    0.139422] pci 0000:00:01.0: bridge io port: [0xd000-0xdfff]
    [    0.139430] pci 0000:00:01.0: bridge 32bit mmio: [0xdfe00000-0xdfefffff]
    [    0.139438] pci 0000:00:01.0: bridge 32bit mmio pref: [0xcfd00000-0xdfcfffff]
    [    0.139453] pci_bus 0000:00: on NUMA node 0
    [    0.139469] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [    0.143359] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 *11 12 14 15)
    [    0.143622] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
    [    0.143869] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *10 11 12 14 15)
    [    0.144164] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 11 12 14 15)
    [    0.144409] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 7 10 11 12 14 15)
    [    0.144650] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 7 10 11 12 14 15)
    [    0.144890] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 *7 10 11 12 14 15)
    [    0.145140] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 7 10 11 12 14 15)
    [    0.145432] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [    0.145440] vgaarb: loaded
    [    0.145761] SCSI subsystem initialized
    [    0.145956] libata version 3.00 loaded.
    [    0.146222] usbcore: registered new interface driver usbfs
    [    0.146254] usbcore: registered new interface driver hub
    [    0.146377] usbcore: registered new device driver usb
    [    0.146832] ACPI: WMI: Mapper loaded
    [    0.146838] PCI: Using ACPI for IRQ routing
    [    0.147137] NetLabel: Initializing
    [    0.147144] NetLabel:  domain hash size = 128
    [    0.147147] NetLabel:  protocols = UNLABELED CIPSOv4
    [    0.147181] NetLabel:  unlabeled traffic allowed by default
    [    0.147312] Switching to clocksource tsc
    [    0.147999] AppArmor: AppArmor Filesystem Enabled
    [    0.147999] pnp: PnP ACPI init
    [    0.147999] ACPI: bus type pnp registered
    [    0.158902] pnp: PnP ACPI: found 12 devices
    [    0.158910] ACPI: ACPI bus type pnp unregistered
    [    0.158918] PnPBIOS: Disabled by ACPI PNP
    [    0.158959] system 00:09: ioport range 0x290-0x297 has been reserved
    [    0.158967] system 00:09: ioport range 0x480-0x48f has been reserved
    [    0.158975] system 00:09: ioport range 0x4d0-0x4d1 has been reserved
    [    0.158981] system 00:09: ioport range 0x800-0x87f has been reserved
    [    0.158987] system 00:09: ioport range 0x8e0-0x8ff has been reserved
    [    0.158997] system 00:09: iomem range 0xfff80000-0xffffffff could not be reserved
    [    0.159003] system 00:09: iomem range 0xffe80000-0xffefffff has been reserved
    [    0.159010] system 00:09: iomem range 0xfed00000-0xfed003ff has been reserved
    [    0.159027] system 00:0a: iomem range 0xfec00000-0xfec00fff could not be reserved
    [    0.159033] system 00:0a: iomem range 0xfee00000-0xfee00fff has been reserved
    [    0.159061] system 00:0b: iomem range 0x0-0x9ffff could not be reserved
    [    0.159067] system 00:0b: iomem range 0xc0000-0xdffff could not be reserved
    [    0.159073] system 00:0b: iomem range 0xe0000-0xfffff could not be reserved
    [    0.159080] system 00:0b: iomem range 0x100000-0x2bffffff could not be reserved
    [    0.194104] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    [    0.194114] pci 0000:00:01.0:   IO window: 0xd000-0xdfff
    [    0.194124] pci 0000:00:01.0:   MEM window: 0xdfe00000-0xdfefffff
    [    0.194132] pci 0000:00:01.0:   PREFETCH window: 0xcfd00000-0xdfcfffff
    [    0.194161] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
    [    0.194167] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
    [    0.194173] pci_bus 0000:01: resource 0 io:  [0xd000-0xdfff]
    [    0.194178] pci_bus 0000:01: resource 1 mem: [0xdfe00000-0xdfefffff]
    [    0.194183] pci_bus 0000:01: resource 2 pref mem [0xcfd00000-0xdfcfffff]
    [    0.194260] NET: Registered protocol family 2
    [    0.194470] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.195235] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [    0.196683] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [    0.197386] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.197393] TCP reno registered
    [    0.197632] NET: Registered protocol family 1
    [    0.197748] pci 0000:01:00.0: Boot video device
    [    0.198076] cpufreq-nforce2: No nForce2 chipset.
    [    0.198140] Scanning for low memory corruption every 60 seconds
    [    0.198432] audit: initializing netlink socket (disabled)
    [    0.198462] type=2000 audit(1314142771.196:1): initialized
    [    0.211892] Trying to unpack rootfs image as initramfs...
    [    0.229305] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [    0.232627] VFS: Disk quotas dquot_6.5.2
    [    0.232796] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.240925] fuse init (API version 7.13)
    [    0.241246] msgmni has been set to 1355
    [    0.241930] alg: No test for stdrng (krng)
    [    0.242143] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [    0.242152] io scheduler noop registered
    [    0.242157] io scheduler anticipatory registered
    [    0.242163] io scheduler deadline registered
    [    0.242285] io scheduler cfq registered (default)
    [    0.242509] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [    0.242567] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [    0.242783] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    [    0.242798] ACPI: Power Button [PWRB]
    [    0.242919] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
    [    0.242930] ACPI: Sleep Button [SLPB]
    [    0.243029] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [    0.243035] ACPI: Power Button [PWRF]
    [    0.243477] processor LNXCPU:00: registered as cooling_device0
    [    0.264647] isapnp: Scanning for PnP cards...
    [    0.273780] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.273958] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [    0.274179] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    [    0.274975] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [    0.325766] brd: module loaded
    [    0.327202] loop: module loaded
    [    0.327471] input: Macintosh mouse button emulation as /devices/virtual/input/input3
    [    0.327772] pata_sis 0000:00:02.5: version 0.5.2
    [    0.332990] scsi0 : pata_sis
    [    0.333301] scsi1 : pata_sis
    [    0.334815] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
    [    0.334822] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    [    0.335684] Fixed MDIO Bus: probed
    [    0.335776] PPP generic driver version 2.4.2
    [    0.335935] tun: Universal TUN/TAP device driver, 1.6
    [    0.335941] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
    [    0.336245] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    0.336303]   alloc irq_desc for 23 on node -1
    [    0.336309]   alloc kstat_irqs on node -1
    [    0.336324] ehci_hcd 0000:00:03.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
    [    0.336356] ehci_hcd 0000:00:03.3: EHCI Host Controller
    [    0.336491] ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 1
    [    0.336901] ehci_hcd 0000:00:03.3: cache line size of 128 is not supported
    [    0.336943] ehci_hcd 0000:00:03.3: irq 23, io mem 0xdffff000
    [    0.348833] ehci_hcd 0000:00:03.3: USB 2.0 started, EHCI 1.00
    [    0.349112] usb usb1: configuration #1 chosen from 1 choice
    [    0.349187] hub 1-0:1.0: USB hub found
    [    0.349215] hub 1-0:1.0: 8 ports detected
    [    0.349358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    0.349405]   alloc irq_desc for 20 on node -1
    [    0.349411]   alloc kstat_irqs on node -1
    [    0.349424] ohci_hcd 0000:00:03.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [    0.349466] ohci_hcd 0000:00:03.0: OHCI Host Controller
    [    0.349624] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
    [    0.349683] ohci_hcd 0000:00:03.0: irq 20, io mem 0xdfffc000
    [    0.422538] usb usb2: configuration #1 chosen from 1 choice
    [    0.422614] hub 2-0:1.0: USB hub found
    [    0.422645] hub 2-0:1.0: 3 ports detected
    [    0.422768]   alloc irq_desc for 21 on node -1
    [    0.422774]   alloc kstat_irqs on node -1
    [    0.422789] ohci_hcd 0000:00:03.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [    0.422823] ohci_hcd 0000:00:03.1: OHCI Host Controller
    [    0.422970] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3
    [    0.423025] ohci_hcd 0000:00:03.1: irq 21, io mem 0xdfffd000
    [    0.510429] usb usb3: configuration #1 chosen from 1 choice
    [    0.510510] hub 3-0:1.0: USB hub found
    [    0.510541] hub 3-0:1.0: 3 ports detected
    [    0.510670]   alloc irq_desc for 22 on node -1
    [    0.510676]   alloc kstat_irqs on node -1
    [    0.510698] ohci_hcd 0000:00:03.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
    [    0.510734] ohci_hcd 0000:00:03.2: OHCI Host Controller
    [    0.510886] ohci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 4
    [    0.510941] ohci_hcd 0000:00:03.2: irq 22, io mem 0xdfffe000
    [    0.603002] usb usb4: configuration #1 chosen from 1 choice
    [    0.603081] hub 4-0:1.0: USB hub found
    [    0.603107] hub 4-0:1.0: 2 ports detected
    [    0.603236] uhci_hcd: USB Universal Host Controller Interface driver
    [    0.603431] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [    0.603827] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    0.603853] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    0.609379] mice: PS/2 mouse device common for all mice
    [    0.609839] rtc_cmos 00:02: RTC can wake from S4
    [    0.610011] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [    0.610056] rtc0: alarms up to one month, 114 bytes nvram
    [    0.610358] device-mapper: uevent: version 1.0.3
    [    0.610764] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
    [    0.612428] device-mapper: multipath: version 1.1.0 loaded
    [    0.612440] device-mapper: multipath round-robin: version 1.0.0 loaded
    [    0.612955] EISA: Probing bus 0 at eisa.0
    [    0.613029] EISA: Detected 0 cards.
    [    0.616880] cpuidle: using governor ladder
    [    0.616888] cpuidle: using governor menu
    [    0.617846] TCP cubic registered
    [    0.618228] NET: Registered protocol family 10
    [    0.620032] NET: Registered protocol family 17
    [    0.620171] Using IPI No-Shortcut mode
    [    0.620488] PM: Resume from disk failed.
    [    0.620534] registered taskstats version 1
    [    0.620906]   Magic number: 7:315:707
    [    0.621048] rtc_cmos 00:02: setting system clock to 2011-08-23 23:39:32 UTC (1314142772)
    [    0.621058] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    [    0.621061] EDD information not available.
    [    0.628445] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
    [    0.713921] ata1.00: ATA-6: ST340014A, 8.54, max UDMA/100
    [    0.713929] ata1.00: 78165360 sectors, multi 16: LBA48 
    [    0.714149] ata1.01: ATA-7: SAMSUNG SP0411N, TW100-13, max UDMA/100
    [    0.714156] ata1.01: 78242976 sectors, multi 16: LBA48 
    [    0.729855] ata1.00: configured for UDMA/100
    [    0.789097] ata1.01: configured for UDMA/100
    [    0.960903] isapnp: No Plug & Play device found
    [    0.961239] scsi 0:0:0:0: Direct-Access     ATA      ST340014A        8.54 PQ: 0 ANSI: 5
    [    0.961628] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [    0.962049] scsi 0:0:1:0: Direct-Access     ATA      SAMSUNG SP0411N  TW10 PQ: 0 ANSI: 5
    [    0.962540] sd 0:0:1:0: Attached scsi generic sg1 type 0
    [    0.962994] sd 0:0:0:0: [sda] 78165360 512-byte logical blocks: (40.0 GB/37.2 GiB)
    [    0.963224] sd 0:0:0:0: [sda] Write Protect is off
    [    0.963232] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    0.963353] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    0.963960]  sda: sda1 sda2 sda3 < sda5
    [    1.001969] sd 0:0:1:0: [sdb] 78242976 512-byte logical blocks: (40.0 GB/37.3 GiB)
    [    1.018981]  sda6 sda7 sda8 sda9 >
    [    1.064204] sd 0:0:1:0: [sdb] Write Protect is off
    [    1.064214] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    [    1.064371] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    1.065037]  sdb: sdb1 sdb2 sdb3 <
    [    1.085092] Freeing initrd memory: 7808k freed
    [    1.096178]  sdb5 sdb6
    [    1.121820] sd 0:0:0:0: [sda] Attached SCSI disk
    [    1.121852]  sdb7
    [    1.128522] ata2.00: ATAPI: HL-DT-STDVD-RAM GH22NP20, 1.00, max UDMA/66
    [    1.128583] ata2.00: limited to UDMA/33 due to 40-wire cable
    [    1.134805]  sdb8 >
    [    1.136369] sd 0:0:1:0: [sdb] Attached SCSI disk
    [    1.144552] ata2.00: configured for UDMA/33
    [    1.147017] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GH22NP20 1.00 PQ: 0 ANSI: 5
    [    1.151130] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [    1.151140] Uniform CD-ROM driver Revision: 3.20
    [    1.151416] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [    1.151595] sr 1:0:0:0: Attached scsi generic sg2 type 5
    [    1.151757] Freeing unused kernel memory: 668k freed
    [    1.152972] Write protecting the kernel text: 4676k
    [    1.153037] Write protecting the kernel read-only data: 1848k
    [    1.209876] udev: starting version 151
    [    1.844281] sis900.c: v1.08.10 Apr. 2 2006
    [    1.844351]   alloc irq_desc for 19 on node -1
    [    1.844358]   alloc kstat_irqs on node -1
    [    1.844374] sis900 0000:00:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [    1.845624] 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1.
    [    1.858248] 0000:00:04.0: Using transceiver found at address 1 as default
    [    1.933701] eth0: SiS 900 PCI Fast Ethernet at 0xe400, IRQ 19, 00:0d:87:c7:52:00
    [    3.293480] EXT4-fs (sda6): mounted filesystem with ordered data mode
    [   14.943448] Adding 610428k swap on /dev/sda7.  Priority:-1 extents:1 across:610428k 
    [   14.996406] udev: starting version 151
    [   15.338539] lp: driver loaded but no devices found
    [   15.709491] Linux agpgart interface v0.103
    [   15.727590] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [   15.912710] agpgart-sis 0000:00:00.0: SiS chipset [1039/0661]
    [   16.082633] agpgart-sis 0000:00:00.0: AGP aperture is 64M @ 0xe0000000
    [   16.178257] vga16fb: initializing
    [   16.178266] vga16fb: mapped to 0xc00a0000
    [   16.178429] fb0: VGA16 VGA frame buffer device
    [   16.392680] psmouse serio1: ID: 10 00 64
    [   16.568675] Compat-wireless backport release: compat-wireless-2011-05-23
    [   16.568684] Backport based on linux-next.git next-20110527
    [   16.717453] type=1505 audit(1314160788.594:2):  operation="profile_load" pid=517 name="/sbin/dhclient3"
    [   16.718403] type=1505 audit(1314160788.594:3):  operation="profile_load" pid=517 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
    [   16.718937] type=1505 audit(1314160788.594:4):  operation="profile_load" pid=517 name="/usr/lib/connman/scripts/dhclient-script"
    [   16.991284] cfg80211: Calling CRDA to update world regulatory domain
    [   17.015056] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input5
    [   17.055689] cfg80211: World regulatory domain updated:
    [   17.055697] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [   17.055704] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   17.055710] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [   17.055715] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [   17.055720] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   17.055726] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   17.192365] Console: switching to colour frame buffer device 80x30
    [   17.444296] usbcore: registered new interface driver ath9k_htc
    [   17.734554]   alloc irq_desc for 18 on node -1
    [   17.734562]   alloc kstat_irqs on node -1
    [   17.734578] Intel ICH 0000:00:02.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [   18.060095] intel8x0_measure_ac97_clock: measured 53998 usecs (2598 samples)
    [   18.060104] intel8x0: clocking to 48000
    [  105.537074] EXT4-fs (sda6): warning: mounting fs with errors, running e2fsck is recommended
    [  105.792606] EXT4-fs (sda8): mounted filesystem with ordered data mode
    [  106.311878] type=1505 audit(1314160878.186:5):  operation="profile_load" pid=753 name="/usr/share/gdm/guest-session/Xsession"
    [  106.370386] type=1505 audit(1314160878.246:6):  operation="profile_replace" pid=755 name="/sbin/dhclient3"
    [  106.371403] type=1505 audit(1314160878.246:7):  operation="profile_replace" pid=755 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
    [  106.371964] type=1505 audit(1314160878.246:8):  operation="profile_replace" pid=755 name="/usr/lib/connman/scripts/dhclient-script"
    [  106.536619] type=1505 audit(1314160878.414:9):  operation="profile_load" pid=761 name="/usr/bin/evince"
    [  106.632427] type=1505 audit(1314160878.510:10):  operation="profile_load" pid=761 name="/usr/bin/evince-previewer"
    [  106.676099] type=1505 audit(1314160878.554:11):  operation="profile_load" pid=761 name="/usr/bin/evince-thumbnailer"
    [  106.787429] type=1505 audit(1314160878.662:12):  operation="profile_load" pid=832 name="/usr/bin/freshclam"
    [  106.828916] type=1505 audit(1314160878.706:13):  operation="profile_load" pid=833 name="/usr/lib/cups/backend/cups-pdf"
    [  106.830117] type=1505 audit(1314160878.706:14):  operation="profile_load" pid=833 name="/usr/sbin/cupsd"
    [  108.219690] ppdev: user-space parallel port driver
    [  108.617233] eth0: Media Link On 100mbps full-duplex 
    [  117.144045] eth0: no IPv6 routers present
    [29325.716077] usb 1-6: new high speed USB device using ehci_hcd and address 2
    [29325.865285] usb 1-6: configuration #1 chosen from 1 choice
    [29326.381794] usb 1-6: ath9k_htc: Transferred FW: htc_9271.fw, size: 51272
    [29326.616847] ath9k_htc 1-6:1.0: ath9k_htc: HTC initialized with 33 credits
    [29326.825565] ath9k_htc 1-6:1.0: ath9k_htc: FW Version: 1.1
    [29326.825573] ath9k_htc 1-6:1.0: ath9k_htc: Please upgrade to FW version 1.3
    [29326.826316] Failed to initialize the device
    [29326.837242] ath9k_htc: probe of 1-6:1.0 failed with error -22
    
    
    lsmod | grep ath9k
    xxx:~/Documentos$ lsmod | grep ath9k
    ath9k_htc              52997  0 
    mac80211              258552  1 ath9k_htc
    ath9k_common            2443  1 ath9k_htc
    ath9k_hw              285336  2 ath9k_htc,ath9k_common
    ath                    14236  2 ath9k_htc,ath9k_hw
    cfg80211              162152  3 ath9k_htc,mac80211,ath
    compat                 19219  3 ath9k_htc,mac80211,cfg80211
    compat_firmware_class     6200  1 ath9k_htc
    led_class               2864  2 ath9k_htc,compat
    
    
    cat /etc/modules
    xxx:~/Documentos$ cat /etc/modules
    # /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that should be loaded
    # at boot time, one per line. Lines beginning with "#" are ignored.
    
    lp
    
    # Generated by ath9k_htc-installer on lun ago 22 13:44:11 2011
    ath9k_htc
    
    
    ls -l /lib/firmware/ar*
    :~/Documentos$ ls -l /lib/firmware/ar*
    -rw-r--r-- 1 root root 70624 2011-02-18 13:01 /lib/firmware/ar7010_1_1.fw
    -rw-r--r-- 1 root root 83968 2010-12-14 11:25 /lib/firmware/ar9170-1.fw
    -rw-r--r-- 1 root root  3508 2010-12-14 11:25 /lib/firmware/ar9170-2.fw
    -rw-r--r-- 1 root root 15960 2010-12-14 11:26 /lib/firmware/ar9170.fw
    Last edited by howefield; August 31st, 2011 at 04:43 PM. Reason: adding code tags.

  5. #45
    Join Date
    Nov 2009
    Location
    Greece
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    Download firmware ar9271.fw from here http://git.kernel.org/?p=linux/kerne...9dbf9e;hb=HEAD
    put it to your home folder - open terminal and run
    Code:
     sudo mv ar9271.fw /lib/firmware
    reboot and then see if it works!

    If not, post again the output of commands
    Code:
    dmesg
    ls -l /lib/firmware/ar*
    Desktop : Ubuntu 10.04 LTS Lucid Lynx i386
    AMD ATHLON II X2 215 │ 3072Mb │ GeForce 210 512MB | LG W2243S : 1920 x 1080
    Laptop : Sony Vaio VGN-N11m : Ubuntu 11.10 Oneiric Ocelot i386

  6. #46
    Join Date
    Apr 2010
    Beans
    7

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    Hi,

    I did like you indicated, but it still not function.
    Here are the output of the commands.

    Code:
    BR
    
    ---------
    
    xxx:~$ dmesg 
    
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Linux version 2.6.32-33-generic (buildd@zirconium) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #72-Ubuntu SMP Fri Jul 29 21:08:37 UTC 2011 (Ubuntu 2.6.32-33.72-generic 2.6.32.41+drm33.18)
    [    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 - 000000000009fc00 (usable)
    [    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [    0.000000]  BIOS-e820: 0000000000100000 - 000000002bfd0000 (usable)
    [    0.000000]  BIOS-e820: 000000002bfd0000 - 000000002bfdf000 (ACPI data)
    [    0.000000]  BIOS-e820: 000000002bfdf000 - 000000002c000000 (ACPI NVS)
    [    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
    [    0.000000] DMI 2.3 present.
    [    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [    0.000000] last_pfn = 0x2bfd0 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-EFFFF uncachable
    [    0.000000]   F0000-FFFFF write-protect
    [    0.000000] MTRR variable ranges enabled:
    [    0.000000]   0 base 000000000 mask FE0000000 write-back
    [    0.000000]   1 base 020000000 mask FF8000000 write-back
    [    0.000000]   2 base 028000000 mask FFC000000 write-back
    [    0.000000]   3 disabled
    [    0.000000]   4 disabled
    [    0.000000]   5 disabled
    [    0.000000]   6 disabled
    [    0.000000]   7 disabled
    [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [    0.000000] Scanning 0 areas for low memory corruption
    [    0.000000] modified physical RAM map:
    [    0.000000]  modified: 0000000000000000 - 0000000000010000 (reserved)
    [    0.000000]  modified: 0000000000010000 - 000000000009fc00 (usable)
    [    0.000000]  modified: 000000000009fc00 - 00000000000a0000 (reserved)
    [    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
    [    0.000000]  modified: 0000000000100000 - 000000002bfd0000 (usable)
    [    0.000000]  modified: 000000002bfd0000 - 000000002bfdf000 (ACPI data)
    [    0.000000]  modified: 000000002bfdf000 - 000000002c000000 (ACPI NVS)
    [    0.000000]  modified: 00000000fffc0000 - 0000000100000000 (reserved)
    [    0.000000] initial memory mapped : 0 - 00c00000
    [    0.000000] init_memory_mapping: 0000000000000000-000000002bfd0000
    [    0.000000] Using x86 segment limits to approximate NX protection
    [    0.000000]  0000000000 - 0000400000 page 4k
    [    0.000000]  0000400000 - 002bc00000 page 2M
    [    0.000000]  002bc00000 - 002bfd0000 page 4k
    [    0.000000] kernel direct mapping tables up to 2bfd0000 @ 10000-15000
    [    0.000000] RAMDISK: 2087b000 - 2101b26a
    [    0.000000] ACPI: RSDP 000f70f0 00014 (v00 ACPIAM)
    [    0.000000] ACPI: RSDT 2bfd0000 00030 (v01 A M I  OEMRSDT  02000404 MSFT 00000097)
    [    0.000000] ACPI: FACP 2bfd0200 00081 (v02 A M I  OEMFACP  02000404 MSFT 00000097)
    [    0.000000] ACPI: DSDT 2bfd03f0 0344B (v01   M963    M963G 00000000 INTL 02002026)
    [    0.000000] ACPI: FACS 2bfdf000 00040
    [    0.000000] ACPI: APIC 2bfd0390 0005C (v01 A M I  OEMAPIC  02000404 MSFT 00000097)
    [    0.000000] ACPI: OEMB 2bfdf040 00040 (v01 A M I  AMI_OEM  02000404 MSFT 00000097)
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] 0MB HIGHMEM available.
    [    0.000000] 703MB LOWMEM available.
    [    0.000000]   mapped low ram: 0 - 2bfd0000
    [    0.000000]   low ram: 0 - 2bfd0000
    [    0.000000]   node 0 low ram: 00000000 - 2bfd0000
    [    0.000000]   node 0 bootmap 00011000 - 000167fc
    [    0.000000] (9 early reservations) ==> bootmem [0000000000 - 002bfd0000]
    [    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 [0000100000 - 00008e0ef8]    TEXT DATA BSS ==> [0000100000 - 00008e0ef8]
    [    0.000000]   #4 [002087b000 - 002101b26a]          RAMDISK ==> [002087b000 - 002101b26a]
    [    0.000000]   #5 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
    [    0.000000]   #6 [00008e1000 - 00008e40e1]              BRK ==> [00008e1000 - 00008e40e1]
    [    0.000000]   #7 [0000010000 - 0000011000]          PGTABLE ==> [0000010000 - 0000011000]
    [    0.000000]   #8 [0000011000 - 0000017000]          BOOTMAP ==> [0000011000 - 0000017000]
    [    0.000000] found SMP MP-table at [c00ff780] ff780
    [    0.000000] Zone PFN ranges:
    [    0.000000]   DMA      0x00000010 -> 0x00001000
    [    0.000000]   Normal   0x00001000 -> 0x0002bfd0
    [    0.000000]   HighMem  0x0002bfd0 -> 0x0002bfd0
    [    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 -> 0x0002bfd0
    [    0.000000] On node 0 totalpages: 180063
    [    0.000000] free_area_init_node: node 0, pgdat c079a7c0, node_mem_map c1001200
    [    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: 1376 pages used for memmap
    [    0.000000]   Normal zone: 174704 pages, LIFO batch:31
    [    0.000000] Using APIC driver default
    [    0.000000] ACPI: PM-Timer IO Port: 0x808
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
    [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [    0.000000] IOAPIC[0]: apic_id 1, version 17, 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 - 00000000000e0000
    [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [    0.000000] Allocating PCI resources starting at 2c000000 (gap: 2c000000:d3fc0000)
    [    0.000000] Booting paravirtualized kernel on bare hardware
    [    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [    0.000000] PERCPU: Embedded 14 pages/cpu @c1800000 s36312 r0 d21032 u2097152
    [    0.000000] pcpu-alloc: s36312 r0 d21032 u2097152 alloc=1*4194304
    [    0.000000] pcpu-alloc: [0] 0 1 
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 178655
    [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-33-generic root=UUID=bf2e253f-1dc2-4187-aba1-32ef8c0a29bb ro quiet splash
    [    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] allocated 3603200 bytes of page_cgroup
    [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [    0.000000] Initializing HighMem for node 0 (00000000:00000000)
    [    0.000000] Memory: 693908k/720704k available (4675k kernel code, 25996k reserved, 2127k data, 668k init, 0k highmem)
    [    0.000000] virtual kernel memory layout:
    [    0.000000]     fixmap  : 0xfff1d000 - 0xfffff000   ( 904 kB)
    [    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    [    0.000000]     vmalloc : 0xec7d0000 - 0xff7fe000   ( 304 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xebfd0000   ( 703 MB)
    [    0.000000]       .init : 0xc07a5000 - 0xc084c000   ( 668 kB)
    [    0.000000]       .data : 0xc0590de7 - 0xc07a4d88   (2127 kB)
    [    0.000000]       .text : 0xc0100000 - 0xc0590de7   (4675 kB)
    [    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [    0.000000] SLUB: Genslabs=13, HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000] NR_IRQS:2304 nr_irqs:424
    [    0.000000] Console: colour VGA+ 80x25
    [    0.000000] console [tty0] enabled
    [    0.000000] Fast TSC calibration using PIT
    [    0.000000] Detected 1699.950 MHz processor.
    [    0.004009] Calibrating delay loop (skipped), value calculated using timer frequency.. 3399.90 BogoMIPS (lpj=6799800)
    [    0.004051] Security Framework initialized
    [    0.004093] AppArmor: AppArmor initialized
    [    0.004112] Mount-cache hash table entries: 512
    [    0.004414] Initializing cgroup subsys ns
    [    0.004428] Initializing cgroup subsys cpuacct
    [    0.004437] Initializing cgroup subsys memory
    [    0.004453] Initializing cgroup subsys devices
    [    0.004459] Initializing cgroup subsys freezer
    [    0.004465] Initializing cgroup subsys net_cls
    [    0.004520] CPU: Trace cache: 12K uops, L1 D cache: 8K
    [    0.004528] CPU: L2 cache: 128K
    [    0.004533] CPU: Hyper-Threading is disabled
    [    0.004542] mce: CPU supports 4 MCE banks
    [    0.004562] CPU0: Thermal monitoring enabled (TM1)
    [    0.004584] Performance Events: no PMU driver, software events only.
    [    0.004600] Checking 'hlt' instruction... OK.
    [    0.021593] SMP alternatives: switching to UP code
    [    0.039792] ACPI: Core revision 20090903
    [    0.050781] ftrace: converting mcount calls to 0f 1f 44 00 00
    [    0.050797] ftrace: allocating 21725 entries in 43 pages
    [    0.052191] Enabling APIC mode:  Flat.  Using 1 I/O APICs
    [    0.056158] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.095858] CPU0: Intel(R) Celeron(R) CPU 1.70GHz stepping 03
    [    0.096001] Brought up 1 CPUs
    [    0.096001] Total of 1 processors activated (3399.90 BogoMIPS).
    [    0.096001] CPU0 attaching NULL sched-domain.
    [    0.096001] devtmpfs: initialized
    [    0.096001] regulator: core version 0.5
    [    0.096001] Time: 10:02:10  Date: 08/31/11
    [    0.096001] NET: Registered protocol family 16
    [    0.096001] EISA bus registered
    [    0.096001] ACPI: bus type pci registered
    [    0.096630] PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
    [    0.096636] PCI: Using configuration type 1 for base access
    [    0.099143] bio: create slab <bio-0> at 0
    [    0.100325] ACPI: EC: Look up EC in DSDT
    [    0.108372] ACPI: Executed 1 blocks of module-level executable AML code
    [    0.119535] ACPI: Interpreter enabled
    [    0.119546] ACPI: (supports S0 S1 S4 S5)
    [    0.119592] ACPI: Using IOAPIC for interrupt routing
    [    0.137697] ACPI Warning: Incorrect checksum in table [OEMB] - 0F, should be 0C (20090903/tbutils-314)
    [    0.137877] ACPI: No dock devices found.
    [    0.138142] ACPI: PCI Root Bridge [PCI0] (0000:00)
    [    0.138258] pci 0000:00:00.0: reg 10 32bit mmio: [0xe0000000-0xe3ffffff]
    [    0.138525] pci 0000:00:02.5: reg 20 io port: [0xffa0-0xffaf]
    [    0.138568] pci 0000:00:02.5: PME# supported from D3cold
    [    0.138575] pci 0000:00:02.5: PME# disabled
    [    0.138627] pci 0000:00:02.7: reg 10 io port: [0xe800-0xe8ff]
    [    0.138638] pci 0000:00:02.7: reg 14 io port: [0xec00-0xec7f]
    [    0.138698] pci 0000:00:02.7: supports D1 D2
    [    0.138702] pci 0000:00:02.7: PME# supported from D3hot D3cold
    [    0.138709] pci 0000:00:02.7: PME# disabled
    [    0.138745] pci 0000:00:03.0: reg 10 32bit mmio: [0xdfffc000-0xdfffcfff]
    [    0.138824] pci 0000:00:03.1: reg 10 32bit mmio: [0xdfffd000-0xdfffdfff]
    [    0.138900] pci 0000:00:03.2: reg 10 32bit mmio: [0xdfffe000-0xdfffefff]
    [    0.138988] pci 0000:00:03.3: reg 10 32bit mmio: [0xdffff000-0xdfffffff]
    [    0.139053] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
    [    0.139060] pci 0000:00:03.3: PME# disabled
    [    0.139117] pci 0000:00:04.0: reg 10 io port: [0xe400-0xe4ff]
    [    0.139129] pci 0000:00:04.0: reg 14 32bit mmio: [0xdfffb000-0xdfffbfff]
    [    0.139166] pci 0000:00:04.0: reg 30 32bit mmio pref: [0xdffc0000-0xdffdffff]
    [    0.139193] pci 0000:00:04.0: supports D1 D2
    [    0.139198] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    0.139205] pci 0000:00:04.0: PME# disabled
    [    0.139319] pci 0000:01:00.0: reg 10 32bit mmio pref: [0xd0000000-0xd7ffffff]
    [    0.139330] pci 0000:01:00.0: reg 14 32bit mmio: [0xdfee0000-0xdfefffff]
    [    0.139340] pci 0000:01:00.0: reg 18 io port: [0xdc00-0xdc7f]
    [    0.139387] pci 0000:01:00.0: supports D1 D2
    [    0.139445] pci 0000:00:01.0: bridge io port: [0xd000-0xdfff]
    [    0.139453] pci 0000:00:01.0: bridge 32bit mmio: [0xdfe00000-0xdfefffff]
    [    0.139461] pci 0000:00:01.0: bridge 32bit mmio pref: [0xcfd00000-0xdfcfffff]
    [    0.139476] pci_bus 0000:00: on NUMA node 0
    [    0.139492] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [    0.143327] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 *11 12 14 15)
    [    0.143590] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
    [    0.143834] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *10 11 12 14 15)
    [    0.144126] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 11 12 14 15)
    [    0.144369] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 7 10 11 12 14 15)
    [    0.144612] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 7 10 11 12 14 15)
    [    0.144852] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 *7 10 11 12 14 15)
    [    0.145105] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 7 10 11 12 14 15)
    [    0.145399] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [    0.145407] vgaarb: loaded
    [    0.145729] SCSI subsystem initialized
    [    0.145923] libata version 3.00 loaded.
    [    0.146194] usbcore: registered new interface driver usbfs
    [    0.146226] usbcore: registered new interface driver hub
    [    0.146355] usbcore: registered new device driver usb
    [    0.146824] ACPI: WMI: Mapper loaded
    [    0.146831] PCI: Using ACPI for IRQ routing
    [    0.147136] NetLabel: Initializing
    [    0.147143] NetLabel:  domain hash size = 128
    [    0.147146] NetLabel:  protocols = UNLABELED CIPSOv4
    [    0.147182] NetLabel:  unlabeled traffic allowed by default
    [    0.147314] Switching to clocksource tsc
    [    0.148001] AppArmor: AppArmor Filesystem Enabled
    [    0.148001] pnp: PnP ACPI init
    [    0.148001] ACPI: bus type pnp registered
    [    0.158993] pnp: PnP ACPI: found 12 devices
    [    0.159001] ACPI: ACPI bus type pnp unregistered
    [    0.159008] PnPBIOS: Disabled by ACPI PNP
    [    0.159051] system 00:09: ioport range 0x290-0x297 has been reserved
    [    0.159058] system 00:09: ioport range 0x480-0x48f has been reserved
    [    0.159066] system 00:09: ioport range 0x4d0-0x4d1 has been reserved
    [    0.159072] system 00:09: ioport range 0x800-0x87f has been reserved
    [    0.159078] system 00:09: ioport range 0x8e0-0x8ff has been reserved
    [    0.159088] system 00:09: iomem range 0xfff80000-0xffffffff could not be reserved
    [    0.159095] system 00:09: iomem range 0xffe80000-0xffefffff has been reserved
    [    0.159101] system 00:09: iomem range 0xfed00000-0xfed003ff has been reserved
    [    0.159117] system 00:0a: iomem range 0xfec00000-0xfec00fff could not be reserved
    [    0.159124] system 00:0a: iomem range 0xfee00000-0xfee00fff has been reserved
    [    0.159151] system 00:0b: iomem range 0x0-0x9ffff could not be reserved
    [    0.159157] system 00:0b: iomem range 0xc0000-0xdffff could not be reserved
    [    0.159164] system 00:0b: iomem range 0xe0000-0xfffff could not be reserved
    [    0.159170] system 00:0b: iomem range 0x100000-0x2bffffff could not be reserved
    [    0.194201] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    [    0.194210] pci 0000:00:01.0:   IO window: 0xd000-0xdfff
    [    0.194220] pci 0000:00:01.0:   MEM window: 0xdfe00000-0xdfefffff
    [    0.194228] pci 0000:00:01.0:   PREFETCH window: 0xcfd00000-0xdfcfffff
    [    0.194257] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
    [    0.194263] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
    [    0.194269] pci_bus 0000:01: resource 0 io:  [0xd000-0xdfff]
    [    0.194274] pci_bus 0000:01: resource 1 mem: [0xdfe00000-0xdfefffff]
    [    0.194279] pci_bus 0000:01: resource 2 pref mem [0xcfd00000-0xdfcfffff]
    [    0.194356] NET: Registered protocol family 2
    [    0.194564] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.195334] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [    0.196755] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [    0.197480] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.197486] TCP reno registered
    [    0.197726] NET: Registered protocol family 1
    [    0.197840] pci 0000:01:00.0: Boot video device
    [    0.198167] cpufreq-nforce2: No nForce2 chipset.
    [    0.198233] Scanning for low memory corruption every 60 seconds
    [    0.198525] audit: initializing netlink socket (disabled)
    [    0.198554] type=2000 audit(1314784930.196:1): initialized
    [    0.213203] Trying to unpack rootfs image as initramfs...
    [    0.229160] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [    0.236318] VFS: Disk quotas dquot_6.5.2
    [    0.236482] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.238156] fuse init (API version 7.13)
    [    0.238465] msgmni has been set to 1355
    [    0.245255] alg: No test for stdrng (krng)
    [    0.245472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [    0.245481] io scheduler noop registered
    [    0.245487] io scheduler anticipatory registered
    [    0.245492] io scheduler deadline registered
    [    0.245615] io scheduler cfq registered (default)
    [    0.245847] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [    0.245904] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [    0.246126] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    [    0.246142] ACPI: Power Button [PWRB]
    [    0.246269] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
    [    0.246280] ACPI: Sleep Button [SLPB]
    [    0.246385] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [    0.246392] ACPI: Power Button [PWRF]
    [    0.246850] processor LNXCPU:00: registered as cooling_device0
    [    0.268922] isapnp: Scanning for PnP cards...
    [    0.275189] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.275368] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [    0.275585] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    [    0.276340] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [    0.283530] brd: module loaded
    [    0.333546] loop: module loaded
    [    0.333824] input: Macintosh mouse button emulation as /devices/virtual/input/input3
    [    0.334113] pata_sis 0000:00:02.5: version 0.5.2
    [    0.334439] scsi0 : pata_sis
    [    0.334729] scsi1 : pata_sis
    [    0.336252] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
    [    0.336260] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    [    0.337178] Fixed MDIO Bus: probed
    [    0.337273] PPP generic driver version 2.4.2
    [    0.337432] tun: Universal TUN/TAP device driver, 1.6
    [    0.337438] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
    [    0.337734] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    0.337794]   alloc irq_desc for 23 on node -1
    [    0.337801]   alloc kstat_irqs on node -1
    [    0.337815] ehci_hcd 0000:00:03.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
    [    0.337847] ehci_hcd 0000:00:03.3: EHCI Host Controller
    [    0.337977] ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 1
    [    0.338049] ehci_hcd 0000:00:03.3: cache line size of 128 is not supported
    [    0.338090] ehci_hcd 0000:00:03.3: irq 23, io mem 0xdffff000
    [    0.349117] ehci_hcd 0000:00:03.3: USB 2.0 started, EHCI 1.00
    [    0.349410] usb usb1: configuration #1 chosen from 1 choice
    [    0.349486] hub 1-0:1.0: USB hub found
    [    0.349512] hub 1-0:1.0: 8 ports detected
    [    0.349660] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    0.349709]   alloc irq_desc for 20 on node -1
    [    0.349715]   alloc kstat_irqs on node -1
    [    0.349730] ohci_hcd 0000:00:03.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [    0.349771] ohci_hcd 0000:00:03.0: OHCI Host Controller
    [    0.349929] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
    [    0.349989] ohci_hcd 0000:00:03.0: irq 20, io mem 0xdfffc000
    [    0.422465] usb usb2: configuration #1 chosen from 1 choice
    [    0.422541] hub 2-0:1.0: USB hub found
    [    0.422575] hub 2-0:1.0: 3 ports detected
    [    0.422704]   alloc irq_desc for 21 on node -1
    [    0.422710]   alloc kstat_irqs on node -1
    [    0.422724] ohci_hcd 0000:00:03.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [    0.422759] ohci_hcd 0000:00:03.1: OHCI Host Controller
    [    0.422903] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3
    [    0.422959] ohci_hcd 0000:00:03.1: irq 21, io mem 0xdfffd000
    [    0.514927] usb usb3: configuration #1 chosen from 1 choice
    [    0.515007] hub 3-0:1.0: USB hub found
    [    0.515036] hub 3-0:1.0: 3 ports detected
    [    0.515175]   alloc irq_desc for 22 on node -1
    [    0.515182]   alloc kstat_irqs on node -1
    [    0.515197] ohci_hcd 0000:00:03.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
    [    0.515235] ohci_hcd 0000:00:03.2: OHCI Host Controller
    [    0.515385] ohci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 4
    [    0.515440] ohci_hcd 0000:00:03.2: irq 22, io mem 0xdfffe000
    [    0.602494] usb usb4: configuration #1 chosen from 1 choice
    [    0.602575] hub 4-0:1.0: USB hub found
    [    0.602601] hub 4-0:1.0: 2 ports detected
    [    0.602728] uhci_hcd: USB Universal Host Controller Interface driver
    [    0.602928] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [    0.603328] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    0.603353] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    0.605458] mice: PS/2 mouse device common for all mice
    [    0.605927] rtc_cmos 00:02: RTC can wake from S4
    [    0.606095] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [    0.606139] rtc0: alarms up to one month, 114 bytes nvram
    [    0.606440] device-mapper: uevent: version 1.0.3
    [    0.609466] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
    [    0.610482] device-mapper: multipath: version 1.1.0 loaded
    [    0.610493] device-mapper: multipath round-robin: version 1.0.0 loaded
    [    0.613706] EISA: Probing bus 0 at eisa.0
    [    0.613753] EISA: Detected 0 cards.
    [    0.616355] cpuidle: using governor ladder
    [    0.616363] cpuidle: using governor menu
    [    0.617396] TCP cubic registered
    [    0.617790] NET: Registered protocol family 10
    [    0.619551] NET: Registered protocol family 17
    [    0.619685] Using IPI No-Shortcut mode
    [    0.619997] PM: Resume from disk failed.
    [    0.620029] registered taskstats version 1
    [    0.620357]   Magic number: 7:363:23
    [    0.620494] rtc_cmos 00:02: setting system clock to 2011-08-31 10:02:10 UTC (1314784930)
    [    0.620502] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    [    0.620506] EDD information not available.
    [    0.624460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
    [    0.709300] ata1.00: ATA-6: ST340014A, 8.54, max UDMA/100
    [    0.709308] ata1.00: 78165360 sectors, multi 16: LBA48 
    [    0.709514] ata1.01: ATA-7: SAMSUNG SP0411N, TW100-13, max UDMA/100
    [    0.709521] ata1.01: 78242976 sectors, multi 16: LBA48 
    [    0.725344] ata1.00: configured for UDMA/100
    [    0.733667] ata1.01: configured for UDMA/100
    [    0.964464] isapnp: No Plug & Play device found
    [    0.964841] scsi 0:0:0:0: Direct-Access     ATA      ST340014A        8.54 PQ: 0 ANSI: 5
    [    0.965227] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [    0.965638] scsi 0:0:1:0: Direct-Access     ATA      SAMSUNG SP0411N  TW10 PQ: 0 ANSI: 5
    [    0.966125] sd 0:0:1:0: Attached scsi generic sg1 type 0
    [    0.966561] sd 0:0:0:0: [sda] 78165360 512-byte logical blocks: (40.0 GB/37.2 GiB)
    [    0.966798] sd 0:0:0:0: [sda] Write Protect is off
    [    0.966806] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    0.966927] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    0.967550]  sda: sda1 sda2 sda3 < sda5
    [    1.008765] sd 0:0:1:0: [sdb] 78242976 512-byte logical blocks: (40.0 GB/37.3 GiB)
    [    1.016895] usb 4-2: new full speed USB device using ohci_hcd and address 2
    [    1.026287]  sda6 sda7 sda8 sda9 >
    [    1.070658] sd 0:0:1:0: [sdb] Write Protect is off
    [    1.070668] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    [    1.070832] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    1.071486]  sdb: sdb1 sdb2 sdb3 <
    [    1.087491] Freeing initrd memory: 7808k freed
    [    1.103011]  sdb5 sdb6
    [    1.126961] sd 0:0:0:0: [sda] Attached SCSI disk
    [    1.126993]  sdb7
    [    1.132517] ata2.00: ATAPI: HL-DT-STDVD-RAM GH22NP20, 1.00, max UDMA/66
    [    1.132577] ata2.00: limited to UDMA/33 due to 40-wire cable
    [    1.139949]  sdb8 >
    [    1.141521] sd 0:0:1:0: [sdb] Attached SCSI disk
    [    1.148544] ata2.00: configured for UDMA/33
    [    1.150933] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GH22NP20 1.00 PQ: 0 ANSI: 5
    [    1.155064] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [    1.155076] Uniform CD-ROM driver Revision: 3.20
    [    1.155356] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [    1.155538] sr 1:0:0:0: Attached scsi generic sg2 type 5
    [    1.155706] Freeing unused kernel memory: 668k freed
    [    1.156929] Write protecting the kernel text: 4676k
    [    1.156992] Write protecting the kernel read-only data: 1848k
    [    1.213956] udev: starting version 151
    [    1.244449] usb 4-2: not running at top speed; connect to a high speed hub
    [    1.262428] usb 4-2: configuration #1 chosen from 1 choice
    [    1.868635] sis900.c: v1.08.10 Apr. 2 2006
    [    1.868708]   alloc irq_desc for 19 on node -1
    [    1.868715]   alloc kstat_irqs on node -1
    [    1.868730] sis900 0000:00:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [    1.869973] 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1.
    [    1.882892] 0000:00:04.0: Using transceiver found at address 1 as default
    [    1.941630] eth0: SiS 900 PCI Fast Ethernet at 0xe400, IRQ 19, 00:0d:87:c7:52:00
    [    3.499175] EXT4-fs (sda6): mounted filesystem with ordered data mode
    [   15.129081] Adding 610428k swap on /dev/sda7.  Priority:-1 extents:1 across:610428k 
    [   15.214641] udev: starting version 151
    [   15.420728] lp: driver loaded but no devices found
    [   15.707581] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [   15.916471] Linux agpgart interface v0.103
    [   16.144108] agpgart-sis 0000:00:00.0: SiS chipset [1039/0661]
    [   16.245955] vga16fb: initializing
    [   16.245965] vga16fb: mapped to 0xc00a0000
    [   16.246126] fb0: VGA16 VGA frame buffer device
    [   16.348298] agpgart-sis 0000:00:00.0: AGP aperture is 64M @ 0xe0000000
    [   16.468924] psmouse serio1: ID: 10 00 64
    [   16.746552] Compat-wireless backport release: compat-wireless-2011-05-23
    [   16.746561] Backport based on linux-next.git next-20110527
    [   16.901165] cfg80211: Calling CRDA to update world regulatory domain
    [   16.987647] cfg80211: World regulatory domain updated:
    [   16.987655] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [   16.987661] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   16.987667] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [   16.987672] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [   16.987677] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   16.987682] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   17.010590] type=1505 audit(1314802946.887:2):  operation="profile_load" pid=531 name="/sbin/dhclient3"
    [   17.086642] type=1505 audit(1314802946.963:3):  operation="profile_load" pid=531 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
    [   17.087186] type=1505 audit(1314802946.963:4):  operation="profile_load" pid=531 name="/usr/lib/connman/scripts/dhclient-script"
    [   17.117137] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input5
    [   17.146544] type=1505 audit(1314802947.023:5):  operation="profile_replace" pid=544 name="/sbin/dhclient3"
    [   17.147539] type=1505 audit(1314802947.023:6):  operation="profile_replace" pid=544 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
    [   17.155493] type=1505 audit(1314802947.031:7):  operation="profile_replace" pid=544 name="/usr/lib/connman/scripts/dhclient-script"
    [   17.601276] Console: switching to colour frame buffer device 80x30
    [   17.940055]   alloc irq_desc for 18 on node -1
    [   17.940062]   alloc kstat_irqs on node -1
    [   17.940077] Intel ICH 0000:00:02.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [   18.136474] usb 4-2: ath9k_htc: Transferred FW: htc_9271.fw, size: 51272
    [   18.272065] intel8x0_measure_ac97_clock: measured 55579 usecs (2673 samples)
    [   18.272074] intel8x0: clocking to 48000
    [   19.136054] ath9k_htc 4-2:1.0: ath9k_htc: Target is unresponsive
    [   19.136071] Failed to initialize the device
    [   19.207387] ath9k_htc: probe of 4-2:1.0 failed with error -22
    [   19.207462] usbcore: registered new interface driver ath9k_htc
    [   20.499069] EXT4-fs (sda6): warning: mounting fs with errors, running e2fsck is recommended
    [   20.734463] EXT4-fs (sda8): mounted filesystem with ordered data mode
    [   21.098935] type=1505 audit(1314802950.975:8):  operation="profile_load" pid=763 name="/usr/share/gdm/guest-session/Xsession"
    [   21.150653] type=1505 audit(1314802951.027:9):  operation="profile_replace" pid=769 name="/sbin/dhclient3"
    [   21.151669] type=1505 audit(1314802951.027:10):  operation="profile_replace" pid=769 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
    [   21.169526] type=1505 audit(1314802951.047:11):  operation="profile_replace" pid=769 name="/usr/lib/connman/scripts/dhclient-script"
    [   23.103670] ppdev: user-space parallel port driver
    [   23.541243] eth0: Media Link On 100mbps full-duplex 
    [   31.940043] eth0: no IPv6 routers present
    
    xxx:~$ ls -l /lib/firmware/ar*
    
    -rw-r--r-- 1 root    root    70624 2011-02-18 13:01 /lib/firmware/ar7010_1_1.fw
    -rw-r--r-- 1 root    root    83968 2010-12-14 11:25 /lib/firmware/ar9170-1.fw
    -rw-r--r-- 1 root    root     3508 2010-12-14 11:25 /lib/firmware/ar9170-2.fw
    -rw-r--r-- 1 root    root    15960 2010-12-14 11:26 /lib/firmware/ar9170.fw
    -rw-r--r-- 1 cquirog cquirog 51312 2011-08-30 18:29 /lib/firmware/ar9271.fw
    Last edited by howefield; August 31st, 2011 at 04:44 PM. Reason: added code tags.

  7. #47
    Join Date
    Nov 2009
    Location
    Greece
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    @carlomagn0
    Maybe something going wrong with the driver...
    Can you try with the last compat-wireless?

    If you don' t know how-to, open terminal and run the follwing commands (you must have internet conection)
    Code:
    wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2.6.tar.bz2 -O compat-wireless-2.6.tar.bz2
    Code:
    tar jxvf compat-wireless-2.6.tar.bz2
    Code:
    cd compat-wireless-*
    Code:
    ./scripts/driver-select ath9k_htc
    Code:
    make && sudo make install
    Then reboot and see if it works!
    Desktop : Ubuntu 10.04 LTS Lucid Lynx i386
    AMD ATHLON II X2 215 │ 3072Mb │ GeForce 210 512MB | LG W2243S : 1920 x 1080
    Laptop : Sony Vaio VGN-N11m : Ubuntu 11.10 Oneiric Ocelot i386

  8. #48
    Join Date
    Nov 2007
    Beans
    20

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    I got my Netgear WNA1100 working using the ath9k_htc_installer on the second try. On the first try I let the installer do its thing and rebooted the machine. Still no wireless. Removed the ath9k_htc_installer through Synaptic. I then went to this website:
    http://linuxwireless.org/en/users/Dr...ng_your_kernel

    downloaded the two htc drivers (AR9271 - htc_9271.fw and AR7010 - htc_7010.fw) and dumped them in the /lib/firmware directory.

    Ran the ath9k_htc_installer again, machine rebooted. Wireless connection established. I imagine that the ath9k installer is loading these same drivers but the first go around didn't work for me.

  9. #49
    Join Date
    Nov 2011
    Beans
    1

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    Snoopy-2009 said the WNA1100 has out-of-the-box support for 11.04. Does anyone know if this is the case for 11.10??

  10. #50
    Join Date
    Nov 2011
    Beans
    12

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    installation worked with Netgear WNA1100
    after doing a clean install of Ubuntu 10.10
    i copied the ath9k_htc-installer.1.0.1-maverick-fixed.deb from my sd card to my Downloads folder.
    opened the installer and software center opens up and installs the program
    when done it will show a reinstall button in the software center
    go to applications menu sytem tools and click on ath9k_htc-installer
    it does take a few minutes to install just be patiient.
    when it is done click on restart.
    when the desktop is back up plug in your usb card the system should recognize your card and say wireless networks available.

    have not read this entire thread so this may already be posted.
    just happy i am able to use Ubuntu 10.10 again.
    now for some them customizing and compiz fun

Page 5 of 6 FirstFirst ... 3456 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •