Re: soundcard not working 5.4

2005-04-11 Thread Wayne
gustaaf wijnands wrote:
Wayne wrote:
Hey,
I don't know if this is the right list but I will ask anyway. I want 
to have FreeBSD as my main OS the only thing that is stopping me is I 
am unable to get my sound card to work I have an "Azalia" based sound 
card. In Linux it comes up as an ICH6 based soundcard and after 
checking the 5.4 Hardware compatibilty I proceeded to download it. Im 
using the 5.4 RC1, when I load the drivers  (I used kldload snd_ich 
and noticing no change tried kldload snd_driver and all  loaded with 
out error but when I type in :
$cat /dev/sndstat I get no listing and dmesg shows no pcm either. Is 
this soundcard supported?

Azalia isn't listed in 
http://www.freebsd.org/releases/5.3R/hardware-i386.html

Have you  tried  doing  a  "kldload  snd_*"
Have you added "devicesound" to the kernelconfig file and 
recompiled  and installed the new kernel correctly?

Thanks for the reply gustaaf,
I used this to check if my hardware was supported
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/5.4-RC2/HARDWARE.HTM#AUDIO
(it was RC1 at the time) I haven't modified the kernel (dont really have 
the time to do it ATM)
I loaded all the drivers by loading snd_drivers like it said in the 
handbook none of them worked.
Here is the dmesg output from linux:
:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High 
Definition Audio Controller (rev 03)

Any ideas?
Thanks


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: soundcard not working 5.4

2005-04-11 Thread gustaaf wijnands
Wayne wrote:
Hey,
I don't know if this is the right list but I will ask anyway. I want to 
have FreeBSD as my main OS the only thing that is stopping me is I am 
unable to get my sound card to work I have an "Azalia" based sound card. 
In Linux it comes up as an ICH6 based soundcard and after checking the 
5.4 Hardware compatibilty I proceeded to download it. Im using the 5.4 
RC1, when I load the drivers  (I used kldload snd_ich and noticing no 
change tried kldload snd_driver and all  loaded with out error but when 
I type in :
$cat /dev/sndstat I get no listing and dmesg shows no pcm either. Is 
this soundcard supported?

Azalia isn't listed in 
http://www.freebsd.org/releases/5.3R/hardware-i386.html

Have you  tried  doing  a  "kldload  snd_*"
Have you added "devicesound" to the kernelconfig file and recompiled 
 and installed the new kernel correctly?

--
Good luck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: soundcard not working 5.4

2005-04-11 Thread gustaaf wijnands
Wayne wrote:
Hey,
I don't know if this is the right list but I will ask anyway. I want to 
have FreeBSD as my main OS the only thing that is stopping me is I am 
unable to get my sound card to work I have an "Azalia" based sound card. 
In Linux it comes up as an ICH6 based soundcard and after checking the 
5.4 Hardware compatibilty I proceeded to download it. Im using the 5.4 
RC1, when I load the drivers  (I used kldload snd_ich and noticing no 
change tried kldload snd_driver and all  loaded with out error but when 
I type in :
$cat /dev/sndstat I get no listing and dmesg shows no pcm either. Is 
this soundcard supported?
Azalia isn't listed in 
http://www.freebsd.org/releases/5.3R/hardware-i386.html

Have you  tried  doing  a  "kldload  snd_*"
Have you edited the kernelconfig file
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Soundcard not working

2003-03-02 Thread James McNaughton
Orion Hodson <[EMAIL PROTECTED]> writes:

> 
> The ALS4000 chipset is supported, it's the bios on the machine in question  
> bios that causes problems on 4.x.  Try adding the following to your kernel 
> config file and rebuilding and reinstalling the kernel:
> 
>   options PCI_ENABLE_IO_MODES

Thanks for the info. I tried it, but on boot the same messages came up
about the soundcard. But worse than that, the new kernel couldn't
mount the root file system. Does the PCI_ENABLE_IO_MODES option also
require PNPBIOS? I didn't have PNPBIOS in my kernel config.

I think I'll try hardcoding the resources for the sbc driver and see
what that does.

More advice is welcome.

Jim


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Soundcard not working

2003-03-01 Thread Orion Hodson

James McNaughton writes:
> I just got a new soundcard, a SIIG Soundwave Pro PCI. It has what is
> supposed to be a supported chip, the ALS4000. I get the following
> errors on boot:
>
> pcm0:  irq 5 at device 14.0 on pci0
> pcm0: unable to allocate register space
> pcm0: failed to allocate resources
>
> I tried setting the bios "PNP OS" to off as suggested in other
> messages, but this kills my ATA33 card. I also set the latency timer
> for the card to 0x100 in the bios and still it doesn't work.

The ALS4000 chipset is supported, it's the bios on the machine in question  
bios that causes problems on 4.x.  Try adding the following to your kernel 
config file and rebuilding and reinstalling the kernel:

options PCI_ENABLE_IO_MODES

Regards
- Orion



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message