LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices

Reply
 
LinkBack Search this Thread
Old 09-07-2005, 10:59 PM   #1
zhuqing8027
LQ Newbie
 
Registered: Apr 2005
Posts: 16

Rep: Reputation: 0
cannot recognize USB devices


I am using Mandranke 10.2, and it worked fine for a certain time. But now, suddenly all the USB devices (webcam, external harddrive, flash drive...) cannot be recognized by the system. If I plug a usb flash drive to the machine, the light on the flash drive was not even on. But everything works just fine in windowsXP. So does anyone have some idea on this problem?
Thank you very much!
 
Old 09-07-2005, 11:05 PM   #2
Matir
Moderator
 
Registered: Nov 2004
Location: Kennesaw, GA
Distribution: Ubuntu
Posts: 8,502

Rep: Reputation: 110Reputation: 110
Are the proper modules loaded? ehci/ohci/uhci/etc? What does 'lsmod' show? Anything in dmesg that's usb related?
 
Old 09-07-2005, 11:31 PM   #3
zhuqing8027
LQ Newbie
 
Registered: Apr 2005
Posts: 16

Original Poster
Rep: Reputation: 0
I am kind of new to Linux, so can you explain the modules stuff in details?
 
Old 09-07-2005, 11:36 PM   #4
Matir
Moderator
 
Registered: Nov 2004
Location: Kennesaw, GA
Distribution: Ubuntu
Posts: 8,502

Rep: Reputation: 110Reputation: 110
The kernel has many loadable modules. Running 'lsmod' shows those currently loaded. Please post the output of 'lsmod' and 'dmesg | grep -i usb'.
 
Old 09-07-2005, 11:44 PM   #5
zhuqing8027
LQ Newbie
 
Registered: Apr 2005
Posts: 16

Original Poster
Rep: Reputation: 0
The output of "Ismod" is
Module Size Used by
isofs 31512 0
appletalk 30420 2
ax25 55852 2
ipx 24048 2
udf 85540 0
vmnet 24996 12
vmmon 105036 0
cpufreq_ondemand 5244 0
cpufreq_powersave 1376 0
powernow-k8 10852 0
processor 18164 1 powernow-k8
nfsd 210272 9
lockd 59144 2 nfsd
sunrpc 122788 12 nfsd,lockd
raw 6720 6
autofs4 15268 0
md5 3648 1
ipv6 232320 18
rfcomm 33692 0
l2cap 20644 5 rfcomm
bluetooth 41380 4 rfcomm,l2cap
snd-seq-dummy 2596 0
snd-seq-oss 31584 0
snd-seq-midi-event 6208 1 snd-seq-oss
snd-seq 47472 5 snd-seq-dummy,snd-seq-oss,snd-seq-midi-event
snd-seq-device 6796 3 snd-seq-dummy,snd-seq-oss,snd-seq
snd-pcm-oss 49056 0
snd-mixer-oss 17248 2 snd-pcm-oss
snd-intel8x0 29216 2
snd-ac97-codec 75256 1 snd-intel8x0
snd-pcm 80776 3 snd-pcm-oss,snd-intel8x0,snd-ac97-codec
snd-timer 20324 2 snd-seq,snd-pcm
snd-page-alloc 7588 2 snd-intel8x0,snd-pcm
snd 46980 11 snd-seq-oss,snd-seq,snd-seq-device,snd-pcm-oss,snd-mixer-oss,snd-intel8x0,snd-ac97-codec,snd-pcm,snd-timer
soundcore 7104 2 snd
lp 9864 2
parport_pc 31652 1
parport 31624 2 lp,parport_pc
af_packet 16232 2
ip_vs 92096 0
sis900 17668 0
ide-cd 36772 0
ohci1394 31076 0
ieee1394 292152 1 ohci1394
loop 13544 0
ntfs 205368 1
nls_utf8 1600 3
nls_cp437 5376 2
vfat 11200 2
fat 35964 1 vfat
xfs 573912 3
exportfs 4672 2 nfsd,xfs
amd64-agp 9800 0
sis-agp 6052 1
agpgart 28264 2 amd64-agp,sis-agp
ehci-hcd 28648 0
ohci-hcd 19112 0
usbcore 106008 3 ehci-hcd,ohci-hcd
reiserfs 261012 1
sd_mod 15696 8
sata_sis 4160 7
libata 41316 1 sata_sis
scsi_mod 115144 2 sd_mod,libata

and the output of "dmesg | grep -i usb" is
usbcore: registered new driver usbfs
usbcore: registered new driver hub
ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)

Thanks !!
 
Old 09-07-2005, 11:52 PM   #6
Matir
Moderator
 
Registered: Nov 2004
Location: Kennesaw, GA
Distribution: Ubuntu
Posts: 8,502

Rep: Reputation: 110Reputation: 110
Hrrm, usbcore and the ehci and ohci drivers are loaded. Try plugging in a USB device and see if the output of 'dmesg | grep -i usb' or 'dmesg | tail' shows anything of significance.
 
Old 09-08-2005, 12:00 AM   #7
zhuqing8027
LQ Newbie
 
Registered: Apr 2005
Posts: 16

Original Poster
Rep: Reputation: 0
The results I just showed were with 2 usb devices plugged in, but I got the same results if I unplugged the usb devices.

"dmesg | grep -i usb"
usbcore: registered new driver usbfs
usbcore: registered new driver hub
ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)

"dmesg | tail"
UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume 'LE2005-DVD', timestamp 2005/04/13 05:08 (1ed4)
VFS: busy inodes on changed media.
VFS: busy inodes on changed media.
UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume 'LE2005-DVD', timestamp 2005/04/13 05:08 (1ed4)
VFS: busy inodes on changed media.
VFS: busy inodes on changed media.
floppy0: no floppy controllers found
floppy0: no floppy controllers found
VFS: busy inodes on changed media.
VFS: busy inodes on changed media.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dell BIOS often doesn't recognize devices any more! blue penguin General 3 11-13-2005 06:24 AM
USB devices died after USB hub install Twistedlizzard Linux - Hardware 5 07-08-2005 06:17 AM
MDK 10.2: No USB at all (/proc/bus/usb/devices missing) shrodi Mandriva 5 07-01-2005 11:28 AM
USB scanner not in /proc/bus/usb/devices psweetma Linux - Hardware 4 02-25-2004 04:47 PM
slackware 9.1 USB mouse and other usb devices not working jimMC Linux - Hardware 11 01-24-2004 10:58 AM


All times are GMT -5. The time now is 04:11 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration