Linux-Hardware Digest #971, Volume #13            Fri, 1 Dec 00 21:13:05 EST

Contents:
  Re: Using a ATA/66 disk with a ATA/66 cable on a Linux 2.2 system ("Phil Kimble")
  Linux Sound Systems Overview?!?!?! (Doug Mitton)
  Re: IDE CD-RW ("Me")
  Re: Should PNP OS be set to NO in bios for linux? ("lobotomy")
  Re: root password issues ([EMAIL PROTECTED])
  Re: Recognizing multiple CPUs ([EMAIL PROTECTED])
  Re: modem problems (Dances With Crows)
  Re: linux & 4 printers (Dances With Crows)
  Re: IDE CD-RW (Dances With Crows)
  Re: Problem, 2G Jaz barfing (Dances With Crows)
  Re: Should PNP OS be set to NO in bios for linux? ("Vladimir Florinski")
  Mouse problems... HELP (please) ("Kumaran")
  Re: Should PNP OS be set to NO in bios for linux? ("D. Stimits")

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

From: "Phil Kimble" <[EMAIL PROTECTED]>
Subject: Re: Using a ATA/66 disk with a ATA/66 cable on a Linux 2.2 system
Date: Sat, 02 Dec 2000 00:13:40 GMT


"Devin Drew" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Romain Guilleret wrote:
>
> >                 Hi,
> >
> > I've been using a ATA/66 disk on a CUSL2 motherboard using a ATA/66
> > cable (40-pin).
> > Linux detected the disk (kernel 2.2.17, no patch) and all worked fine.
> >
> > The problem is that it has not always worked.
> > On an ASUS P3V4X motherboard, it didn't.
> > I had to use the old IDE cable. With the ATA/66 cable, Linux did not
> > detect the drive.
>
> Im not sure why this cable wouldn't work. Could it be that the new 80wire
> cables break old ide controllers? Did the P3V4X support ata66? If not then
> it doesn't matter anyway. You could certainly install a $40 ata66 card on
> the old mobo.
>
>
> >
> >
> > Can anybody certify me that I can use a ATA/66 disk with ATA/66 cable on
> > a 2.2 kernel?
> > I wish I could enable ATA/66 optimisations once kernel 2.4 is out
> > without changing the cable.
> >
>
> Should work fine being as your the cable works with your current setup.
All
> that the new drivers will get you is the ability to use the hardware
> features that your 2.2 kernel is unaware of.
>
> Devin
>

Running cdm ata66 cdm a p166 at mobo, 1.2GB on hda, 10gb ata66 on port0 &
30GB from the cdm card. Installed slack7.1 (2.2.16) did an ide patch, and no
problems!



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

From: [EMAIL PROTECTED] (Doug Mitton)
Subject: Linux Sound Systems Overview?!?!?!
Reply-To: [EMAIL PROTECTED]
Date: Sat, 02 Dec 2000 00:46:53 GMT

Does anyone know of any documentation which describes the various
types of sound systems for Linux and how they inter-operate?

I have read the Sound and Sound-Playing how-to's and that is not what
I'm asking about.

I don't have all the information so I may not use the correct
terminology BUT here is a description of what I'm trying to resolve.

Different Linux sound applications and utilities seem to talk to the
sound hardware in different ways that are not always mutually
compliant.  So far I have un-officially identified the following sound
systems:
1) Linux Native
2) New Linux Native
3) OSS
4) ALSA (?)
5) ESD

The "Linux Native" system worked fine with my old Sound Blaster Pro.
It utilized /dev/audio and /dev/sndstat and all the programs I wanted
to use lived comfortably with it.

My new system uses an integrated C-Media CMI8738 on a PCChips M599LMR
mother board.  Both the add-on driver (for older kernel versions) and
the current included driver (cmpci.o) seem NOT to use the traditional
/dev/audio and /dev/sndstat BUT the /dev/dsp interface.  This causes a
lot of trouble with some applications, and some I have not been able
to get working at all.

