I just connected my BlackBerry to Linux via USB cable. How do I know which device in /dev it actually is?
|
feedback
|
migrated from stackoverflow.com May 30 '11 at 1:31
This question came from our site for professional and enthusiast programmers.
|
If you execute
where Or you can execute Or even | |||||
feedback
|
|
The You can then compare the device number with the major and minor numbers in your /dev dir. | ||||
|
feedback
|