LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-24-2006, 03:55 AM   #1
Neogenesisfool
LQ Newbie
 
Registered: Mar 2006
Posts: 7

Rep: Reputation: 0
Angry First Linux System, Tons of Problems


The first time I tried to start a linux system I complety crashed my computer. After three months my computer was fixed and I tried to start a system again. I installed Fedora Core 5 on my second harddrive and the problems i've had are all involving the most important features. The computer is a desktop i got from a fundraising sale for a local college, so since it's not my primary hardware i'm trying to create a usable linux system.

1. Grub has only a three second counter and I doesn't show any other operating systems, I have windows xp on another harddrive and would like it to offer it as an option.

2. Most importantly my internet doesn't work. I have a usb wi-fi receiver that requires drivers from a cd. The drivers are only for windows and linux won't recognize the hardware. If it helps it at it's a zytel receiver

3. My sound card didn't autorecognize. Is there a way to get my linux system to use my settings from my windows xp.

Any help would greatly be appreciated. I've taken classes on linux but none of them dealt with installs and setups, all shell work.

Last edited by Neogenesisfool; 03-24-2006 at 03:56 AM.
 
Old 03-24-2006, 04:41 AM   #2
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
Hi and welcome to Linux questions

Over my short time here i've seen many of the same question, the forum has an excellent search feature that will help you track down the answers.

1) you can edit the grub timer in /etc/grub.conf (you must be logged in as root to edit it) you can also add the WINXP boot section there if you know what it is (do not start copy/pasting random stuff), if not look into grub-install, i believe it'll pickup the partitions itself.

2) Wi-fi is quite a pain from what i understand, on the account of Windows only drivers, there is such a thing called NDISWRAPPER that will put a wrapper around windows drivers to make them work on a Linux system - http://ndiswrapper.sourceforge.net/

3) What is the soundcard? it's not really the settings, it's the drivers, more obscure/newer cards may not be supported YET (but chances are it will be, aint Linux great )

Sorry it's not definitive steps but gives you something to research on each problem,
 
Old 03-24-2006, 04:43 AM   #3
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Rep: Reputation: 45
hi,
Quote:
1. Grub has only a three second counter and I doesn't show any other operating systems, I have windows xp on another harddrive and would like it to offer it as an option.
post the o/p of grub.conf and #fdisk -l

regards
 
Old 03-24-2006, 05:11 AM   #4
muha
Member
 
Registered: Nov 2005
Distribution: xubuntu, grml
Posts: 451

Rep: Reputation: 38
1) you want a dual boot. (as root) check out your grub settings:
Code:
cat /boot/grub/menu.lst
On my machine it boots windows with this section from menu.1st:
Code:
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
    chainloader (hd0,1)+1
But it depends on your harddisk setup which disk you point to ..
 
Old 03-24-2006, 05:16 AM   #5
Neogenesisfool
LQ Newbie
 
Registered: Mar 2006
Posts: 7

Original Poster
Rep: Reputation: 0
I found my grub file and tried to edit it as root. How do I get rid of my swap files from failed attempts at editing it?
 
Old 03-24-2006, 05:19 AM   #6
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Quote:
2) Wi-fi is quite a pain from what i understand, on the account of Windows only drivers, there is such a thing called NDISWRAPPER that will put a wrapper around windows drivers to make them work on a Linux system - http://ndiswrapper.sourceforge.net/
Neogenesisfool, ndiswrapper is the last and bad solution, you have to see if your wireless card has native-Linux support.
Zytel? Zyxel? Which model? Give more information..

I'm really against ndiswrapper unless it's the only solution.
 
Old 03-24-2006, 08:13 AM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Neogenesisfool
I found my grub file and tried to edit it as root. How do I get rid of my swap files from failed attempts at editing it?
Be sure you are editing the file in /boot/grub---it is often named "menu.lst"

Generally, when you edit a text file, the system will keep the previous version (with "~" appended). To delete one of thesee, just do rm <filename> If you are playing with any config file, it is always wise to save the previous version so you cna get back to it. As long as there is only one file named --eg--menu.lst, the system will not get confused.
 
Old 03-24-2006, 01:53 PM   #8
Neogenesisfool
LQ Newbie
 
Registered: Mar 2006
Posts: 7

Original Poster
Rep: Reputation: 0
When i go to the auto recognize section for wireless it doesn't even list the brandname.

my sound card is a cirrus 4614/22/24 [crystal clear soundfusion audio accelerator.
The wireless car is a Zyxel G-200 external wi-fi receiver. I've looked online and can't find a driver for linux for it.

Last edited by Neogenesisfool; 03-24-2006 at 11:58 PM.
 
  


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
Tons of Duplicate Packages on AMD64 System... sancho Linux - Software 7 07-20-2006 11:45 AM
Having tons of problems with WINE calmlikeabomb Fedora 4 01-27-2004 05:46 PM
System tuning: tons of memory, 2 P4/w. hyper-threading, NOT I/O bound - what next? mudblood Linux - General 8 09-16-2003 01:03 PM
Tons of spam and viruses... TippyToes Linux - General 5 08-28-2003 11:28 PM
Tons of upgrades jeremy LQ Suggestions & Feedback 0 12-26-2001 03:26 PM

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

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