Bernt Hansson wrote:
Manolis Kiagias skrev:
sound_load="YES" # Digital sound subsystem
#snd_hda_load="YES" # Intel High Definition Audio (Controller)
Well, it seems the snd_hda_load line is commented out ;)
Also you don't need to add sound_load="YES", just by
Manolis Kiagias skrev:
Bernt Hansson wrote:
Hello list.
Realy need some help!
I can't seem to get snd_hda module to load from /boot/loader.conf
Loading the module manualy is ok.
loader.conf
hw.ata.atapi_dma="1"
atapicam_load="YES"
if_tap_load="YES"
aio_load="YES"
Bernt Hansson wrote:
Hello list.
Realy need some help!
I can't seem to get snd_hda module to load from /boot/loader.conf
Loading the module manualy is ok.
loader.conf
hw.ata.atapi_dma="1"
atapicam_load="YES"
if_tap_load="YES"
aio_load="YES"
##
Bernt Hansson wrote:
Hello list.
Realy need some help!
I can't seem to get snd_hda module to load from /boot/loader.conf
Loading the module manualy is ok.
loader.conf
hw.ata.atapi_dma="1"
atapicam_load="YES"
if_tap_load="YES"
aio_load="YES"
##
Actually, I discovered that the Thinkpad has a hardware mixer
(controlled by three volume buttons above the keyboard) that FreeBSD
doesn't control. Apparently I had accidentally muted this mixer. Once
I unmuted it, my sound returned. Silly thing not to notice before
asking the list, but no harm don
Ok, never mind. After changing my settings to those of Wojciech's, the
sound still didn't work. I booted the system with a Fedora 7 Live CD
and tried playing some music, but I didn't get any sound out of it
then, either.
It looks like the card on this Thinkpad has died. Shame, too, I just
unboxed
Installed devices:
pcm0: at io 0x90040800, 0x90040400 irq 22 bufsz
16384 (1p/1r/1v channels duplex default)
looks ok but check in dmesg too
My mixer settings:
Mixer vol is currently set to 30:30
Mixer pcm is currently set to 75:75
Mixer line is currently set to 75:75
Mixe
Hello all,
I have FreeBSD 6.3-STABLE running on a Thinkpad T43. It works
wonderfully, I love it so far. The only problem is that I can't get my
sound card to output any sound.
This is what pciconf says:
[EMAIL PROTECTED]:30:2:class=0x040100 card=0x05671014 chip=0x266e8086
rev=0x03 hdr=0x00
heh, i tried this before and i had no luck, nothing would list when i
``cat /dev/sndstat'' but seems to work now
this is after i stopped using my cardbus ethernet card, which was
required for internet access before i configured wifi access in my
house today.
thanks.
On 10 May 2005 16:21:45 -0400
Kyle Lafkoff <[EMAIL PROTECTED]> writes:
> loaded sound / snd_ess
>
> dmesg shows:
>
> pcm0: port 0xd800-0xd8ff irq 5 at device 8.0 on
> pci0
> pcm0: cannot allocate DMA memory
> device_attach: pcm0 attach returned 6
> pcm0: port 0xd800-0xd8ff irq 5 at device 8.0 on
> pci0
> pcm0: cannot all
loaded sound / snd_ess
dmesg shows:
pcm0: port 0xd800-0xd8ff irq 5 at device 8.0 on pci0
pcm0: cannot allocate DMA memory
device_attach: pcm0 attach returned 6
pcm0: port 0xd800-0xd8ff irq 5 at device 8.0 on pci0
pcm0: cannot allocate DMA memory
???
0
> Subject: More BSD/KDE Sound Problems
>
> I got sound working correctly with my SoundBlaster Audigy MP3+, but I have
> a problem with sound quality. It sounds hollow, like you are listening to
> really loud headphones a few feet away from you.
>
> Has anyone experienced this
I got sound working correctly with my SoundBlaster Audigy MP3+, but I have a
problem with sound quality. It sounds hollow, like you are listening to
really loud headphones a few feet away from you.
Has anyone experienced this problem (with or without an audigy card), and do
you have any solutio
Mattias Björk <[EMAIL PROTECTED]> writes:
> I have a Asus A7N8X-X motherboard and I wounder what exactly are the
> right kernel module I should load to get my sound working.
>
> I have solved this buy setting snd_driver_load to "YES" in
> /boot/loader.conf. But I don't think that its the best
> s
Dear list,
I have a Asus A7N8X-X motherboard and I wounder what exactly are the
right kernel module I should load to get my sound working.
I have solved this buy setting snd_driver_load to "YES" in
/boot/loader.conf. But I don't think that its the best solution. Because
it loads all the kernel
I have noticed that since I have enabled vesa on my
laptop there has been difficulty with my sound.. in
that whenever I am switching from one screen
resolution to another I get this grumbling sound over
my speakers when music is being played. I thought this
was limited to me switching from X to a
I finally got it to work, using the this patch :
http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/61388
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hello,
it would be nice, if you could paste here your dmesg output..
But looks like your mainboard is from the same supplier like mine k7s5al
(ECS Group), so i think all you need is to add device pcm to your kernel
configuration.
STEP BY STEP GUIDE:
1. cd to /usr/src/sys/i386/conf
2. co
i have no sound, and i think its du to my sound card, which is on board my mobo. im
not sure what type card it is, and not sure how to fix this problem. this is the mobo
tho
http://www.ecsusa.com/products/k7som.html
any help would be great, but if you can STEP-BY-STEP would be GREAT. im a
bsd/
Hi!
After a cvsup and molding of a new stable world on 2004-01-26 I no
longer have sound on my machine (mplayer and cdcontrol). I haven't
changed the kernel configuration, so I rule this possible reason out.
The option is set as
# Audio support
device pcm
device sbc
dmesg say
Hey, I already posted once about this, and after a little more investigation,
I'm finding that the dsp device is simply busy. I created a test account,
with the .xinitrc file simply containing: exec ogle /dev/acd1 and the DVD
played with sound (although choppy, but I'm following the other post)
Simon Adameit wrote:
Hi,
I use the bash shell and wanted to change the prompt and some aliases to
use the gnu color ls, so I copied .shrc to .bash_profile and edited it
accordingly. I also added java to the PATH in .profile. At first this
didn't work when using the gnome terminal until I realis
Hi,
I use the bash shell and wanted to change the prompt and some aliases to
use the gnu color ls, so I copied .shrc to .bash_profile and edited it
accordingly. I also added java to the PATH in .profile. At first this
didn't work when using the gnome terminal until I realised I had to
change i
I am using KMixer. That seems to work a little bit.
-Original Message-
From: Kent Stewart [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 24, 2003 12:15 AM
To: Duke, Brian; [EMAIL PROTECTED]
Subject: Re: Sound problems.
On Monday 23 June 2003 10:52 pm, Duke, Brian wrote:
> My system i
>
> optionPNPBIOS
> devicepcm
>
>
> rain# grep pcm /var/run/dmesg.boot
> pcm0: on sbc0
>
For my ESS audio (1936 or something), I needed the pcm and:
device sbc
not sure if it will make a difference since your card is being detected
on boot, but it might use
On Monday 23 June 2003 10:52 pm, Duke, Brian wrote:
> My system is a Compaq Deskpro EN P600 machine
> I installed 4.8STABLE and configured the Kernel for sound
>
> optionPNPBIOS
> devicepcm
>
> make buildkernel KERNCONF=RAINBUILD
> make installkernel KERNCONF=RAINBUI
My system is a Compaq Deskpro EN P600 machine
I installed 4.8STABLE and configured the Kernel for sound
option PNPBIOS
device pcm
make buildkernel KERNCONF=RAINBUILD
make installkernel KERNCONF=RAINBUILD
Everything worked like a dream
Brought up XFree86
then brought up KDE3.
27 matches
Mail list logo