Joel Dahl объявил (http://docs.freebsd.org/cgi/mid.cgi?1157390268.673.57.camel) о доступности для тестирования драйвера для Intel High Definition Audio звуковых карт.
Драйвер snd_hda(4) можно скачать по указанной в сообщении ссылке (http://people.freebsd.org/~ariff/HDA/). Приветствуются отзывы, в особенности, информация от тех, у кого драйвер не будет работать.URL: http://docs.freebsd.org/cgi/mid.cgi?1157390268.673.57.camel
Новость: https://www.opennet.ru/opennews/art.shtml?num=8284
Отличная новость! у меня уже работает
FreeBSD 6.1
А где список поддерживаемых звуковух?
ich7ps. к сожалению, не заработало
у меня он машину в кернел-паник сваливает
>Приветствуются отзывы, в особенности, информация от тех, у кого драйвер не будет работать.Автору драйверов, а не камменты :)
>>Приветствуются отзывы, в особенности, информация от тех, у кого драйвер не будет работать.
>
>Автору драйверов, а не камменты :)Снёс Vista на буке Samsung R60,поставил XP 2003 АС 97,а audio с этими дровами не идёт. Интересно бы узнать почему. С уважением.
>>Приветствуются отзывы, в особенности, информация от тех, у кого драйвер не будет работать.
>
>Автору драйверов, а не камменты :)Снёс Vista на буке Samsung R60,поставил XP 2003 АС 97,а audio с этими дровами не идёт. Интересно бы узнать почему. С уважением.PS.Дрова на звук именно Intel High Definition Audio.
Полагается выразить сдержанный оптимизм? :)
Мда, что-то звук все равно не появился.
asus a6jc freebsd 6.1 работает
D945GNT - звука нет, хотя pcm0: <Intel 82801G High Definition Audio Controller>.....и т.д. есть.
Похоже надо еще что-то для Sigmatel...???
Отлично, звук заработал. Asus a6q00vc, freebsd 6.1
У кого ещё не заработало, драйвер обновили, можно снова пробовать.
>У кого ещё не заработало, драйвер обновили, можно снова пробовать.ура! заработало! :)
Класс наконец-то нормальные дрова!!!! Работает звук 5.1 !!!! А то с дровами от oss запарился система 5.1 а работает только две колонки!!! А щас просто супер!!!!
>щас просто супер!!!!
Рад за Вас порадоваться :-) (под альсой-то оно давно заводилось уже)
Работает:
GA-8I945PLGE-RH, Audio chip ALC880
FreeBSD 6.1
Народ не подскажете чё за трабла при сборке вывалевается с ошибками:# make
Warning: Object directory not changed from original /root/hda
cc -O2 -fno-strict-aliasing -pipe -DPCM_USE_64BIT_ARITH -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c hdac.c
hdac.c: In function `hdac_audio_ctl_ossmixer_init':
hdac.c:2561: error: `SD_F_SOFTPCMVOL' undeclared (first use in this function)
hdac.c:2561: error: (Each undeclared identifier is reported only once
hdac.c:2561: error: for each function it appears in.)
hdac.c:2587: warning: implicit declaration of function `mix_setparentchild'
hdac.c:2587: warning: nested extern declaration of `mix_setparentchild'
hdac.c:2590: warning: implicit declaration of function `mix_setrealdev'
hdac.c:2590: warning: nested extern declaration of `mix_setrealdev'
*** Error code 1Stop in /root/hda.
>Народ не подскажете чё за трабла при сборке вывалевается с ошибками:
>
>...
>Stop in /root/hda.
У меня вылазит точно то же самое. Что делать так и не известно?
не компилитсяскинул все слитое в каталог /usr/src/sys/hda, запустил make и получил в ответ
/usr/src/sys/hda/hdac.c:4652: error: dereferencing pointer to incomplete type
/usr/src/sys/hda/hdac.c:4652: error: dereferencing pointer to incomplete type
/usr/src/sys/hda/hdac.c:4652: error: dereferencing pointer to incomplete type
/usr/src/sys/hda/hdac.c:4652: error: dereferencing pointer to incomplete type
/usr/src/sys/hda/hdac.c:4652: error: dereferencing pointer to incomplete type
/usr/src/sys/hda/hdac.c:4652: error: dereferencing pointer to incomplete type
/usr/src/sys/hda/hdac.c:4652: error: dereferencing pointer to incomplete type
/usr/src/sys/hda/hdac.c:4652: warning: passing arg 1 of `hdac_dump_pcmchannels' from incompatible pointer type
/usr/src/sys/hda/hdac.c: In function `hdac_detach':
/usr/src/sys/hda/hdac.c:4720: error: dereferencing pointer to incomplete type
/usr/src/sys/hda/hdac.c:4721: error: dereferencing pointer to incomplete type
/usr/src/sys/hda/hdac.c:4725: error: dereferencing pointer to incomplete type
/usr/src/sys/hda/hdac.c:4731: warning: passing arg 1 of `hdac_release_resources' from incompatible pointer type
/usr/src/sys/hda/hdac.c: At top level:
/usr/src/sys/hda/hdac.c:429: warning: 'hdac_reset' declared `static' but never defined
/usr/src/sys/hda/hdac.c:430: warning: 'hdac_get_capabilities' declared `static' but never defined
/usr/src/sys/hda/hdac.c:433: warning: 'hdac_dma_alloc' declared `static' but never defined
/usr/src/sys/hda/hdac.c:434: warning: 'hdac_dma_free' declared `static' but never defined
/usr/src/sys/hda/hdac.c:435: warning: 'hdac_mem_alloc' declared `static' but never defined
/usr/src/sys/hda/hdac.c:436: warning: 'hdac_mem_free' declared `static' but never defined
/usr/src/sys/hda/hdac.c:437: warning: 'hdac_irq_alloc' declared `static' but never defined
/usr/src/sys/hda/hdac.c:438: warning: 'hdac_irq_free' declared `static' but never defined
/usr/src/sys/hda/hdac.c:439: warning: 'hdac_corb_init' declared `static' but never defined
/usr/src/sys/hda/hdac.c:440: warning: 'hdac_rirb_init' declared `static' but never defined
/usr/src/sys/hda/hdac.c:441: warning: 'hdac_corb_start' declared `static' but never defined
/usr/src/sys/hda/hdac.c:442: warning: 'hdac_rirb_start' declared `static' but never defined
/usr/src/sys/hda/hdac.c:443: warning: 'hdac_scan_codecs' declared `static' but never defined
/usr/src/sys/hda/hdac.c:444: warning: 'hdac_probe_codec' declared `static' but never defined
/usr/src/sys/hda/hdac.c:446: warning: 'hdac_add_child' declared `static' but never defined
/usr/src/sys/hda/hdac.c:1412: warning: 'hdac_probe_codec' defined but not used
/usr/src/sys/hda/hdac.c:1504: warning: 'hdac_add_child' defined but not used
*** Error code 1там на самом деле таких ошибок было очень много
кажется это мое неумение. Скажите, что я неправильно сделал?
>не компилится
>
>скинул все слитое в каталог /usr/src/sys/hda, запустил make и получил в ответuname -r ?
тоже беда:# make
Warning: Object directory not changed from original /root/hda
cc -O2 -fno-strict-aliasing -pipe -DPCM_USE_64BIT_ARITH -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c hdac.c
hdac.c: In function `hdac_audio_ctl_ossmixer_init':
hdac.c:2561: error: `SD_F_SOFTPCMVOL' undeclared (first use in this function)
hdac.c:2561: error: (Each undeclared identifier is reported only once
hdac.c:2561: error: for each function it appears in.)
hdac.c:2587: warning: implicit declaration of function `mix_setparentchild'
hdac.c:2587: warning: nested extern declaration of `mix_setparentchild'
hdac.c:2590: warning: implicit declaration of function `mix_setrealdev'
hdac.c:2590: warning: nested extern declaration of `mix_setrealdev'
*** Error code 1Stop in /root/hda.
freebsd 6.1-release, dell inspiron 1300 =)
...вот такое и у меня. Чем лечить ???Warning: Object directory not changed from original /root/hda
cc -O2 -fno-strict-aliasing -pipe -DPCM_USE_64BIT_ARITH -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c hdac.c
hdac.c: In function `hdac_audio_ctl_ossmixer_init':
hdac.c:2816: error: `SD_F_SOFTPCMVOL' undeclared (first use in this function)
hdac.c:2816: error: (Each undeclared identifier is reported only once
hdac.c:2816: error: for each function it appears in.)
hdac.c:2842: warning: implicit declaration of function `mix_setparentchild'
hdac.c:2842: warning: nested extern declaration of `mix_setparentchild'
hdac.c:2845: warning: implicit declaration of function `mix_setrealdev'
hdac.c:2845: warning: nested extern declaration of `mix_setrealdev'
*** Error code 1Stop in /root/hda.
>...вот такое и у меня. Чем лечить ???
>
>Warning: Object directory not changed from original /root/hdaДрайвер уже добавлен в основную ветку, обновляйтесь.
Народ, у кого проблемы с этим драйвером, трабла была решена http://www.bsdportal.ru/viewtopic.php?t=11833 - тут.