You are not logged in.

#26 2010-01-28 21:27:32

madeye
Member
From: Denmark
Registered: 2006-07-19
Posts: 331
Website

Re: USB devices doesn't appear

Not that I think it will help, but an interesting site for Linux and USB is http://www.linux-usb.org/

And the following text file describes how to add USB in fstab. I seem to remember that it was this way before, but I am not using fstab for anything USB related now? http://www.mjmwired.net/kernel/Document … b_info.txt

Might not hurt to try and add the usb system
Run the command as root: mount -t usbfs none /proc/bus/usb
Then load the usb_storage module again and see if that changes anything.


MadEye | Registered Linux user #167944 since 2000-02-28 | Homepage

Offline

#27 2010-01-29 09:41:27

grey
Member
From: Europe
Registered: 2007-08-23
Posts: 679

Re: USB devices doesn't appear

This is very strange. I have played around with some of the kernel modules in /lib/modules/2.6.32-ARCH/kernel/drivers/usb/, and loading them via modprobe always works, even if I have no related hardware on my system. For example:

[root]# modinfo cytherm
filename:       /lib/modules/2.6.32-ARCH/kernel/drivers/usb/misc/cytherm.ko
license:        GPL
description:    Cypress USB Thermometer driver
author:         Erik Rigtorp
alias:          usb:v04B4p0002d*dc*dsc*dp*ic*isc*ip*
depends:        usbcore
vermagic:       2.6.32-ARCH SMP preempt mod_unload 
[root]# lsmod |grep cytherm
[root]# modprobe -v cytherm
insmod /lib/modules/2.6.32-ARCH/kernel/drivers/usb/misc/cytherm.ko 
[root]# lsmod |grep cytherm
cytherm                 5659  0 
usbcore               140453  5 cytherm,usb_storage,uhci_hcd,ehci_hcd
[root]# modprobe -v -r cytherm
rmmod /lib/modules/2.6.32-ARCH/kernel/drivers/usb/misc/cytherm.ko
[root]# lsmod |grep cytherm
[root]#

Can you try some other modules and check if they are also affected (i.e. if they aren't loaded by modprobe), or if it is just usb-storage? Also, what does "modinfo usb-storage" show?


Good ideas do not need lots of lies told about them in order to gain public acceptance.

Offline

#28 2010-01-29 14:15:00

deepix
Member
Registered: 2010-01-27
Posts: 14

Re: USB devices doesn't appear

Sorry, i've installed everything from scratch. And now it works roll

Offline

#29 2010-01-29 15:20:09

madeye
Member
From: Denmark
Registered: 2006-07-19
Posts: 331
Website

Re: USB devices doesn't appear

Well, that's also a solution. cool
Actually I also did that once because I couldn't get something (don't remember what) to work, and it worked for me afterwards.
Sometimes it's just quicker to start over.


MadEye | Registered Linux user #167944 since 2000-02-28 | Homepage

Offline

#30 2010-01-29 15:34:50

deepix
Member
Registered: 2010-01-27
Posts: 14

Re: USB devices doesn't appear

I really didn't understood what was wrong, but now, everything works fine smile (just need a little more tweak wink )

Offline

Board footer

Powered by FluxBB