LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices

Reply
 
LinkBack Search this Thread
Old 12-10-2004, 10:20 AM   #1
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Rep: Reputation: 30
ndiswrapper working.. boot screen jumbled now


I've installed Fedora Core 3 (Heidelberg) on my Averatec 6200 Laptop.
One of the first things I noticed was that my wifi card wasn't working, so I lspci and all that, see it's listed and then find out later about ndiswrapper.

Installed the kernel source, installed ndiswrapper, wireless works after configuring everything.

Now, my new problem is that while booting Fedora goes through the first stages in console loading storage network and audio, but after loading storage it says loadndiswrapperset something something
I want it to stay how it was, which was just say loading storage network audio and be complete, without all the extra mumbo jumbo loadndiswrapperblah blah

I'm not familiar to SysV boot style, since I'm a slackware user (uses BSD style init). I looked through /etc/rc.d/ and finally decided to start looking at rc.sysinit and haven't found anything that would relate to this problem.

Now how in the world can I get this to how it was?
Thanks for any help!
 
Old 12-11-2004, 08:25 PM   #2
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
hm, tried editing my /etc/rc.d/rc.sysinit and took out the echo modules part but that didn't do anything.
I'm sure this is probably something simple, I just have to find it!
Just kind of a nuisance..
well yeah, bump.
 
Old 01-20-2005, 09:35 AM   #3
mike.e.mic
LQ Newbie
 
Registered: Jan 2005
Posts: 2

Rep: Reputation: 0
Hey i notice you have a 6200... i have tried desperately to get knoppix live 3.7 and mepis to work on it.... both end up having the same problem.. DISPLAY BLANKS OUT when X loads

noticing you can actually use your laptop means that you got yours to work... can you help? should i install FC.. i'll be happy to if i know it will work.. thanks
 
Old 01-20-2005, 01:57 PM   #4
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
Hey dude,

You can upgrade to the latest version of ndiswrapper if you like which has moved much of the functionality to the ndisdriver, therefore removing the additional output message at boot.
Regards
Chris

Thats v1.0 RC3 by the way
 
Old 01-20-2005, 09:01 PM   #5
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
I did it differently. I just made an ndiswrapper script that starts up before wlan0 and modprobes ndiswrapper and goes ahead and configures a lot of my wireless settings at the same time, getting rid of the 'jumbledness' and all.
thanks though, I may have to look at the newest bigger and better

EDIT: and for knoppix. What did it for me was that I had to set my fb and resolution before booting it, you can't just press enter and go. I don't remember the string exactly but you can find out by looking at the options, it's all just resolution stuff. You can use 1280x800 safely

Last edited by FLOODS; 01-20-2005 at 09:02 PM.
 
Old 01-22-2005, 12:04 PM   #6
mike.e.mic
LQ Newbie
 
Registered: Jan 2005
Posts: 2

Rep: Reputation: 0
why does X -configure say it can not find my mouse? we have the same laptop... has yours done that? i have a logitech plugged into the top right usb port... but i've moved it all around and it still says the same

if i run X -config xorg.conf.new i get into the basic X windows gui
but there's nothing.. the background is black and i have the standard "X" for a cursor...... and nothing ever happens
just a black screen with the X cursor (maybe this is a test mode for the configuration file?) but regardless the problem is when i try to CTRL-ALT F1-2-3-so on so forth... it kills my display completely
it goes blank and i cant get back so i have to reboot....

btw this is on Fedora Core 3 (i installed it)
 
Old 01-22-2005, 02:49 PM   #7
ben_build#2.1.0
Member
 
Registered: Apr 2004
Distribution: Fedora Core 3
Posts: 240

Rep: Reputation: 30
Quote:
Originally posted by snecklifter
Thats v1.0 RC3 by the way
For future reference I would recommend you stay away from RC3 and install the nightly tarbell. RC3 gave me a lot of errors and the nightly tarbell worked fine.
 
Old 03-04-2005, 10:07 AM   #8
mariag
LQ Newbie
 
Registered: Mar 2005
Posts: 6

Rep: Reputation: 0
Wow, you got a version of Fedora working on your Averatec? i have the same model and am having serious problems with the graphics accelrator. I'm now at the point of wondering if is actually possible to get any distro of linux to work on this thing. Was your install fairly smooth?
 
