[Bug 194336] New: AR9300 pci wireless card no working
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 13 19:04:00 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194336
Bug ID: 194336
Summary: AR9300 pci wireless card no working
Product: Base System
Version: 10.1-BETA2
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: wireless
Assignee: freebsd-wireless at FreeBSD.org
Reporter: lukek at fastmail.fm
My wireless Atheros pci card is not working. It may have something to do with
the HAL_CTRY_CODE value in ah_regdomain.c:ath_hal_init_channels().
Debugging in ath_hal_init_channels() shows these values:
HAL_CTRY_CODE = 0
HAL_REG_DOMAIN = 240
return status of 12 (indicating invalid fcn parameter value?)
-----------------------------uname -a------------------------------
FreeBSD 10.1-RELEASE-p2 #12 02b9957(stable/10)
root at bellicose:/usr/obj/root/pcbsd-build-10-STABLE/git/freebsd/sys/GENERIC
amd64
-----------------------------pciconf--------------------------------
none2 at pci0:4:0:0: class=0x028000 card=0x3a7e1186 chip=0x0030168c
rev=0x01 hdr=0x00
vendor = 'Atheros Communications Inc.'
device = 'AR9300 Wireless LAN adaptor'
class = network
-----------------------------dmesg---------------------------------
hdac1: <ATI (0x9902) HDA Controller> mem 0xfeb44000-0xfeb47fff irq 18 at
device 1.1 on pci0
hdac1: hdac_get_capabilities: Invalid corb size (0)
device_attach: hdac1 attach returned 6
ath0: <Atheros AR938x> mem 0xfea00000-0xfea1ffff irq 16 at device 0.0 on
pci4
ar9300_set_stub_functions: setting stub functions
ar9300_set_stub_functions: setting stub functions
ar9300_attach: calling ar9300_hw_attach
ar9300_hw_attach: calling ar9300_eeprom_attach
ar9300_flash_map: unimplemented for now
Restoring Cal data from DRAM
Restoring Cal data from EEPROM
ar9300_hw_attach: ar9300_eeprom_attach returned 0
ath0: RX status length: 48
ath0: RX buffer size: 4096
ath0: TX descriptor length: 128
ath0: TX status length: 36
ath0: TX buffers per descriptor: 4
ar9300_freebsd_setup_x_tx_desc: called, 0x0/0, 0x0/0, 0x0/0
ath0: ath_getchannels: unable to collect channel list from hal, status
12
device_attach: ath0 attach returned 22
hdac1: <ATI (0x9902) HDA Controller> mem 0xfeb44000-0xfeb47fff irq 18 at
device 1.1 on pci0
hdac1: hdac_get_capabilities: Invalid corb size (0)
device_attach: hdac1 attach returned 6
ath0: <Atheros AR938x> mem 0xfea00000-0xfea1ffff irq 16 at device 0.0 on
pci4
ar9300_set_stub_functions: setting stub functions
ar9300_set_stub_functions: setting stub functions
ar9300_attach: calling ar9300_hw_attach
ar9300_hw_attach: calling ar9300_eeprom_attach
ar9300_flash_map: unimplemented for now
Restoring Cal data from DRAM
Restoring Cal data from EEPROM
ar9300_hw_attach: ar9300_eeprom_attach returned 0
ath0: RX status length: 48
ath0: RX buffer size: 4096
ath0: TX descriptor length: 128
ath0: TX status length: 36
ath0: TX buffers per descriptor: 4
ar9300_freebsd_setup_x_tx_desc: called, 0x0/0, 0x0/0, 0x0/0
ath0: ath_getchannels: unable to collect channel list from hal, status
12
device_attach: ath0 attach returned 22
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-wireless
mailing list