I don't understand how the OSS, ALSA(?) and ESD systems fit into the
picture but it has been causing me a lot of trouble lately.  I tried
to get XMMS running on my system BUT it will not play a peep unless I
select the ESD option and load esd ... but then nothing else works
while I do this.  The Enlightenment Sound Daemon (ESD) loads, plays a
scale of notes and xmms works PERFECTLY.  I have to unload ESD before
speak freely or realplayer or any other of my "native" applications
will work.

Any way, I am looking to collect enough information to try and get
sound working co-operatively on my system and have access to all the
applications I am looking for.

Thanks in advance for any comments, pointers and insight you can
supply to this effort.


 ------------------------------------------------
          http://www3.sympatico.ca/dmitton
   SPAM Reduction: Remove "x." from my domain.
 ------------------------------------------------

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

From: "Me" <[EMAIL PROTECTED]>
Subject: Re: IDE CD-RW
Date: Fri, 01 Dec 2000 19:02:07 -0600

In article <[EMAIL PROTECTED]>, "Ian
Ellis" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> Is it possible to use an IDE CD-RW drive in Linux at the moment?

yes

> The drive is a Memorex CDRW-4420. My kernel is 2.2.16 (the installation
> is mainly RedHat).
> 
> cdrecord seems to only care about SCSI devices. I haven't looked at SCSI
> emulation yet.

That's exactly where you need to look.

http://www.linuxdoc.org/HOWTO/CD-Writing-HOWTO.html

> 
> Cheers
> 
> Ian


====== Posted via Newsfeeds.Com, Uncensored Usenet News ======
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
=======  Over 80,000 Newsgroups = 16 Different Servers! ======

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

From: "lobotomy" <[EMAIL PROTECTED]>
Subject: Re: Should PNP OS be set to NO in bios for linux?
Date: Sat, 02 Dec 2000 00:57:47 GMT

Linux doesn't have real PnP support in 2.2 (2.4 will).  You can configure
PnP hardware by using pnpdump and isapnp (see man pages), however this is
really just a hack.  What the setting is supposed to do is configure the
resources of PnP cards in the BIOS, so that a PnP-compliant OS isn't
needed.    On my system I have had success using the system with PnP OS
set to no with a PnP ISA sound card...the IRQ and DMA were set by the
BIOS, and I just set it up manually without needing to bother with
isapnp.  So it might help setting it to no.  But if you need to can't get
the sound card to work without PnP on (I have used PCI sound cards
successfully with PnP off, but I have no experience with the SB Live),
you may just have to deal with isapnp, or use the 2.4 test kernel (IMHO,
very stable), which has real PnP support built in.

      In article <lgWV5.1710$[EMAIL PROTECTED]>, "cybenrut"
<[EMAIL PROTECTED]> wrote:

> I've had a few hardware problems and just had a question about the PNP
> OS option in my bios. I'm not sure if it should be set to NO or YES. I'm
> trying desperatly to get my modem working. It is an ISA viking 56k
> modem. I'm fairly sure its not a winmodem and that it is PNP. I first
> installed Mandrake 7.2 on my system with the pnp os set to yes and all
> my hardware worked fine except my modem. I then reinstalled it again
> with the option set to no and my modem still did not work and SB Live
> value sound card didnt work. I have a seperate thread going about my
> modem problem, but basically I'd just like to know if that bios option
> matters much for linux and how it affects my hardware. Thanks.
> 


-- 
PC Chips actually goes by many names. PCChips = Ability = Alton = Amptron = 
Aristo = Asia Gate = Asiatech = Assa = Atrend = Elpina = Eurone = Fugu = 
Fugutech = Hi Sing = Houston = Hsing Tech = H Tech = Matsonic = Minstaple = 
PCWare = Pine = Protac = QDI = Warpspeed

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

From: [EMAIL PROTECTED]
Subject: Re: root password issues
Date: Sat, 02 Dec 2000 01:01:21 GMT