Old 03-04-2005, 12:27 PM   #9
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
If you are talking about the nvidia driver its a known issue and well documented. Since I did it this morning the steps after modifying the xorg.conf file are (as root)
telinit 3
sh NVIDIA etc...
cp -a /dev/nvidia* /etc/udev/devices
chown root.root /etc/udev/devices/nvidia*
modprobe nvidia
reboot

Still having probs then just google
 
Old 03-04-2005, 01:08 PM   #10
mariag
LQ Newbie
 
Registered: Mar 2005
Posts: 6

Rep: Reputation: 0
How do I actually get to a point where I can make those modifications? Every time I try to boot from any linux distro I just get a black screen with a blinking cursor. I don't know what to do from here to edit anything or mess around with stuff.
 
Old 03-04-2005, 01:33 PM   #11
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
Like I said, google is your friend. But here's one for free!

http://www.fedorafaq.org/custom_nvidia.html
 
Old 03-04-2005, 11:13 PM   #12
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by mariag
Wow, you got a version of Fedora working on your Averatec? i have the same model and am having serious problems with the graphics accelrator. I'm now at the point of wondering if is actually possible to get any distro of linux to work on this thing. Was your install fairly smooth?
The install was extremely smooth from a FC3 install. The display drivers all worked fine from default (no 3d ac, but didn't expect that right off the bat )
What are you having troubles with, X?
 
Old 03-13-2005, 05:00 PM   #13
mariag
LQ Newbie
 
Registered: Mar 2005
Posts: 6

Rep: Reputation: 0
I'm having problems with a few things. Untill today I hadn't tried FC3, but I had tried FC1, FC2, Knoppix live, unbuntu live, and the regular ubuntu install. And I had the same result with all of them: I would try to boot and I wouldn't even get to a intro screen, I would just hear my CD drive beep over and over and get a blank screen w/ a blinking underscore.

I just tried to install FC3 today. At first it recognized the CD and booted from it, I couldn't get the graphical install to work so I tried the text install, that probably would have gone fine, except that I really wasn't farmilliar with partitioning my harddrive through the text install, all the other times I had installed fedora I had done it graphically. So I thought I would try the graphical install once more before trying to figure out how to partition in the text install. This was a mistake. My computer then decided it didn't want to boot from the CD at all. Now I'm back where I started, when I boot from the FC3 CD, I just get an annoying beeping sound from my disc drive (which means that it's not doing anything) and that same blinking underscore.

I have tried everything my limited knowledge will allow and I would appreciate ANY help.
 
Old 03-13-2005, 06:28 PM   #14
FLOODS
Member
 
Registered: Aug 2003
Location: GA
Distribution: Fedora Core 4 Desktop/Server.
Posts: 361

Original Poster
Rep: Reputation: 30
Hm, I'm not really sure on how to go about that. I could get you through a text based install, but that wouldn't help you get into X later.

The most effective idea I have at the moment is to create your own thread. Most users reading this are interested in ndiswrapper already, since that's that title. They have no idea they're stumbling onto a FC3 installation issue. I would go to Distributions -> Fedora -> Fedora - Installation and then create a new thread stating what you just posted here.
 
Old 03-13-2005, 09:46 PM   #15
mariag
LQ Newbie
 
Registered: Mar 2005
Posts: 6

Rep: Reputation: 0
Thanks....will do.
 
  


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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ndiswrapper working but... StraitFaced Linux - Wireless Networking 8 09-10-2005 04:29 PM
Ndiswrapper not working Help!! tirusthevirus Linux - Wireless Networking 2 07-16-2005 09:09 AM
Boot CD is not working. I got a blank screen after prompt. BEYAZITTOSUN Linux - Laptop and Netbook 2 02-18-2005 03:37 AM
SUSE 9.2 + Ndiswrapper - working except at boot pcmanning Linux - Wireless Networking 0 02-14-2005 10:17 AM
ndiswrapper stops working after a while. tfc Linux - Wireless Networking 1 10-05-2004 09:37 AM


All times are GMT -5. The time now is 05:41 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration