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

Notices


Reply
  Search this Thread
Old 05-21-2005, 12:41 AM   #1
ArmOrAttAk
Member
 
Registered: May 2005
Location: NYC
Distribution: Slackware, Gentoo
Posts: 30

Rep: Reputation: 15
This is My Story


This thread was originally titled: This is My Story
Some lame-brain mod decided to rename it cups won't start.
I sent him a very nice email asking him to rectify. -ignored

So
I'll erase my original "story" and replace it with this, and call him a lame-brain, and now I feel better.

RE:
XavierP

Last edited by ArmOrAttAk; 06-15-2005 at 11:49 PM.
 
Old 05-21-2005, 07:31 AM   #2
acidjuice
Member
 
Registered: Jan 2005
Location: a tiny spot on the iceberg
Distribution: Slackware 10.1 (dropline 2.10, kernel 2.6.11.6)
Posts: 320

Rep: Reputation: 30
hello and welcome!

didn't want to leave this unanswered at all so just a little suggestion: please concentrate in separate posts your various issues, and be concise on the errors you are experiencing, like exact text you are receiving or what is it exactly that it's not working ('not printing' may not tell enough to help you out).

1. quake: i get correctly that you get an error stating 'no such file or directory' when you run the file?
2. you actually cannot get your HP OfficeJet G85 to print, but you get a statement that the printing has been done? what are you using to print? cups?
3. you need to modify your configure files to change the default sending port 25 to another one to pass through your ISP blocks. which program are you using?
4. these look enough for me already

just to get things straight.

cheers,

aj.

Last edited by acidjuice; 05-21-2005 at 07:32 AM.
 
Old 05-21-2005, 08:03 AM   #3
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
1) you could try " ./quake " , after you cd to the dir. where quake is.

egag
 
Old 05-21-2005, 09:43 AM   #4
slackMeUp
Member
 
Registered: Nov 2003
Distribution: Slack-where?
Posts: 654

Rep: Reputation: 30
Hi there,

I'm glad you like slack so much, it rocks.

I've also looked into the quake thing in my past, but never got it to fully work. So I'm interested in hearing what others have to say about your problem.

egag has a good point, sometimes when you are using /etc/profile when bash is launched (IE: when you login a tty) then you will need to './' in the current directory. I think it's because the CWD is not in the default path, but whatever doing the ./ with just give bash that extra info that you are looking in the current directory.

Anyway, good luck and happy slackin .
 
Old 05-21-2005, 12:51 PM   #5
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
ArmorAttak,

First of all, I think the 'command not found' errors you're getting with quake are because the executable isn't in your path and you're running as root. When you're running as root, the current directory is almost always excluded from your path for security reasons. To execute a file within your current directory, the operator './' is used before the filename. ie:
Code:
./filename
While it's true that linux/unix are case sensitive, that doesn't mean that they won't handle uppercase filenames. Your 'quake' executable can be renamed to random characters for all linux cares.

All that said, even if quake does install correctly, chances are that it will not run properly for lack of 3D acceleration. Unless you've taken steps that you haven't mentioned here, you haven't set up X with the drivers to take advantage of all the features of your particular video card. There are both open source and proprietary drivers for ati and nvidia chipsets. The proprietary drivers usually yield better performance, but can be a hassle to install. The open drivers are generally easy to get working, but don't yield the same performance.

I think we need to tackle that problem before you start pulling your hair out, wondering why Quake doesn't run like it should

--Shade
 
Old 05-21-2005, 01:02 PM   #6
rovitotv
Member
 
Registered: Jan 2003
Location: Dayton, Ohio
Distribution: Slackware 10.2
Posts: 116

Rep: Reputation: 15
How to ask questions the smart way

You should read this link:
http://www.catb.org/~esr/faqs/smart-questions.html

How to ask questions in a optimal manner. Your questions are not very clear and you should ask each question in a separate thread. Please give all information with each questions (version of slack, version of Quake, hardware), you can never include too much information. I also tend to focus all my energies on a single issue until I get it working then move onto the next issue. Another great place to get help for new people is a local LUG (linux users group). Most LUGs have question/answer periods durning their meetings. Don't get the wrong idea that posting a question is a bad idea it just needs to be done correctly. Good luck!
 
