Module problems in 2.2.3.

Module problems in 2.2.3.

Post by Ryan S Warn » Tue, 16 Mar 1999 04:00:00



I'm trying to install the 2.2.3 kernel and I'm having trouble with a few
modules.  I'm upgrading a RH5.1 system (kernel 2.0.34).

I get these errors on boot up and when I trying using modprobe:

modprobe sound
/lib/modules/preferred/misc/sb.o: too many values for dma (max 1)
sound: Device or resource busy

modprobe ppa
ppa: Version 2.03 (for Linux 2.2.x)
ppa: parport reports no devices.
scsi : 0 hosts.
/lib/modules/preferred/scsi/ppa.o: init_module: Device or resource busy
parport: Device or resource busy

What do I do?

--
============================================================================

============================================================================

 
 
 

Module problems in 2.2.3.

Post by Edwin L » Wed, 17 Mar 1999 04:00:00




Quote:>I'm trying to install the 2.2.3 kernel and I'm having trouble with a few
>modules.  I'm upgrading a RH5.1 system (kernel 2.0.34).

I hope that you are aware that there might be some packages that you
may need to upgrade to support the 2.2.x kernels?

Also, at least for Red Hat 5.2, when you built a new kernel, you have
to create by hand a new file in /lib/modules/2.2.3/.rhkmvtag where I
assume that 2.2.3 is where you left the new modules at.[1]  The
.rhkmvtag should contain the kernel version, and you can best do this
by:

1) boot up the new kernel
2) cat /proc/version > /lib/modules/2.2.3/.rhkmvtag

At least for 5.2, when linux boots up, the start up script will match
the kernel version with those it can find in the
/lib/modules/*/.rhkmvtag files.  When it finds a match, it will redo
the symlink /lib/modules/preferred to that directory.

But first check to see if that's how it is done in Red Hat 5.1.

Quote:>I get these errors on boot up and when I trying using modprobe:

>modprobe sound
>/lib/modules/preferred/misc/sb.o: too many values for dma (max 1)
>sound: Device or resource busy

Looks like you have not configured sound correctly.  Since you are
running Red Hat, you might want to run sndconfig to configure your
soundcard first.  The new kernel sound modules may have changed
the options.

Or you are running the wrong version of the modules.

Quote:>modprobe ppa
>ppa: Version 2.03 (for Linux 2.2.x)
>ppa: parport reports no devices.
>scsi : 0 hosts.
>/lib/modules/preferred/scsi/ppa.o: init_module: Device or resource busy
>parport: Device or resource busy

Try loading the modules by hand, parport first, and then parport_pc,
and finally ppa/lp.  Check with dmesg for more verbose info.  I think
"Device or resource busy" is a catch all error message that the kernel
emits when the modules doesn't return with a 0.  you might want to give
some params to parport_pc when you load it.

Anyway, check out the doco in /usr/src/linux/Documentations/parport.txt.
You did get the source to 2.2.3, didn't you? ;-)

[1] After creating the .rhkmvtag, you can rename the 2.2.3 directory to
something else--it doesn't matter.

Cheers,


 
 
 

1. supraexpress modems (28.8) problems w/dial-ins

Hello,

        I've configured my linux box to receive calls from two 28.8
SupraExpress modems (both support v.34).  Everything works fine, the
connection, everything.  However, when the user logs off, the modems
literally go bezerks and make the LED display shows pure garbage and
the SD/RD leds blinks relentlessly.  After that, the modem no longer
answer to commands issued by my system or to incoming calls, and I get
this kind of messages inside /var/adm/messages:

Feb 24 14:05:02 zeus kernel: ttyS0: 13 input overrun(s)

        for both ports.  The only solution is to power off the modem
and restart it.  Then, uugetty regains controls and accepts answers.

        Here's a copy of my /etc/default/uugetty.ttyS0 file:

CLEAR = NO
HANGUP=YES
#DEBUG=777
DEBUG=010
INIT="" AT&F2S0=1\r OK
ALTLOCK=cua0
ALTLINE=cua0
#WAITFOR=RING
#CONNECT="" ATs0=1\r CONNECT \s\A
TIMEOUT=60

        Help!

        ...David

--

// Socom technologies, Inc.        Tel: 514/939-0480 Fax: 514/939-0834
   " There are lies, damned lies, and statistics. " -- Mark Twain

2. Configuring 3 serial ports?

3. Netscape plug-ins problem

4. NE2000 PROBLEM - if IRQ = 5, linux cant work ?

5. Problems with dialing out when dial-ins are enabled

6. Sony VAIO laptop and X

7. Netscape 4.51 and plug-ins problem

8. Multiple sound cards

9. problem compiling modules from modules.tar.gz

10. Module Problem: No dependancy information for module ...

11. conf.modules vs. modules.conf & modules.dep??

12. SCSI module insert using /etc/conf.modules problem

13. Old modules in /lib/modules -- A common problem?