Lennart Sorensen a écrit :

On Thu, Sep 01, 2005 at 05:31:17AM +0200, Yannick - Debian/Linux wrote:
ide-cd
ide-disk
ide-generic
psmouse
# I2C adapter drivers
i2c-isa
# I2C chip drivers
it87
# Sound
snd_intel8x0

I thought it was snd-intel8x0 but it seems modprobe uses - and _
interchangeably.

# economie d'energie (ventilo et CPU)
powernow_k8
cpufreq_ondemand

cpufreq_powersave
cpufreq_userspace

$ lsmod|grep snd
snd_intel8x0           35988  0
snd_ac97_codec         73220  1 snd_intel8x0
snd_pcm_oss            56680  0
snd_mixer_oss          19520  1 snd_pcm_oss
snd_pcm               100876  2 snd_intel8x0,snd_pcm_oss
snd_timer              24968  1 snd_pcm
snd_page_alloc         12944  2 snd_intel8x0,snd_pcm
gameport                5120  1 snd_intel8x0
snd_mpu401_uart         8192  1 snd_intel8x0
snd_rawmidi            26532  1 snd_mpu401_uart
snd_seq_device          9164  1 snd_rawmidi
snd 56936 9 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore              11232  1 snd

Well it is loaded.  Anything in dmesg when loading the driver (ie: do
modprobe -r snd-intel8x0; modprobe snd-intel8x0) indicating if it founda
chip or not?

On my Via K8T800 based system I see this:

rceng02:~# lspci -n|grep 0401
0000:00:11.5 0401: 1106:3059 (rev 60)

rceng02:~# lsmod|grep snd
snd_ioctl32            28096  0
snd_via82xx            29600  0
snd_ac97_codec         82384  1 snd_via82xx
snd_pcm_oss            55968  0
snd_mixer_oss          19520  1 snd_pcm_oss
snd_pcm                95372  4
snd_ioctl32,snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_timer              25160  1 snd_pcm
snd_page_alloc         11144  2 snd_via82xx,snd_pcm
gameport                4992  1 snd_via82xx
snd_mpu401_uart         8192  1 snd_via82xx
snd_rawmidi            26592  1 snd_mpu401_uart
snd_seq_device          9872  1 snd_rawmidi
snd                    57256  10
snd_ioctl32,snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore              11232  1 snd

rceng02:~# cat /proc/asound/cards
0 [V8237          ]: VIA8237 - VIA 8237
                    VIA 8237 with ALC850 at 0xe800, irq 22

rceng02:~# uname -r
2.6.11-9-amd64-k8

rceng02:~# dmesg
via82xx: Assuming DXS channels with 48k fixed sample rate.
        Please try dxs_support=1 or dxs_support=4 option
        and report if it works on your machine.
ACPI: PCI interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 22
PCI: Setting latency timer of device 0000:00:11.5 to 64

Len Sorensen


$lspci
0000:00:04.0 Multimedia audio controller: nVidia Corporation: Unknown device 0059 (rev a2)

$dmesg
ACPI: PCI Interrupt Link [LACI] enabled at IRQ 5
ACPI: PCI interrupt 0000:00:04.0[A] -> GSI 5 (level, low) -> IRQ 5

It seems not to find the chip (search with intel or nvidia doesn't give significant result)
That's all i found... (but i'm not an expert)

Yannick

Reply via email to