Old 05-21-2005, 01:17 PM   #7
mortal
Member
 
Registered: Mar 2004
Location: Soviet Kanuckistan
Distribution: Slackware 12.2
Posts: 216

Rep: Reputation: 31
ahhh...Quake on slackware.It is do-able and runs great provided you have the right hardware.

What kind of video card do you have?

If you have an NVIDIA card then this will be very easy.Firstly you have installed the NVIDIA driver for linux from www.nvidia.com then you have ajusted your xorg.conf to use that driver.

Now you go here http://www.fuhquake.net/files/instal...0.31_linux.bin

download that and run the installer from your linux desktop.Then copy the right files from your quake cd into the new fuhquake directory on your linux box.

Then run the game by cd'ing to the fuhquake directory and "./fuhquake-glx" or whatever the linux .x86 executable is.
You will need to add stuff like -fullscreen 1 -nomdga 1 to the command line.

If you are not using an nvidia based 3d accellerator or possibly some other kind of 3d card that you can manage to get a good linux driver for then dude -I'd stick to quaking on windows cuz my experience with the software x11 quake is piss poor performance.
 
Old 05-22-2005, 01:36 PM   #8
Lallo
LQ Newbie
 
Registered: May 2005
Distribution: Slackware 10.1
Posts: 24

Rep: Reputation: 15
Quote:
Originally posted by mortal
ahhh...Quake on slackware.It is do-able and runs great provided you have the right hardware.

What kind of video card do you have?

If you have an NVIDIA card then this will be very easy.Firstly you have installed the NVIDIA driver for linux from www.nvidia.com then you have ajusted your xorg.conf to use that driver.
I've got a nvidia RIVA TNT. Would you think I benefit from nvidia linux drivers? :-)
 
Old 05-22-2005, 02:00 PM   #9
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Quote:
Originally posted by Lallo
I've got a nvidia RIVA TNT. Would you think I benefit from nvidia linux drivers? :-)
Yes

ArmOrAttAk:
1) Are you trying to execute the Windows binary or a Linux version?
2) I remember seeing some drivers for HP (sponsored by them) in http://sourceforge.net but I don't know which printers they support and/or how to install them.
3) You may be entering some bad config because it shouldn't cut the internet connection. Are you running a firewall in Slack? That may cause a problem too..

Last edited by gbonvehi; 05-22-2005 at 02:16 PM.
 
Old 05-22-2005, 09:00 PM   #10
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Re: This is My Story

Quote:
Originally posted by ArmOrAttAk
My first computer was a win95 box. The thing broke down constantly until I found this book USING MS-DOS 6.2. I learned how to boot, partition, get the bargain bin DOS games running, and generally how to maintain the system. Played around with QBasic a bit and enjoyed working with the DOS prompt.

My second computer was a real bargain $1300.00 less than my first and ten times faster. It came preinstalled with winME. That OS wasn't very friendly, so I decided to install my win95. The computer wouldn't run it and I had to acquire win2K. That really pissed me off that my 95 cd was now worthless, unmaintained, product lifespan BS.

Now I tried to learn some Java because it was free. Bought a few books, but it wasn't coming to me as easy as I would have thought/liked. There seemed to be some step I was missing. My internet gaming was taking up every bit of my free time. So much so that I resolved to get rid of the computer and gave it away.

Well I was bored beyond belief for 6 months. Reading books (loathe television) watching movies. Picked up this Fedora Core book with a DVD linux distribution. Installed it on a partition on my sons computer and read the book. WOW I really liked this linux OS. I didn't know C was free! I started dabbling with that, but like before, seemed I was missing something. I picked up some books from the library. this one about assembly language seemed to get me closer although the book was for 8088 processors. Also books about Apache, and MySql.

I finally broke down and bought this box to fool around, and satiate my boredom. Onwards then.. I liked the Linux OS but not really the Fedora distribution. Couldn't open MP3s, JPEGs, "all functionality for copying CDs has been removed", etc, and It left a bad taste in my mouth that it was spunoff Redhat. So since my Fedora book mentioned FreeBSD so much I tried it. Couldn't get it to install(well boot anyway).

Further investigating brought me to Slackware. I love it even though I can't get anything to work. I've noticed that you're a friendly helpful lot in this forum, I have no problems RTFMs, and I do, but my time is finite and I would like some functionality out of this thing already. I've tried getting help in linux channels on undernet but my problems must be beneath the powers that be or something..

1
Installing Quake1. I have to boot windows to play. I've searched google and this message board and I'm stumped. No such file or directory is the error i get. The file is most definitely there with the right permissions. I have a suspicion that it has to do with filenames in uppercase? I found a script that supposedly changes all uppercase names to lowercase names in the current directory. I couldn't figure how to run it so I renamed them all manually. Still no luck, could it be the text in my config files? Any help would be appreciated.


Firstly I am going to say this is my language, ot Non Technical or NHS Normal Huam Speech, Welcome to the Linuxquestions site and everyone here is wonderfiul people. Varying degre of ability, and all can help in many ways. No one here can not help, everyone will help where they can. From a Slackware girl of 4 months now.

Quote:
ArmOrAttAk
2
Getting my HP OfficeJet G85 to actually print when print jobs are reported successful. This had been a lesson in time wasted. After a week of searching linuxprinting.org, HP website, IRC, Google I found, on my PC manufacturers website, a BIOS update needed for support of -drumroll please- HP all in one machines! Flashed the BIOS, still nothing. I'm using CUPS, hpijs foomatic driver(recommended). Just yesterday I came upon a site that said I have to use HPOJ driver for my printer to work. So, I'm getting alot of conflicting advice. Would I have to uninstall the hpijs driver first? Another URL said something about having to install an older version of ghostscript, or was it the kernal. I feel as though I could sit here till the end of my life just trying different configurations and not get any further. Did I mention it's USB port and it works fine with that other OS? What more can I say? I have a feeling it's something simple print jobs are reported successful but the printer itself proves otherwise.


I just took a look at the Cups setup for my system, I have an HP Photosmart 1215VM and it works, so Itook the chance to look, and Cups has the drivers for your very printer. Did you tick off Cups on the install?? I hope that when you installed Slackware, you did a full install. Speaking of which, what Desktop did you choose?? KDE, Gnome, XFCE, Windowmaker?? This will also help others to know how to approach what you are doing.

Quote:
ArmOrAttAk
3
I read the thread "This is how I do it all". Compiled my kernel successfully after 7 tries. Anyway I went to DynDNS.org and signed up and decided to try a mail server first. OK it's not working not long into it I checked my ISPs message board to check if they're blocking port 25, they are. I looked at a few mail configure files to see if there's a port 25 option somewhere that I could edit to another #. No biggie I didn't find it but I didn't search that thoroughly. My problem is my router LinkSYS, when I enable DMZ my internet connection is cut. That's crazy it's supposed to open my ports not close them all. Again it works fine with the other OS. Actually I haven't spent much time on this and I don't even know if there's a question here...


My new Motherboards chipset is not yet supported by the new kernels, so I am waiting.

Quote:
ArmOrAttAk
4
That's it I don't like to start too many projects at once. When I get some of them fixed I'll move on to CD burning, Apache, etc.

So that's my story. I love this Slackware and I am determined to have it to do my bidding. Hopefully sooner than later. I don't have any linux buddies so please help. And IF you are inclined to do a good deed for the day... I'm sure we can get things working in no time if we hook up IRC, or ICQ.

-thanks!
I yahoo chat with Kopete so if you want and have a yahoo acct, yim me. I have to setup my ICQ account again.