In article <[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] writes:
>
> > thanks for replying.  Yeah, I realize that there is a chance that my
> > system has some trojans on it.  So when you say install everything
from
> > a secure medium, what exactly do you mean?  Is there a way I can
> > reinstall all the system stuff without compromising my current
configs?
>
> A "secure medium" is generally a read-only one.  Like a CD-ROM.
>
> You should obviously not do the reinstall from your boot device,
> because the trojans or whatever might trash the software they install.
>
> Inspect all of the scripts and configs you plan to keep before
> choosing to do so.  In your place, I'd probably just back up the
> important data (booting with the system mounted ro) and then wipe out
> the entire drive.  Odds are that'd be easier, but that certainly
> depends a lot on your specific case.
>
> --
> Eric McCoy <[EMAIL PROTECTED]>
>
> In one gloss of the cut interstellarly I must immovable protect the
> universe.

Thanks for all the info. I think i will try and save a copy of all my
config files in etc, is there anywhere else that has important config
file?  THen I guess format my hardrive and reinstall from scratch, using
my saved configs as reference to help me through getting the same set up
back.  If I format the hardrive with all my linux info is there any
reason why i shouldn't boot linux from my cdrom?

>


Sent via Deja.com http://www.deja.com/
Before you buy.

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

From: [EMAIL PROTECTED]
Reply-to: [EMAIL PROTECTED]
Subject: Re: Recognizing multiple CPUs
Date: Sat, 02 Dec 2000 01:14:21 GMT

>>>>> "lasalleg" == lasalleg  <[EMAIL PROTECTED]> writes:

    lasalleg>  Does Linux automatically recognize multiple CPUs on
    lasalleg> bootup? We will be initially installing it on a single
    lasalleg> CPU system, but more CPUs are on order. If we install
    lasalleg> the new CPUs, will we have to re-install Linux to take
    lasalleg> advantage of them? How many CPUs can Linux currently
    lasalleg> utilize? We will most likely be using Redhat.

You _may_ need to compile a custom kernel in order to cope with this;
I'm not certain what Red Hat has "out of the box" as its default.

That in effect means that you may indeed need to "reinstall Linux,"
with regard to _Linux, The Kernel._

