Open Suse 10.2 problem

Status
Not open for further replies.

antoniobc

Broken In
My installation of Open Suse 10.2 seems to be working fine other than a problem, that is, it doesnt mount my USB pendrive....

How can I get it to do that?

Am using a ZION 512MB Pendrive
 
OP
antoniobc

antoniobc

Broken In
mehulved said:
Check the output of
Code:
dmesg | tail
when you insert the USB drive.

On trying the above command I get the following error

SFW2-INext-DROP-DEFLT IN=eth0 OUT= MAC= SRC=192.168.0.18 DST=224.0.0.251 LEN=111 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
usb 5-6: device descriptor read/64, error -110
usb 5-6: new high speed USB device using ehci_hcd and address 5
usb 5-6: device descriptor read/64, error -110
SFW2-INext-DROP-DEFLT IN=eth0 OUT= MAC= SRC=192.168.0.18 DST=224.0.0.251 LEN=111 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=91
usb 5-6: device descriptor read/64, error -110
usb 5-6: new high speed USB device using ehci_hcd and address 6
usb 5-6: device not accepting address 6, error -110
usb 5-6: new high speed USB device using ehci_hcd and address 7
usb 5-6: device not accepting address 7, error -110
 
OP
antoniobc

antoniobc

Broken In
mehulved said:
Does it work anywhere else. Either your USB drive or your USB port has some problem.

The ports are fine, as they were working with Windows installed. Dont want to install that back.... :)

The drive is fine also since I managed to read it off my parents Windows machine.
 

praka123

left this forum longback
it is tedious to try.but u need to look in /dev/ directory for device like sdb sdc etc and u can mount them.
Code:
cd /dev/;ls -l |grep sd*
^will show up when drive is inserted.
also 'd like to see the output of
Code:
lsusb
and
Code:
lspci
 
Status
Not open for further replies.
Top Bottom