Upgrade core 1 to core 2 test 1

Mark Fonnemann markf78 at yahoo.com
Sun Mar 7 22:59:11 UTC 2004


Edward-

> Mark Fonnemann wrote:
> >i upgraded from Core 1 to Core 2 test1 using the ISO images. worked fine for
> >me. after installing, i had to add the /etc/modprobe.conf entries for USB
> but
> >otherwise things worked jsut as intended. hope this helps...
> >
> >mark.
>
--- Edward A Jupin <ejupin at optonline.net> wrote:  
> >
> Did sound work for you? I hear there are issues...
> Thanks

i haven't been able to get sound to work, but i have an ISA card. this might
have something to do with it. using FC1, i had to use sndconfig to configure
the card. i installed alsa-lib 1.3 from sources and that worked. i then tried
installing alsa-utils from sources but one of the components would not compile:

make[1]: Entering directory `/root/alsa/alsa-utils-1.0.3/alsamixer'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include     -g -O2 -MT alsamixer.o -MD -MP
-MF ".deps/alsamixer.Tpo" \
  -c -o alsamixer.o `test -f 'alsamixer.c' || echo './'`alsamixer.c; \
then mv -f ".deps/alsamixer.Tpo" ".deps/alsamixer.Po"; \
else rm -f ".deps/alsamixer.Tpo"; exit 1; \
fi
alsamixer.c:119:21: ncurses.h: No such file or directory
alsamixer.c:176: error: syntax error before '*' token
alsamixer.c:176: warning: data definition has no type or storage class
alsamixer.c: In function `mixer_init_draw_contexts':
alsamixer.c:328: error: `COLOR_WHITE' undeclared (first use in this function)
alsamixer.c:328: error: (Each undeclared identifier is reported only once
alsamixer.c:328: error: for each function it appears in.)
alsamixer.c:328: error: `A_BOLD' undeclared (first use in this function)
alsamixer.c:328: error: `COLOR_BLACK' undeclared (first use in this function)
alsamixer.c:328: error: `A_NORMAL' undeclared (first use in this function)
alsamixer.c:329: error: `COLOR_YELLOW' undeclared (first use in this function)
alsamixer.c:330: error: `COLOR_CYAN' undeclared (first use in this function)
alsamixer.c:332: error: `ACS_HLINE' undeclared (first use in this function)
alsamixer.c:333: error: `COLOR_RED' undeclared (first use in this function)
alsamixer.c:335: error: `A_DIM' undeclared (first use in this function)
alsamixer.c:336: error: `COLOR_BLUE' undeclared (first use in this function)
alsamixer.c:336: error: `A_REVERSE' undeclared (first use in this function)
alsamixer.c:339: error: `ACS_CKBOARD' undeclared (first use in this function)
alsamixer.c:340: error: `COLOR_GREEN' undeclared (first use in this function)
alsamixer.c: In function `mixer_clear':
alsamixer.c:379: error: `TRUE' undeclared (first use in this function)
alsamixer.c: In function `mixer_abort':
alsamixer.c:396: error: `TRUE' undeclared (first use in this function)
alsamixer.c:398: error: `FALSE' undeclared (first use in this function)
alsamixer.c: In function `mixer_cbar_get_pos':
alsamixer.c:448: error: `FALSE' undeclared (first use in this function)
alsamixer.c:466: error: `TRUE' undeclared (first use in this function)
alsamixer.c: In function `mixer_update_cbar':
alsamixer.c:859: error: `ACS_LLCORNER' undeclared (first use in this function)
alsamixer.c:860: error: `ACS_HLINE' undeclared (first use in this function)
alsamixer.c:862: error: `ACS_LRCORNER' undeclared (first use in this function)
alsamixer.c:867: error: `ACS_VLINE' undeclared (first use in this function)
alsamixer.c:891: error: `ACS_ULCORNER' undeclared (first use in this function)
alsamixer.c:901: error: `ACS_URCORNER' undeclared (first use in this function)
alsamixer.c: In function `mixer_draw_frame':
alsamixer.c:1022: error: `ACS_VLINE' undeclared (first use in this function)
alsamixer.c:1027: error: `ACS_HLINE' undeclared (first use in this function)
alsamixer.c:1034: error: `ACS_ULCORNER' undeclared (first use in this function)
alsamixer.c:1035: error: `ACS_URCORNER' undeclared (first use in this function)
alsamixer.c:1036: error: `ACS_LLCORNER' undeclared (first use in this function)
alsamixer.c:1038: error: `ACS_LRCORNER' undeclared (first use in this function)
alsamixer.c: In function `mixer_show_text':
alsamixer.c:1208: error: `ACS_LRCORNER' undeclared (first use in this function)
alsamixer.c:1209: error: `ACS_LLCORNER' undeclared (first use in this function)
alsamixer.c:1210: error: `ACS_ULCORNER' undeclared (first use in this function)
alsamixer.c:1211: error: `ACS_URCORNER' undeclared (first use in this function)
alsamixer.c:1216: error: `ACS_VLINE' undeclared (first use in this function)
alsamixer.c:1218: error: `ACS_HLINE' undeclared (first use in this function)
alsamixer.c:1235: error: `ACS_CKBOARD' undeclared (first use in this function)
alsamixer.c:1236: error: `ACS_BLOCK' undeclared (first use in this function)
alsamixer.c:1237: error: `ACS_BOARD' undeclared (first use in this function)
alsamixer.c: In function `mixer_init_window':
alsamixer.c:1586: warning: assignment makes pointer from integer without a cast
alsamixer.c:1599: error: `TRUE' undeclared (first use in this function)
alsamixer.c: In function `mixer_resize':
alsamixer.c:1636: error: `FALSE' undeclared (first use in this function)
alsamixer.c: In function `mixer_iteration':
alsamixer.c:1766: error: `FALSE' undeclared (first use in this function)
alsamixer.c:1772: error: case label does not reduce to an integer constant
alsamixer.c:1777: error: case label does not reduce to an integer constant
alsamixer.c:1784: error: `TRUE' undeclared (first use in this function)
alsamixer.c:1795: error: `KEY_BTAB' undeclared (first use in this function)
alsamixer.c:1798: error: `KEY_A1' undeclared (first use in this function)
alsamixer.c:1802: error: `KEY_A3' undeclared (first use in this function)
alsamixer.c:1806: error: `KEY_C1' undeclared (first use in this function)
alsamixer.c:1810: error: `KEY_C3' undeclared (first use in this function)
alsamixer.c:1814: error: `KEY_RIGHT' undeclared (first use in this function)
alsamixer.c:1818: error: `KEY_LEFT' undeclared (first use in this function)
alsamixer.c:1822: error: `KEY_UP' undeclared (first use in this function)
alsamixer.c:1827: error: `KEY_DOWN' undeclared (first use in this function)
alsamixer.c:1832: error: `KEY_PPAGE' undeclared (first use in this function)
alsamixer.c:1837: error: `KEY_NPAGE' undeclared (first use in this function)
alsamixer.c:1841: error: `KEY_BEG' undeclared (first use in this function)
alsamixer.c:1842: error: `KEY_HOME' undeclared (first use in this function)
alsamixer.c:1845: error: `KEY_LL' undeclared (first use in this function)
alsamixer.c:1846: error: `KEY_END' undeclared (first use in this function)
alsamixer.c:1938: error: `KEY_IC' undeclared (first use in this function)
alsamixer.c:1943: error: `KEY_DC' undeclared (first use in this function)
make[1]: *** [alsamixer.o] Error 1
make[1]: Leaving directory `/root/alsa/alsa-utils-1.0.3/alsamixer'
make: *** [all-recursive] Error 1

therefore, i was unable to use the alsa-conf utility to configure sound. and,
for some reason (unknownst to me), alsa-utils-1.0.2-2.rpm doesnt seem to
include that utility. well, hope you have better luck than I with sound so
far...

mark. :-)


__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com





More information about the fedora-test-list mailing list