Linux-Hardware Digest #822, Volume #13           Tue, 31 Oct 00 22:13:05 EST

Contents:
  Re: Mounting a LS120 (Rob)
  Re: How much hardware does a 100-user fileserver need? (Christopher Browne)
  Re: Mounting a LS120 (Noble Pepper)
  Re: Can't install Redhat 7.0 ("Michael J. Johnston")
  Re: I'm throwing away my Diamond FireGL1 Card... ([EMAIL PROTECTED])
  Re: 1GB Linux memory limitation? (James Richard Tyrer)
  Re: Please help with Yamaha CDRW (Paul Silver)
  Re: My Modem.... (Lloyd Dieter)
  DualMonitor Matrox (Milan Kratka)
  Re: Symbios 53C1010 problem.. making boot disk?? (Cheong Kwon-Hee)
  Re: HPT366 problem (James Richard Tyrer)
  Re: HPT366 problem (James Richard Tyrer)
  Re: MainBoard PC100 M599LMR (Dances With Crows)
  Re: Mounting a LS120 (James Richard Tyrer)
  Re: DualMonitor Matrox (Monte Richardson)
  Re: soundblaster 16PnP problems ("rude")

----------------------------------------------------------------------------

From: Rob <[EMAIL PROTECTED]>
Subject: Re: Mounting a LS120
Date: Tue, 31 Oct 2000 19:06:00 -0600

cbmitch wrote:

> What is the command line to mount a LS120?  I am on IDE1, secondary device
> 
> I am trying mount -t msdos /dev/hda2 /ls120
> 
> I made a directory on the root called ls120.  This is not working.  any
> tips?
> 
> 

Try mount -t msdos /dev/hdb /ls120

HTH,

Rob
-- 
[EMAIL PROTECTED]
remove _nospam to reply

------------------------------

From: [EMAIL PROTECTED] (Christopher Browne)
Crossposted-To: comp.os.linux.help
Subject: Re: How much hardware does a 100-user fileserver need?
Reply-To: [EMAIL PROTECTED]
Date: Wed, 01 Nov 2000 01:28:31 GMT

In our last episode (Tue, 31 Oct 2000 09:55:17 -0800),
the artist formerly known as Edward Lee said:
>George Smiley wrote:
>
>> In article <oumL5.27275$[EMAIL PROTECTED]>,
>>   "John Hall" <[EMAIL PROTECTED]> wrote:
>> > I can't answer this question specifically, but I can offer suggestions
>> for
>> > posing a better question;
>> >
>> > You should specify any additional services the box will be running, so
>> that
>> > prospective answer-writers don't have to guess. For example, are your
>> > developers using a shell account on the box and compiling code
>> locally? Or
>>
>> Thanks for responding. I apologize for not being more clear in my
>> previous post. We are not doing any kind of application development
>> on the machine. All the compilations will be done on the developers'
>> desktops. Also, nobody will run any apps like emacs or x-windows
>> on this machine. This is only for file serving using protocols
>> Samba and NFS.

>> I should also mention that we are leaning towards a Raid-5 solution
>> with a good Raid controller and 10000RPM drives. We have talked to
>> a few companies. After listening to our needs, the various salesmen
>> have proposed host-configurations ranging from 1CPU/256MB Ram to
>> 4CPU/2Gig Ram. As you might imagine, we are somewhat confused at
>> present!

>Get something in between.  2 CPU / 1 G RAM sounds good to me.  4 CPU
>systems are way over-priced, IMHO.  How about multiple file servers?
>If you have 40 software developers working on the same directory, you
>have more serious problems than server performances.  I hope you are
>getting SCSI disks, right?

The things to have "multiple" of are, for this sort of application,
the _I/O_ controllers.

- Multiple NICs could be of value if the traffic would saturate the
  segment the server is on.

- Multiple SCSI controllers could similarly be of value to provide
  additional disk I/O bandwidth.

The salescritters proposing multiple CPUs are primarily promoting
their own _sales_; the application in question is not likely to
saturate one CPU let alone four of them.

To be sure, the more memory, the more can get cached, and thus the
less work the disk drives need to do.

The most likely bottlenecks are nonetheless likely to fall somewhere
between: 
a) Disk device latency,
b) Disk maximum throughput,
c) Network throughput.

