Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-02-2002, 12:08 PM
|
#1
|
|
Member
Registered: Aug 2002
Distribution: Gentoo
Posts: 49
Rep:
|
Please Help - Hangs while booting USB Controller
I installed RH 7.3 on my computer. The installation process went well. Only one issue, when the box is booting, it hangs when checking USB Controller.
I have a Logitech USB mouse (optical)
I unplugged the mouse and rebooted with no luck. I read something about not recognizing the USB ports.
Question:
1. Can I configure the mouse (mouseconfig, i guess) from a GRUB prompt?
2. What can I do if its not recognizing the usb ports?
Please help! Thnx

____  ____
Last edited by jale2ice; 08-02-2002 at 12:23 PM.
|
|
|
|
08-04-2002, 01:04 AM
|
#2
|
|
Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu
Posts: 12,611
Rep:
|
Hi, actually there are a few people on here with Logitech USB mice, and they have gotten them working by editing their /etc/X11/XF86Config-4 file. As long as you have the support compiled into the kernel, and the correct lines in the XF86Config-4 file, then you should be able to use your mouse. I very recently had problems with it, and found that I didn't have USB compiled into my kernel, and that I wasn't calling the USB module before starting X.
Since you cannot even get through a boot, I would try booting the failsafe option. I don't use GRUB, but I would suppose that redhat places that option reguardless of which bootloader you use. Also, if you can do a "interactive" bootup. Press I during the bootup process to do this. Disable checking for new hardware and such, and then hopefully you can get in. Then chang your run level from a 5 to a 3 in your /etc/inittab file using your favorite command line text editor.
If you have never compiled a kernel before, read a few of the thread on here about the process, and possibly check out the LDP's how to on kernel building.
Good luck
Last edited by MasterC; 08-04-2002 at 01:10 AM.
|
|
|
|
08-04-2002, 01:13 AM
|
#3
|
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
what is the mobo chippset - VIA or ALI or something else?
for the future reference I am including my mouse configuration in XF86Config-4 file it is logi optical usb
PHP Code:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
|
|
|
|
08-04-2002, 01:04 PM
|
#4
|
|
Member
Registered: Aug 2002
Distribution: Gentoo
Posts: 49
Original Poster
Rep:
|
Thanks you very much.
I'll let you know how I make out.
|
|
|
|
08-04-2002, 01:11 PM
|
#5
|
|
Member
Registered: Aug 2002
Distribution: Gentoo
Posts: 49
Original Poster
Rep:
|
MaterC, I tried to do an interactive boot, but it wont let me.
How do I boot in failsafe mode???
neo77777, How can I find out what my mobo chipset is????
Sorry, I'm a newbie that didn't read the entire terminology section. 
|
|
|
|
08-05-2002, 02:39 PM
|
#6
|
|
Member
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711
Rep:
|
Remove USB 2.0 card if any.
|
|
|
|
08-05-2002, 11:51 PM
|
#7
|
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
what is the output of lspci?
|
|
|
|
08-06-2002, 07:05 PM
|
#8
|
|
Member
Registered: Aug 2002
Distribution: Gentoo
Posts: 49
Original Poster
Rep:
|
neo77777
I dont know what the lspci is. Sry.
I can't get past USB Controller. I tried the boot disk and didnt help. It got me as far as setting up to reinstall packeges, is that any help??
Is there anything I can do at the GRUB prompt??
|
|
|
|
08-08-2002, 05:27 AM
|
#9
|
|
Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu
Posts: 12,611
Rep:
|
It's lowercase LSPCI, you would type it into an x terminal, or console to display the PCI information. Copy and paste this information to here so we can see what chipset you have.
Failsafe is usually a choice setup by default for me by my distro, at least Mandy/RH/SuSE/Slack have all set one up for me. Interactive setup should be there, during bootup continue to press I, don't hold the key down, but about every second press "I" without the quotes.
|
|
|
|
08-11-2002, 02:03 PM
|
#10
|
|
Member
Registered: Aug 2002
Distribution: Gentoo
Posts: 49
Original Poster
Rep:
|
I can't do an interactive boot. The system is not recognizing when press the "I". I see the I's on the screen when I press them, but I guess its not registering.
I guess my last resort is to compile USB Support into the kernel.
Where do get the support? How do I compile the support if I cant get my machine to boot to a prompt?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:47 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|