Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2002 11:02:04 +0200
From:      Bohdan Horst <nexus@hoth.amu.edu.pl>
To:        freebsd-mobile@freebsd.org
Subject:   Re: thinkpad and loadable sound modules?
Message-ID:  <20020924090204.GA148@hoth.amu.edu.pl>
In-Reply-To: <20020923232456.GF8064@zot.electricrain.com>
References:  <20020923232456.GF8064@zot.electricrain.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 23, 2002 at 04:24:56PM -0700, Chris Doherty wrote:
> I seem to recall this came up recently, but I can't find it.
> 
> I have a Thinkpad 600E. the sound works fine if I compile the driver in
> statically with
> 
> device pcm
> options PNPBIOS
> 
> however, if I comment those out, and instead put either
> 
> snd_csa_load="YES"
> 
> or just
> 
> snd_pcm_load="YES"
> 
> into /boot/loader.conf, it doesn't work ("/dev/dsp: Device not
> configured"). this is specific to my Thinkpad--I had this same hard drive
> in a Dell Inspiron 8000, and the sound on that worked with the
> snd_maestro3 module.
> 
> has anyone else experienced this? it's a strange wrinkle, and the system
> works well with the static driver, but I'm curious why the module doesn't
> work.

with my 600X:

loader.conf:
snd_csa_load="YES"

kldstat:
 3    1 0xc02b0000 7798     snd_csa.ko
 4    1 0xc02b8000 188ac    snd_pcm.ko


dmesg:
csa0: <CS4280/CS4614/CS4622/CS4624/CS4630> mem 0x50000000-0x500fffff,0x50100000-0x50100fff irq 7 at device 6.0 on pci0
csa: card is Thinkpad 600X/A20/T20
pcm0: <CS461x PCM Audio> on csa0

/dev/sndstat:
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0: <CS461x PCM Audio> at irq 7 (1p/1r/0v channels duplex)

suspend:
pcm0: detached

resume:
csa: card is Thinkpad 600X/A20/T20
pcm0: <CS461x PCM Audio> on csa0

maybe this problem is specific to 600E?

best regards

btw anyone know fast XFree86 Xv driver for neomagic ?
driver from XFree86 CVS works very very slow.. 

-- 
 / irl:Bohdan 'Nexus' Horst | mailto:nexus@irc.pl | irc:Nexus \
{---------------------------^----------v----------^------------}
 \ http://www.physd.amu.edu.pl/~nexus/ | Instytut Fizyki  UAM /

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




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