Skip to content

Instantly share code, notes, and snippets.

@lucsmall
Created September 20, 2012 06:42
Show Gist options
  • Save lucsmall/3754293 to your computer and use it in GitHub Desktop.
Save lucsmall/3754293 to your computer and use it in GitHub Desktop.
Ralink RT5370 Configuration - Output of lsusb and lsmod
# 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