[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.1308141525110.25045@ask.diku.dk>
Date: Wed, 14 Aug 2013 15:30:35 +0200 (CEST)
From: Jesper Dangaard Brouer <hawk@...u.dk>
To: Andrew Brooks <arb@....dundee.ac.uk>
Cc: Linux Net-Dev Mailing List <netdev@...r.kernel.org>,
Jesper Brouer <brouer@...hat.com>
Subject: Re: How to debug a driver which hangs (niu)?
On Mon, 12 Aug 2013, Andrew Brooks wrote:
> I'm using a network driver (niu) which regularly locks-up after
> printing the message "transmit timed out"
> (i.e. nothing else can be sent/received over that interface after the event).
What kernel version are you using?
I seem to remember to have fixed an issue with NIU driver, long time ago.
> Does anyone have any tips for helping me to debug this?
First thing you could do is to increase the message level in the driver (I
remeber NIU uses these msglvl settings).
By command:
ethtool -s eth0 msglvl $((0x7fff))
View the message level by command:
ethtool eth0
Cheers,
Jesper Brouer
--
-------------------------------------------------------------------
MSc. Master of Computer Science
Dept. of Computer Science, University of Copenhagen
Author of http://www.adsl-optimizer.dk
-------------------------------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists