Re: SB Awe 64 ISA PNP Problem Model CT4500
From: Alex Zbyslaw (xfb52_at_dial.pipex.com)
Date: 05/30/05
- Previous message: David Marshall: "AE_NO_ACPI_TABLES: Is BIOS Update the First Step?"
- In reply to: Richard Heldmann: "SB Awe 64 ISA PNP Problem Model CT4500"
- Next in thread: Alex Zbyslaw: "Re: SB Awe 64 ISA PNP Problem Model CT4500"
- Reply: Alex Zbyslaw: "Re: SB Awe 64 ISA PNP Problem Model CT4500"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 30 May 2005 17:22:50 +0100 To: Richard Heldmann <rheldmann@patmedia.net>
Richard Heldmann wrote:
>I am a newbie and have installed the 5.4 Release. I've configured the
>wireless network, nvidia-driver, and xorg. I've also recompiled the kernel
>to include the sound driver and snd_sbc for my sound card. Thanks to the
>developers of FreeBSD, contributors to the handbook, the book, "The Complete
>FreeBSD" and Google for making it possible.
>
>Unfortunately, the sound card is not working. Please see the attached dmesg
>log, and let me know if you have any ideas on how I can fix it.
>
>
In 5.X it is better *not* to compile the sound card (and many other) drivers directly into the kernel, but to load them as modules when the machine boots. This makes it easier e.g. to change drivers when you change sound cards.
I have no idea if your sound card is supported or not. To found out, do
cd /boot/kernel
ls snd_*
then one at a time
kldload snd_{next driver}
until you load one which produces some messages on the console about recognising your hardware.
Then put a line in /boot/loader.conf like
snd_{your driver}_load="YES"
e.g.
snd_driver_load="YES"
which catches my AC97 on-board sound hardware.
--Alex
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: David Marshall: "AE_NO_ACPI_TABLES: Is BIOS Update the First Step?"
- In reply to: Richard Heldmann: "SB Awe 64 ISA PNP Problem Model CT4500"
- Next in thread: Alex Zbyslaw: "Re: SB Awe 64 ISA PNP Problem Model CT4500"
- Reply: Alex Zbyslaw: "Re: SB Awe 64 ISA PNP Problem Model CT4500"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|