I've just upgraded to ubuntu 18.04, i wanted to copy some files from my pendrive but my laptop which runs on Ubuntu is not recognising the pendrive. Nothing happens when i insert the pendrive. I thought maybe the ports are dead but when I plugging in my android phone, it was charging but there was no option on my phone to switch from charging mode to storage mode. So I think the problem is with Ubuntu. What to do? Please help, i'm being so frustrated with continuous issues like this in Ubuntu. Everyday something new comes up and makes my whole day wasted searching on google for solution.
Asked
Active
Viewed 77 times
0
lspci -knn
to get most improtant information for your google search. Alsodmesg -w
andlsusb
might be helpfull in this case. Dodmesg -w
and plug in your device. Its output will show a lot of usefull information for troubleshooting. After that edit your question and copy&paste the outputs – AlexOnLinux Jun 07 '18 at 20:28journalctl --follow
, and readman journalctl
– waltinator Jun 07 '18 at 21:26