The main CPU(s) don't have any involvement with these bottlenecks, and
I'd be surprised to see CPU get anywhere _close_ in importance to
those bottlenecks.
-- 
(concatenate 'string "aa454" "@" "freenet.carleton.ca")
<http://www.hex.net/~cbbrowne/lsf.html>
Rules of the Evil Overlord #131. "I will never place the key to a cell
just out of a prisoner's reach." <http://www.eviloverlord.com/>

------------------------------

From: Noble Pepper <[EMAIL PROTECTED]>
Subject: Re: Mounting a LS120
Date: Tue, 31 Oct 2000 19:43:59 +0000
Reply-To: [EMAIL PROTECTED]

cbmitch wrote:

> What is the command line to mount a LS120?  I am on IDE1, secondary device
> 
> I am trying mount -t msdos /dev/hda2 /ls120
> 
> I made a directory on the root called ls120.  This is not working.  any
> tips?
> 
> 


I would try:
put a line in fstab like:
/dev/hdb        /ls120 auto user,exec,dev,suid,rw,noauto        2 1  

run
mount /ls120

man fstab and man mount should give you some hints.

BTW hda is the first hard disk, hda1 is the first partition on the first 
hard disk, linux treats a LS120 like a hard disk not a floppy 


------------------------------

From: "Michael J. Johnston" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Can't install Redhat 7.0
Date: Tue, 31 Oct 2000 18:43:13 -0700

I turns out that just 4 megs short of having the complete dowload my
connection was cut off and I didn't know it.  I re-downloaded the file and
it works great!  Thanks for all you help!

Mike


"Michael J. Johnston" <[EMAIL PROTECTED]> wrote in message
news:8tkjkv$b8n$[EMAIL PROTECTED]...
>
> I've downloaded 7.0-i386-disk1.iso for Redhat 7.0 (From twocows) and
Adaptec
> burned it to a CD correctly it appears.  When I put the CD in the machine,
> it boots up to the CD and starts the install.  After is askes to use
> English, I get an error saying "I could not find a Redhat CDROM in and of
> the CDROM drives.  Please insert the Redhat CD and press OK to try again."
> I throught that I did have the Redhat CD rom.  I've burned 3 CD and I get
> the same problem everytime.  Does anyone have any ideas?
>
> I also went to a mirror and downloaded the whole i386 english version, but
> it's over a gig so I can't put it on a CD.  Any help would be great!
>
> Mike Johnston
>
>



------------------------------

From: [EMAIL PROTECTED]
Subject: Re: I'm throwing away my Diamond FireGL1 Card...
Crossposted-To: comp.os.linux.x
Date: Wed, 01 Nov 2000 01:53:49 GMT

In comp.os.linux.x [EMAIL PROTECTED] wrote:
> In article <G8JL5.80948$[EMAIL PROTECTED]>,
>  <[EMAIL PROTECTED]> wrote:
>>Well that really shows your dedication to supporting companies that
>>support linux...

> I thought it was more like, reminding a company that DOESN'T support linux
> that they need to.  They used to.   Now they don't.  When I buy the next
> video card, it will be from a company that supports linux, not one that 
> has reps who say "I wish my company supported linux but they don't and 
> there's nothing I can do about it."  That is not the same thing.  

>>Insulting someone, on your side, from a company you'd like
>>info/heko/drivers from isn't a good tactic.

> Agreed.  But the whole thread sure gets my back up.  
> And you're defending Diamond as a "company that supports Linux" 
> in the midst of a thread about their product for which no Linux
> support is possible! 

I'm certainly not defending DMM...  I was being sarcastic since 
I don't really believe that nVidia supports Linux.

> Where are you coming from on that?  How can
> you call diamond a "company that supports linux" when they display
> this attitude?

> And I don't mean to insult anyone, but if someone says they've done
> something that they haven't, I feel a need to call him on it.  

What makes you think he hasn't done something he said he has?

Adam

------------------------------

From: James Richard Tyrer <[EMAIL PROTECTED]>
Subject: Re: 1GB Linux memory limitation?
Date: Wed, 01 Nov 2000 02:10:09 GMT

Glenn Forney wrote:

> Is there a limitation in Linux that would prevent one from accessing 1GB of
> memory or more from say a Pentium III class computer?
> thanks,
> Glenn
>
> --
>
> -------------------
>
> Glenn Forney
> National Institute of Standards and Technology
> Building and Fire Research Laboratory
> [EMAIL PROTECTED]
> Fire on the Web: http://fire.nist.gov

Kernel 2.2.16 will support 2GB, but you need to configure the Kernel to use
more than 1 GB.

That is, you need to build your own custon Kernel.

JRT


------------------------------

From: Paul Silver <[EMAIL PROTECTED]>
Subject: Re: Please help with Yamaha CDRW
Date: Wed, 01 Nov 2000 02:16:56 GMT

Eric wrote:

> Paul Silver wrote:
> >
> > I have a SYMBIOS SCSI Host Adapter, Yamaha SCSI CDRW, and an Iomega
> > SCSI ZIP Drive.
> > Something keeps malfunctioning and I can't figure out what it is.
> >
> > CDRW is id 6 (Terminated)
> > ZIP is id 5
> >
> > I'm not sure of its the cdrw, the scsi card, or the zip drive
> >
> > The attached messages appear periodically apparently identifying the
> > cdrw as the culprit.
> > But the cdrw works fine while in windows. And works fine in linux until
> > something unknown happens.
> > So i think that something is just configured improperly. I am running
> > RedHat 7, PIII 450, 256 MB RAM
> >
> > This error completely stops the system from responding. for a couple of
> > seconds, but occurs over and over again.
> > I have to shutdown the computer. I've checked all tha tI can think of or
> >
> > know of. Do I have the SCSI chain setup wrong.
> > Should the CDRW not be the terminator. I thought the last device id is
> > always the
> > terminator. Also what do the parity and block size jumpers on the cdrw
> > accomplish.
>
> The last *physical* device on the chain is to be terminated.
> This does not have to be the device with the highest ID.
>
> Eric
>
> > Can anyone please, please help. I hate having to go into windows to use
> > the cdrw.
> >
> > The Following text will appear on tty1 over and over again, i copied it
> > from /var/log/messages:
> > Oct 24 17:31:55 term1 kernel: ncr53c815-0: resetting, command processing
> >
> > suspended for 2 seconds
> > Oct 24 17:31:55 term1 kernel: scsi0: device driver called scsi_done()
> > for a syncronous reset.
> > Oct 24 17:31:55 term1 kernel: ncr53c815-0: restart (scsi reset).
> > Oct 24 17:31:55 term1 kernel: ncr53c815-0: command processing resumed
> > Oct 24 17:31:57 term1 kernel: SCSI error: host 0 id 6 lun 0 return code
> > = 2603007f
> > Oct 24 17:31:57 term1 kernel: ^ISense class 0, sense error 0, extended
> > sense 0
> > Oct 24 17:31:58 term1 kernel: sr0: CDROM (ioctl) error, command: Test
> > Unit Ready 00 00 00 00 00
> > Oct 24 17:31:58 term1 kernel: sr0b:00: old sense key None
> > Oct 24 17:31:59 term1 kernel: Non-extended sense class 0 code 0x0 scsi0
> > channel 0 : resetting for second half of retries.
> > Oct 24 17:31:59 term1 kernel: SCSI bus is being reset for host 0 channel
> >
> > 0.
> > Oct 24 17:31:59 term1 kernel: ncr53c8xx_reset: pid=311442 reset_flags=1
> > serial_number=0 serial_number_at_timeout=0
> > Oct 24 17:31:59 term1 kernel: ncr53c815-0: resetting, command processing
> >
> > suspended for 2 seconds
> > Oct 24 17:31:59 term1 kernel: scsi0: device driver called scsi_done()
> > for a syncronous reset.
> > Oct 24 17:31:59 term1 kernel: ncr53c815-0: restart (scsi reset).
> > Oct 24 17:31:59 term1 kernel: ncr53c815-0: command processing resumed
> > Oct 24 17:32:01 term1 kernel: SCSI error: host 0 id 6 lun 0 return code
> > = 2603007f
> > Oct 24 17:32:01 term1 kernel: ^ISense class 0, sense error 0, extended
> > sense 0
> > Oct 24 17:32:02 term1 kernel: SCSI error: host 0 id 6 lun 0 return code
> > = 2603007f
> > Oct 24 17:32:02 term1 kernel: ^ISense class 0, sense error 0, extended
> > sense 0
> > Oct 24 17:32:04 term1 kernel: scsi0 channel 0 : resetting for second
> > half of retries.
> > Oct 24 17:32:04 term1 kernel: SCSI bus is being reset for host 0 channel
> >
> > 0.
> > Oct 24 17:32:04 term1 kernel: ncr53c8xx_reset: pid=311444 reset_flags=1
> > serial_number=0 serial_number_at_timeout=0
> >
> > Alss, this message just began to appear:
> > Oct 24 19:20:00 term1 CROND[1725]: (root) CMD (   /sbin/rmmod -as)
> > Oct 24 19:20:00 term1 kernel: Device not ready.  Make sure there is a
> > disc in the drive.
> > Oct 24 19:20:32 term1 last message repeated 16 times
> > Oct 24 19:21:34 term1 last message repeated 31 times
> > Oct 24 19:22:35 term1 last message repeated 30 times
> > Oct 24 19:23:37 term1 last message repeated 31 times
> > Oct 24 19:24:39 term1 last message repeated 31 times
> > Oct 24 19:25:41 term1 last message repeated 31 times
> > Oct 24 19:26:42 term1 last message repeated 30 times
> > Oct 24 19:27:44 term1 last message repeated 31 times
> > Oct 24 19:28:46 term1 last message repeated 31 times
> > Oct 24 19:29:47 term1 last message repeated 30 times
> > Oct 24 19:29:59 term1 last message repeated 6 times
> > Oct 24 19:30:00 term1 CROND[1753]: (root) CMD (   /sbin/rmmod -as)
> > Oct 24 19:30:01 term1 kernel: Device not ready.  Make sure there is a
> > disc in the drive.
> > Oct 24 19:30:33 term1 last message repeated 16 times
> > Oct 24 19:31:35 term1 last message repeated 31 times
> > Oct 24 19:32:36 term1 last message repeated 30 times
> > Oct 24 19:33:38 term1 last message repeated 31 times
> > Oct 24 19:34:40 term1 last message repeated 31 times
> > Oct 24 19:35:42 term1 last message repeated 31 times
> > Oct 24 19:36:43 term1 last message repeated 30 times
> > Oct 24 19:37:45 term1 last message repeated 31 times
> > Oct 24 19:38:45 term1 last message repeated 30 times
> > Oct 24 19:38:47 term1 PAM_unix[1533]: (system-auth) session opened for
> > user root by LOGIN(uid=0)
> > Oct 24 19:38:47 term1  -- root[1533]: ROOT LOGIN ON tty1
> > Oct 24 19:38:47 term1 kernel: Device not ready.  Make sure there is a
> > disc in the drive.
> > Oct 24 19:39:18 term1 last message repeated 15 times

How do I know which device is the last *physical* device on the chain.


------------------------------

From: Lloyd Dieter <[EMAIL PROTECTED]>
Subject: Re: My Modem....
Date: Wed, 01 Nov 2000 02:15:49 GMT

<snip>
> 
> $ ls -l /dev/modem
> lrwxrwxrwx  1 root  root  6 Jul 11 17:06 /dev/modem -> ttyS14

That's a hint.  Try doing an lsmod, and see if you have a module called
"ltmodem".  If so, you have a Lucent winmodem, with the Lucent-provided module. 
(That's good).  By default, it tries to use ttyS14.

Start up minicom as root, with the "-s" option, and point it to /dev/ttyS14. 
See what you get.

-Lloyd

-- 
================================================================= 
    Lloyd Dieter        -       Senior Technology Consultant 
   Synergy, Inc.   http://www.synergyinc.cc   [EMAIL PROTECTED] 
             Main:716-389-1260    fax:716-389-1267
=================================================================

------------------------------

From: Milan Kratka <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,linux.redhat.install,comp.os.linux.setup,comp.os.linux.x
Subject: DualMonitor Matrox
Date: Tue, 31 Oct 2000 18:03:19 -0600

Does anybody have a positive experience installing a Matrox
G100/G200/G400 dual monitor video cards on a linux system?  I have been
having some difficulties...  Any comments appreciated.

Milan Kratka
[EMAIL PROTECTED]



------------------------------

From: Cheong Kwon-Hee <[EMAIL PROTECTED]>
Subject: Re: Symbios 53C1010 problem.. making boot disk??
Date: Wed, 01 Nov 2000 11:27:36 +0900

I could find useful document in REDHAT site.

http://www.europe.redhat.com/documentation/HOWTO/KickStart-HOWTO-9.php3
http://www.europe.redhat.com/documentation/HOWTO/PLIP-Install-HOWTO-14.php3

I created driver disk and boot installation disk, but failed. Maybe my
Redhat package is modified a lot by the distributor in my own country.

So, I will try original Redhat package from Redhat official site.
Please try.. and I will wait good news.. HAHA

------------------------------

From: James Richard Tyrer <[EMAIL PROTECTED]>
Subject: Re: HPT366 problem
Date: Wed, 01 Nov 2000 02:44:59 GMT

Marc-Andr=E9 Dumas wrote:

> Hi!
>
> I'm using linux with kernel 2.2.16 on my BP6 (Bios QQ) with a Celeron
> 400 and a Celeron 533.
>
> I have a problem with my Quantum Fireball LM 15gigs plugged on my HPT36=
6
> controller. I use it since a
> few months, but I discovered this:
>
> # /sbin/hdparm -I /dev/hde7
>
> /dev/hde7:
>
>  Model=3DUT MIFERABLL PML51                  =10=C7, FwRev=3D7000UQNA,
> SerialNo=3D61693223
>  Config=3D{ }
>  RawCHS=3D16/21298/0, TrkSize=3D63, SectSize=3D0, ECCbytes=3D13614
>  BuffType=3D4(?), BuffSize=3D8345kB, MaxMultSect=3D0
>  DblWordIO=3Dno, maxPIO=3D0(slow), DMA=3Dno
>  CurCHS=3D63/65473/62, CurSects=3D16819456, LBA=3Dyes, LBAsects=3D45875=
2
>
> The output seems corruped, the DMA is turned off, etc...
>
> But:
> # ./hdparm -d /dev/hde7
>
> /dev/hde7:
>  using_dma    =3D  1 (on)
> # ./hdparm -c /dev/hde7
>
> /dev/hde7:
>  I/O support  =3D  0 (default 16-bit)
> # ./hdparm -c /dev/hde7
>
> I experienced some lock-ups when heavy-access of the drive. Anybody hav=
e
> an idea of what happens? Should I upgrade bios and/or kernel?
>
> Thanks a lot for your help.

The BIOS is only used to boot the system.  Therefore, you don't need to
upgrade it.

Do you have the ide patch for your 2.2.16 Kernel?

If you don't, you should get that:

 http://www.kernel.org/pub/linux/kernel/people/hedrick/ide-2.2.16.all/ide=
=2E2.2.16.all.20000825.patch.bz2

The patch has specific support for your chip set.

JRT


------------------------------

From: James Richard Tyrer <[EMAIL PROTECTED]>
Subject: Re: HPT366 problem
Date: Wed, 01 Nov 2000 02:49:28 GMT

Marc-Andr=E9 Dumas wrote:

> Hi!
>
> I'm using linux with kernel 2.2.16 on my BP6 (Bios QQ) with a Celeron
> 400 and a Celeron 533.
>
> I have a problem with my Quantum Fireball LM 15gigs plugged on my HPT36=
6
> controller. I use it since a
> few months, but I discovered this:
>
> # /sbin/hdparm -I /dev/hde7
>
> /dev/hde7:
>
>  Model=3DUT MIFERABLL PML51                  =10=C7, FwRev=3D7000UQNA,
> SerialNo=3D61693223
>  Config=3D{ }
>  RawCHS=3D16/21298/0, TrkSize=3D63, SectSize=3D0, ECCbytes=3D13614
>  BuffType=3D4(?), BuffSize=3D8345kB, MaxMultSect=3D0
>  DblWordIO=3Dno, maxPIO=3D0(slow), DMA=3Dno
>  CurCHS=3D63/65473/62, CurSects=3D16819456, LBA=3Dyes, LBAsects=3D45875=
2
>
> The output seems corruped, the DMA is turned off, etc...
>
> But:
> # ./hdparm -d /dev/hde7
>
> /dev/hde7:
>  using_dma    =3D  1 (on)
> # ./hdparm -c /dev/hde7
>
> /dev/hde7:
>  I/O support  =3D  0 (default 16-bit)
> # ./hdparm -c /dev/hde7
>
> I experienced some lock-ups when heavy-access of the drive. Anybody hav=
e
> an idea of what happens? Should I upgrade bios and/or kernel?
>
> Thanks a lot for your help.

The BIOS is only used when you boot the system.  You don't need to update=

it.

Do you have the ide patch for your Kernel.  If not, you should get it to
upgrade:

 http://www.kernel.org/pub/linux/kernel/people/hedrick/ide-2.2.16.all/ide=
=2E2.2.16.all.20000825.patch.bz2

This has specific support for your chip set.

JRT


------------------------------

From: [EMAIL PROTECTED] (Dances With Crows)
Subject: Re: MainBoard PC100 M599LMR
Date: 1 Nov 2000 03:01:08 GMT
Reply-To: [EMAIL PROTECTED]

On Tue, 31 Oct 2000 21:48:04 +0100, Paolo Picciolo wrote:
>I've a PC-CHIPS M599LMR with a AMD K6-2 400MhZ and when I try to install
>Linux RedHat 6.2 the install program lock the machine when it reach the
>graphic part. Someone can help me?

PC-Chips make shoddy equipment.  Buy yourself a new motherboard and you
will have fewer problems in the long run.

That said, try the text-only installation.  At the LILO: prompt you get
from booting from the CD-ROM, enter "text" or possibly "linux text".  I
don't have my RedHat 6.2 CD sitting close by, but you should be able to
get a text-mode install going with a command like that.

If this thing has the video chip soldered onto the motherboard, the most
likely explanation for your problem is that the onboard video can't deal
with normal 640x480x16 VGA.  Some cheap video chips are like that--I
don't suppose you know the exact make and model of the video chip?

Run "xf86config" once your system is installed to attempt to configure
graphics modes.  DO NOT use Xconfigurator; it tries to use VGA mode as
well and will likely hang your machine.

-- 
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin /  Workin' in a code mine, hittin' Ctrl-Alt
http://www.brainbench.com     /   Workin' in a code mine, whoops!
=============================/    I hit a seg fault....

------------------------------

From: James Richard Tyrer <[EMAIL PROTECTED]>
Subject: Re: Mounting a LS120
Date: Wed, 01 Nov 2000 03:04:01 GMT

cbmitch wrote:

> What is the command line to mount a LS120?  I am on IDE1, secondary device
>
> I am trying mount -t msdos /dev/hda2 /ls120
>
> I made a directory on the root called ls120.  This is not working.  any
> tips?

Linux starts numbering with "0".  Therefore, if you are really using the
secondary device on ide1 (same ribbon cable as your CD-ROM?) this is the 4th
device, not the 2nd.  You can check this with the /proc tree:

    cat /proc/ide/ide1/hdd/model

I have a Zip so on my system it reports the Zip.

Therefore, you should be mounting "hdd?"   I have heard (I don't own one)
that the LS120 uses partition 4 like the Zip does.  If that is the case you
should mount "hdd4".  If not, ???  The CD-ROM doesn't use a partition
number.  If the LS120 works that way it would be "hdd".  Then there is always
trial and error.

JRT




------------------------------

From: Monte Richardson <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,linux.redhat.install,comp.os.linux.setup,comp.os.linux.x
Subject: Re: DualMonitor Matrox
Date: Wed, 01 Nov 2000 03:09:35 GMT



>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 10/31/00, 6:03:19 PM, Milan Kratka <[EMAIL PROTECTED]> wrote regardin=
g=20
DualMonitor Matrox:


> Does anybody have a positive experience installing a Matrox
> G100/G200/G400 dual monitor video cards on a linux system?  I have bee=
n
> having some difficulties...  Any comments appreciated.

> Milan Kratka
> [EMAIL PROTECTED]

It's my understanding that Xfree doesn't support dual monitor set ups,=20
yet.  There are plans to include that in the next major release.  All is=
=20
according to my recollection after reading the Xfree FAQ.

Hope this helps,=20
Monte Richardson=20
[EMAIL PROTECTED]

------------------------------

From: "rude" <[EMAIL PROTECTED]>
Subject: Re: soundblaster 16PnP problems
Date: Wed, 01 Nov 2000 05:03:20 +0100
Reply-To: [EMAIL PROTECTED]

Hi,
I don't know how it works in RH since I have a Suse system. Anyways, the
command I used is:
1. pnpdump -c > /etc/isapnp.conf
2. isapnp /etc/isapnp.conf

the "-c" switch takes care that the cards are immediately enabled. In Suse
ISA cards are then automatically activated when booting.
HTH,
rude

In article <CfJL5.404141$[EMAIL PROTECTED]> "Highlander"
<[EMAIL PROTECTED]> wrote:

> Hi i'm having problems getting my soundblaster 16PnP (It says CT2950 on
> the card) working in Red hat 6.0. I have run Isapnp and it detects the
> card fine but either it is not running on startup or i have missed
> something because when i do cat /dev/sndstat there is nothing there just
> the headers.... no cards detected and I have compiled the kernel with
> sound support enabled (module if that matters) the modules are loaded but
> still no sound any help would be greatly appreciated.
> 
> -Robin murray
>

------------------------------


** 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.hardware) 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-Hardware Digest
******************************

Reply via email to