LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 06-26-2009, 02:59 PM   #1
abd_bela
Member
 
Registered: Dec 2002
Location: algeria
Distribution: redhat 7.3, debian lenny
Posts: 627

Rep: Reputation: 31
usb pen not activated


Hi,
Sometimes (Not Always) , the usb port are not activate, lsusb gives
$lsusb
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

while usb pen (flash disk) and webcam are both connected !!!

I tryed other usb port, plug in and out, nothing is changed !!!?

the light of usb pen is off, no lights, while normally it is on.

How to activate the ports? is it necessary to reload modules , if so which one?

thanks for help
 
Old 06-26-2009, 06:16 PM   #2
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hi, my usb drive comes up as usb2.0 device, and the modules involved are

Code:
glenn@GamesBox:~$ lsusb                                   (27-06 09:08)
Bus 001 Device 004: ID 046d:c215 Logitech, Inc. Extreme 3D Pro
Bus 001 Device 003: ID 0aec:3260 Neodio Technologies Corp. 7-in-1 Card Reader
Bus 001 Device 002: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 HSDPA Modem / E270 HSDPA/HSUPA Modem
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 004: ID 0718:0463 Imation Corp.
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 046d:092f Logitech, Inc. QuickCam Express Plus
Bus 003 Device 002: ID 0582:00e7 Roland Corp.
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Code:
glenn@GamesBox:~$ lsmod | grep usb                         (27-06 08:42)
usblp                  13008  0
snd_usb_audio          94336  0
snd_usb_lib            17584  1 snd_usb_audio
snd_rawmidi            24240  1 snd_usb_lib
snd_hwdep               8648  1 snd_usb_audio
usbhid                 45520  1 hid_logitech
hid                    68544  2 hid_logitech,usbhid
usbserial              34528  5 option #My 3g/hsdpa modem
snd_pcm                83016  4 snd_usb_audio,snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd                    69464  15 snd_usb_audio,snd_rawmidi,snd_hwdep,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
usb_storage           109364  0
usbcore               189264  12 usblp,gspca_spca561,gspca_main #(webcam),snd_usb_audio,snd_usb_lib,usbhid,option,usbserial,ehci_hcd,ohci_hcd,usb_storage
scsi_mod              165064  5 sg,sr_mod,usb_storage,libata,sd_mod
scsi_mod, ehci_hcd, ohci_hcd, usb_storage

So, make sure the modules are loaded and the lsusb shows the appropriate bus.

You may also find that the disk-format/mounting utility in setup may automate this process for you.

cheers Glenn

Last edited by GlennsPref; 06-26-2009 at 06:30 PM.
 
Old 06-27-2009, 01:32 PM   #3
abd_bela
Member
 
Registered: Dec 2002
Location: algeria
Distribution: redhat 7.3, debian lenny
Posts: 627

Original Poster
Rep: Reputation: 31
Hi,

This is the problem, sometimes the usb appears normally, here is the list now,


Bus 005 Device 002: ID 13fe:1d00 Kingston Technology Company Inc. DataTraveler 2.0 1GB/4GB Flash Drive / Patriot Xporter 4GB Flash Drive
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

How to fix it when the usb doesn't appear ???
in that case the fdisk -l doesn't display the usb drive ??? is it a hard pb ??


thanks for help
bela
 
Old 06-27-2009, 07:45 PM   #4
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hi, no it is not a hard problem.

It is difficult because i can't see it.

When you have the listing in lsusb, open /etc/mtab

you might find a line like this....
/etc/mtab
Code:
/dev/sdi1 /media/SLAX4GIG vfat rw,nosuid,nodev,uhelper=hal,uid=500,utf8,shortname=mixed 0 0
the corresponding line in fstab, which you can edit/add to....

/etc/fstab
Code:
/dev/sdi1 /media/SLAX4GIG vfat  fat=16,defaults,user,nosuid,auto,umask=000 0 0
see if that helps, regards Glenn
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
BT3 install from usb pen to usb external sata Nalec Linux - Newbie 1 08-16-2008 10:51 PM
USB Keyboard activated from BIOS, is not active immediatelly upon boot cynick Linux - Hardware 1 04-23-2006 11:58 AM
Usb pen not working in additional usb port ago.homer Linux - Hardware 3 07-26-2005 09:51 AM
Floppy driver gets activated when using USB Flash drive iradi8 Linux - Hardware 0 07-28-2004 01:13 PM
Floppy driver gets activated when using USB Flash drive iradi8 Linux - Laptop and Netbook 0 07-16-2004 11:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration