LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-25-2003, 09:33 PM   #1
hhg
LQ Newbie
 
Registered: Jan 2003
Location: Alexandria, VA
Posts: 7

Rep: Reputation: 0
Initializing USB Controller hanging


Just installed redhat 8.0 as my third partition on my toshbia tecra 9100...install went fine so I rebooted into my linux partition and everthing went well, rebooted, then came back into linux 8.0, and it hangs on "Initializing USB Controller", shutdown the laptop because ctrl-d didn't work, then rebooted back in, and it works fine - basically every other boot into linux, it hangs on the "Initializing USB Controller" check. I took out my usb mouse to see if it would change, no change. Was wondering if anyone else had this problem and HOW to fix it? thx in advance
 
Old 01-25-2003, 09:36 PM   #2
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
I'd say it's a hardware issue, what type of controller is it?
 
Old 01-25-2003, 09:50 PM   #3
hhg
LQ Newbie
 
Registered: Jan 2003
Location: Alexandria, VA
Posts: 7

Original Poster
Rep: Reputation: 0
Initializing USB Controller

USB-UHCI.........still looking around to for people with similar problems...
 
Old 01-25-2003, 09:56 PM   #4
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Ok there are two kernel modules for these controllers, one called 'usb-uhci' and one called 'uhci', find out which one is being used and see if the other one solves the problem.
 
Old 01-25-2003, 10:04 PM   #5
hhg
LQ Newbie
 
Registered: Jan 2003
Location: Alexandria, VA
Posts: 7

Original Poster
Rep: Reputation: 0
checked in the /etc/modules.conf file and the line:

alias usb-controller usb-uhci is listed so I am assuming I am using the usb-uhci module....how would I go about changing modules...thx
 
Old 01-25-2003, 10:23 PM   #6
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Check to see that you have the alternative module available, ("modprobe -l" will list all available kernel modules and "modinfo <module-name>" will display specific info about the named module), change that line in /etc/modules.conf to "alias usb-controller uhci" and reboot untill you either see the same error or get bored, whatever comes first :-)
 
Old 01-25-2003, 10:37 PM   #7
hhg
LQ Newbie
 
Registered: Jan 2003
Location: Alexandria, VA
Posts: 7

Original Poster
Rep: Reputation: 0
changed modules...no go, still hangs at "Initializing USB Controller (uhci)" as it did with "Initializing USB Controller (usb-uhci)" ...hmmm, will keep looking....
 
Old 01-25-2003, 10:39 PM   #8
hhg
LQ Newbie
 
Registered: Jan 2003
Location: Alexandria, VA
Posts: 7

Original Poster
Rep: Reputation: 0
module info

filename: /lib/modules/2.4.18-14/kernel/drivers/usb/usb-uhci.o
description: "USB Universal Host Controller Interface driver"
author: "Georg Acher, Deti Fliegl, Thomas Sailer, Roman Weissgaerber"
license: "GPL"

[root@localhost root]# modinfo uhci
filename: /lib/modules/2.4.18-14/kernel/drivers/usb/uhci.o
description: "USB Universal Host Controller Interface driver"
author: "Linus 'Frodo Rabbit' Torvalds, Johannes Erdfelt, Randy Dunlap, Georg Acher, Deti Fliegl, Thomas Sailer, Roman Weissgaerber"
license: "GPL"
parm: debug int, description "Debug level"
 
Old 01-26-2003, 05:32 PM   #9
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
There's not a lot more you can do with a hardware problem like this.
 
Old 03-28-2003, 07:00 PM   #10
redhatlinuxdude
LQ Newbie
 
Registered: Mar 2003
Posts: 1

Rep: Reputation: 0
Bug in redhat 8.0 with Tecra 9100

I have found that there is a bug with the tecra 9100. USB initialization still hangs with the newest kernels after a reboot. I have also tried setting the bios to let the os handle devices. In addition I have tried using kudzu to reinstall the hardware, same problem results. I have also tried changing the module config file with no luck. Does anyone have a fix for this? I have also opened a bug report on bugzilla, but they have not been very helpful either. The only work around is to remove USB from modules config file and not use USB which is a real poor work around. I am currently running kernel 2.4.18. Also, if anyone has had problem with the keyboard repeating. Uncomment XkbDisable in the XF86Config file and this should fix your problem.
Thanks
 
Old 04-03-2003, 10:27 AM   #11
subaschan
LQ Newbie
 
Registered: Apr 2003
Location: Toronto, Ontario, Canada
Posts: 2

Rep: Reputation: 0
Initializing USB Controller (usb-uhci) hangs

I installed Red Hat Linux 8. First boot up and many subsequent bootup failed at:
Initializing USB Controller (usb-uhci). Reboot (power off and on), again and sometimes, system comes up and sometimes hangs.....

I looked at /etc/modules.conf file
and this is what I found....

alias usb-controller1 usb-uhci

I took out 1 from controller and saved the file. Reboot and the system didn't even hang once.......

subaschan.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RH stuck on Initializing USB controller 0perat0r Linux - Newbie 1 08-22-2004 04:25 AM
Initializing USB Controller (usb-uhci) booting mandy 9.2 austinjreid Mandriva 1 11-10-2003 12:55 PM
Red Hat Linux 8 hangs at initializing usb controller (usb-uhci) subaschan Linux - General 5 09-15-2003 02:49 AM
Initializing USB Controller hanging hhg Linux - Hardware 1 01-25-2003 09:54 PM
Initializing USB Controller hanging hhg Linux - Newbie 1 01-25-2003 09:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:00 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