IBM developerWorks
           Linux Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsLinux Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now!
  #1  
Old April 30th, 2002, 09:28 AM
neon_tom neon_tom is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 12 neon_tom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Slackware 8 install -- last few problems

I installed Slackware 8 the other day and I've been able to get almost everything working ok but I just have a few issues left.

1. Video resolution -- I had to diable all but 800x600 just to get rid of the "virtual desktop" effect where my desktop is bigger thatn the screen. If I have 1024x768 listed in /etc/X11/XF86Config then the desktop is slways that size, not matter what the resolution. Any idea how I can get it fixed to allow multiple resolutions and ditch the virtual desktops? Strange thing is that there's no "Virtual" line in /etc/X11/XF86Config.

2. Sound card -- I have an old SoundBlaster64 sound card that the system won't recognize. I adjusted the bios to give it IRQ 10 on startup because it wouldn't work under any other Linux distro either. Now it works fine under Red Hat and Mandrake for sure. How do I configure it for Slackware?

3. Printer -- I'm running an SMC Barricade broadband router with a print server built in. How on earth do I get Linux to recognize it? I have a hard enough time getting a local printer installed!

Well, there's the major problems. If anyone has any ideas, I'd definitely appreciate any help you can give! Thanks!

Reply With Quote
  #2  
Old April 30th, 2002, 10:34 AM
neon_tom neon_tom is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 12 neon_tom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
1. It's a Voodoo 3 card and I can get 640x480, 800x600, 1024x768 to all work but as long as I have 1024x768 as an option, I always get a desktop that's 1024x768 no matter what resolution I'm at.

2. I'll try the MAKEDEV command when I get home. Thanks for the tip!

Reply With Quote
  #3  
Old April 30th, 2002, 01:09 PM
M.Hirsch M.Hirsch is offline
Contributing User
Dev Shed God 1st Plane (5500 - 5999 posts)
 
Join Date: Oct 2000
Location: Back in the real world.
Posts: 5,969 M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Month 1 Day 22 h 39 m 55 sec
Reputation Power: 184
press ctrl-alt-minus. then you get 800x600 with virtual 1024, press again and you should have 640x480 with virtual 1024. again and you are back to the normal state. nice zooming effect

i only know about X-win 3.x though. there you could not have a 800x600 without virtual 1024 if you had the 1024 also activated.

maybe your distro disabled the hotkeys. afaik but most donīt.

your smc, is this an external device? then look in the manual / manufacturers homepage which protocols it supports. if they donīt have documentation on this, you can ask mr.google and hope it is supported at all...

you can just test it by installing the printer as remote printer in linux. (this is much less work than local printers!). does it have an ip address?

most print servers implement ipp (internet printing protocol: linux, win2k/xp) or smb (windows). some even run a mini-unix themselves
__________________
--
Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more.

Reply With Quote
  #4  
Old April 30th, 2002, 02:00 PM
neon_tom neon_tom is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 12 neon_tom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks M. Hirsch. I checked out the smc site and they have great documentation for setting up the print server in Windows (I got it working perfectly on my Windows box in under 5 minutes!). However, their linux/unix procedure reads like this:

"Follow the traditional configuration procedure on Unix platforms to set up the Barricade print server. The printer name is lpt1"

That's it! So I checked out some linux printing tutorials and promptly confused myself. The IP of the router is 192.168.2.1 and my Windows print setup works fine so I know that the router is working ok. Anyone know how to set this up to print?

Reply With Quote
  #5  
Old April 30th, 2002, 02:12 PM
M.Hirsch M.Hirsch is offline
Contributing User
Dev Shed God 1st Plane (5500 - 5999 posts)
 
Join Date: Oct 2000
Location: Back in the real world.
Posts: 5,969 M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Month 1 Day 22 h 39 m 55 sec
Reputation Power: 184
this is enough info

add this line to /etc/printcap:
Code:
printserver:sd=/var/spool/lpd/printserver:rm=192.168.2.1:rp=lpt1:bk:sh:mx#0:


i canīt explain all entries (see "man printcap"), i copied this from the printcap that my suse distro created.
you need to create the mentioned dir with 0775 and lp.lp (could differ for slackware!)

if the "rm= " part does not accept an ip as remote server name, add an entry to /etc/hosts: "192.168.2.1 printserver" and replace the ip by "printserver"

Reply With Quote
  #6  
Old April 30th, 2002, 02:34 PM
neon_tom neon_tom is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 12 neon_tom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Beautiful! Thanks a ton! I'll try it as soon as I head home tonight! So how will I know if it works? What command can I use to test it from the command line?

Reply With Quote
  #7  
Old April 30th, 2002, 02:40 PM
M.Hirsch M.Hirsch is offline
Contributing User
Dev Shed God 1st Plane (5500 - 5999 posts)
 
Join Date: Oct 2000
Location: Back in the real world.
Posts: 5,969 M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Month 1 Day 22 h 39 m 55 sec
Reputation Power: 184
lptest|lpr -pprintserver

lptest outputs lines of ABCDE...XYZ01234... and so on (test it!), output piped to lpr (the standard way of printing on linux), option -p says "use this printer:"

always happy when people appreciate my help

Reply With Quote
  #8  
Old April 30th, 2002, 03:19 PM
neon_tom neon_tom is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 12 neon_tom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Perfect! I'll let you know how it goes! It's funny..I thought I was starting to understand Linux a bit more but I guess I have a ton more to learn. Good thing this board's here!

Reply With Quote
  #9  
Old April 30th, 2002, 03:53 PM
christo's Avatar
christo christo is offline
Introspective
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Nov 2001
Location: London, UK
Posts: 3,296 christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level)christo User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 3 Days 1 h 5 m 42 sec
Reputation Power: 101
Send a message via ICQ to christo Send a message via Yahoo to christo
I agree with you on that last statement, tom!! I have just installed Slackware 8 at work and Red Hat 7.2 at home... Oh, the adventures I am having!!! M.Hirsch and co are great guys - imagine iif we were alone!!

Christo

Reply With Quote
  #10  
Old April 30th, 2002, 07:10 PM
neon_tom neon_tom is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 12 neon_tom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Printer working! Thx a million M. Hirsch! I only had to change the line to this:

lp|printserver:sd=/var/spool/lpd/printserver:rm=192.168.2.1:rp=lpt1:bk:sh:mx#0:

and add it to printcap! Now to get the sound card working!

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsLinux Help > Slackware 8 install -- last few problems


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway