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 01-11-2002, 04:19 PM   #16
9nine9
Member
 
Registered: Nov 2001
Distribution: Debian, Fedora, Kubuntu, Puppy
Posts: 166

Original Poster
Rep: Reputation: 30
Re: You have to pass a kernel option


Quote:
Originally posted by jdogg2001
I had the same problem. To fix it, just pass "nobiospnp" option to the kernel. If you boot with lilo, open /etc/lilo.conf, find the kernel you want to boot, and add the above option to the end of the line that says append="..., ..., ..., nobiospnp".
That should fix it. Hope it works. Later.
Yep. That did the trick. There's a note about this problem over at the Mandrake site on the Errata page.

Thanks for the input.
 
Old 01-11-2002, 06:09 PM   #17
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Quote:
Originally posted by 9nine9

Properties for fd0:

Type: Block Device
Location: /dev
Size: O B (0)
Points to: floppy/0
"Points to floppy/0"? is this a sym link? It should be the other way around, /dev/floppy should be a link to /dev/fd0
Quote:

Properties for 0:

Type: Block Device
Location: /dev/floppy
Size: O B (0)
This entry should be the link
Quote:

Also, in the Control Center, in the area where the drives are, on the tab for removable drives, my cdrom and cdrw are there but there is no floppy drive. Shouldn't it be there with the other removable drives?
One its working it will be there.
You might want to try running the makedev script to recreate your floppy dev entries, see "man MAKEDEV" for the commands.
 
Old 01-11-2002, 08:27 PM   #18
9nine9
Member
 
Registered: Nov 2001
Distribution: Debian, Fedora, Kubuntu, Puppy
Posts: 166

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Aussie

One its working it will be there.
You might want to try running the makedev script to recreate your floppy dev entries, see "man MAKEDEV" for the commands.
I was finally able to get my floppy working by adding 'nobiospnp' to the append line of /etc/lilo.conf.

At this stage of my Linux experience, I don't know how to tell the difference between a symlink and a link.
 
Old 01-11-2002, 09:50 PM   #19
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Ah yes...links, it helps if you think of hyperlinks but instead of html think of internal links on your computer. A hard link is between things in the same directory and a sym link can span directories....IIRC.
 
Old 01-13-2002, 03:32 PM   #20
9nine9
Member
 
Registered: Nov 2001
Distribution: Debian, Fedora, Kubuntu, Puppy
Posts: 166

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Aussie
A hard link is between things in the same directory and a sym link can span directories....IIRC.
Does that mean all the icons on the desktop are sym links?
 
Old 01-13-2002, 03:44 PM   #21
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Quote:
Originally posted by 9nine9


Does that mean all the icons on the desktop are sym links?
That depends, I have a hyperlink on my desktop, but all the rest are sym links
 
Old 01-13-2002, 03:53 PM   #22
9nine9
Member
 
Registered: Nov 2001
Distribution: Debian, Fedora, Kubuntu, Puppy
Posts: 166

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Aussie

That depends, I have a hyperlink on my desktop, but all the rest are sym links
So how do ya tell?
 
Old 01-13-2002, 08:41 PM   #23
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Because I put them there. You can only do a sym link or a hyperlink on the desktop...well you could do a hard link but it would have to be a link to something else on the desktop, so there would be not much point in it.
 
Old 03-28-2002, 12:59 PM   #24
Z13
LQ Newbie
 
Registered: Mar 2002
Location: Illinois
Distribution: Mandrake 8.1
Posts: 2

Rep: Reputation: 0
Unhappy

Hi, i got the same problem. BTW there are 3 lines with append="..." in my lilo.conf file. Which one should i change?

 
Old 03-28-2002, 02:38 PM   #25
Z13
LQ Newbie
 
Registered: Mar 2002
Location: Illinois
Distribution: Mandrake 8.1
Posts: 2

Rep: Reputation: 0
Wink

Nevermind. It's working now.
 
Old 03-28-2002, 05:34 PM   #26
Sixpax
Member
 
Registered: Mar 2002
Distribution: Mandrake 8.1
Posts: 386

Rep: Reputation: 31
Quote:
A hard link is between things in the same directory and a sym link can span directories
Actually, that's incorrect. A hard link can be anywhere on the same filesystem, not just in the same directory. It actually points to the same spot on the disk, so for all intents and purposes, it's the same as the origional file except with a different name. If the origional file is deleted, the hard link remains intact. With a sym[bolic] link, if the origional is deleted, you just have a broken link... the file (or directory) is gone.
 
  


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
mandrake installation without floppy ?!! bitonious Linux - Laptop and Netbook 1 10-22-2005 04:14 AM
boot floppy for mandrake 10 santasballz Linux - Newbie 1 12-06-2004 07:18 PM
Mandrake 10 problems with CD and floppy abjensen Mandriva 9 03-26-2004 11:35 PM
floppy problems in mandrake 9.0?? len Linux - Newbie 4 07-10-2003 04:20 PM
use cdrom and floppy in Mandrake 8 happy hippo Linux - Newbie 0 08-22-2001 12:09 PM

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

All times are GMT -5. The time now is 09:34 PM.

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