Aureal vortex2 sq2500 как настроить в линуксе эту зв карту
Aureal vortex2 sq2500 как настроить в линуксе эту зв карту
Народ plz помогите поднять под линукс Aureal sound cart
- #!/bin/bash
- Неотъемлемая часть форума
- Сообщения: 331
- Зарегистрирован: 11 дек 2002, 00:35
- Откуда: /bsu/rfe
- Контактная информация:
Конкретнее, конкретнее..
В чем собственно проблема? К сожалению, на сайт ALSA сейчас залезть не смог (сервак лежит), чтобы глянуть есть ли там твоя карта, но скорее всего она поддерживается..
А дальше там все подробно расписано.. Или можешь через всякие *drake'и
В чем собственно проблема? К сожалению, на сайт ALSA сейчас залезть не смог (сервак лежит), чтобы глянуть есть ли там твоя карта, но скорее всего она поддерживается..
А дальше там все подробно расписано.. Или можешь через всякие *drake'и
ИМХО = Имею Мнение, Хрен Оспоришь
Телефон - 8-029-7796373. Ночью выключен.
Телефон - 8-029-7796373. Ночью выключен.
- #!/bin/bash
- Неотъемлемая часть форума
- Сообщения: 331
- Зарегистрирован: 11 дек 2002, 00:35
- Откуда: /bsu/rfe
- Контактная информация:
Эх.. Для твоей карточки только коммерческий OSS подойдет.. Вот список карт:
http://www.opensound.com/osshw.html
Если религия не против, можешь и кряк в И-нете раскопать
http://www.opensound.com/osshw.html
Если религия не против, можешь и кряк в И-нете раскопать
ИМХО = Имею Мнение, Хрен Оспоришь
Телефон - 8-029-7796373. Ночью выключен.
Телефон - 8-029-7796373. Ночью выключен.
Да кстати когда я пытаюсь скомпилить дрова от ауриал то у меня вылезает такая ошибка!!!
[root@Iliz aureal]# make install
cc -D__KERNEL__ -DMODULE -DAU8830 -mpentium -O6 -fomit-frame-pointer -Wall -pi
pe -I/usr/src/linux/include -c -o au_audio.o au_audio.c
`-mpentium' is deprecated. Use `-march=pentium' or `-mcpu=pentium' instead.
In file included from /usr/src/linux/include/linux/string.h:37,
from au_vortex.h:61,
from au_audio.c:49:
/usr/src/linux/include/asm/string.h:476:17: warning: multi-line string literals
are deprecated
In file included from /usr/src/linux/include/linux/sched.h:23,
from au_vortex.h:63,
from au_audio.c:49:
/usr/src/linux/include/linux/signal.h: In function `siginitset':
/usr/src/linux/include/linux/signal.h:193: warning: deprecated use of label at e
nd of compound statement
/usr/src/linux/include/linux/signal.h: In function `siginitsetinv':
/usr/src/linux/include/linux/signal.h:205: warning: deprecated use of label at e
nd of compound statement
In file included from /usr/src/linux/include/linux/vmalloc.h:7,
from /usr/src/linux/include/asm/io.h:102,
from au_vortex.h:69,
from au_audio.c:49:
/usr/src/linux/include/asm/pgtable.h: In function `get_pgd_slow':
/usr/src/linux/include/asm/pgtable.h:409: `PAGE_OFFSET_RAW' undeclared (first us
e in this function)
/usr/src/linux/include/asm/pgtable.h:409: (Each undeclared identifier is reporte
d only once
/usr/src/linux/include/asm/pgtable.h:409: for each function it appears in.)
/usr/src/linux/include/asm/pgtable.h: In function `pte_alloc_kernel':
/usr/src/linux/include/asm/pgtable.h:498: `PAGE_OFFSET_RAW' undeclared (first us
e in this function)
/usr/src/linux/include/asm/pgtable.h: In function `pte_alloc':
/usr/src/linux/include/asm/pgtable.h:516: `PAGE_OFFSET_RAW' undeclared (first us
e in this function)
In file included from au_vortex.h:69,
from au_audio.c:49:
/usr/src/linux/include/asm/io.h: In function `virt_to_phys':
/usr/src/linux/include/asm/io.h:116: `PAGE_OFFSET_RAW' undeclared (first use in
this function)
/usr/src/linux/include/asm/io.h: In function `phys_to_virt':
/usr/src/linux/include/asm/io.h:125: `PAGE_OFFSET_RAW' undeclared (first use in
this function)
/usr/src/linux/include/asm/io.h: In function `check_signature':
/usr/src/linux/include/asm/io.h:184: `PAGE_OFFSET_RAW' undeclared (first use in this function)
au_audio.c: At top level:
au_audio.c:66: unknown field `owner' specified in initializer
au_audio.c:66: warning: initialization from incompatible pointer type
au_audio.c: In function `au_audio_mmap':
au_audio.c:607: structure has no member named `vm_pgoff'
au_audio.c: In function `get_frags':
au_audio.c:839: warning: implicit declaration of function `virt_to_page'
au_audio.c:839: warning: assignment makes pointer from integer without a cast
au_audio.c:840: warning: assignment makes pointer from integer without a cast
au_audio.c:841: array subscript is not an integer
au_audio.c: In function `free_wave_device':
au_audio.c:868: warning: assignment makes pointer from integer without a cast
au_audio.c:869: warning: assignment makes pointer from integer without a cast
au_audio.c:870: array subscript is not an integer
au_audio.c:880: warning: assignment makes pointer from integer without a cast
au_audio.c:881: warning: assignment makes pointer from integer without a cast
au_audio.c:882: array subscript is not an integer
au_audio.c: In function `set_data_format':
au_audio.c:962: warning: deprecated use of label at end of compound statement
make: *** [au_audio.o] Error 1
[root@Iliz aureal]# make install
cc -D__KERNEL__ -DMODULE -DAU8830 -mpentium -O6 -fomit-frame-pointer -Wall -pi
pe -I/usr/src/linux/include -c -o au_audio.o au_audio.c
`-mpentium' is deprecated. Use `-march=pentium' or `-mcpu=pentium' instead.
In file included from /usr/src/linux/include/linux/string.h:37,
from au_vortex.h:61,
from au_audio.c:49:
/usr/src/linux/include/asm/string.h:476:17: warning: multi-line string literals
are deprecated
In file included from /usr/src/linux/include/linux/sched.h:23,
from au_vortex.h:63,
from au_audio.c:49:
/usr/src/linux/include/linux/signal.h: In function `siginitset':
/usr/src/linux/include/linux/signal.h:193: warning: deprecated use of label at e
nd of compound statement
/usr/src/linux/include/linux/signal.h: In function `siginitsetinv':
/usr/src/linux/include/linux/signal.h:205: warning: deprecated use of label at e
nd of compound statement
In file included from /usr/src/linux/include/linux/vmalloc.h:7,
from /usr/src/linux/include/asm/io.h:102,
from au_vortex.h:69,
from au_audio.c:49:
/usr/src/linux/include/asm/pgtable.h: In function `get_pgd_slow':
/usr/src/linux/include/asm/pgtable.h:409: `PAGE_OFFSET_RAW' undeclared (first us
e in this function)
/usr/src/linux/include/asm/pgtable.h:409: (Each undeclared identifier is reporte
d only once
/usr/src/linux/include/asm/pgtable.h:409: for each function it appears in.)
/usr/src/linux/include/asm/pgtable.h: In function `pte_alloc_kernel':
/usr/src/linux/include/asm/pgtable.h:498: `PAGE_OFFSET_RAW' undeclared (first us
e in this function)
/usr/src/linux/include/asm/pgtable.h: In function `pte_alloc':
/usr/src/linux/include/asm/pgtable.h:516: `PAGE_OFFSET_RAW' undeclared (first us
e in this function)
In file included from au_vortex.h:69,
from au_audio.c:49:
/usr/src/linux/include/asm/io.h: In function `virt_to_phys':
/usr/src/linux/include/asm/io.h:116: `PAGE_OFFSET_RAW' undeclared (first use in
this function)
/usr/src/linux/include/asm/io.h: In function `phys_to_virt':
/usr/src/linux/include/asm/io.h:125: `PAGE_OFFSET_RAW' undeclared (first use in
this function)
/usr/src/linux/include/asm/io.h: In function `check_signature':
/usr/src/linux/include/asm/io.h:184: `PAGE_OFFSET_RAW' undeclared (first use in this function)
au_audio.c: At top level:
au_audio.c:66: unknown field `owner' specified in initializer
au_audio.c:66: warning: initialization from incompatible pointer type
au_audio.c: In function `au_audio_mmap':
au_audio.c:607: structure has no member named `vm_pgoff'
au_audio.c: In function `get_frags':
au_audio.c:839: warning: implicit declaration of function `virt_to_page'
au_audio.c:839: warning: assignment makes pointer from integer without a cast
au_audio.c:840: warning: assignment makes pointer from integer without a cast
au_audio.c:841: array subscript is not an integer
au_audio.c: In function `free_wave_device':
au_audio.c:868: warning: assignment makes pointer from integer without a cast
au_audio.c:869: warning: assignment makes pointer from integer without a cast
au_audio.c:870: array subscript is not an integer
au_audio.c:880: warning: assignment makes pointer from integer without a cast
au_audio.c:881: warning: assignment makes pointer from integer without a cast
au_audio.c:882: array subscript is not an integer
au_audio.c: In function `set_data_format':
au_audio.c:962: warning: deprecated use of label at end of compound statement
make: *** [au_audio.o] Error 1
Возможные причины:
1) Не все зависимые пакеты (requirements) проставлены. Обычно их список находится в README.
2) Не отконфигурены ядерные хидеры.
3) Несовместимая версия компилятора (например 3.х, а драйвера хотят 2.95, об этом обычно пишется в сопутствующих доках; вообще-то это скорее подпункт пункта 1).
Что делать:
1) Проверить requirements satisfaction.
2) Отконфигурить ядро, например с помощью make xconfig.
3) Если так и не получилось - отчет сюда, будем думать дальше.
1) Не все зависимые пакеты (requirements) проставлены. Обычно их список находится в README.
2) Не отконфигурены ядерные хидеры.
3) Несовместимая версия компилятора (например 3.х, а драйвера хотят 2.95, об этом обычно пишется в сопутствующих доках; вообще-то это скорее подпункт пункта 1).
Что делать:
1) Проверить requirements satisfaction.
2) Отконфигурить ядро, например с помощью make xconfig.
3) Если так и не получилось - отчет сюда, будем думать дальше.