Linux-Setup Digest #854, Volume #19 Wed, 18 Oct 00 13:13:10 EDT
Contents:
Re: soundcard drivers for biostar? (Filip Westers)
Re: geforce 2 causes scrambled screen? ("Kurt R. Rahlfs")
Re: IP masq help (fay aron charles)
Re: replacing 2-button with 3-button mouse (Jeffrey J. Hallman)
[lilo] please critique this lilo.conf (observer)
roadrunner login (john connolly)
Help with printing -canon bjc8200 (s. kahalas)
Re: Gnome (Helix) and themes ("David ....")
Slow remote telnet initially? ("Yavin")
Re-installed RH6.2 (twice), ip_masq_udp_udp_dloose package gone? ("Yavin")
Re: really frustrated newbie! (Brian)
Lyx and libform.so.0.88 problem (vincent sennesael)
are there any free isp in philadelphia for linux? (JIE YUAN)
downloading SuSe ("Thomas Sorensen")
HP Deskjet 930c under Linux (Redhat 7.0) ("Lars Michael Petersen")
New Corporate Linux install advice needed. ("Albion")
Re: Sound Card Suggestions (Edward Lee)
user memory (fabrice Bentejac)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Filip Westers)
Crossposted-To: comp.os.os2.misc,comp.os.os2.multimedia
Subject: Re: soundcard drivers for biostar?
Date: 18 Oct 2000 14:18:35 GMT
On Wed, 18 Oct 2000 13:14:31, [EMAIL PROTECTED] wrote:
> In <[EMAIL PROTECTED]>, on 10/17/00
> at 01:09 PM, Filip Westers <[EMAIL PROTECTED]> said:
>
> >I have an AOpen AK72 mobo (KX133 chipset) it has a AD1881 CODEC
> >chip. Got sound by enabling the legacy audio (SBPro compatible)
> >in the bios, no MIDI though.
>
> Yep, I've got the same 'legacy audio' settings. I'm only getting
> cdrom and nothing else except that loud quick burst of noise.
>
> Downloading some other drivers though, as we 'speak'. Fingers
> crossed or 'pressing my thumb', as they say here.
>
> F.
>
> -----------------------------------------------------------
> Felmon John Davis
> Union College / Schenectady, NY
> os/2 - ma kauft koi katz em sack
> -----------------------------------------------------------
>
Install the SBPro (OPL#/MCV) drivers via Selective Install, that
should get your audio working.
--
cheers
Filip Westers
AIX at work, OS/2 at home
email: remove _NoSpAm_ from email-addres
--
------------------------------
From: "Kurt R. Rahlfs" <[EMAIL PROTECTED]>
Subject: Re: geforce 2 causes scrambled screen?
Date: Wed, 18 Oct 2000 09:29:49 -0500
John Smith wrote:
> I have a 866 Pentium III, with 256 RDRAM, and a GeForce 2 graphics card
> with 64 MB DDR . .please help!
> Ben Brinckerhoff
I have the same problem with my SuSE 6.3 on a Dell 4100. It is a real
pain. I don't have it resolved yet.
My research so far from the Nvidia site ( http://www.nvidia.com/ ) suggest
that I need to install XFree86 version 4.0 and get the new Nvidia drivers.
Though XFree86 4.0.1 is available the drivers don't work with it yet
according to them. I've only been able to find XFree86 4.0.1 on the SuSE
site. Other issues have kept me from working on this chalenge so I am
interested to see how it develops for you.
Hope these tid-bits help some.
------------------------------
Subject: Re: IP masq help
From: [EMAIL PROTECTED] (fay aron charles)
Date: Wed, 18 Oct 2000 14:30:42 GMT
Lyle Hanson <[EMAIL PROTECTED]> writes:
>Hmmm...what kind of error message do you get? Is the gateway running
>dhcpd? Off the top of my head, I'd make sure that your LAN computers
>(probably getting their ip/gateway/etc from dhcp) have dns configured
>correctly. I think on my setup I have my dhcpd set up to send the
>clients the IP addresses of my ISP's nameservers when they request an IP
>address.
>That help at all? I can give specifics on how to do this if that really
>is your problem.
>Lyle
I don't get any error messages. When I try to ping "128.174.58.5" from my
client's computers, I get "Request Timed Out". (this happens to be a
DNS server at the U of I). Likewise, webpages won't load from the client
computers.
I setup DHCP for my local network, but am not using it. I've assigned
all IP's myself, so that there would be less chance of error. I've given
each computer the same DNS entries (the entries my ISP told me to use).
I'm confident that this part is right.
The gateway to the external world is ATT@home, and they "officially" use
DHCP. But, when they came to setup the network the first time, they setup
the addresses statically. I've heard reports of ATT coming back months
later and changing the configuration to DHCP, in case they change their minds.
In any case, this is working fine too. I can browse the web from my server,
so the external connection is fine.
-aron
>On Wed, 18 Oct 2000, fay aron charles wrote:
>> I finally got both my network cards installed, and running, but I can't seem
>> to get IP masquerading to work correctly. From the server, I can ping
>> computers on my home network, and the internet, and on my network hosts,
>> I can ping my server, but I can't ping internet computers from my network
>> hosts.
>>
>> I am running RedHat 6.0: and here are the relevent files:
>>
>> /etc/sysconfig/network:
>> NETWORKING=yes
>> FORWARD_IPV4=yes
>> GATEWAY=24.183.22.1
>>
>> /etc/sysconfig/network-scripts/ifcfg-eth0:
>> DEVICE=eth0
>> IPADDR=24.183.22.45
>> NETMASK=255.255.255.0
>> ONBOOT=yes
>>
>> /etc/sysconfig/network-scripts/ifcfg-eth1:
>> DEVICE=eth1
>> IPADDR=192.168.1.1
>> ONBOOT=yes
>>
>> When I type "route" with no arguments, I get this table: (some columns omitted)
>> Destination Gateway Genmask Flags Metric Iface
>> 192.168.1.1 * 255.255.255.255 UH 0 eth1
>> 24.183.22.45 * 255.255.255.255 UH 0 eth0
>> 192.168.1.0 * 255.255.255.0 U 0 eth1
>> 24.183.22.0 * 255.255.255.0 U 0 eth0
>> 127.0.0.0 * 255.0.0.0 U 0 lo
>> default 24.183.22.1 0.0.0.0 UG 0 eth0
>>
>> I couldn't find any reference about where to put GATEWAY, so I put it in the
>> eth0 configuration file. I tried to find where all the "route add" calls
>> were made, but it looks like it is all done in /etc/rc.d/init.d/network and
>> the file was too complicated for a newbie like me to edit.
>>
>> I'm not sure if this information is enough to diagnos my problem. Does anyone
>> know what else I could do to find why the packets aren't passed correctly
>> between the networks?
>>
>> Thanks,
>> -aron fay
>> --
>> "Satan sincerely believes in the triumph of Evil.
>> Gates just does it for the money."
>>
--
"Satan sincerely believes in the triumph of Evil.
Gates just does it for the money."
------------------------------
From: [EMAIL PROTECTED] (Jeffrey J. Hallman)
Subject: Re: replacing 2-button with 3-button mouse
Date: 18 Oct 2000 10:41:13 -0400
There is no such program in Storm Linux.
E J <[EMAIL PROTECTED]> writes:
> Don't know if this will work on Storm Linux 2000, but it works on Redhat
> $su -
> password: <secret>
> # mouseconfig
>
>
> "Jeffrey J. Hallman" wrote:
>
> > Two mouse questions:
> >
> > 1.) I am running Storm Linux 2000, which is based on Debian 2.2. When I
> > installed Linux, I had a 2-button serial mouse on the machine, and it worked
> > fine. Recently I obtained a 3-button serial mouse and hooked it up in place of
> > the 2-button mouse. The left and right buttons work, the middle one doesn't.
> > What do I need to do to get all 3 buttons working?
> >
> > 2.) During the Storm Linux installation, it ran a little mouse detection and
> > configuration program. Where is that program, and can I run it now to set
> > things up? If not, is anyone working on something like this? One of the very
> > few nice things about Windows is that you can often add new hardware, and the
> > OS will recognize it on reboot, ask for driver disks, and so on. Changing the
> > installed hardware on a Linux system seems much more complicated.
> >
> > Feel free to reply via email or followups.
> >
> > Thanks,
> > --
> > Jeff Hallman [EMAIL PROTECTED]
>
--
Jeff Hallman [EMAIL PROTECTED]
------------------------------
From: observer <[EMAIL PROTECTED]>
Subject: [lilo] please critique this lilo.conf
Date: Wed, 18 Oct 2000 14:58:08 GMT
I have had my redhat61 lilo boot sector installed on /dev/hda4
and I want to now to be able also to boot redhat7, which
I have installed on /dev/hdc2.
The following lilo.conf was intended to allow me to do that
but it does not work.
redhat61 boots as before but if I select redhat7,
the boot process messes up when it tries to compute
module dependencies, at which time it goes looking
for the redhat61 modules directory (/lib/modules/2.2.16-3) --
which it does not find -- instead of looking for the redhat7 modules
directory (/lib/modules/2.2.16-22).
Can anyone tell me why this is happening?
redhat7 boots fine from floppy.
As the comments below indicate, one thing I do
not understand is all these references to a /boot
directory.
The /boot in
install=/boot/boot.b
line would appear to refer to the "compile-time"
/boot directory -- i.e., the /boot directory
of the filesystem mounted on / at the time /sbin/lilo
was run.
I simply assumed that the /boot in the two
initrd=/boot/initrd
lines referred to the respective "execution-time"
/boot directories -- i.e., the /boot directory
of the filesystem that would be mounted on /
in the course of the boot process.
================== quote ================
# /etc/lilo.conf
# boot: per-system --
# partition into which
# lilo is to install boot sector.
boot = /dev/hda4
# install: per-system --
# file (relative to `boot'?)
# that contains boot sector
# that lilo is to install.
install = /boot/boot.b
# map: per-system --
# file (relative to `boot'?)
# that contains boot map
# (with which lilo does what?).
map = /boot/map
# message: per-system --
# file (relative to `boot'?)
# that contains boot message.
message = /boot/message
# prompt: per-system --
# simulate user key-press
# (else user has to press CTRL).
prompt
# default: per-system --
# specifies default system to boot.
default = redhat61
# per-OS defaults
# (overridden by local declarations).
vga = normal
image = /boot/vmlinuz
# root: per-OS, linux only --
# root filesystem for this kernel.
root = /dev/hda4
# initrd: per-OS, linux only --
# file (relative to `root'?)
# that contains initrd for this kernel.
initrd = /boot/initrd
# read-only: per-OS, linux only --
# mount root filesystem read-only.
read-only
# append: per-OS, linux only --
# arguments to be passed to kernel.
append = "reboot=warm"
# label: per-OS --
# boot menu name for this OS.
label = redhat61
image = /boot/vmlinuz
# root: per-OS, linux only --
# root filesystem for this kernel.
root = /dev/hdc2
# initrd: per-OS, linux only --
# file (relative to `root'?)
# that contains initrd for this kernel.
initrd = /boot/initrd
# read-only: per-OS, linux only --
# mount root filesystem read-only.
read-only
# append: per-OS, linux only --
# arguments to be passed to kernel.
append = "nousb reboot=warm"
# label: per-OS --
# boot menu name for this OS.
label = redhat7
other = /dev/hda1
label = windowsme
table = /dev/hda
# This is the last line in this file.
================= unquote =============
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: john connolly <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: roadrunner login
Date: Wed, 18 Oct 2000 15:17:30 GMT
I live in the metropolitan kansas city area. Road runner was just
installed in my home. By doing /sbin/dhcpcd I get connected to the cable
modem. However in order to access roadrunner services I have to log in.
I have rrconf and rrlogind installed. Rrconf requires a username and
password which I can supply. It also requests the roadrunner login
server and that has me stumped. When I do /sbin/rrlogind I get:
rrlogind v2.35 started.
Oct 18 09:50:41 darkstar rrlogind[2078]: Established listener on port:
7770
Oct 18 09:50:41 darkstar rrlogind[2078]: Unable to connect to server:
Connection
Whe I do /sbin/hdcpdc the message in /var/log/messages is:
IP address changed to 24.166.186.197
Any help would be appreciated.
JWC
------------------------------
From: s. kahalas <[EMAIL PROTECTED]>
Subject: Help with printing -canon bjc8200
Date: Wed, 18 Oct 2000 11:28:56 -0400
I've got a canon bjc 8200 and have tried to print using distributions:
caldera, mandrake , corel, peanut, debian and redhat. Of these, only
corel let me print as it was installed (so it IS doable) using one of
the older canon printer drivers.
Currently trying Redhat: have installed printer, done the parport
thing (alias parport_lowlevel=parport_pc in etc/modules.conf). When I
try an ls> /dev/lp0 or cat file> /dev/lp0, there is NO response from
printer. I checked the bios for EPP. lp0 is the printer (not lp1 or
lp2).
grep parport/proc/ioports gives parport0 at 0378.
Anyone got any ideas what I need to do to print?
All suggestions gratefully received.
SLK
------------------------------
From: "David ...." <[EMAIL PROTECTED]>
Subject: Re: Gnome (Helix) and themes
Date: Wed, 18 Oct 2000 10:11:07 -0500
[EMAIL PROTECTED] wrote:
>
> THe problem is that nothing shows up in the update tool, ie I got
> the latest sutff of everything.
Ok you can get the packages of what you didn't install here.
ftp://ftp.helixcode.com/pub/helix/distributions/
--
Confucius say: He who play in root, eventually kill tree.
Registered with the Linux Counter. http://counter.li.org
ID # 123538
------------------------------
From: "Yavin" <[EMAIL PROTECTED]>
Subject: Slow remote telnet initially?
Date: Wed, 18 Oct 2000 09:03:16 -0700
When I do any kind of remote telnet I get a long delay (maybe like a
minute). Then the login prompt finally comes up, and the rest of the session
runs fine?? Anyone know where I should be looking for a fix? Thanx
--Scott
------------------------------
From: "Yavin" <[EMAIL PROTECTED]>
Subject: Re-installed RH6.2 (twice), ip_masq_udp_udp_dloose package gone?
Date: Wed, 18 Oct 2000 09:06:44 -0700
I reinstalled me RH6.2 (twice) and my ip_masq_udp_dloose file is gone? I am
setting up maquerading according to the FAQ and had it working with this
option before I re-installed ... is this a module I can download and
reinstall..? Some of my apps and games need this option... Thanx
--Scott
------------------------------
From: Brian <[EMAIL PROTECTED]>
Subject: Re: really frustrated newbie!
Date: Wed, 18 Oct 2000 16:10:14 -0000
Jamie wrote:
>
>
> Hope someone out there can give me some advice...I have successfully
> installed Red Hat Linux 6.1 (GNOME workstation) on an x486 machine
> that I have resurrected...I have several dillemas I hope somone can
> help me with...I can't use my CDRom (cdu_31a-actually a cdu_33a) my
> modem or floppy (could use the floppy when I first installed-can't
> now)...
>
> I installed Red Hat 6.1 off of the CD after booting from the
> floppy...I had to first initialize the CD during the installation by
> manually putting in the parameters for the CD (I/0 0x230 port 0)
> because Linux could not automatically find the CD upon first trying to
> install...Well, after the install I found my cdrom under mnt (cd won't
> mount when booting up like the floppy does) and could not access it
> because it wasn't listed in the fstab (have tried modifying this
> file-still does not work) or I would get an error saying it wasn't a
> valid block...I get this block error also now when I try to access
> files on my floppy...
>
> On the modem side of things, I can show the modem and PPP dial up
> properties and click debug and the modem will dial out but error out
> with the ISP upon confirming my user and pass giving me some kind of
> pppd error...OK at least I know the modem is working under
> Linux...When I try to normally dial up using my account with the PPP
> dialer the modem never initializes...The box that says waiting stays
> up until I kill the window...
>
> Any advice would save my sanity....
In order to give you any kind of help, more info is needed. List the make
and model of each piece of hardware you're running. Just so you know,
I've seen issues like this before, and one time it turned out to be that
the cdrom was recognized after I replaced the motherboard battery
(strange).
--
Posted via CNET Help.com
http://www.help.com/
------------------------------
From: [EMAIL PROTECTED] (vincent sennesael)
Subject: Lyx and libform.so.0.88 problem
Date: 18 Oct 2000 16:15:53 GMT
hi-
I installed Lyx succesfully but when I try to start it, it errors saying
"Lyx needs libforms.so.0.88".
When I search my system, I do find the file libforms.so.0.88
Is there a solution?
I run Suse 6.4 on an Athlon machine.
thanks a lot - greetz,
vs
------------------------------
From: [EMAIL PROTECTED] (JIE YUAN)
Subject: are there any free isp in philadelphia for linux?
Date: 18 Oct 2000 16:15:54 GMT
anyone knows any free isp for linux in philadelphia?
------------------------------
From: "Thomas Sorensen" <[EMAIL PROTECTED]>
Subject: downloading SuSe
Date: Wed, 18 Oct 2000 18:25:12 +0200
I have a problem installing SuSe from ftp.
I use ftp.sunet.se but when I am setting up the network it asks me for
"sunet's" IP address but I do not know how to get it. Can anyone help me
--thomas
------------------------------
From: "Lars Michael Petersen" <[EMAIL PROTECTED]>
Subject: HP Deskjet 930c under Linux (Redhat 7.0)
Date: Wed, 18 Oct 2000 18:26:51 +0200
Hi
I've installed RH7.0 and want to use my Deskjet 930c under Linux. I've tried
the HP Deskjet driver but it does'nt seem to work. Is there another drive
which I can use ?
BR, Lars
------------------------------
Reply-To: "Albion" <albionATexecpcDOTcom>
From: "Albion" <[EMAIL PROTECTED]>
Subject: New Corporate Linux install advice needed.
Date: Wed, 18 Oct 2000 11:34:18 -0500
We are going to be upgrading out internet server here in a few weeks and I have
some questions.
Right now we are running a RedHAT 5.2 linux server acting as a NAT, Firewall,
DNS Server, SMTP server, FTP Server and Web server. We have two NT servers
behind the NAT serving about 50 workstations.
I would like to purchase a new machine for our internet server. I want to split
the duties of the Internet server in two seperate machines, keeping the DNS on
the RedHAT 5.2 box but putting it behind the NAT. The new machine will act as
NAT, Firewall, SMTP (To push email to our Exchange server behind the NAT), FTP
and WEB. I am considering a PII 333 with a Tyan Motherboard, 128meg of ram,
10gig of harddrive.
Should I stick with RedHAT 6.2, go to RedHAT 7.0 or us a different distribution?
Will 10gig be enough space to push SMTP mail for 20 or so users to our Exchange
server?
Will 128meg of RAM be sufficient for this setup?
Will RedHAT 5.2 (kernel 2.0.38) be ok for internal DNS and DNS caching if it is
behind the Firewall and NAT?
-cm
------------------------------
From: Edward Lee <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: Sound Card Suggestions
Date: Wed, 18 Oct 2000 09:52:07 -0700
"David N. Haney" wrote:
> Linux Sound Gurus:
>
> I have Linux running on 2 separate computers, and the single component
> that does not work on either is SOUND. On one computer I have
> a YAMAHA OPL3-SAX board. Since "pnpdump" recognizes it, I would think
> it would work, but no luck. On the other computer (Compaq) there
> is an on motherboard sound that is ESS 1968 (I think). While there
> are many ESS versions supported, this one does not seem to be one
> of them.
Not sure about ESS 1968. Are you sure is not 1868, 1938 or 1978?
I had the following sound chips in some computer working at least once.
The number is either PNP ID or PCI ID
Creative Lab: CTL0070 CTL00F0
Avance Logic: ALS0007 ALS0100 ALS0110 ALS0120
Crystal Semi: CSC4242 CSC4235 CSC0b36
ESS Tech: ESS1868 ESS1938 ESS1978
CMI Tech: CMI8330 CMI8738
These and some other drivers are available at http://linnix..com.
------------------------------
From: [EMAIL PROTECTED] (fabrice Bentejac)
Subject: user memory
Date: 18 Oct 2000 16:07:05 GMT
Hello everyone,
How do I configure the limit memory of a suer process in a redhat distrib?
Thanks in advance
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.setup) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Setup Digest
******************************