Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2002 17:43:30 -0500
From:      Peter Radcliffe <pir@pir.net>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Thinkpad X30, modem, suspend, sound, etc (Re: ThinkPad R31 - Lucent windmodem woes....)
Message-ID:  <20021231224330.GE3325@pir.net>
In-Reply-To: <20021231221857.GA3325@pir.net>
References:  <20021125105914.B240@luthien.ukc.ac.uk> <20021126022700.90E2E6E3@CRWdog.demon.co.uk> <20021231221857.GA3325@pir.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Peter Radcliffe <pir@pir.net> probably said:
> audio (although I havn't tracked down exactly what chipset it is

Got it;

pcm0@pci0:31:5: class=0x040100 card=0x051c1014 chip=0x24858086
 rev=0x02 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82801CA/CAM (ICH3-S/ICH3-M) AC'97 Audio Controller'
    class    = multimedia
    subclass = audio

All it needed to work (without loading 20 modules) was;

  # cat > /boot/loader.conf 
  snd_pcm_load="YES"
  snd_sbc_load="YES"
  snd_ich_load="YES"
  ^D

No problems through suspend/resume, even during mp3 playback :)

P.

-- 
pir                pir-sig@pir.net                 pir-sig@net.tufts.edu


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021231224330.GE3325>