[Sussex] PCMCIA-CS

Steve Dobson steve.dobson at krasnegar.demon.co.uk
Sat Nov 9 12:44:01 UTC 2002


Nik

Sorry I tried to e-mail you this before I drove home from NY using the
new web insterface to Outlook - runs much better than Outlook over a 56k modem
line.  But I got interrupted and that caused the like to timeout :-(

Anyway hope this helps:

On Fri, Nov 08, 2002 at 08:45:16AM +0000, Nik Butler wrote:
> First of ( well off topic ) thanks to the God who walks the earth Steve Dobson
> for the working 2.4 config which stops my Vaio from crashing.

Godhood - then from here on out its down hill all the way  :-)

>                                                                The only problem
> ive experienced with it ws sound. So being the talkative fellow I am I asked
> around if people had some suggestions and one was the acpi patch... well since
> I plugged that one in my pcmcia reports resource in use.. anyone got any
> thoughts since if updated pcmcia, tried compiling modules and kernel stuff
> and so forth. anyway its getting a little annoying now so maybe someone can
> suggest some new directions for the weekend ;-)
 
Nik - as I know the version of the kernel your using I might beable to help
here.

First of got back the ACPI patch.  I was tracking that in the 2.5 kernel stream
for awhile.  Unless you have a machine that matches one of the ACPI kernel hackers
then I'd forget it.  There is still a lot of work to do and every PC maker seams
to have interruptted the ACPI spec in their own way :-(

Second make sure that you have lspli installed (apt-get install pciutils).
Then run it it will give you a list of the devices on the PCI bus:
	$ lspci
	00:00.0 Host bridge: Intel Corp.: Unknown device 3575 (rev 02)
	00:01.0 PCI bridge: Intel Corp.: Unknown device 3576 (rev 02)
	00:1d.0 USB Controller: Intel Corp.: Unknown device 2482 (rev 01)
	00:1d.1 USB Controller: Intel Corp.: Unknown device 2484 (rev 01)
	00:1d.2 USB Controller: Intel Corp.: Unknown device 2487 (rev 01)
	00:1e.0 PCI bridge: Intel Corp. 82820 820 (Camino 2) Chipset PCI (-M) (rev 41)
	00:1f.0 ISA bridge: Intel Corp.: Unknown device 248c (rev 01)
	00:1f.1 IDE interface: Intel Corp.: Unknown device 248a (rev 01)
	00:1f.3 SMBus: Intel Corp.: Unknown device 2483 (rev 01)
Note >	00:1f.5 Multimedia audio controller: Intel Corp. AC'97 Audio Controller (rev 01)
	00:1f.6 Modem: Intel Corp.: Unknown device 2486 (rev 01)
	01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY
	02:02.0 FireWire (IEEE 1394): Texas Instruments: Unknown device 8021 (rev 02)
	02:05.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 80)
	02:05.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 80)
	02:08.0 Ethernet controller: Intel Corp. 82801CAM (ICH3) Chipset Ethernet Controller (rev 41)

After some digging I found out the the Intel ICH sound option (CONFIG_SOUND_ICH)
worked.  I know you have a different Vaio to me, but Sony use the Intel chip
set so have a dig around - searching around the source turns up a number of 
hits on AC97:
	$ cd /usr/src/linux # or the dir where you're linux source is installed
	$ find drivers -name \*.c | xargs grep -l AC97
	drivers/char/au1000_gpio.c
	drivers/sound/ymfpci.c
	drivers/sound/via82cxxx_audio.c
	drivers/sound/trident.c
	drivers/sound/swarm_cs4297a.c
	drivers/sound/nm256_audio.c
	drivers/sound/nec_vrc5477.c
	drivers/sound/maestro3.c
	drivers/sound/maestro.c
	drivers/sound/ite8172.c
	drivers/sound/i810_audio.c
	drivers/sound/es1371.c
	drivers/sound/cs46xx.c
	drivers/sound/cmpci.c
	drivers/sound/au1000.c
	drivers/sound/ac97_codec.c
	drivers/sound/cs4281/cs4281m.c
	drivers/sound/ac97.c
	drivers/sound/emu10k1/recmgr.c
	drivers/sound/emu10k1/mixer.c
	drivers/sound/emu10k1/main.c
	drivers/sound/emu10k1/audio.c
	drivers/sound/emu10k1/cardwi.c
	drivers/sound/emu10k1/hwaccess.c
	drivers/pci/quirks.c

I know this works for me bb works fine now with the sound.  Can't get esd to
work :-(.  It beeps the sound card when it starts up but I can't get 
Enlightenment, dsdcat or esdplay to do anything - they just lock up for a
bit.  Next problem to solve with sound (any of you have a clue?).

Hope this helps

Steve




More information about the Sussex mailing list