Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
hi,
i changed my FC3 kernel from 2.6.9 to 2.610, and my Twix Swissbit USB PEN-DRIVE is no longer working... It have its light on but it doesn't appears in devices root.... but it still works with the old kernel.
Does anyone had this type of problem...
Thanks
check if you see "usb-storage" when you type lsmod.
You might want to modprobe it by hand if you dont (modprobe usb-storage) to load it. Was that device automounted or were you mounting it by hand?
hi,
this is part of the output of lsmod:
....
pcmcia_core 51585 2 pcmcia,yenta_socket
usb_storage 62345 0
scsi_mod 123457 2 sd_mod,usb_storage
uhci_hcd 31961 0
....
I guess i have it...right?
Quote:
Was that device automounted or were you mounting it by hand?
it is auto-mounted...well in kernel 2.6.9 it was working..
yup, so you have loaded everything you need. Maybe this is just something about the automounter.
Plug in your pen drive, then type "dmesg" (this is the kernel log). In the few last line, you should have a line refering to "new found usb drive" and it should tell you on which device it was assigned (most probably sda ). Then you might want to try to mount the device you got ( mount /dev/whatever1 /media/where_you/want ) by hand.
(if you aren't sure about the partition number you need to mount, you can use fdisk /dev/the_device_found then the "p" option to show the device partition table).
hi,
Well it works....
I mean i can see now my USB device mounted...But is it possible to correct the error of auto-mounted???I mean is it possible to be linux it self to mount it just like it do it in kernel 2.6.9?
another issue
Quote:
(if you aren't sure about the partition number you need to mount, you can use fdisk /dev/the_device_found then the "p" option to show the device partition table
the p option it isn't recognized in my system? is is normal?
Thanks for the tips...
PS: Its the first time i had a guru ansering my questions...LOL Thanks again
There is probably just something wrong about automount configuration... I'm not on a Fedora system right now nor using autmount, but I'll take a look about it, I think I should learn a bit more about automount
About fdisk, make sure you are root and you give the option once fdisk is running (mean you have to type "fdisk /dev/whatever" THEN to type p once at fdisk prompt. fdisk dont recognize "-p" as a flag).
PS: you are the first one to notice the "guru", or at least to say something about it
is there a way I can get the usb-storage service to start automatically? everything works fine for me except each time I startup I have to run the modprobe command to get it activated.
I'm not too familiar about fedora, but there is probably some "modules autoload" config somewhere.
In worst case, just add the modprobe line in /etc/init.d/rc.local (or just local? I dont remember), it should do the tricks
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.