[vox-tech] 4.21 Installfest Follow up--Red Hat 7 Sound/Modem configuration problems resurface

vox-tech@lists.lugod.org vox-tech@lists.lugod.org
Sun, 5 May 2002 17:52:47 -0400


On Sun, May 05, 2002 at 12:29:27PM -0700, Gregory Weber wrote:
> I think Peter & then Michael (?) spent the better part of 2 hours tackling
> the problem. The solutions involved some extensive use of setserial and
> other commands that are beyond my newbie abilities.

Gregory,

  There was a lot of time wasted playing with setserial because originally
thought it was a PCI device which would have meant isapnp was useless...
It sure didn't seem like 2 hours, but it took a while.

  The solution was since it's a ISA PnP card (not PCI) all that needed
to happen was the devices had to be enabled...
  (pnpdump -c > /etc/isapnp.conf; isapnp /etc/isapnp.conf) don't run that 
unless you want to wipe out whatever is there now.
  Then the kernel needed to be told what IRQ and such the device used 
(with setserial), but I think I setup the modem for a regular standard
IRQ and ioport... so that setserial wasn't needed.


> During the installfest, there was a temporary account ("p") set up on my
> system.  Last night, trying to clean things up, I deleted the temporary
> account (after first backing up to a parallel port zip drive I'd
> successfully mounted on my own, using the command "tar -cvzf
> /mnt/zip/homebkp.tgz /home").
> 
> After deleting the /p account.

  I thought the p account was deleted before you left.  The home directory
might not have been, but the account should have been.


> I've now lost my modem again. (The sound card is still working.)

  That directory should have had _nothing_ to do with the functioning of
your modem.  I would need to take a look at what is wrong...


> I tried to restore from the backup file, but when I ran
> the command, "tar -xvpf /mnt/zip/homebkp.tgz" I get error messages that say
> it's not a tar file.  I don't know if the zip drive file is corrupted or
> not.

  You need a 'z' added to the options list. '-xzvpf'

> In any event, I'd simply like to recreate the magic that got around the
> sound/modem conflict.
> 
> Can anyone who was there help?

  Run the following (which are read-only commands and will not fix things),
and email the results to list.

=============
for l in /dev/ttyS*; do setserial -a $l; done

grep -vE '^#|^$' /etc/isapnp.conf

cat /proc/isapnp 

ls -l /etc/rc.boot
ls -l /etc/isapnp.conf
=============

    TTFN,
      Mike