LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-15-2002, 10:45 PM   #1
slacker007
LQ Newbie
 
Registered: Apr 2002
Posts: 11

Rep: Reputation: 0
Major Suse 8.1 Problems!!!!!!!!!!


Hi All,

I need some real help here. Iv got some major problems with Suse 8.1

1. Floppy will not work. Iv tried the mount command i get: not found in etc/fstab, i added a line for the floppy ( not sure it was correct), but I got an error afterward : dev/fd0 not a valid block device? What is this? How can I fix this; futhermore, could someone please give a step by step process to add a floppy to suse?

2. I have a HP psc 2210 printer,andI have the hp drivers for linux the hpoj v.90, but I can't configure yast2 printer section to work with the printer. The printer is supported with this version of the driver.

3. My system is missing several key folders,for I was going to try and reconfigure my kernel, and I don't have the /linux folder to use the make config command? How do you configure your kernel in suse 8.1?

I thank you all who respond to this i really need your help.

Thanks in Advance.
 
Old 12-16-2002, 06:29 AM   #2
rootboy
Member
 
Registered: Oct 2001
Distribution: Mint 15
Posts: 770

Rep: Reputation: 51
Re: Major Suse 8.1 Problems!!!!!!!!!!

[QUOTE]Originally posted by slacker007
Hi All,

I need some real help here. Iv got some major problems with Suse 8.1

1. Floppy will not work. Iv tried the mount command i get: not found in etc/fstab, i added a line for the floppy ( not sure it was correct), but I got an error afterward : dev/fd0 not a valid block device? What is this? How can I fix this; futhermore, could someone please give a step by step process to add a floppy to suse?
[/quote

Here's my entry in fstab (BTW, I'm using SuSE 8.1 as well):
/dev/fd0 /media/floppy auto noauto,user,sync 0 0

You should already have a /dev/fd0 entry, but check it anyways. It should be "2, 0".


Quote:
2. I have a HP psc 2210 printer,andI have the hp drivers for linux the hpoj v.90, but I can't configure yast2 printer section to work with the printer. The printer is supported with this version of the driver.
It doesn't appear that your printer is listed in Yast...

However:
http://www.linuxprinting.org/show_pr...um=HP-PSC_2210

Quote:
3. My system is missing several key folders,for I was going to try and reconfigure my kernel, and I don't have the /linux folder to use the make config command? How do you configure your kernel in suse 8.1?
Isn't this like missing several key organs? What folders are you missing, and shouldn't you fix these first?

As for configuring your kernel (I rarely do this, so caveat reader), start with the How-To:

http://lxuser.tripod.com/linux/kernel2.html


John
 
Old 12-16-2002, 07:08 AM   #3
slacker007
LQ Newbie
 
Registered: Apr 2002
Posts: 11

Original Poster
Rep: Reputation: 0
hi rootboy,

thanks for the post, The folders im looking for is in the
/usr/src/linux that is where all the how-to manuels say to start. I dont have this folder.

Also I have no enter at the /dev/fd0 folder, infact i do not have a /dev/fd0 at all, but i do have a /dev/fb ?

So do i need to make a entry? and what excatly do i need to put in it.?

Also are there another program in Suse 8.1 to config the printer with excetp yast?

thansk Again
 
Old 12-17-2002, 04:35 AM   #4
rootboy
Member
 
Registered: Oct 2001
Distribution: Mint 15
Posts: 770

Rep: Reputation: 51
Quote:
Originally posted by slacker007
hi rootboy,

thanks for the post, The folders im looking for is in the
/usr/src/linux that is where all the how-to manuels say to start. I dont have this folder.
You're welcome

That explains why you can't build your new kernel, this directory (and the 20-40 meg of files that go with it) is where the source code for the linux kernel is stored.

Fire up Yast2 and install the linux kernel sources. That ought to fix it.


Quote:
Also I have no enter at the /dev/fd0 folder, infact ido not have a /dev/fd0 at all, but i do have a /dev/fb ?