I hope that all who have answerefd here have given you the insight, and answers to all your questions. One note, do a google search for swaret, or slapt-get, and then if you get slapt-get, get the -current one, so it will update all your programs to the most current of Slackware. I am personally using a RC like release from May 2, 2005 that does not include Gnome at all. You must have KDE 3.3.2 installed and Gnome 2.6.1 also. There are a lot of new updates, GCC GTK and many other Programming tools. On Apache, run the apachweconfig and make your ssl key, this will be your basic firewall. There is also a program called Webmin that is a Front end Firewall you can work with through your browser. On the updates, if you get slapt-get, then use the "installpkg slapt-get*.tgz" and it will install for you. Then at the Commad prompt, type slapt-get -update, this will get a listing of packages installed, and what is new. then type slapt-get to get a list of commands. use the -disto-upgrade. There will be a lot of files if you installed the 10.1 Virgin discs. Feb 2005. You will probably want to do this over night. Its about 120MB or so or even more. Maybe 1GB even. I have 4 CD's of 700MB Cd's burnt with all the updates.

On one of the 4 CD's the 3rd I belive, is K3B, a nice KDE front end to CD Burning. you can install that the same way. fromt he command line, type mount /mnt/cdrom, then when the prompt comes up, type cd /mnt/cdrom you will then type ls and see the directories. Fine the "Extra" one and look for the K3B files. After you install it, then cd back to your root, and umount /mnt/cdrom so you can remove the Cd from the tray.

Happy Slackware to you and I hope that you don't get information overload here.

Last edited by BenneJezzerette; 05-22-2005 at 09:02 PM.
 
Old 05-23-2005, 12:00 AM   #11
mortal
Member
 
Registered: Mar 2004
Location: Soviet Kanuckistan
Distribution: Slackware 12.2
Posts: 216

Rep: Reputation: 31
Quote:
Originally posted by Lallo
I've got a nvidia RIVA TNT. Would you think I benefit from nvidia linux drivers? :-)

I really don't know....;p

But I did go on to say that if he could manage to get a good driver for whatever type of card be it ATI or whatever then he is set.However,if he does not have a card that has a decent driver for 3d accelleration under linux then it's kind of a lost cause.

My only gaming experience with Linux has been with NVIDIA cards so it is only possible for me to help with those cards.

I will add that NVIDIA is very cool for providing solid Linux and FreeBSD drivers for there latest and not so latest cards
 
Old 05-23-2005, 12:13 AM   #12
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Quote:
Originally posted by Lallo
I've got a nvidia RIVA TNT. Would you think I benefit from nvidia linux drivers? :-)
go to the nVidai site and look, they will tell you if they can, look at the download driver sections and see if they have one for the Riva TNT
 
Old 05-23-2005, 12:38 AM   #13
ArmOrAttAk
Member
 
Registered: May 2005
Location: NYC
Distribution: Slackware, Gentoo
Posts: 30

Original Poster
Rep: Reputation: 15
acidjuice>
I was hoping someone would read this and say.. OH YEA the same thing happened to me and all I had to do was.. xxxxx. Guess not, I will be more specific next time.

egag>
Yes, I did do a ./quakex11 in the directory.


slackMeUp>
Thanks for the good luck.

Shade>
I'm not trying to install the GL version yet quakex11 is regular svga. I want to successfully crawl before I start running...

rovitotv>
Like I said I was hoping it was something simple that didn't require me to get into all that. I'm going to check out the LUG, thanks.

mortal>
My video card is VooDoo3 16mb. I know the company is gone. I couldn't get GLquake running with the onboard graphics and I had this laying around, what a bitch to install the non-MS driver for it on XP.
Funny about that fuhquake.. I did try installing that but the installer doesn't/can't/won't accept my java path, can't find java or something don't remember right. I spent some time trying to set that up, went to the fuhquake irc channel too but no help. I installed that some time ago on windows but didn't really like it so to hell with it.
Thanks for the advice though, I have a problem with my windows net connection keeps disconnecting me icq, irc. In quake this amounts to a good second of icon every 2 minutes or so. No such disconnects with linux I don't need anything spectacular just 60fps GL will be great. I'd like to never have to boot that other OS again...

gbonvehi>
I am running the linux version. I copied my quake folder from c:\, copied quakex11 to the new /quake/ and /quake/id1, not sure which to use but the instructions say that all quakex11 needs is pak0.pak and I need all my .cfgs.

I'll check out sourceforge net for the drivers.

I've worked out my router problem.

BenneJezzerette>
I did a full install Slackware 10.1. Then I put in a different harddrive for another full install the Gnome package failed but I don't like Gnome anyway. I like and use Fluxbox. Oh then I copied my custom kernel from the previous HD to the new /boot.
I will look for you Yahoo, if I can't find you and your ICQ gets up add me 21602371.
I tried the swaret on my last install(other HD) but I kind of don't want to do that *yet* Tried the K3B with fedora and it wouldn't work :P
I saw a nice tutorial how to do it in BASH I hope I can find it again when that project comes up...
 
Old 05-23-2005, 12:49 AM   #14
ArmOrAttAk
Member
 
Registered: May 2005
Location: NYC
Distribution: Slackware, Gentoo
Posts: 30

Original Poster
Rep: Reputation: 15
Update

I successfully routed my email through my ISP. I sent myself a mail from...
1337.us3r@1337.com
It was auto delegated to the junkmail folder but hey I always wanted to do that!
I was awed when I used to get mail from my own name..

I also got Apache running smoothly :)
 
Old 05-23-2005, 01:40 AM   #15
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Quote:
Originally posted by ArmOrAttAk
Update

I successfully routed my email through my ISP. I sent myself a mail from...
1337.us3r@1337.com
It was auto delegated to the junkmail folder but hey I always wanted to do that!
I was awed when I used to get mail from my own name..

BenneJezzerette>
I did a full install Slackware 10.1. Then I put in a different harddrive for another full install the Gnome package failed but I don't like Gnome anyway. I like and use Fluxbox. Oh then I copied my custom kernel from the previous HD to the new /boot.
I will look for you Yahoo, if I can't find you and your ICQ gets up add me 21602371.
I tried the swaret on my last install(other HD) but I kind of don't want to do that *yet* Tried the K3B with fedora and it wouldn't work :P
I saw a nice tutorial how to do it in BASH I hope I can find it again when that project comes up...

I also got Apache running smoothly
Hi again, 1. glad you got your e-mail all working. I use Firefox and Thunderbird for web browsing and e-mail.

As fior the Install good, then you got everything and did not mess it up like I did on my first install. I use KDE myself and K3B is a KDE application, so I don't know how well fluxbox will work with it. The Slackware I have currently is a RC sort of and has not any Gnome Apps or Games, so I am missing a few things, and Stones is one of them. A fun Atari game from my past. Oh well Mahjong is myother game. I have not been able to get any good working kernels exceptting say Linux 2.4.9 or even Linux 2.4.30 fromt he Slapt-get updates, of which I think I may do again. I have apache and PHP setup, plus a program called Webmin, a nice Firewall front end. Fedora and several otehr Disrtibutions have problems, they do thta for (C) issues since they are not willing to let you use MP3's or much else from your Private collections. Slackware is much bettter on that. I have a full printout of the BASH set and it's nice, but I found a really nice command that is not mentioned anywhere. It's good for those times you need to do some updates. poweroff, it shuts off the system and nicely too, as it unmounts all your drives, or partitions, and then just turns off the computer.

I also have been doing some Laptop installs of Slackware Linux on an E-Machine, fun too, as the Feb 2005 one messed with things, then the May 2, 2005 RC I have worked like a charm. Anyway I am glad you have it all working now. So be well and Slackware away with all the best and oldest distribution of Linux around.
 
  


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
cups wont start Smokey Slackware 6 04-01-2009 08:46 AM
cups refuses to start Yalla-One Slackware 2 11-13-2005 03:22 AM
How do I get cups to start at boot or........ BajaNick Slackware 12 12-13-2004 03:32 PM
start CUPS on boot allelopath SUSE / openSUSE 4 12-09-2004 03:03 PM
CUPS won't start dave37 Linux - Newbie 0 10-07-2003 07:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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