Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No USB being detected <SOLVED>
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Gnarg
n00b
n00b


Joined: 04 Nov 2004
Posts: 27
Location: Toronto, Canada

PostPosted: Tue Apr 04, 2006 1:10 pm    Post subject: No USB being detected <SOLVED> Reply with quote

Hi,

I had to reinstall Gentoo recently so I used a 2005 live cd. Now when I try to access anything that uses USB such as my Logitec QuickCam Express and Lexar JumpDrive they are not being detected.

When I was configuring my Kernel ( 2.6.15-r1 ) I added USB support, V4L, SCSI support for my USB Drive. Anything USB releated is not detected.

Running "lsusb" shows no output at all. ColdPlug is installed and detects nothing and same with Hotplug.

dmesg shows the following for USB

Code:

SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
usbmon: debugfs is not available
USB Universal Host Controller Interface driver v2.3 Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage USB Mass Storage support registered.
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver Advanced Linux Sound Architecture Driver Version 1.0.10rc3 (Mon Nov 07 13:30:21 2005 UTC).


I also had to modify /etc/conf.d/rc and changes a YES parameter to NO, since I was getting over 8,000 devices listed in /dev.
Code:

RC_DEVICE_TARBALL="no"



With all this done, anything of my USB devices are not even registering that they exist. if anyone can help me on this situation with me having to reinstall again would be great.....


Last edited by Gnarg on Wed Apr 05, 2006 11:06 am; edited 1 time in total
Back to top
View user's profile Send private message
ASID
Apprentice
Apprentice


Joined: 22 Mar 2006
Posts: 195

PostPosted: Tue Apr 04, 2006 1:26 pm    Post subject: Reply with quote

Something is wrong with your kernel. I would suggest tat you double check that everything is OK.
Also try
Code:
lspci -v|grep -i usb

and make sure that you are using the correct interface (OHCI or UHCI).
Back to top
View user's profile Send private message
Gnarg
n00b
n00b


Joined: 04 Nov 2004
Posts: 27
Location: Toronto, Canada

PostPosted: Tue Apr 04, 2006 1:34 pm    Post subject: No output from command Reply with quote

Thanks for the quick reply ASID.

I ran the command and there was no output.

In the kernel I did compile the correct OHCI. I have an intel processor and in the kernel shows which one I should be using.
Everything is compiled into the kernel and not as a module.

Gnarg
Back to top
View user's profile Send private message
ASID
Apprentice
Apprentice


Joined: 22 Mar 2006
Posts: 195

PostPosted: Tue Apr 04, 2006 1:51 pm    Post subject: Reply with quote

This is very wierd. It looks like there is a problem with the kernel. Check /usr/src/linux/.config for:
Code:
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_PRINTER=y
CONFIG_USB_STORAGE=y
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y


If I were you I would recompile the kernel and load it to boot.
Back to top
View user's profile Send private message
ebichu
Apprentice
Apprentice


Joined: 03 Jul 2002
Posts: 231
Location: Manchester, England

PostPosted: Tue Apr 04, 2006 2:38 pm    Post subject: Re: No output from command Reply with quote

Gnarg wrote:
In the kernel I did compile the correct OHCI. I have an intel processor and in the kernel shows which one I should be using.

You can use lspci to find out which you need, though it won't do any harm to enable both, apart from increased kernel memory usage if both drivers are loaded.
Quote:
Everything is compiled into the kernel and not as a module.

You could always try it as a module and see if it makes a difference. I know it shouldn't make a difference but there have been kernel bugs before where things only worked when compiled as modules.
_________________
Ebichu wa chiizu ga daisuki dechu!
Back to top
View user's profile Send private message
Gnarg
n00b
n00b


Joined: 04 Nov 2004
Posts: 27
Location: Toronto, Canada

PostPosted: Tue Apr 04, 2006 2:42 pm    Post subject: Compile tonight... Reply with quote

I have a few items not set so I am going to set them, compile and reboot and see what happens tonight.


The following are not set
Code:

CONFIG_USB_EHCI_HCD is not set
CONFIG_USB_OHCI_HCD is not set


I find that odd even though I had these set to compile in the kernel...

Thanks for the help, hope this works, I'll reply back later tonight with the outcome.

Gnarg
Back to top
View user's profile Send private message
ASID
Apprentice
Apprentice


Joined: 22 Mar 2006
Posts: 195

PostPosted: Tue Apr 04, 2006 2:46 pm    Post subject: Reply with quote

Quote:
The following are not set
Code:

CONFIG_USB_EHCI_HCD is not set
CONFIG_USB_OHCI_HCD is not set


That should be the problem.
Good luck :wink:
Back to top
View user's profile Send private message
Gnarg
n00b
n00b


Joined: 04 Nov 2004
Posts: 27
Location: Toronto, Canada

PostPosted: Wed Apr 05, 2006 1:13 am    Post subject: Recompiled kernel with recommened settings was successful Reply with quote

Hi ACID,

I recompiled with the settings provided and I now have access to all my USB devices...

Nice job and thanks for your help...



Gnarg
Back to top
View user's profile Send private message
ASID
Apprentice
Apprentice


Joined: 22 Mar 2006
Posts: 195

PostPosted: Wed Apr 05, 2006 6:14 am    Post subject: Reply with quote

Quote:
I recompiled with the settings provided and I now have access to all my USB devices...

Great!

Quote:
Nice job and thanks for your help

No problem!

Don't forget to add [SOLVED] to the subject :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum