SCIENTIFIC-LINUX-USERS Archives

September 2010

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Alan Bartlett <[log in to unmask]>
Reply To:
Alan Bartlett <[log in to unmask]>
Date:
Sat, 4 Sep 2010 17:31:04 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (47 lines)
On 4 September 2010 04:54, William Shu <[log in to unmask]> wrote:

> --------------- Details of network devices ---------------
> [sluser@slinux ~]$
> [sluser@slinux ~]$ for BUSID in $(/sbin/lspci | awk '{ IGNORECASE=1 } /net/ { print $1 }'); do /sbin/lspci -s $BUSID -m; /sbin/lspci -s $BUSID -n; done
> 01:00.0 "Ethernet controller" "Realtek Semiconductor Co., Ltd." "RTL8101E/RTL8102E PCI Express Fast Ethernet controller" -r02 "Hewlett-Packard Company" "Unknown device 360b"
> 01:00.0 0200: 10ec:8136 (rev 02)
> 02:00.0 "Network controller" "Atheros Communications Inc." "AR9285 Wireless Network Adapter (PCI-Express)" -r01 "Hewlett-Packard Company" "Unknown device 303f"
> 02:00.0 0280: 168c:002b (rev 01)
> [sluser@slinux ~]$ grep -i 168c /lib/modules/*/modules.alias | grep -i 002b
> alias pci:v0000168Cd0000002Bsv*sd*bc*sc*i* ath9k
> [sluser@slinux ~]$

<snip>

Thank you for posting that information, William. I've made the usual
check on my workstation with every EL5 base kernel installed --

[ajb@stxsl ~]$ rpm -q kernel | sort
kernel-2.6.18-128.el5
kernel-2.6.18-164.el5
kernel-2.6.18-194.el5
kernel-2.6.18-53.el5
kernel-2.6.18-8.el5
kernel-2.6.18-92.el5
kernel-2.6.35-4.bcat
[ajb@stxsl ~]$ grep -i 168c /lib/modules/*/modules.alias | grep -i 002b
/lib/modules/2.6.18-194.el5/modules.alias:alias
pci:v0000168Cd0000002Bsv*sd*bc*sc*i* ath9k
/lib/modules/2.6.35-4.bcat/modules.alias:alias
pci:v0000168Cd0000002Bsv*sd*bc*sc*i* ath9k
[ajb@stxsl ~]$

This confirms that the ath9k has only been recently back-ported to the
EL5 kernel by Red Hat.

For testing purposes, to see if your issue is a result of the RH
back-port of the driver or if it is a result of hardware problems, you
could install the kernel-2.6.35-4.bcat [1]. If it does turn out to be
a driver issue, it should then be reported upstream at Red Hat's
bugtracker [2].

Alan.

[1] http://www.centos.toracat.org/ajb/kernel/mainline/
[2] https://bugzilla.redhat.com/frontpage.cgi

ATOM RSS1 RSS2