LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   usb-stick not detected after update from 9.1 to 9.2 (https://www.linuxquestions.org/questions/suse-opensuse-60/usb-stick-not-detected-after-update-from-9-1-to-9-2-a-277368/)

Marix 01-13-2005 11:50 AM

usb-stick not detected after update from 9.1 to 9.2
 
hi!
My USB-Stick worked fine when running 9.1. I upgraded to 9.2, now the comp will not react when pluging in a usb-stick.
sometimes it will tell that a disk was detected and suggest to configure it. it starts yast2 'disk' which will ask whether I relly want to do this. It claims you should now about partitioning when starting. Clicking "yes" will result in yast2 hanging.
Does anybody have an idea of what's wrong?
Regards
Matthias

slackie1000 01-13-2005 12:10 PM

hi there and welcome to LQ,

can you please post the output of
Code:

cat /etc/fstab
regards

slackie1000

ithawtewrong 01-13-2005 04:56 PM

I'm not that familiar with 9.2, but I had problems in 9.1 for a while. I updated to the most recent hotplug and it solved 99% of my problems with it. I still get hang ups every now and then, but nothing that I can trace.
If I were you I'd simply check your install for hotplug and reinstall or update if ones available.

Marix 01-14-2005 02:58 PM

Hi!
This is my /etc/fstab

/dev/hda1 / ext3 acl,user_xattr 1 1
/dev/hda3 /home ext3 defaults 1 2
/dev/hda2 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
sysfs /sys sysfs noauto 0 0
/dev/cdrecorder /media/cdrecorder subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0

I also reinstalled hotplug, but this doesn't help any. I couldn't find an update, so.

Thanks for you quick response.

slackie1000 01-15-2005 03:09 AM

hi there,

i am not sure if it is right but i think you need to mount the card somewhere.
i don't see in your fstab the card reader's entry.
i suggest something like
Code:

/dev/sda1      /somewhere    auto      user,rw,noauto      0 0
to be included in your fstab file.
be sure that /somewhere exists!

regards

slackie1000

Marix 01-15-2005 06:07 AM

Thank you. Now I can at least mount by hand.
Still wondering why subfs/hotplub didn't do the job as in 9.1, so.

slackie1000 01-16-2005 02:31 AM

Quote:

Originally posted by Marix
Thank you. Now I can at least mount by hand.
Welcome mate!!
Quote:

Still wondering why subfs/hotplub didn't do the job as in 9.1, so.
sorry. can't help. no experience with suse upgrades.

regards

slackie1000


All times are GMT -5. The time now is 08:59 AM.