[ltp] RH 6 on a 770z networking problems
Black, Chris
linux-thinkpad@www.bm-soft.com
Wed, 22 Sep 1999 11:48:45 -0400
Thanks. I don't suppose you got RH to acknowledge all 14 gigs of hard drive
space?
-----Original Message-----
From: Geert Janssen [mailto:geert@watson.ibm.com]
Sent: Wednesday, September 22, 1999 11:38 AM
To: linux-thinkpad@www.bm-soft.com
Subject: Re: [ltp] RH 6 on a 770z networking problems
Dear Chris,
Don't know about the Ethernet card; using a NetGear FA410TXC myself.
Probably wrong IRQ; guess the PCMCIA cards usually use IRQ 7 or 9.
You probably have a Crystal Semiconductors PnP Audio System CODEC.
Use the CS4232 module under Linux:
In /etc/conf.modules I have:
# Sound Modules
post-install awe_wave /bin/sfxload /etc/midi/GU11-ROM.SF2
alias sound cs4232
pre-install sound insmod sound dmabuf=1
alias midi opl3
options opl3 io=0x388
options cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9
This still gives an error from ad1848 about IRQ 5 at boottime, but
everything
seems to work fine anyway: soxplay works, midi works, x11amp works.
In /lib/modules/2.2.10 I have:
ad1848.o
adlib_card.o
cs4232.o
opl3.o
sound.o
soundcore.o
uart401.o
In /usr/src/linux/.config I have:
#
# Sound
#
CONFIG_SOUND=m
# CONFIG_SOUND_ES1370 is not set
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
CONFIG_SOUND_OSS=m
# CONFIG_SOUND_PAS is not set
# CONFIG_SOUND_SB is not set
CONFIG_SOUND_ADLIB=m
# CONFIG_SOUND_GUS is not set
# CONFIG_SOUND_MPU401 is not set
# CONFIG_SOUND_PSS is not set
# CONFIG_SOUND_MSS is not set
# CONFIG_SOUND_SSCAPE is not set
# CONFIG_SOUND_TRIX is not set
# CONFIG_SOUND_MAD16 is not set
# CONFIG_SOUND_WAVEFRONT is not set
CONFIG_SOUND_CS4232=m
# CONFIG_SOUND_OPL3SA2 is not set
# CONFIG_SOUND_MAUI is not set
# CONFIG_SOUND_SGALAXY is not set
# CONFIG_SOUND_AD1816 is not set
# CONFIG_SOUND_OPL3SA1 is not set
# CONFIG_SOUND_SOFTOSS is not set
CONFIG_SOUND_YM3812=m
# CONFIG_SOUND_VMIDI is not set
# CONFIG_SOUND_UART6850 is not set
#
# Additional low level sound drivers
#
# CONFIG_LOWLEVEL_SOUND is not set
Good luck,
Geert Janssen