Hello, Mikhail Gusarov <[email protected]> writes:
> $ sudo tcpdump -l -n -i usb0 > tcpdump: unsupported data link type USB_LINUX Hmm, does it work if you find the interface number of this device with tcpdump -D and use that as argument to -i? tcpdump interprets interface names beginning with 'usb' as attempts to dump USB packets, which is not what you want. Alternatively you could try renaming the interface, I guess. > Similar bug in Novell bugtracker: > https://bugzilla.novell.com/show_bug.cgi?id=455774 That sounds like some other issue. -- Romain Francoise <[email protected]> http://people.debian.org/~rfrancoise/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

