Author Topic: USB-Stick problem  (Read 9447 times)

0 Members and 1 Guest are viewing this topic.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
USB-Stick problem
« on: April 27, 2012, 01:38:17 pm »
Hey, I got a problem with my 16GB Verbatim USB-Stick.
it used to work perfectly but suddenly no pc can detect that USB-Stick, no matter which OS, except the ones that are connected to out school network.
It also happened right after connecting it to one of the school PCs.
Is it some kind of virus?
If so, how do I get red of it?
Please help me!

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: USB-Stick problem
« Reply #1 on: April 27, 2012, 02:12:40 pm »
Can you insert the usb stick into a Linux computer, and run "dmesg|tail -n 20" in a terminal and post the output?
This way we can see if there is an error with mounting or with the usb drive itself.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: USB-Stick problem
« Reply #2 on: April 27, 2012, 02:32:06 pm »
sorunome@Sorunome-Laptop ~ $ dmesg|tail -n 20
[   35.705778] Bluetooth: Core ver 2.16
[   35.705856] NET: Registered protocol family 31
[   35.705860] Bluetooth: HCI device and connection manager initialized
[   35.705867] Bluetooth: HCI socket layer initialized
[   35.705871] Bluetooth: L2CAP socket layer initialized
[   35.706725] Bluetooth: SCO socket layer initialized
[   35.713243] Bluetooth: RFCOMM TTY layer initialized
[   35.713258] Bluetooth: RFCOMM socket layer initialized
[   35.713263] Bluetooth: RFCOMM ver 1.11
[   35.723433] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   35.723441] Bluetooth: BNEP filters: protocol multicast
[   39.272519] init: plymouth-stop pre-start process (1802) terminated with status 1
[   40.821423] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
[   44.811462] cfg80211: Found new beacon on frequency: 2472 MHz (Ch 13) on phy0
[  356.378182] process `skype' is using obsolete setsockopt SO_BSDCOMPAT
[ 8143.145746] uvcvideo: Failed to resubmit video URB (-27).
[ 8143.145768] uvcvideo: Failed to resubmit video URB (-27).
[ 8143.145781] uvcvideo: Failed to resubmit video URB (-27).
[ 8143.145794] uvcvideo: Failed to resubmit video URB (-27).
[ 8143.145807] uvcvideo: Failed to resubmit video URB (-27).

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: USB-Stick problem
« Reply #3 on: April 27, 2012, 02:38:21 pm »
hmm....try running lsusb and post that. It looks like dmesg is pretty full. I'm assuming sda5 is your hard drive.

Or maybe....did you reformat your flash drive? If so, did you change it to ext2, 3 or 4 rather than FAT32? Windows can't read ext filesystems without special software.
« Last Edit: April 27, 2012, 02:38:30 pm by willrandship »

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: USB-Stick problem
« Reply #4 on: April 27, 2012, 02:40:26 pm »
sorunome@Sorunome-Laptop ~ $ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 15d9:0a4d Trust International B.V.
Bus 002 Device 002: ID 064e:d20c Suyin Corp.

And I didn't format it
And I use linux

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: USB-Stick problem
« Reply #5 on: April 27, 2012, 02:46:49 pm »
Hmm. Could you plug out/plug in your usb drive and give me the dmesg messages again? That way I have the usb drive messages.

Thanks.
« Last Edit: April 27, 2012, 02:47:04 pm by jimbauwens »

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: USB-Stick problem
« Reply #6 on: April 27, 2012, 02:48:39 pm »
I'm fairly sure the "Trust international" one is relating to a bluetooth adapter, since I saw that when googling it, and bluetooth was pasted all over your dmesg. :P Do you have any other USB devices in? Try removing the drive and doing lsusb again. If an entry disappears, then the devices is registering with the system, at the very least.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: USB-Stick problem
« Reply #7 on: April 27, 2012, 02:55:45 pm »
I'm fairly sure the "Trust international" one is relating to a bluetooth adapter, since I saw that when googling it, and bluetooth was pasted all over your dmesg. :P Do you have any other USB devices in? Try removing the drive and doing lsusb again. If an entry disappears, then the devices is registering with the system, at the very least.
no device disappears

Hmm. Could you plug out/plug in your usb drive and give me the dmesg messages again? That way I have the usb drive messages.

Thanks.
O.o http://pastebin.com/uH8tS8pi and I have my mouse plugged in
« Last Edit: April 27, 2012, 02:56:54 pm by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: USB-Stick problem
« Reply #8 on: April 27, 2012, 03:02:47 pm »
Strange, I do not see any trace of your USB drive. Or the usb connection of the usb drive has some corrosion .. or it's broken :/
(Or it was not in your computer when you ran dmesg :D )

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: USB-Stick problem
« Reply #9 on: April 27, 2012, 03:06:07 pm »
But....it is still recognized of the pcs connected to the school network

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: USB-Stick problem
« Reply #10 on: April 27, 2012, 03:13:25 pm »
Oh, that is very strange.
Do you have to problem in more than one computer?

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: USB-Stick problem
« Reply #11 on: April 27, 2012, 03:22:36 pm »
I don't get that statement, but I already tried at many computers outside of the school networks, also with different OSes, Win7, WinXP, Linux Mint , Fedora, Ubuntu

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: USB-Stick problem
« Reply #12 on: April 27, 2012, 03:26:51 pm »
Sorry, I misread your first post.
It is very strange that you only can view the content of your USB drive in school.
And I do not see any trace of it in dmesg.

Can it be you physically damaged the usb plug a bit, making that only the PC's in your school can read it (because of different usb sockets the computer have)?
« Last Edit: April 27, 2012, 03:26:59 pm by jimbauwens »

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: USB-Stick problem
« Reply #13 on: April 27, 2012, 03:29:59 pm »
There are also different pc models in school and it works on all of them, so no.
I just carry it all the time along on my chain ring but as I said, in school it is still working.

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: USB-Stick problem
« Reply #14 on: April 27, 2012, 03:46:21 pm »
WOW, what is going on?
I had the stick all the time in and suddenly it is recognized! *yay*
let's see what happens if I deplug and replug it...
EDIT: It works now normal on my pc, maybe linux fixed it :D
« Last Edit: April 27, 2012, 03:49:28 pm by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!