Comment 6 for bug 36353

Revision history for this message
Paul Sladen (sladen) wrote : Re: accessrunner 'cxacru' USB ADSL module not unloaded on swusp

Okay, lets try and track that back and see where it pops up, can you try the following monstor:

  $ find -H /sys/ -lname '*cxacru' | tee /dev/fd/2 | grep 'driver$' | sed -e 'sx.*/\([^/][^/]*\)/[^/]*$x*\1*x' | xargs find -H /sys/ -lname | xargs ls -l | cut -d' ' -f8-10

A network device would be anything in:

  /sys/class/net/*

which it isn't showing up under... (which is the reason that it's not automatically being uploaded).