On Thu, 4 Jun 2009, Sandeep Kumbhar wrote: > Hi Saifi > Since I have upgraded the operating system to Ubuntu 9.04 below > are the details: > > 1) uname -r output :- > > 2.6.28-11-generic > > 2) dmesg | grep -i "ath" > > [ 3.868400] device-mapper: multipath: version 1.0.5 loaded > [ 3.868404] device-mapper: multipath round-robin: version 1.0.0 loaded > [ 11.426033] ath5k_pci 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> > IRQ 17 > [ 11.426049] ath5k_pci 0000:0c:00.0: setting latency timer to 64 > [ 11.426122] ath5k_pci 0000:0c:00.0: registered as 'phy0' > [ 11.588466] ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70) > [ 244.246364] ath5k phy0: unsupported jumbo > > > 3) lspci -vv | grep -i "Atheros" -A 30 > > 0c:00.0 Network controller: Atheros Communications Inc. AR242x 802.11abg > Wireless PCI Express Adapter (rev 01) > Subsystem: Device 1a32:0112 > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR+ FastB2B- DisINTx- > Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- > <MAbort- >SERR- <PERR- INTx- > Latency: 0, Cache Line Size: 64 bytes > Interrupt: pin A routed to IRQ 17 > Region 0: Memory at f6cf0000 (64-bit, non-prefetchable) [size=64K] > Capabilities: <access denied> > Kernel driver in use: ath5k_pci > Kernel modules: ath_pci, ath5k > > Regards > Sandeep A. Kumbhar >
Dear Sandeep: Thanks for the information. The Atheros chip AR2425 (Rev 01) using ath_pci and ath5k drivers is working fine with Linux kernel 2.6.27. It will be a good learning experience to configure, patch the kernel on your system rather than just upgrading it. If it is possible, try reverting to the other version of kernel and then do the following: . uname -r . download diffs to 2.6.27 from kernel.org . apply . configure the kernel settings . build the kernel . power cycle the system As a system admin, we need to learn "patching" model than direct upgrade model. Good to read your mails and keep posting stuff. thanks Saifi.