So do i need to make a entry? and what excatly do i need to put in it.?
Now this is weird..., but fixable. "su" to root in a terminal, if you don't know how to do this, simply login as root, do what you need to do, and then log back out ("su" is easy though).

Follow these directions as "root":

1) Type in "cd /dev", hit enter.
2) Type in "mknod /dev/fd0 b 2 0", hit enter.

All done. This will create a new (block) device called "fd0" in /dev. You should be able to use your floppy now.

Don't forget to log out of root.


Quote:
Also are there another program in Suse 8.1 to config the printer with excetp yast?
Probably not one in Yast, but go here and get the driver for it (I don't know why it isn't listed in Yast, I might of missed it but I don't think so)

http://www.linuxprinting.org/show_pr...um=HP-PSC_2210



Quote:
thansk Again
Anytime


John

Last edited by rootboy; 12-17-2002 at 04:38 AM.
 
Old 12-17-2002, 06:59 AM   #5
slacker007
LQ Newbie
 
Registered: Apr 2002
Posts: 11

Original Poster
Rep: Reputation: 0
Ok, I did the dev/fb0 thing above, but the same error keeps poping up: Not a valid block divice. I also check the /dev folder for the fd0 file and it is in there, I looke at the premission setting and checked them all hoping that might help.

Any more ideas on this?

Ill going to load the kernel when i get back from work. Also would it be possible that my kernel is not setup to use a floppy?

Thanks Again
Daryl
 
Old 12-17-2002, 07:38 AM   #6
rootboy
Member
 
Registered: Oct 2001
Distribution: Mint 15
Posts: 770

Rep: Reputation: 51
Quote:
Originally posted by slacker007
Ok, I did the dev/fb0 thing above, but the same error keeps poping up: Not a valid block divice. I also check the /dev folder for the fd0 file and it is in there, I looke at the premission setting and checked them all hoping that might help.

Any more ideas on this?
Ummm, I'm failing fast

Do a "dmesg | grep floppy" and post what comes up here.


Quote:
Ill going to load the kernel when i get back from work. Also would it be possible that my kernel is not setup to use a floppy?
It should work unless you removed support for the floppy drive when you built the kernel.


Quote:
Thanks Again
Daryl
Anytime

John
 
Old 12-18-2002, 04:23 PM   #7
slacker007
LQ Newbie
 
Registered: Apr 2002
Posts: 11

Original Poster
Rep: Reputation: 0
Well, Thanks again for you post!

After a week fighing this thing, I decided to let Suse 8.1 go. I installed the Mandrake 9.0, and all is well in linux land. Even the Psc 2210 works perfectly. It actually installed the printer just with a scan. Floppy works great, and it even picked up the cd-rw i have.

I wonder why Mandraked work so well and Suse.8.1 didnt?

Well Thansk for all your help.

Happy Holidays
Daryl
 
Old 12-19-2002, 06:12 AM   #8
rootboy
Member
 
Registered: Oct 2001
Distribution: Mint 15
Posts: 770

Rep: Reputation: 51
Quote:
Originally posted by slacker007
Well, Thanks again for you post!

After a week fighing this thing, I decided to let Suse 8.1 go. I installed the Mandrake 9.0, and all is well in linux land. Even the Psc 2210 works perfectly. It actually installed the printer just with a scan. Floppy works great, and it even picked up the cd-rw i have.

I wonder why Mandraked work so well and Suse.8.1 didnt?

Well Thansk for all your help.

Happy Holidays
Daryl
Excellent

As for SuSE, it may have been that something got messed up during the install. But if Mandrake works for you, then go with it

Happy Holidays to you too!


John
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
SUSE 10.0 major troubles! newtwolinux SUSE / openSUSE 2 10-08-2005 05:19 AM
major problems serksimper Linux - Enterprise 2 08-16-2005 08:38 PM
having major problems, help! Niflheim Linux - General 11 03-04-2005 01:31 PM
MAJOR problems! CPUguy387 Linux - Newbie 3 08-20-2004 02:50 PM
SUSE major install problems suselinux Linux - Software 3 08-30-2001 05:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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