It should _only_ be the kernel that you need fiddle with; user space
does not change, so that you do _not_ need to pop in a CD and
reinstall libraries, programs, or such.
-- 
(concatenate 'string "cbbrowne" "@ntlug.org")
<http://www.ntlug.org/~cbbrowne/>
Consciousness - that annoying time between naps.

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

From: [EMAIL PROTECTED] (Dances With Crows)
Subject: Re: modem problems
Date: 2 Dec 2000 01:18:18 GMT
Reply-To: [EMAIL PROTECTED]

On Fri, 1 Dec 2000 19:30:47 -0300, Marcelo Barreto wrote:
>hello i'm Marcelo from argentine, i have 3 machines under linux in two of
>them i have a motorola SM56 modem (pci intern), and i can't make run this
>under mi linux redhat 6.1. in the other machine i have two modems one is a
>cirrus logic 36k pci intern and a pctel onboard 56k, none of this want run
>under linux, i need help of how can i set up this modems.

http://www.o2.net/~gromitkc/winmodems.html

Hope your specific pieces of hardware are *NOT* listed as Winmodems
there.  If they are, sell the modem(s) to a stupid person and go buy a
Real Modem.  A Real Modem is usually one that is external and plugs into
the 9-pin serial port.  Most PCs sold today come with Winmodems because
those are very cheap to make.

Other places to look at:
http://linmodems.org/   (If any of your hardware has the Lucent chipset)
http://linuxdoc.org/HOWTO/Modem-HOWTO.html   (For various Real Modems)

-- 
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: [EMAIL PROTECTED] (Dances With Crows)
Subject: Re: linux & 4 printers
Date: 2 Dec 2000 01:18:20 GMT
Reply-To: [EMAIL PROTECTED]

On 01 Dec 2000 20:19:27 GMT, Jwbat wrote:
>I was hoping to connect 4 printers using  parallel ports under linux. Do
>multi-port parallel cards exist for linux?  The printers will all "exist" in
>the same room, fairly close to the computer, so this seems like the
>best/simplest solution? Any ideas/pointers/experience would be muchly
>appreciated.

If you can find a multi-port parallel card, chances are good that it
works with Linux.  The original IBM PC standard specified only 3
parallel ports, but putting another one in should just be a matter of
having a free IRQ and I/O range.  You may have to pass these numbers to
the parport_pc module for all the parallel ports to be recognized.

BTW, printing will be somewhat slow if all 4 printers are in use at
once.  "man tunelp" to try and speed it up a bit, but I'd see about an
Ethernet interface if you need more speed.

-- 
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: [EMAIL PROTECTED] (Dances With Crows)
Subject: Re: IDE CD-RW
Date: 2 Dec 2000 01:18:21 GMT
Reply-To: [EMAIL PROTECTED]

On Fri, 1 Dec 2000 20:12:59 -0000, Ian Ellis wrote:
>Is it possible to use an IDE CD-RW drive in Linux at the moment?
>The drive is a Memorex CDRW-4420. My kernel is 2.2.16 (the installation is
>mainly RedHat).
>cdrecord seems to only care about SCSI devices. I haven't looked at SCSI
>emulation yet.

   http://linuxdoc.org/HOWTO/CD-Writing-HOWTO.html
and pay attention to the section about "IDE CD-RWs".  It's been possible
to use an IDE CD-R(W) with Linux for quite some time now (1.5 years,
maybe more).  The SCSI bias shown in cdrecord's docs comes from: 1)
cdrecord's author has a low opinion of IDE drives 2) there's no "native"
Linux driver for IDE CD-RWs.

Search this NG ( http://deja.com/home_ps.shtml ) for my name and keyword
"CD-R" to find a bunch of messages dealing with this topic if the HOWTO
doesn't quite do it for you.

-- 
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: [EMAIL PROTECTED] (Dances With Crows)
Subject: Re: Problem, 2G Jaz barfing
Date: 2 Dec 2000 01:18:23 GMT
Reply-To: [EMAIL PROTECTED]

On Fri, 01 Dec 2000 12:51:11 -0700, James W. Haefner wrote:
>Hi, I am running SUSE 6.3. I have a SCSI based internal 2G Iomega Jaz
>drive and an external 1G Jaz drive.  The 1G drive works fine.  When I
>attach the 2G drive to the SCSI card I get the following symptoms:
>
>1. Both the BIOS and the kernel recognize both drives correctly on
>bootup 2. When I insert a disk in the 2G drive, the drive light flashes
>repeatedly and after about 10 seconds, the disk is ejected. The disk is
>PC formatted.  3. Same result when I remove the 1G drive from the
>system.  4. Also same result if I bootup with a disk in the 2G drive.

Check your termination, check your cables, and $DEITY help you if that
2G drive and/or disk was ever banged on or dropped more than 6 inches.
I think it might be a mechanical problem--can you borrow a known good 2G
JAZ disk from somewhere and try that disk in your drive?  If it works,
your disk is most likely toast.  If it gets ejected, your drive is most
likely toast.

Oh yes, the card should probably be set to "auto-terminate" or "no
terminate" if you have both external and internal devices on the bus.
If the internal drive is the last device on its end of the bus,
terminate it.  

-- 
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: "Vladimir Florinski" <[EMAIL PROTECTED]>
Subject: Re: Should PNP OS be set to NO in bios for linux?
Date: Fri, 01 Dec 2000 18:43:26 +0700

In article <fOXV5.24005$[EMAIL PROTECTED]>,
"lobotomy" <[EMAIL PROTECTED]> wrote:

> Linux doesn't have real PnP support in 2.2 (2.4 will).  You can configure PnP
> hardware by using pnpdump and isapnp (see man pages), however this is really
> just a hack.  What the setting is supposed to do is configure the resources of
> PnP cards in the BIOS, so that a PnP-compliant OS isn't needed.    On my
> system I have had success using the system with PnP OS set to no with a PnP
> ISA sound card...the IRQ and DMA were set by the BIOS, and I just set it up
> manually without needing to bother with isapnp.  So it might help setting it
> to no.  But if you need to can't get the sound card to work without PnP on (I
> have used PCI sound cards successfully with PnP off, but I have no experience
> with the SB Live), you may just have to deal with isapnp, or use the 2.4 test
> kernel (IMHO, very stable), which has real PnP support built in.
> 

This "PnP support" is one of the less useful things in the new kernel. Very few
modern boards have ISA slots anymore and hopefully, the bus itself will soon
die a horrible death, taking with it the rest of the obsolete junk we still have
in our computers (floppy drives, serial and parallel ports come to mind,
there's probably more). I think valuable programming resources shouldn't even
have been spent supporting the obsolete hack known as ISA PnP, while a ready
solution (isapnptools) has been available for many years.
-- 


Vladimir

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

From: "Kumaran" <[EMAIL PROTECTED]>
Subject: Mouse problems... HELP (please)
Date: Sat, 02 Dec 2000 01:51:55 GMT

Hi

I've been trying to get my USB mouse to work under LM7.2.  so far i've had
no luck.
The mouse gets detected during the install and boot but i get no response
from
it.  I had to use an old PS/2 mouse during install to be able to do anything
and in my attempts to get the USB mouse working.  I tried using drakconf to
change it to USB but it just changes back to the PS/2 one.  And of late even
the PS/2 mouse is not responding.  I've tried editing my XF86Config to get
the mosue working but i get "No such device" when it tries to accsess the
device (/dev/usbmouse).  the symlink is there, pointing to /dev/input/mouse0
(this was done during install by the installer).

Can anyone help me with this?

thanks in advance

   Kumaran




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

Date: Fri, 01 Dec 2000 19:01:49 -0700
From: "D. Stimits" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: Should PNP OS be set to NO in bios for linux?

cybenrut wrote:
> 
> I've had a few hardware problems and just had a question about the PNP OS
> option in my bios. I'm not sure if it should be set to NO or YES. I'm trying
> desperatly to get my modem working. It is an ISA viking 56k modem. I'm
> fairly sure its not a winmodem and that it is PNP. I first installed
> Mandrake 7.2 on my system with the pnp os set to yes and all my hardware
> worked fine except my modem. I then reinstalled it again with the option set
> to no and my modem still did not work and SB Live value sound card didnt
> work. I have a seperate thread going about my modem problem, but basically
> I'd just like to know if that bios option matters much for linux and how it
> affects my hardware. Thanks.

The usual answer is that even if an o/s is pnp aware, it won't hurt to
run it on "not" aware. Most of the time "not" is preferable for linux,
and you should probably set it there unless you have a reason not to.
Being that your modem is ISA though, ISA pnp is not set up by the system
bios, and is instead set up with the isapnp tools. Quite possibly the
install would have gone through steps to do this. So you have the first
issue of hardware initialization to the bus, which is what the pnp setup
stuff does (if PCI this is usually through bios; if ISA, it is through
an external tool). Once hardware is initialized, you still have the
normal setup of the particular device, in this case modem setup (of
which parts are common to most modems, and others are specific to the
particular hardware). Most ISA modems are not windmodems, so probably
you are correct on it not being a winmodem. But winmodems can in fact be
detected and hardware values set up for irq and address and port, but
then they sit there brain-dead when you try to use it. You might look up
use of minicom to experiment with commands to the modem. For hardware
setup, you might want to review /proc/interrupts, /etc/isapnp.conf,
setserial -a to view the /dev/ttyS? port. Device or resource busy will
indicate irq or address or port is not set up correctly, which is part
of pnp or the port; failure later indicates a software setup problem not
related to hardware initializing.

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


** 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