Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 57

Thread: Program to install ath9k_htc (Atheros Linux Driver)

  1. #11
    Join Date
    Nov 2009
    Location
    Greece
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    Have you installed ndiswrapper before?
    If yes, i think there is the problem, because ndiswrapper driver stop to work more other drivers! If you want to try ath9k_htc driver, you must remove ndiswrapper first, and then try to install it!
    But must know that many times is not enough simply to remove it,
    but reinstall distro, because ndiswrapper is changing many system files,
    but many times works after just remove ndiswrapper!
    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

  2. #12
    Join Date
    Jun 2006
    Location
    USA
    Beans
    112
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    do you know the command to remove ndiswrapper? I installed it from a .deb and I never updated it or tried using it with any driver files yet. So I am assuming It probably has not got integrated into my system much.

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

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    Quote Originally Posted by Corey4666 View Post
    do you know the command to remove ndiswrapper? I installed it from a .deb and I never updated it or tried using it with any driver files yet. So I am assuming It probably has not got integrated into my system much.
    Try to remove from synaptic the packages
    Code:
    ndisgtk
    ndiswrapper-utils
    ndiswrapper-common
    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. #14
    Join Date
    Jun 2006
    Location
    USA
    Beans
    112
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    Hey, I have a clean install of ubuntu 8.10 64bit. I tried installing ath9k_htc_installer_1.0_all.deb again, Then ran it from the application menu and restarted the PC. I still don't see nothing changed! I look in network connections, seems like nothing is happening.

    To remind you, I am using NETGEAR WNA1100 USB adapter.

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

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    Quote Originally Posted by Corey4666 View Post
    Hey, I have a clean install of ubuntu 8.10 64bit. I tried installing ath9k_htc_installer_1.0_all.deb again, Then ran it from the application menu and restarted the PC. I still don't see nothing changed! I look in network connections, seems like nothing is happening.

    To remind you, I am using NETGEAR WNA1100 USB adapter.
    Why you install 8.10 and not 10.04 LTS or 10.10 ?
    Post #3 say that with the same usb wireless work!
    can you post again the output of commands
    Code:
    uname -r
    lsmod | grep ath9k
    dmesg
    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

  6. #16
    Join Date
    Jun 2006
    Location
    USA
    Beans
    112
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    There.. Reason I use a older version is because I have a FAP limit on my internet. I can download the new version over night but my internet is so slow it wouldn't be possible. Also i usually get corrupted downloads over a few hundred mb's. This copy of ubuntu I have was mailed to me.

    Code:
    eviscerate@evi-main:~$ uname -r
    2.6.27-7-generic
    
    
    
    eviscerate@evi-main:~$ lsmod | grep ath9k
    ath9k_htc              61188  0 
    mac80211              285840  1 ath9k_htc
    ath9k_common           15232  1 ath9k_htc
    ath9k_hw              317744  2 ath9k_htc,ath9k_common
    led_class              13192  1 ath9k_htc
    ath                    19712  2 ath9k_htc,ath9k_hw
    cfg80211              178248  3 ath9k_htc,mac80211,ath
    compat_firmware_class    18048  1 ath9k_htc
    usbcore               175376  12 ath9k_htc,compat,snd_usb_audio,snd_usb_lib,ftdi_sio,usbserial,usb_storage,usbhid,libusual,ehci_hcd,ohci_hcd
    
    
    
    [    0.720105] system 00:0e: ioport range 0xcd8-0xcdf has been reserved
    [    0.720107] system 00:0e: ioport range 0x800-0x89f has been reserved
    [    0.720109] system 00:0e: ioport range 0xb00-0xb0f has been reserved
    [    0.720111] system 00:0e: ioport range 0xb20-0xb3f has been reserved
    [    0.720112] system 00:0e: ioport range 0x900-0x90f has been reserved
    [    0.720114] system 00:0e: ioport range 0x910-0x91f has been reserved
    [    0.720117] system 00:0e: ioport range 0xfe00-0xfefe has been reserved
    [    0.720119] system 00:0e: iomem range 0xffb80000-0xffbfffff could not be reserved
    [    0.720121] system 00:0e: iomem range 0xfec10000-0xfec1001f has been reserved
    [    0.720127] system 00:0f: iomem range 0xe0000000-0xefffffff could not be reserved
    [    0.720133] system 00:10: iomem range 0x0-0x9ffff could not be reserved
    [    0.720135] system 00:10: iomem range 0xc0000-0xcffff has been reserved
    [    0.720137] system 00:10: iomem range 0xe0000-0xfffff could not be reserved
    [    0.720139] system 00:10: iomem range 0x100000-0xcfffffff could not be reserved
    [    0.720141] system 00:10: iomem range 0xfec00000-0xffffffff could not be reserved
    [    0.725283] pci 0000:00:02.0: PCI bridge, secondary bus 0000:01
    [    0.725286] pci 0000:00:02.0:   IO window: 0xd000-0xdfff
    [    0.725289] pci 0000:00:02.0:   MEM window: 0xfc000000-0xfeafffff
    [    0.725292] pci 0000:00:02.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
    [    0.725296] pci 0000:00:07.0: PCI bridge, secondary bus 0000:02
    [    0.725298] pci 0000:00:07.0:   IO window: 0xe000-0xefff
    [    0.725301] pci 0000:00:07.0:   MEM window: 0xfeb00000-0xfebfffff
    [    0.725303] pci 0000:00:07.0:   PREFETCH window: 0x000000faf00000-0x000000faffffff
    [    0.725306] pci 0000:00:14.4: PCI bridge, secondary bus 0000:03
    [    0.725308] pci 0000:00:14.4:   IO window: disabled
    [    0.725312] pci 0000:00:14.4:   MEM window: disabled
    [    0.725316] pci 0000:00:14.4:   PREFETCH window: disabled
    [    0.725333] pci 0000:00:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [    0.725337] pci 0000:00:02.0: setting latency timer to 64
    [    0.725343] pci 0000:00:07.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [    0.725345] pci 0000:00:07.0: setting latency timer to 64
    [    0.725353] bus: 00 index 0 io port: [0, ffff]
    [    0.725354] bus: 00 index 1 mmio: [0, ffffffffffffffff]
    [    0.725356] bus: 01 index 0 io port: [d000, dfff]
    [    0.725358] bus: 01 index 1 mmio: [fc000000, feafffff]
    [    0.725359] bus: 01 index 2 mmio: [d0000000, dfffffff]
    [    0.725360] bus: 01 index 3 mmio: [0, 0]
    [    0.725362] bus: 02 index 0 io port: [e000, efff]
    [    0.725363] bus: 02 index 1 mmio: [feb00000, febfffff]
    [    0.725364] bus: 02 index 2 mmio: [faf00000, faffffff]
    [    0.725366] bus: 02 index 3 mmio: [0, 0]
    [    0.725367] bus: 03 index 0 mmio: [0, 0]
    [    0.725368] bus: 03 index 1 mmio: [0, 0]
    [    0.725369] bus: 03 index 2 mmio: [0, 0]
    [    0.725371] bus: 03 index 3 io port: [0, ffff]
    [    0.725372] bus: 03 index 4 mmio: [0, ffffffffffffffff]
    [    0.725384] NET: Registered protocol family 2
    [    0.764157] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [    0.765456] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [    0.769074] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [    0.769520] TCP: Hash tables configured (established 524288 bind 65536)
    [    0.769522] TCP reno registered
    [    0.780112] NET: Registered protocol family 1
    [    0.780223] checking if image is initramfs... it is
    [    1.357146] Freeing initrd memory: 8446k freed
    [    1.361924] audit: initializing netlink socket (disabled)
    [    1.361937] type=2000 audit(1286105599.360:1): initialized
    [    1.366688] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [    1.369110] VFS: Disk quotas dquot_6.5.1
    [    1.369186] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    1.369277] msgmni has been set to 7920
    [    1.369389] io scheduler noop registered
    [    1.369391] io scheduler anticipatory registered
    [    1.369392] io scheduler deadline registered
    [    1.369500] io scheduler cfq registered (default)
    [    1.552057] pci 0000:01:00.0: Boot video device
    [    1.552167] pcieport-driver 0000:00:02.0: setting latency timer to 64
    [    1.552187] pcieport-driver 0000:00:02.0: found MSI capability
    [    1.552210] pci_express 0000:00:02.0:pcie00: allocate port service
    [    1.552280] pcieport-driver 0000:00:07.0: setting latency timer to 64
    [    1.552298] pcieport-driver 0000:00:07.0: found MSI capability
    [    1.552318] pci_express 0000:00:07.0:pcie00: allocate port service
    [    1.586293] hpet_resources: 0xfed00000 is busy
    [    1.586385] Linux agpgart interface v0.103
    [    1.586389] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
    [    1.586536] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [    1.587243] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [    1.588982] brd: module loaded
    [    1.589053] input: Macintosh mouse button emulation as /devices/virtual/input/input0
    [    1.589163] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PSMS] at 0x60,0x64 irq 1,12
    [    1.589578] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    1.589585] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    1.617636] mice: PS/2 mouse device common for all mice
    [    1.617768] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [    1.617791] rtc0: alarms up to one month, y3k, hpet irqs
    [    1.617836] cpuidle: using governor ladder
    [    1.617837] cpuidle: using governor menu
    [    1.618183] TCP cubic registered
    [    1.618398] registered taskstats version 1
    [    1.618537]   Magic number: 14:443:579
    [    1.618617] mem kmem: hash matches
    [    1.618623] pci_bus 0000:00: hash matches
    [    1.618675] rtc_cmos 00:05: setting system clock to 2010-10-03 11:33:20 UTC (1286105600)
    [    1.618678] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    [    1.618679] EDD information not available.
    [    1.618721] Freeing unused kernel memory: 536k freed
    [    1.618919] Write protecting the kernel read-only data: 4348k
    [    1.636008] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    [    1.740256] fuse init (API version 7.9)
    [    1.764778] processor ACPI0007:00: registered as cooling_device0
    [    1.764783] ACPI: Processor [P001] (supports 8 throttling states)
    [    1.764881] processor ACPI0007:01: registered as cooling_device1
    [    1.764945] processor ACPI0007:02: registered as cooling_device2
    [    1.765012] processor ACPI0007:03: registered as cooling_device3
    [    1.767572] thermal LNXTHERM:01: registered as thermal_zone0
    [    1.767896] ACPI: Thermal Zone [THRM] (24 C)
    [    1.956937] usbcore: registered new interface driver usbfs
    [    1.956969] usbcore: registered new interface driver hub
    [    1.957182] No dock devices found.
    [    1.966815] usbcore: registered new device driver usb
    [    1.967270] SCSI subsystem initialized
    [    1.974119] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
    [    1.974186] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    1.974211] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [    1.974284] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 1
    [    1.974332] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfbffe000
    [    1.987935] libata version 3.00 loaded.
    [    2.033199] usb usb1: configuration #1 chosen from 1 choice
    [    2.033232] hub 1-0:1.0: USB hub found
    [    2.033247] hub 1-0:1.0: 3 ports detected
    [    2.241304] ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    2.241325] ohci_hcd 0000:00:12.1: OHCI Host Controller
    [    2.241350] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 2
    [    2.241370] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfbffd000
    [    2.301159] usb usb2: configuration #1 chosen from 1 choice
    [    2.301188] hub 2-0:1.0: USB hub found
    [    2.301205] hub 2-0:1.0: 3 ports detected
    [    2.412559] usb 1-2: new full speed USB device using ohci_hcd and address 2
    [    2.508282] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [    2.508299] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [    2.508330] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 3
    [    2.508380] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfbffc000
    [    2.568076] usb usb3: configuration #1 chosen from 1 choice
    [    2.568101] hub 3-0:1.0: USB hub found
    [    2.568110] hub 3-0:1.0: 3 ports detected
    [    2.579107] usb 1-2: configuration #1 chosen from 1 choice
    [    2.672165] ahci 0000:00:11.0: version 3.0
    [    2.672202] ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [    2.672314] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [    2.672317] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
    [    2.672590] scsi0 : ahci
    [    2.672703] scsi1 : ahci
    [    2.673056] scsi2 : ahci
    [    2.673119] scsi3 : ahci
    [    2.673207] ata1: SATA max UDMA/133 abar m1024@0xfbfff800 port 0xfbfff900 irq 22
    [    2.673211] ata2: SATA max UDMA/133 abar m1024@0xfbfff800 port 0xfbfff980 irq 22
    [    2.673214] ata3: SATA max UDMA/133 abar m1024@0xfbfff800 port 0xfbfffa00 irq 22
    [    2.673217] ata4: SATA max UDMA/133 abar m1024@0xfbfff800 port 0xfbfffa80 irq 22
    [    2.716014] usb 1-3: new full speed USB device using ohci_hcd and address 3
    [    2.888584] usb 1-3: configuration #1 chosen from 1 choice
    [    2.993530] ata1: SATA link down (SStatus 0 SControl 300)
    [    3.028013] usb 2-1: new low speed USB device using ohci_hcd and address 2
    [    3.197619] usb 2-1: configuration #1 chosen from 1 choice
    [    3.328042] ata2: SATA link down (SStatus 0 SControl 300)
    [    3.333516] usb 2-2: new full speed USB device using ohci_hcd and address 3
    [    3.501565] usb 2-2: configuration #1 chosen from 1 choice
    [    3.832026] ata3: softreset failed (device not ready)
    [    3.832031] ata3: failed due to HW bug, retry pmp=0
    [    3.996039] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    4.002790] ata3.00: ATA-7: HDS728080PLA380, PF2OA6EA, max UDMA/133
    [    4.002792] ata3.00: 160836480 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [    4.003580] ata3.00: configured for UDMA/133
    [    4.336040] ata4: SATA link down (SStatus 0 SControl 300)
    [    4.352125] scsi 2:0:0:0: Direct-Access     ATA      HDS728080PLA380  PF2O PQ: 0 ANSI: 5
    [    4.352236] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [    4.352252] ohci_hcd 0000:00:13.1: OHCI Host Controller
    [    4.352286] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 4
    [    4.352305] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfbffb000
    [    4.412097] usb usb4: configuration #1 chosen from 1 choice
    [    4.412121] hub 4-0:1.0: USB hub found
    [    4.412132] hub 4-0:1.0: 3 ports detected
    [    4.621204] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [    4.621221] ehci_hcd 0000:00:12.2: EHCI Host Controller
    [    4.621256] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 5
    [    4.621307] ehci_hcd 0000:00:12.2: debug port 1
    [    4.621325] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfbfff000
    [    4.756022] usb 4-1: new full speed USB device using ohci_hcd and address 2
    [    4.768021] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    [    4.768119] usb usb5: configuration #1 chosen from 1 choice
    [    4.768143] hub 5-0:1.0: USB hub found
    [    4.768150] hub 5-0:1.0: 6 ports detected
    [    4.927018] usb 4-1: not running at top speed; connect to a high speed hub
    [    4.939743] usb 4-1: configuration #1 chosen from 1 choice
    [    4.943633] usb 1-2: USB disconnect, address 2
    [    4.977425] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [    4.977436] ehci_hcd 0000:00:13.2: EHCI Host Controller
    [    4.977460] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 6
    [    4.977492] ehci_hcd 0000:00:13.2: debug port 1
    [    4.977512] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfbffa800
    [    4.989523] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    [    4.989609] usb usb6: configuration #1 chosen from 1 choice
    [    4.989631] hub 6-0:1.0: USB hub found
    [    4.989636] hub 6-0:1.0: 6 ports detected
    [    5.072025] usb 1-3: USB disconnect, address 3
    [    5.197549] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [    5.197559] ohci_hcd 0000:00:14.5: OHCI Host Controller
    [    5.197590] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
    [    5.197605] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfbff9000
    [    5.201534] usb 2-1: USB disconnect, address 2
    [    5.256093] usb usb7: configuration #1 chosen from 1 choice
    [    5.256116] hub 7-0:1.0: USB hub found
    [    5.256131] hub 7-0:1.0: 2 ports detected
    [    5.328029] usb 2-2: USB disconnect, address 3
    [    5.356196] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    5.356224] pata_atiixp 0000:00:14.1: setting latency timer to 64
    [    5.356621] scsi4 : pata_atiixp
    [    5.356693] scsi5 : pata_atiixp
    [    5.358139] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
    [    5.358142] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
    [    5.456028] usb 4-1: USB disconnect, address 2
    [    5.877650] ata6.00: ATA-6: WDC WD2500JB-00FUA0, 15.05R15, max UDMA/100
    [    5.877652] ata6.00: 488397168 sectors, multi 16: LBA48 
    [    5.877670] ata6.01: ATAPI: ATAPI   DVD A  DH20A4P, 9P59, max UDMA/66
    [    5.895117] ata6.00: configured for UDMA/100
    [    5.925913] ata6.01: configured for UDMA/66
    [    5.926001] scsi 5:0:0:0: Direct-Access     ATA      WDC WD2500JB-00F 15.0 PQ: 0 ANSI: 5
    [    5.929608] scsi 5:0:1:0: CD-ROM            ATAPI    DVD A  DH20A4P   9P59 PQ: 0 ANSI: 5
    [    5.931806] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [    5.931837] r8169 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [    5.931861] r8169 0000:02:00.0: setting latency timer to 64
    [    5.932190] eth0: RTL8168c/8111c at 0xffffc2000064a000, 00:e0:4d:98:77:cc, XID 3c4000c0 IRQ 2301
    [    5.951025] scsi 2:0:0:0: Attached scsi generic sg0 type 0
    [    5.951060] scsi 5:0:0:0: Attached scsi generic sg1 type 0
    [    5.951100] scsi 5:0:1:0: Attached scsi generic sg2 type 5
    [    5.977540] usb 5-5: new high speed USB device using ehci_hcd and address 5
    [    5.996060] Driver 'sd' needs updating - please use bus_type methods
    [    5.996217] sd 2:0:0:0: [sda] 160836480 512-byte hardware sectors (82348 MB)
    [    5.996231] sd 2:0:0:0: [sda] Write Protect is off
    [    5.996234] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    5.996252] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    5.996326] sd 2:0:0:0: [sda] 160836480 512-byte hardware sectors (82348 MB)
    [    5.996336] sd 2:0:0:0: [sda] Write Protect is off
    [    5.996338] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    5.996355] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    5.996358]  sda:<4>Driver 'sr' needs updating - please use bus_type methods
    [    6.010287]  sda1 sda2 < sda5 >
    [    6.032130] sd 2:0:0:0: [sda] Attached SCSI disk
    [    6.032219] sd 5:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB)
    [    6.032235] sd 5:0:0:0: [sdb] Write Protect is off
    [    6.032237] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [    6.032258] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    6.032317] sd 5:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB)
    [    6.032329] sd 5:0:0:0: [sdb] Write Protect is off
    [    6.032331] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [    6.032351] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    6.032354]  sdb: sdb1 sdb2 < sdb5 >
    [    6.068685] sd 5:0:0:0: [sdb] Attached SCSI disk
    [    6.074657] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [    6.074662] Uniform CD-ROM driver Revision: 3.20
    [    6.074776] sr 5:0:1:0: Attached scsi CD-ROM sr0
    [    6.113048] usb 5-5: configuration #1 chosen from 1 choice
    [    6.115945] usbcore: registered new interface driver libusual
    [    6.115967] usbcore: registered new interface driver hiddev
    [    6.124849] Initializing USB Mass Storage driver...
    [    6.376025] usb 1-2: new full speed USB device using ohci_hcd and address 4
    [    6.542789] usb 1-2: configuration #1 chosen from 1 choice
    [    6.804020] usb 1-3: new full speed USB device using ohci_hcd and address 5
    [    6.981681] usb 1-3: configuration #1 chosen from 1 choice
    [    7.096029] usb 6-4: new high speed USB device using ehci_hcd and address 2
    [    7.229742] usb 6-4: configuration #1 chosen from 1 choice
    [    7.230078] scsi6 : SCSI emulation for USB Mass Storage devices
    [    7.230174] usb-storage: device found at 5
    [    7.230176] usb-storage: waiting for device to settle before scanning
    [    7.234683] input: C-Media Electronics Inc. USB PnP Audio Device as /devices/pci0000:00/0000:00:12.0/usb1/1-2/1-2:1.2/input/input2
    [    7.256130] input,hidraw0: USB HID v1.00 Device [C-Media Electronics Inc. USB PnP Audio Device] on usb-0000:00:12.0-2
    [    7.256206] usbcore: registered new interface driver usbhid
    [    7.256210] usbhid: v2.6:USB HID core driver
    [    7.256575] scsi7 : SCSI emulation for USB Mass Storage devices
    [    7.256734] usb-storage: device found at 2
    [    7.256738] usb-storage: waiting for device to settle before scanning
    [    7.256742] usbcore: registered new interface driver usb-storage
    [    7.256746] USB Mass Storage support registered.
    [    7.313000] PM: Starting manual resume from disk
    [    7.313004] PM: Resume from partition 8:21
    [    7.313006] PM: Checking hibernation image.
    [    7.313184] PM: Resume from disk failed.
    [    7.386837] kjournald starting.  Commit interval 5 seconds
    [    7.386847] EXT3-fs: mounted filesystem with ordered data mode.
    [    7.493522] usb 2-1: new low speed USB device using ohci_hcd and address 4
    [    7.660706] usb 2-1: configuration #1 chosen from 1 choice
    [    7.668849] input: PS/2+USB Mouse as /devices/pci0000:00/0000:00:12.1/usb2/2-1/2-1:1.0/input/input3
    [    7.677586] input,hidraw1: USB HID v1.11 Mouse [PS/2+USB Mouse] on usb-0000:00:12.1-1
    [   12.228241] usb-storage: device scan complete
    [   12.228807] scsi 6:0:0:0: Direct-Access     Generic  USB SD Reader    1.00 PQ: 0 ANSI: 0
    [   12.229292] scsi 6:0:0:1: Direct-Access     Generic  USB CF Reader    1.01 PQ: 0 ANSI: 0
    [   12.229916] scsi 6:0:0:2: Direct-Access     Generic  USB SM Reader    1.02 PQ: 0 ANSI: 0
    [   12.230414] scsi 6:0:0:3: Direct-Access     Generic  USB MS Reader    1.03 PQ: 0 ANSI: 0
    [   12.231360] sd 6:0:0:0: [sdc] Attached SCSI removable disk
    [   12.231462] sd 6:0:0:0: Attached scsi generic sg3 type 0
    [   12.232205] sd 6:0:0:1: [sdd] Attached SCSI removable disk
    [   12.232248] sd 6:0:0:1: Attached scsi generic sg4 type 0
    [   12.232953] sd 6:0:0:2: [sde] Attached SCSI removable disk
    [   12.232996] sd 6:0:0:2: Attached scsi generic sg5 type 0
    [   12.233703] sd 6:0:0:3: [sdf] Attached SCSI removable disk
    [   12.233745] sd 6:0:0:3: Attached scsi generic sg6 type 0
    [   12.256714] usb-storage: device scan complete
    [   12.257052] scsi 7:0:0:0: Direct-Access     SanDisk  U3 Cruzer Micro  8.02 PQ: 0 ANSI: 0 CCS
    [   12.257795] sd 7:0:0:0: [sdg] 3907583 512-byte hardware sectors (2001 MB)
    [   12.258295] sd 7:0:0:0: [sdg] Write Protect is off
    [   12.258297] sd 7:0:0:0: [sdg] Mode Sense: 45 00 00 08
    [   12.258298] sd 7:0:0:0: [sdg] Assuming drive cache: write through
    [   12.259419] sd 7:0:0:0: [sdg] 3907583 512-byte hardware sectors (2001 MB)
    [   12.259919] sd 7:0:0:0: [sdg] Write Protect is off
    [   12.259921] sd 7:0:0:0: [sdg] Mode Sense: 45 00 00 08
    [   12.259922] sd 7:0:0:0: [sdg] Assuming drive cache: write through
    [   12.259925]  sdg: sdg1
    [   12.260832] sd 7:0:0:0: [sdg] Attached SCSI removable disk
    [   12.260882] sd 7:0:0:0: Attached scsi generic sg7 type 0
    [   12.618725] udevd version 124 started
    [   12.902743] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [   12.906080] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [   12.918072] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [   12.941070] ACPI: Power Button (FF) [PWRF]
    [   12.941480] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
    [   12.973041] ACPI: Power Button (CM) [PWRB]
    [   12.973309] ACPI: WMI: Mapper loaded
    [   13.038213] parport_pc 00:0a: reported by Plug and Play ACPI
    [   13.038275] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    [   13.146823] usbcore: registered new interface driver usbserial
    [   13.146889] usbserial: USB Serial support registered for generic
    [   13.146937] usbcore: registered new interface driver usbserial_generic
    [   13.146938] usbserial: USB Serial Driver core
    [   13.200162] usbserial: USB Serial support registered for FTDI USB Serial Device
    [   13.200258] ftdi_sio 1-3:1.0: FTDI USB Serial Device converter detected
    [   13.201447] ftdi_sio: Detected FT232RL
    [   13.201658] usb 1-3: FTDI USB Serial Device converter now attached to ttyUSB0
    [   13.201679] usbcore: registered new interface driver ftdi_sio
    [   13.201681] ftdi_sio: v1.4.3:USB FTDI Serial Converters Driver
    [   13.261764] ACPI: I/O resource piix4_smbus [0xb00-0xb07] conflicts with ACPI region SOR1 [0xb00-0xb0f]
    [   13.261768] ACPI: Device needs an ACPI driver
    [   13.261777] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [   13.548990] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [   13.811512] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [   13.835486] hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
    [   13.966505] usbcore: registered new interface driver snd-usb-audio
    [   14.605534] lp0: using parport0 (interrupt-driven).
    [   14.684532] Compat-wireless backport release: compat-wireless-2010-08-23-11-g4207d04
    [   14.684537] Backport based on linux-next.git next-20100827
    [   14.865609] cfg80211: Calling CRDA to update world regulatory domain
    [   14.953664] usbcore: registered new interface driver ath9k_hif_usb
    [   15.132441] Adding 9936160k swap on /dev/sdb5.  Priority:-1 extents:1 across:9936160k
    [   15.686315] EXT3 FS on sdb1, internal journal
    [   16.700786] type=1505 audit(1286105615.285:2): operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" name2="default" pid=5069
    [   16.843225] type=1505 audit(1286105615.425:3): operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=5074
    [   16.843508] type=1505 audit(1286105615.425:4): operation="profile_load" name="/usr/sbin/cupsd" name2="default" pid=5074
    [   16.992086] ip_tables: (C) 2000-2006 Netfilter Core Team
    [   17.831070] powernow-k8: Found 1 AMD Phenom(tm) 9600 Quad-Core Processor processors (4 cpu cores) (version 2.20.00)
    [   17.831108] powernow-k8: ACPI Processor support is required for SMP systems but is absent. Please load the ACPI Processor module before starting this driver.
    [   17.831147] powernow-k8: ACPI Processor support is required for SMP systems but is absent. Please load the ACPI Processor module before starting this driver.
    [   17.831186] powernow-k8: ACPI Processor support is required for SMP systems but is absent. Please load the ACPI Processor module before starting this driver.
    [   17.831217] powernow-k8: ACPI Processor support is required for SMP systems but is absent. Please load the ACPI Processor module before starting this driver.
    [   18.573147] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
    [   18.739462] ppdev: user-space parallel port driver
    [   20.189714] Bluetooth: Core ver 2.13
    [   20.190654] NET: Registered protocol family 31
    [   20.190657] Bluetooth: HCI device and connection manager initialized
    [   20.190662] Bluetooth: HCI socket layer initialized
    [   20.208304] Bluetooth: L2CAP ver 2.11
    [   20.208317] Bluetooth: L2CAP socket layer initialized
    [   20.223748] Bluetooth: SCO (Voice Link) ver 0.6
    [   20.223761] Bluetooth: SCO socket layer initialized
    [   20.240702] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [   20.240720] Bluetooth: BNEP filters: protocol multicast
    [   20.281138] Bridge firewalling registered
    [   20.282412] pan0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
    [   20.330291] Bluetooth: RFCOMM socket layer initialized
    [   20.331588] Bluetooth: RFCOMM TTY layer initialized
    [   20.331593] Bluetooth: RFCOMM ver 1.10
    [   24.458340] r8169: eth0: link down
    [   25.993397] hda-intel: Invalid position buffer, using LPIB read method instead.
    [  108.972483] type=1503 audit(1286105707.557:5): operation="inode_permission" requested_mask="r::" denied_mask="r::" fsuid=7 name="/proc/6626/net/" pid=6626 profile="/usr/sbin/cupsd"
    [  109.051019] NET: Registered protocol family 10
    [  109.052253] lo: Disabled Privacy Extensions
    [  109.053345] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [  109.054857] type=1503 audit(1286105707.637:6): operation="socket_create" family="ax25" sock_type="dgram" protocol=0 pid=6626 profile="/usr/sbin/cupsd"
    [  109.054868] type=1503 audit(1286105707.637:7): operation="socket_create" family="netrom" sock_type="seqpacket" protocol=0 pid=6626 profile="/usr/sbin/cupsd"
    [  109.054874] type=1503 audit(1286105707.637:8): operation="socket_create" family="rose" sock_type="dgram" protocol=0 pid=6626 profile="/usr/sbin/cupsd"
    [  109.054878] type=1503 audit(1286105707.637:9): operation="socket_create" family="ipx" sock_type="dgram" protocol=0 pid=6626 profile="/usr/sbin/cupsd"
    [  109.054882] type=1503 audit(1286105707.637:10): operation="socket_create" family="appletalk" sock_type="dgram" protocol=0 pid=6626 profile="/usr/sbin/cupsd"
    [  109.054886] type=1503 audit(1286105707.637:11): operation="socket_create" family="econet" sock_type="dgram" protocol=0 pid=6626 profile="/usr/sbin/cupsd"
    [  109.054891] type=1503 audit(1286105707.637:12): operation="socket_create" family="ash" sock_type="dgram" protocol=0 pid=6626 profile="/usr/sbin/cupsd"
    [  109.054895] type=1503 audit(1286105707.637:13): operation="socket_create" family="x25" sock_type="seqpacket" protocol=0 pid=6626 profile="/usr/sbin/cupsd"
    [  109.054978] type=1503 audit(1286105707.637:14): operation="inode_permission" requested_mask="::r" denied_mask="::r" fsuid=7 name="/proc/6626/net/dev" pid=6626 profile="/usr/sbin/cupsd"
    [  110.204250] ppdev0: registered pardevice
    [  110.252065] ppdev0: unregistered pardevice
    [  110.876380] ppdev0: registered pardevice
    [  110.924308] ppdev0: unregistered pardevice
    [  110.949933] ppdev0: registered pardevice
    [  110.996381] ppdev0: unregistered pardevice
    [ 2385.684481] usb 6-4: USB disconnect, address 2
    [ 2385.719364] scsi 7:0:0:0: rejecting I/O to dead device
    [ 7575.900059] usb 6-4: new high speed USB device using ehci_hcd and address 3
    [ 7576.033826] usb 6-4: configuration #1 chosen from 1 choice
    [ 7576.034892] scsi8 : SCSI emulation for USB Mass Storage devices
    [ 7576.035913] usb-storage: device found at 3
    [ 7576.035919] usb-storage: waiting for device to settle before scanning
    [ 7581.032264] usb-storage: device scan complete
    [ 7581.032959] scsi 8:0:0:0: Direct-Access     SanDisk  U3 Cruzer Micro  8.02 PQ: 0 ANSI: 0 CCS
    [ 7581.036084] sd 8:0:0:0: [sdg] 3907583 512-byte hardware sectors (2001 MB)
    [ 7581.036582] sd 8:0:0:0: [sdg] Write Protect is off
    [ 7581.036585] sd 8:0:0:0: [sdg] Mode Sense: 45 00 00 08
    [ 7581.036587] sd 8:0:0:0: [sdg] Assuming drive cache: write through
    [ 7581.038831] sd 8:0:0:0: [sdg] 3907583 512-byte hardware sectors (2001 MB)
    [ 7581.039329] sd 8:0:0:0: [sdg] Write Protect is off
    [ 7581.039331] sd 8:0:0:0: [sdg] Mode Sense: 45 00 00 08
    [ 7581.039333] sd 8:0:0:0: [sdg] Assuming drive cache: write through
    [ 7581.039336]  sdg: sdg1
    [ 7581.041648] sd 8:0:0:0: [sdg] Attached SCSI removable disk
    [ 7581.043645] sd 8:0:0:0: Attached scsi generic sg7 type 0
    [ 7720.502720] usb 6-4: USB disconnect, address 3
    [ 7720.506774] Buffer I/O error on device sdg1, logical block 480
    [ 7720.506784] lost page write due to I/O error on sdg1
    [ 7720.518859] scsi 8:0:0:0: rejecting I/O to dead device
    [ 7818.852060] usb 6-4: new high speed USB device using ehci_hcd and address 4
    [ 7818.985799] usb 6-4: configuration #1 chosen from 1 choice
    [ 7818.987119] scsi9 : SCSI emulation for USB Mass Storage devices
    [ 7818.989468] usb-storage: device found at 4
    [ 7818.989477] usb-storage: waiting for device to settle before scanning
    [ 7823.988225] usb-storage: device scan complete
    [ 7823.988689] scsi 9:0:0:0: Direct-Access     SanDisk  U3 Cruzer Micro  8.02 PQ: 0 ANSI: 0 CCS
    [ 7823.991934] sd 9:0:0:0: [sdg] 3907583 512-byte hardware sectors (2001 MB)
    [ 7823.992430] sd 9:0:0:0: [sdg] Write Protect is off
    [ 7823.992432] sd 9:0:0:0: [sdg] Mode Sense: 45 00 00 08
    [ 7823.992434] sd 9:0:0:0: [sdg] Assuming drive cache: write through
    [ 7823.994677] sd 9:0:0:0: [sdg] 3907583 512-byte hardware sectors (2001 MB)
    [ 7823.995176] sd 9:0:0:0: [sdg] Write Protect is off
    [ 7823.995178] sd 9:0:0:0: [sdg] Mode Sense: 45 00 00 08
    [ 7823.995180] sd 9:0:0:0: [sdg] Assuming drive cache: write through
    [ 7823.995183]  sdg: sdg1
    [ 7823.996122] sd 9:0:0:0: [sdg] Attached SCSI removable disk
    [ 7823.996250] sd 9:0:0:0: Attached scsi generic sg7 type 0
    
    
    
    
    
    
    eviscerate@evi-main:~$ 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.
    
    fuse
    lp
    rtc
    ath9k_htc
    
    
    
    
    eviscerate@evi-main:~$ ls -l /lib/firmware/ar*
    -rw-r--r-- 1 root root 70608 2010-08-29 20:12 /lib/firmware/ar7010.fw
    -rw-r--r-- 1 root root 51280 2010-07-11 10:16 /lib/firmware/ar9271.fw

  7. #17
    Join Date
    Jun 2006
    Location
    USA
    Beans
    112
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    UPDATE:

    Well, when I booted down the ubuntu system it said something about Ath9k firmware failed.

  8. #18
    Join Date
    Nov 2009
    Location
    Greece
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    With the messages shows that the driver installed fine and must be works!

    I think better solution is with some way install Lucid 10.04 LTS and try again with ath9k_htc-installer or to install Maverick 10.10 and logical will work out of the box or to install newer kernel and try again!
    Post the output of
    Code:
    iwconfig
    sudo iwlist scan
    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

  9. #19
    Join Date
    Jul 2009
    Location
    PA. u.s.a.
    Beans
    829
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    Kudos to vagrale13! His .deb package installed and the lovely blue light came on!! I've been fighting with an RT3572 based N adapter (Engenius EUB9801) off and on for months. I bought this Netgear WNA1100 an hour ago. My OS is a somewhat abused Lucid 32 bit desktop install. Well built .deb packages are truly a blessing for the less knowledgeable among us. Thank You again.

  10. #20
    Join Date
    Jun 2008
    Location
    India
    Beans
    86
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Program to install ath9k_htc (Atheros Linux Driver)

    Hey, vagrale13, when you say that ubuntu 10.10 should support this out of the box what do you mean? I am trying to get a NETGEAR N 150 USB wireless wna1100 to run on my recently installed 10.10 system (64 bit). I used the gui program to get it to run fine in 10.04 (many thanks for that). But, the same program does not run in 10.10 (it says that there is a programming error in aptdaemon) and the blue light does not turn on in my adapter. Any help?

Page 2 of 6 FirstFirst 1234 ... 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
  •