LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 06-11-2004, 01:09 AM   #1
frostedthorns
LQ Newbie
 
Registered: Jun 2004
Distribution: Slackware 9.1
Posts: 10

Rep: Reputation: 0
Unhappy fresh install


i just installed slack 9.1 on my hp pavilion ze5400, i have a dual boot setup using lilo. it will run xp juuust fine, runs linux fine, well, starts to, i installed si-soft sandra or watever its called in windows to get my system specs, & one matches the last message i get while tryin ot boot linux, ehci_hcd 00:0b.2: VIA Technologies, Inc. USB 2.0, followed by i8253 count too high! resetting.. ive been readin & googlin to find tons of mentionings about it, but no solutions. the ehci referrs to my usb 2.0 controller chip, from which i dotn understand y linux is havin a hissy about it. im thinkin maybe a pass to the kernel to not even bother with this usb controller, then maybe itll boot up. ne1 feel gracious enuf to help?!?!

Last edited by frostedthorns; 06-11-2004 at 01:11 AM.
 
Old 06-13-2004, 07:50 AM   #2
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi and welcome to LQ...

a lot of users here are no native english speakers so it would be nice if you can write your problem a bit better next time...
i think slackware should just work fine with your USB controller... Is it the stable or the current??? Wich kernel version??
We need more input..
Anyway a look at the kernel will be good...

regards

slackie
 
Old 06-13-2004, 12:26 PM   #3
frostedthorns
LQ Newbie
 
Registered: Jun 2004
Distribution: Slackware 9.1
Posts: 10

Original Poster
Rep: Reputation: 0
im using the bare.i kernel, & all my linux buddies here r lost so i turned to u, bout the non english speaking, dunno wat the heck to do but that, i speak a lil & i mean lil bit of spanish. so tell me wat else u need, im sry im such a newb
 
Old 06-13-2004, 02:09 PM   #4
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
no,no,no....
i think was a misunderstanding about the language thing...
I quit... but you should try to write better if you want replies..
here is the procedure:

cd /usr/src/linux
make menuconfig /// or whatever you use
go to DEVICE DRIVERS options
USB support..
check if the USB controllers are ok.. as built in or module.... USB host controller drivers

then i would suggest to make a good search here and try to find the excelent kernel compile guide that our friends wrote..

i wish you success

regards

slackie
 
Old 06-13-2004, 02:41 PM   #5
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
What Slackie1000 meant was this: your first post appeared to be from a non-native english speaker. Since we have a large number of members from all around the world, unless we write in clear english, many of them will be unable to understand what is being asked or said.

If english is your first language, please write correctly - non english speakers are already at a disadvantage and not punctuating correctly, spelling correctly or using full words may mean that they cannot understand you. This means that they may be unable to offer help (which hurts your case) or understand the help you give (which hurts their case).
 
Old 06-13-2004, 03:20 PM   #6
frostedthorns
LQ Newbie
 
Registered: Jun 2004
Distribution: Slackware 9.1
Posts: 10

Original Poster
Rep: Reputation: 0
ok guys, sorry about that little misunderstanding. i couldnt compile a new kernel if i wanted to becasue my box hangs on boot, it get to the message about my usb 2.0 contoller & hangs, then repeates the count too high! resetting.. message, so im at a loss at what to do. i was origonaly asking if there were sum parameters that i could pass to my kernel about not tryin to boot from it
 
Old 06-13-2004, 04:06 PM   #7
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Interesting - is it possible to remove the usb hardware or is it inbuilt? Are you able to reproduce the entire message? As a workaround, try downloading and creating a Knoppix disk - if that boots correctly you may be able to lift some of it's config files to add to your own.
 
Old 06-13-2004, 04:09 PM   #8
frostedthorns
LQ Newbie
 
Registered: Jun 2004
Distribution: Slackware 9.1
Posts: 10

Original Poster
Rep: Reputation: 0
nope, its a good old laptop, so i cant remove it, what do you mean by reproduce the entire message. i have no floppy & limited cd-rs, so makin boot discs that might not work is not cool. but thnx for trying to help
 
Old 06-13-2004, 04:14 PM   #9
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
I appreciate it's hard to reproduce the message - I was thinking maybe via Paper & Pen V0.1 () it may give us a hint as to what it's failing on. What is your laptop model? Is it listed on Linux on Laptops?

[Edit] This page on www.linux-usb.org may also give some pointers. [/Edit]

Last edited by XavierP; 06-13-2004 at 04:16 PM.
 
Old 06-13-2004, 04:21 PM   #10
frostedthorns
LQ Newbie
 
Registered: Jun 2004
Distribution: Slackware 9.1
Posts: 10

Original Poster
Rep: Reputation: 0
well this is all i wrote down last time i tried to boot

ehci_hcd 00:0b.2: VIA Technologies, Inc. USB 2.0
i8253 count too high! resetting..

then the last line will repeat a good bit, til i turn it off

its an hp pavilion ze5400, no its not on the list, there is a 5500 which is similar
 
Old 06-13-2004, 04:33 PM   #11
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Quote:
From the 5385 instructions
Symptoms:
disc 1 loads, but hangs on "loading ohci1394 driver...."

looked this up, and got several suggestions, 'linux nousb' etc...the one that actually works (and makes the most sense anyway but how was i to guess this off the bat...

linux nofirewire

so now when RH9 install loads up it won't probe (and subsequently hang on) the firewire port on your laptop. okay install goes fine and dandy.
Ok, this isn't exactly your model, but the symptoms appear similar. All the other reading I did suggests that this is a problem with any kernel less than 2.6. What you need to do is stop it looking for the usb - the author in the quote seems to do it during the installation. You may be able to interrupt Lilo and pass the command(s) but it looks like you'll need to reinstall.

Once you have reinstalled and successfully booted, you can compile the 2.6.x kernel and compile in USB 2.0 support. A pain I know, but it appears to be the only way to do this.

On the other hand, you will have increased your knowledge.
 
  


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
Fresh install smity1000 Linux - Software 1 04-08-2005 05:44 PM
On a Fresh install of 10.1, the Nforce drivers refuse to install.. K@rl` Slackware 2 02-25-2005 02:55 AM
fresh install (fresh headache) powadha Slackware 2 03-06-2004 01:03 PM
Fresh RH9 install - oops I forgot to install something blaint Linux - Newbie 5 10-25-2003 12:29 PM
should I do a fresh install? yowwww Linux - General 4 06-06-2003 01:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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