Created
September 20, 2012 06:42
Ralink RT5370 Configuration - Output of lsusb and lsmod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# lsusb | grep Ralink | |
Bus 001 Device 007: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter | |
# lsmod | grep rt2 | |
rt2800usb 12069 0 | |
rt2800lib 47242 1 rt2800usb | |
rt2x00usb 11075 1 rt2800usb | |
rt2x00lib 41057 3 rt2x00usb,rt2800lib,rt2800usb | |
mac80211 236178 3 rt2x00lib,rt2x00usb,rt2800lib | |
cfg80211 171957 2 mac80211,rt2x00lib | |
crc_ccitt 1465 1 rt2800lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment