LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 08-03-2003, 02:18 PM   #1
Trumptight
LQ Newbie
 
Registered: Aug 2003
Location: Ohio, USA
Distribution: Slackware 9
Posts: 26

Rep: Reputation: 15
Unhappy Multiple problems


I am really new to all of linux but I have read enough to get it going. Ok I am running Slackware 9. My wheel is not working on my mouse. I edited the xf86config file to IMPS/2 and still no wheel. No biggie I will live. I have a cirrus logic crystal WDM on board sound which KDE isnt finding. My netscape cant do java I downloaded a .bin file from SUN to upgrade my java but I have no clue how to use .bin files. And Last of all I have 2 enternet cards and would like to make a proxy server out of this machine. Any suggestions on a good proxy server program? Thank you for your patience with this newb
 
Old 08-03-2003, 02:44 PM   #2
merlin371
Member
 
Registered: Jul 2003
Location: Italy
Distribution: Ubuntu/Fedora
Posts: 152

Rep: Reputation: 30
for the java the go to the shell and type
chmod a+x j2re1_4_1_version-number-linux-i586-rpm.bin
then
./j2re1_4_1_version-number-linux-i586-rpm.bin
 
Old 08-03-2003, 06:35 PM   #3
Trumptight
LQ Newbie
 
Registered: Aug 2003
Location: Ohio, USA
Distribution: Slackware 9
Posts: 26

Original Poster
Rep: Reputation: 15
TY

Merlin, you are a gentleman and a scholar thank you
 
Old 08-03-2003, 07:47 PM   #4
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Proxying, which under Linux is usually just called NAT, or Network Address Translation, is actually part of the kernel, the program used to manipulate it is iptables. Do a google search for "iptables nat script" and edit a good one to suit, then stick it in /etc/rc.d/ as rc.firewall and it'll get executed at boot. Then you may want to start a dhcp server for your internal network possibly... that's a little more involved, but has been covered here a number of times... hmmm... there's also the iptables how-to, but as it is also used for firewalling, connection tracking, bandwidth throttling, fair queing, etc, ad-nauseam... there are a lot of things to it.

Luck,

Finegan
 
Old 08-03-2003, 08:07 PM   #5
hexbit
Member
 
Registered: Jun 2003
Location: Dallas, Tx
Distribution: Slackware
Posts: 65

Rep: Reputation: 15
For a good proxy, check out Squid : http://www.squid-cache.org/ ..
Also, for the Cirrus Logic Crystal WDM audio you'll need the i810_audio module (Intel ICH audio support) .. Try loading it from the console first then start KDE after and see if that works .. Hope this helps ..
 
Old 08-03-2003, 09:55 PM   #6
wlanwizkid
LQ Newbie
 
Registered: Jul 2003
Location: Atlanta GA
Distribution: Slackware 9.0
Posts: 6

Rep: Reputation: 0
For your mouse wheel you can add Option "ZAxisMapping" "4 5" to your xf86config file to allow this to work. My mouse section looks like this:

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons"
Option "ZAxisMapping" "4 5"
EndSection
 
Old 08-05-2003, 06:30 PM   #7
Trumptight
LQ Newbie
 
Registered: Aug 2003
Location: Ohio, USA
Distribution: Slackware 9
Posts: 26

Original Poster
Rep: Reputation: 15
I tried to get quid working but with no luck. However I did do what you told me finegan and it worked.... kinda

On my other machine I can ping external IP addresses but can not get external sites to come up which leads me to believe that I am not getting DNS on my second computer. It is static and I have the DNS pointed to my linux box.
 
Old 08-06-2003, 06:22 AM   #8
merlin371
Member
 
Registered: Jul 2003
Location: Italy
Distribution: Ubuntu/Fedora
Posts: 152

Rep: Reputation: 30
ok i found a proxy server program is called whizzed or something like that you can find it on http://linux.tucows.com but i never tried it so i don't know what is like best thing you can do is download "Narc" you can find it in www.freshmeat.net and that's really easy and it works pretty well too
 
Old 08-06-2003, 06:33 AM   #9
geoff_f
Member
 
Registered: May 2003
Location: Canberra, Australia
Distribution: openSUSE 11.3
Posts: 445

Rep: Reputation: 31
For your sound, KDE has sound muted by default, which just might be your problem. See here for more info:

http://www.linuxquestions.org/questi...oot#post332513
 
Old 08-08-2003, 02:41 PM   #10
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Quote:
Originally posted by Trumptight
I tried to get quid working but with no luck. However I did do what you told me finegan and it worked.... kinda

On my other machine I can ping external IP addresses but can not get external sites to come up which leads me to believe that I am not getting DNS on my second computer. It is static and I have the DNS pointed to my linux box.
Yeah, you're not running a nameserver on your linuxbox... you can, but as Bind historically has issue and djbdns is a little hard to set up, its best just to edit /etc/resolv.conf and add your ISP's nameservers... You should be able to get them off of the main machine's /etc/resolv.conf

Cheers,

Finegan
 
Old 08-08-2003, 07:40 PM   #11
Trumptight
LQ Newbie
 
Registered: Aug 2003
Location: Ohio, USA
Distribution: Slackware 9
Posts: 26

Original Poster
Rep: Reputation: 15
Works Great thanks finegan

Works Great thanks finegan
 
  


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
Problems with multiple procedures jaimese Programming 5 10-28-2005 01:48 AM
Multiple problems... the_sLiDe Slackware 9 10-27-2004 04:17 PM
Multiple problems of newbie Beerer Debian 2 07-18-2004 08:54 AM
Multiple Problems pyrael Mandriva 6 01-22-2004 09:48 PM
Multiple ./configure problems tjm Slackware 7 07-21-2003 06:34 PM

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

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