What is the full model number stamped on the bottom? What is the output of the command
Code:
lsusb
Li
St
USB devices. It will print out 6-8 lines of text.
Code:
moe@example:~$ lsusb
Bus 001 Device 003: ID 20f4:648b TRENDnet TEW-648UBM 802.11n 150Mbps Micro Wireless N Adapter [Realtek RTL8188CUS]
This tells us what seat each device has on the bus. The ID
20f4:648b tells us the Manufacturer; and after the colon: the product. So humans don't feel neglected it may also give the name of the manufacturer, the product and less frequently, a hint about what it does.
Surprise-surprize many $400 things have the same chip that is in the $40 thing, or the name brand plactic on the outside is plactic shell for a different company on the inside. Also the chip designers mess with us by creating a group that's like a family that doesn't always get along.
- rtl8192c
- rtl8192ce
- rtl8192cu
- rtl8192de
- rtl8192se
Same company, same family, same function; five different drivers....
We'll I've raved until I was tired. I'll look tomorrow.
What is the name of the file that contains the linux driver?