Ion 330 on wifi N access point?
#1
Hi,
Does anyone managed to get an ASrock Ion330HT connected to an N wifi Access point?
The hardware supports the N standard, but when I connect to my AP it only connects on G when I switch my AP to N only it does not connect.

My guess is that it's the driver, but I can't get hold on which card is in this machine.
Anyone who can tell me if I need to update the Wifi driver and if so which one?
And how to force it on to the N standard

This is what my dmesg regarding to WLAN says :

Code:
[    8.138527] cfg80211: World regulatory domain updated:
[    8.138536]  (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    8.138545]  (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.138551]  (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    8.138558]  (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    8.138564]  (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.138571]  (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.691871] HDA Intel 0000:00:08.0: power state changed by ACPI to D0
[    8.692961] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 22
[    8.692977] HDA Intel 0000:00:08.0: PCI INT A -> Link[LAZA] -> GSI 22 (level, low) -> IRQ 22
[    8.693075] HDA Intel 0000:00:08.0: setting latency timer to 64
[    8.696706] ACPI: PCI Interrupt Link [LN3A] enabled at IRQ 19
[    8.696720]   alloc irq_desc for 19 on node -1
[    8.696727]   alloc kstat_irqs on node -1
[    8.696746] ath9k 0000:02:00.0: PCI INT A -> Link[LN3A] -> GSI 19 (level, low) -> IRQ 19
[    8.696764] ath9k 0000:02:00.0: setting latency timer to 64
[    8.746452] ath: EEPROM regdomain: 0x60
[    8.746459] ath: EEPROM indicates we should expect a direct regpair map
[    8.746467] ath: Country alpha2 being used: 00
[    8.746471] ath: Regpair used: 0x60
[    8.948026] phy0: Selected rate control algorithm 'ath9k_rate_control'
[    8.949861] Registered led device: ath9k-phy0::radio
[    8.949933] Registered led device: ath9k-phy0::assoc
[    8.949998] Registered led device: ath9k-phy0::tx
[    8.950065] Registered led device: ath9k-phy0::rx
[    8.950120] phy0: Atheros AR9285 MAC/BB Rev:2 AR5133 RF Rev:e0: mem=0xfa2e0000, irq=19
[    9.416537] hda_codec: Unknown model for ALC889A, trying auto-probe from BIOS...
[    9.432669] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.0/input/input5
[    9.873587] ADDRCONF(NETDEV_UP): wlan0: link is not ready

Any help or pointing me in the right direction would be great !
Reply
#2
I have my Zotac ION 330 configured as an access point and can connect to it from my win7 laptop at N speeds I get the full 300Mbps.

I did this as a side project as I dont have a wifi access point.

if your using Ath9k as the driver i would recommend installing the backports for your kernel as their are lots of wifi fixes in their and it got me going after pulling my hear out for a couple of weeks.

Add the repo's
sudo nano /etc/apt/sources.list

deb http://us.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse

#install the backports.
sudo apt-get install linux-backports-modules-`uname -r`

Best of luck.
Reply
#3
@redstorm
Thanks for this info, will try this during comming weekend!
Reply

Logout Mark Read Team Forum Stats Members Help
Ion 330 on wifi N access point?0