> > from what i can see, identcpu.c fetches the cpu name using a cpuid
> > instruction.
>
> The part cpuid gives you is "AuthenticAMD".
> The fancy name is determined by switching on the Id.
read identcpu.c. you are correct for k6 and lesser processors. the code in
question is around line 323:
> Upon patching the sources and recompiling, I kldunloaded snd_pcm.ko while
> snd_maestro3.ko was still loaded, and attempted to play an mp3; kernel
> panic ensued.
this should be impossible in two ways:
1. snd_maestro3 depends on snd_pcm so the module system should not permit
snd_maestro3 to be
> Also, I get "/kernel: csa: card is unknown/invalid SSID (CS4610) and
> "/kernel: csa0: mem
> 0x5000-0x500f,0x5010-0x5010f irq 11 at device 6.0 on
pci0".
>
> - I have a Thinkpad 600e (2645-4au) with the CS4610 PCI Accelerator and a
> CS4239 ISA audio sound chip.
we do not suppor
> Is the AC97 sound system supported on on -stable.
yes.
> 1. i815E/Celeron motherboard, AD1885 codec
> 2. SiS 730S/Duron Motherboard, ALC200 codec
> I found that in sys/dev/sound/pcm/ac97.c has a list of AC97 codecs
> and should print a messge for the codec.
>
> I just get a "unknown card"
> Dmesg shows pcm detecting the card at 0x530 (BIOS says the card is at
> 0x534). Setting port 0x534 in the kernel config results in nothing being
> detected at all.
some details (boot -v dmesg, pnpinfo, relevant bits of kernel config) would
be nice...
-cg
To Unsubscribe: send mail to [EM
> Any suggestions would be greatly appreciated
not yet supported.
-cg
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message
> I ran into this the other day; it appears that there has been a change in
> the sound API recently such that you need to do SNDCTL_DSP_SPEED before
> SNDCTL_DSP_SETFMT. I haven't had time to dig into CVS to see when this
> happened or why.
this is a bug that i cannot replicate. can you give m
> I wonder if this has anything to do with why my Soundwave 128 PCI
> is not recognized. It shows up as an "unknown card" during boot:
>
> Script started on Sun Oct 8 06:12:35 2000
> % dmesg | grep unknown
> pci0: (vendor=0x1073, dev=0x000d) at 9.0 irq 11
> % exit
this is a ymf724f which is s
> The SNDCTL_DSP_SETFMT ioctl *always* returns EINVAL :-(
i fat-fingered the mfc.
sys/dev/sound/pci/emu10k1.c revision: 1.6.2.4 should fix it.
-cg
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message
> Cameron Grant:
> |you should be aware that the voxware code will need extensive renovation
and
> |conversion to newbus. already it will not cope with pnp devices, and
the
> |compatibility shims it relies on will shortly be gone.
> |
> |in my opinion it would be far be
10 matches
Mail list logo