Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-04-2014, 11:39 AM
|
#1
|
Senior Member
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982
|
eth0 doesn't show traffic, but Atheros ethernet card works
This is a strange issue that I can't understand. I can use the internet, upload and download just fine, but nothing shows up on any ethernet monitor.
Code:
bash-4.2$ /sbin/lspci -v
04:00.0 Ethernet controller: Qualcomm Atheros QCA8171 Gigabit Ethernet (rev 10)
Subsystem: ASRock Incorporation Device 10a1
Flags: bus master, fast devsel, latency 0, IRQ 45
Memory at f0400000 (64-bit, non-prefetchable) [size=256K]
I/O ports at e000 [size=128]
Capabilities: <access denied>
Kernel driver in use: alx
Kernel modules: alx
bash-4.2$ /sbin/ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.73 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::be5f:f4ff:fed2:f958 prefixlen 64 scopeid 0x20<link>
ether bc:5f:f4:d2:f9:58 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 19
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 202 bytes 18100 (17.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 202 bytes 18100 (17.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
bash-4.2$ cat /proc/interrupts
45: 8451 0 0 0 PCI-MSI-edge eth0
the RX and TX for eth0 are always 0.
I suspect a driver issue. I am using kernel 3.10.25. I don't remember if it worked with earlier kernels.
Any ideas ?
|
|
|
01-04-2014, 03:09 PM
|
#2
|
LQ Guru
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,564
|
What networking management tool are you using? Wicd, dhcpcd, or networkmanager?
|
|
|
01-04-2014, 03:47 PM
|
#3
|
Senior Member
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982
Original Poster
|
I'm using network manager ATM. If you think it makes a difference I can turn it off and connect manually using dhcpcd. I'll try it a bit later.
|
|
|
01-04-2014, 03:53 PM
|
#4
|
Member
Registered: Aug 2012
Posts: 484
Rep:
|
Quote:
Originally Posted by metaschima
I suspect a driver issue. I am using kernel 3.10.25. I don't remember if it worked with earlier kernels.
|
You're right. The alx driver was very recently mainlined (6/2013) by J. Berg based on a very basic driver proposed by Qualcomm/Atheros. Traffic counters have not been added yet.
--mancha
Last edited by mancha; 01-04-2014 at 04:03 PM.
|
|
1 members found this post helpful.
|
01-04-2014, 04:36 PM
|
#5
|
Senior Member
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982
Original Poster
|
Quote:
Originally Posted by mancha
You're right. The alx driver was very recently mainlined (6/2013) by J. Berg based on a very basic driver proposed by Qualcomm/Atheros. Traffic counters have not been added yet.
--mancha
|
That might be it. I just built this desktop a few months ago, and it is new, so I guess the driver just isn't complete. I might try a newer kernel, but I would like a long-term kernel, so I'll wait a bit.
|
|
|
01-04-2014, 05:16 PM
|
#6
|
LQ Guru
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,564
|
If you are running NetworkManager check the NM-Applet utility's built-in logs to see what usage has happened.
|
|
|
01-04-2014, 05:23 PM
|
#7
|
Senior Member
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982
Original Poster
|
Quote:
Originally Posted by ReaperX7
If you are running NetworkManager check the NM-Applet utility's built-in logs to see what usage has happened.
|
I've checked the menus but I don't see any logs.
I will e-mail the developers of the driver to see if this is a bug or not.
|
|
|
01-04-2014, 05:31 PM
|
#8
|
Member
Registered: Aug 2012
Posts: 484
Rep:
|
Quote:
Originally Posted by metaschima
I will e-mail the developers of the driver to see if this is a bug or not.
|
Not a bug. As that fellow mancha mentioned in post #4, traffic counters are not yet in the driver which is still very basic.
--mancha
|
|
|
01-04-2014, 05:50 PM
|
#9
|
Senior Member
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982
Original Poster
|
Quote:
Originally Posted by mancha
Not a bug. As that fellow mancha mentioned in post #4, traffic counters are not yet in the driver which is still very basic.
--mancha
|
Yes, I saw that, but maybe e-mailing them will get them to look into it. Their git repo hasn't been updated since April 2013, so I don't see why I shouldn't send them an e-mail and see if they respond.
|
|
|
06-21-2014, 10:14 PM
|
#10
|
LQ Newbie
Registered: Jun 2014
Location: Lima - Peru
Distribution: Ubuntu
Posts: 2
Rep:
|
Hi, did you optain any response for this bug? I have the same for a Qualcomm Atheros QCA8172 Fast Ethernet
|
|
|
06-22-2014, 10:59 AM
|
#11
|
Senior Member
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982
Original Poster
|
Nope, so I guess the monitor won't be working for a while. I could try to fix it myself, but I've never worked on drivers.
|
|
|
06-22-2014, 12:20 PM
|
#12
|
LQ Newbie
Registered: Jun 2014
Location: Lima - Peru
Distribution: Ubuntu
Posts: 2
Rep:
|
I just discovered and at least in Ubuntu 14.04 64 bits is a problem with the actual kernel.
|
|
|
All times are GMT -5. The time now is 06:26 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|