PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : kein Sound mit SuSE 10.0



MungoPark
11.11.05, 22:51
Hallo Zusammen,
ich bin seit ca. 10 Stunden auf Linux SuSE 10.0. Mit der Installation hat auch alles gut funktioniert, leider hatte ich keinen Sound, im YaST wurde meine Soudkarte erkannt, aber eine Meldung zeigte mir an das die Karte nicht konfiguriert ist.
Ich bin dann auf das Forum hier gestoßen und habe mir die Anleitung zum installieren des Treibers durchgelesen und alle nötigen Treiber runtergeladen (alsa- driver - libs - oss- utils) Dann passierte folgendes:


localhost:/usr/src/alsa/alsa-driver-0.9.0rc3 # ./configure --with-sequencer=yes --with-oss=yes --with-cards=emu10k1
loading cache ./config.cache
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH

... und alle weiteren Schritte waren nicht mehr möglicb.

Für hilfe wäre ich sehr dankbar

Gruß Oliver

DaGrrr
11.11.05, 22:58
Dir fehlt der Compiler, steht ja auch in der Fehlermeldung.

Installiere dir den gcc, g++, make usw.

Grüße
DaGrrr

MungoPark
12.11.05, 13:28
Vielen Dank für die Hilfe :) nachdem ich nachinstalliert hatte funktionierte der configure Befehl.
Beim "make all" bzw "make" klappte es dann wieder nicht :| Es kam ein ganzer Wust an Fehlermeldungen, ich poste das mal hier Part one

sapnp.c:1374: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1382: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1383: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_alternative_switch’:
isapnp.c:1449: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1467: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1473: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1491: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_check_port’:
isapnp.c:1528: warning: ‘check_region’ is deprecated (declared at /usr/include/linux/ioport.h:124)
isapnp.c:1538: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1539: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_check_interrupt’:
isapnp.c:1635: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1636: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1637: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1637: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1638: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1638: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1642: warning: implicit declaration of function ‘request_irq’
isapnp.c:1644: warning: implicit declaration of function ‘free_irq’
isapnp.c:1645: error: ‘DEVICE_COUNT_IRQ’ undeclared (first use in this function)
isapnp.c:1648: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1650: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1652: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c: In function ‘isapnp_valid_irq’:
isapnp.c:1670: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1676: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1677: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1678: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1682: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c: In function ‘isapnp_check_dma’:
isapnp.c:1714: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1715: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1716: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1716: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1717: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1717: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1727: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1728: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1730: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_valid_dma’:
isapnp.c:1748: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1754: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1755: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1756: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1760: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_check_mem’:
isapnp.c:1800: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1801: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_check_valid’:
isapnp.c:1888: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1891: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_config_activate’:
isapnp.c:1906: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1917: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1921: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1939: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1942: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1954: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1955: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1955: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1956: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1956: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1957: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1957: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1958: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1958: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1964: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1965: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1970: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1971: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_config_deactivate’:
isapnp.c:1981: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1985: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_free_device’:
isapnp.c:2085: error: ‘struct pci_dev’ has no member named ‘sibling’
isapnp.c: In function ‘isapnp_free_all_resources’:
isapnp.c:2133: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2134: error: incompatible type for argument 1 of ‘isapnp_free_device’
isapnp.c: At top level:
isapnp.c:2140: error: storage class specified for parameter ‘isapnp_do_reserve_irq’
isapnp.c:2141: warning: return type defaults to ‘int’
isapnp.c:2141: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:2144: error: ‘irq’ undeclared (first use in this function)
isapnp.c: At top level:
isapnp.c:2209: warning: return type defaults to ‘int’
isapnp.c:2209: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:2286: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2289: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2293: error: incompatible types in assignment
isapnp.c:2293: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:2294: error: ‘struct pci_dev’ has no member named ‘name’
make[1]: *** [isapnp.o] Fehler 1
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.0rc3/support'
make: *** [compile] Fehler 1
localhost:/usr/src/alsa/alsa-driver-0.9.0rc3 # make install
make[1]: Entering directory `/usr/src/alsa/alsa-driver-0.9.0rc3/support'
gcc -DALSA_BUILD -D__KERNEL__ -DMODULE=1 -I/usr/src/alsa/alsa-driver-0.9.0rc3/include -I/lib/modules/2.6.13-15-default/build/include -O2 -mpreferred-stack-boundary=2 -march=i586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -DEXPORT_SYMTAB -c isapnp.c
In file included from /usr/include/linux/sched.h:12,
from /usr/include/linux/module.h:9,
from isapnp.c:44:
/usr/include/linux/jiffies.h:42:3: error: #error You lose.
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:257:30: error: division by zero in #if
In file included from /usr/include/linux/sched.h:12,
from /usr/include/linux/module.h:9,
from isapnp.c:44:
/usr/include/linux/jiffies.h: In function ‘jiffies_to_msecs’:
/usr/include/linux/jiffies.h:262: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:262: error: (Each undeclared identifier is reported only once
/usr/include/linux/jiffies.h:262: error: for each function it appears in.)
/usr/include/linux/jiffies.h:268:36: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_to_usecs’:
/usr/include/linux/jiffies.h:273: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:281:30: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘msecs_to_jiffies’:
/usr/include/linux/jiffies.h:286: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:294:36: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘usecs_to_jiffies’:
/usr/include/linux/jiffies.h:299: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘timespec_to_jiffies’:
/usr/include/linux/jiffies.h:318: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:324: error: ‘SHIFT_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘jiffies_to_timespec’:
/usr/include/linux/jiffies.h:337: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘timeval_to_jiffies’:
/usr/include/linux/jiffies.h:359: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:363: error: ‘SHIFT_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘jiffies_to_timeval’:
/usr/include/linux/jiffies.h:375: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_to_clock_t’:
/usr/include/linux/jiffies.h:386: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘clock_t_to_jiffies’:
/usr/include/linux/jiffies.h:397: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_64_to_clock_t’:
/usr/include/linux/jiffies.h:417: error: ‘CONFIG_HZ’ undeclared (first use in this function)
In file included from /usr/include/linux/list.h:7,
from /usr/include/linux/wait.h:23,
from /usr/include/asm/semaphore.h:41,
from /usr/include/linux/sched.h:20,
from /usr/include/linux/module.h:9,
from isapnp.c:44:
/usr/include/linux/prefetch.h: In function ‘prefetch_range’:
/usr/include/linux/prefetch.h:64: error: ‘CONFIG_X86_L1_CACHE_SHIFT’ undeclared (first use in this function)
In file included from /usr/include/linux/module.h:22,
from isapnp.c:44:
/usr/include/asm/module.h:60:2: error: #error unknown processor family
In file included from isapnp.c:54:
/usr/include/asm/irq.h:16:25: error: irq_vectors.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/include/linux/pci.h:483,
from isapnp.c:55:
/usr/include/linux/device.h: At top level:
/usr/include/linux/device.h:65: error: syntax error before ‘pm_message_t’
/usr/include/linux/device.h:118: error: syntax error before ‘pm_message_t’
/usr/include/linux/device.h:291: error: field ‘power’ has incomplete type
In file included from isapnp.c:55:
/usr/include/linux/pci.h:674: error: syntax error before ‘pm_message_t’
In file included from /usr/include/asm/fixmap.h:27,
from /usr/include/asm/pgtable.h:17,
from /usr/include/linux/mm.h:36,
from /usr/include/asm/pci.h:7,
from /usr/include/linux/pci.h:923,
from isapnp.c:55:
/usr/include/asm/acpi.h:31:28: error: acpi/pdc_intel.h: Datei oder Verzeichnis nicht gefunden
In file included from isapnp.c:55:
/usr/include/linux/pci.h:974: error: syntax error before ‘pm_message_t’
In file included from isapnp.c:63:
isapnp.h:334: warning: ‘struct isapnp_card_id’ declared inside parameter list
isapnp.h:334: warning: its scope is only this definition or declaration, which is probably not what you want
isapnp.c: In function ‘isapnp_next_rdp’:
isapnp.c:310: warning: ‘check_region’ is deprecated (declared at /usr/include/linux/ioport.h:124)
isapnp.c: At top level:
isapnp.c:428: error: storage class specified for parameter ‘isapnp_read_tag’
isapnp.c:429: warning: return type defaults to ‘int’
isapnp.c: In function ‘__initfunc’:
isapnp.c:436: error: ‘type’ undeclared (first use in this function)
isapnp.c:438: error: ‘size’ undeclared (first use in this function)
isapnp.c: At top level:
isapnp.c:457: error: storage class specified for parameter ‘isapnp_skip_bytes’
isapnp.c:458: warning: return type defaults to ‘int’
isapnp.c:458: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:459: error: ‘count’ undeclared (first use in this function)
isapnp.c: In function ‘isapnp_parse_device’:
isapnp.c:478: error: ‘struct pci_dev’ has no member named ‘regs’
isapnp.c:481: error: ‘struct pci_dev’ has no member named ‘regs’
isapnp.c:482: error: ‘struct pci_dev’ has no member named ‘prepare’
isapnp.c:483: error: ‘struct pci_dev’ has no member named ‘activate’
isapnp.c:484: error: ‘struct pci_dev’ has no member named ‘deactivate’
isapnp.c: In function ‘isapnp_build_resources’:
isapnp.c:499: warning: assignment from incompatible pointer type
isapnp.c: In function ‘isapnp_create_device’:
isapnp.c:790: error: incompatible types in assignment
isapnp.c:792: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:798: warning: implicit declaration of function ‘isapnp_read_tag’
isapnp.c:809: error: ‘struct pci_dev’ has no member named ‘sibling’
isapnp.c:810: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:880: error: ‘struct pci_dev’ has no member named ‘name’
isapnp.c:882: error: ‘struct pci_dev’ has no member named ‘name’
isapnp.c:883: error: ‘struct pci_dev’ has no member named ‘name’
isapnp.c:907: warning: implicit declaration of function ‘isapnp_skip_bytes’
isapnp.c: In function ‘isapnp_parse_resource_map’:
isapnp.c:938: error: ‘struct pci_bus’ has no member named ‘pnpver’
isapnp.c:939: error: ‘struct pci_bus’ has no member named ‘productver’
isapnp.c:954: warning: pointer targets in passing argument 1 of ‘isapnp_peek’ differ in signedness
isapnp.c: In function ‘isapnp_build_device_list’:
isapnp.c:1027: error: ‘struct pci_bus’ has no member named ‘vendor’
isapnp.c:1028: error: ‘struct pci_bus’ has no member named ‘device’
isapnp.c:1029: error: ‘struct pci_bus’ has no member named ‘serial’
isapnp.c:1034: error: ‘struct pci_bus’ has no member named ‘checksum’
isapnp.c:1038: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:1041: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c: In function ‘isapnp_cfg_begin’:
isapnp.c:1061: error: ‘MOD_INC_USE_COUNT’ undeclared (first use in this function)
isapnp.c: In function ‘isapnp_cfg_end’:
isapnp.c:1081: error: ‘MOD_DEC_USE_COUNT’ undeclared (first use in this function)
isapnp.c: In function ‘isapnp_find_card’:
isapnp.c:1197: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:1199: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:1200: error: ‘struct pci_bus’ has no member named ‘vendor’
isapnp.c:1200: error: ‘struct pci_bus’ has no member named ‘device’
isapnp.c: In function ‘isapnp_find_dev’:
isapnp.c:1218: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1220: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1230: error: incompatible types in assignment
isapnp.c:1232: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1236: error: ‘struct pci_dev’ has no member named ‘sibling’
isapnp.c: In function ‘isapnp_match_card’:
isapnp.c:1253: error: dereferencing pointer to incomplete type
isapnp.c:1253: error: dereferencing pointer to incomplete type
isapnp.c:1254: error: dereferencing pointer to incomplete type
isapnp.c:1254: error: ‘ISAPNP_ANY_ID’ undeclared (first use in this function)
isapnp.c:1254: error: dereferencing pointer to incomplete type
isapnp.c:1254: error: ‘struct pci_bus’ has no member named ‘vendor’
isapnp.c:1255: error: dereferencing pointer to incomplete type
isapnp.c:1255: error: dereferencing pointer to incomplete type
isapnp.c:1255: error: ‘struct pci_bus’ has no member named ‘device’
isapnp.c:1256: error: ‘ISAPNP_CARD_DEVS’ undeclared (first use in this function)
isapnp.c:1257: error: dereferencing pointer to incomplete type
isapnp.c:1258: error: dereferencing pointer to incomplete type
isapnp.c:1261: error: dereferencing pointer to incomplete type
isapnp.c:1262: error: dereferencing pointer to incomplete type
isapnp.c:1269: error: increment of pointer to unknown structure
isapnp.c:1269: error: arithmetic on pointer to an incomplete type
isapnp.c: At top level:
isapnp.c:1277: error: conflicting types for ‘isapnp_probe_cards’
isapnp.h:334: error: previous declaration of ‘isapnp_probe_cards’ was here
isapnp.c: In function ‘isapnp_probe_cards’:
isapnp.c:1284: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c: In function ‘isapnp_config_prepare’:
isapnp.c:1338: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1338: error: ‘struct pci_dev’ has no member named ‘ro’
isapnp.c:1340: error: ‘DEVICE_COUNT_IRQ’ undeclared (first use in this function)
isapnp.c:1341: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1342: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1343: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1344: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1346: error: ‘DEVICE_COUNT_DMA’ undeclared (first use in this function)
isapnp.c:1347: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1348: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1349: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1350: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1373: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1374: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1382: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1383: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_alternative_switch’:
isapnp.c:1449: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1467: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1473: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1491: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_check_port’:
isapnp.c:1528: warning: ‘check_region’ is deprecated (declared at /usr/include/linux/ioport.h:124)
isapnp.c:1538: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1539: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_check_interrupt’:
isapnp.c:1635: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1636: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1637: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1637: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1638: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1638: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1642: warning: implicit declaration of function ‘request_irq’
isapnp.c:1644: warning: implicit declaration of function ‘free_irq’
isapnp.c:1645: error: ‘DEVICE_COUNT_IRQ’ undeclared (first use in this function)
isapnp.c:1648: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1650: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1652: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c: In function ‘isapnp_valid_irq’:
isapnp.c:1670: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1676: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1677: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1678: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1682: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c: In function ‘isapnp_check_dma’:
isapnp.c:1714: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1715: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1716: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1716: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1717: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1717: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1727: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1728: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1730: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_valid_dma’:
isapnp.c:1748: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1754: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1755: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1756: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1760: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_check_mem’:
isapnp.c:1800: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1801: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_check_valid’:
isapnp.c:1888: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1891: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_config_activate’:
isapnp.c:1906: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1917: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1921: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1939: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1942: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1954: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1955: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1955: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1956: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1956: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1957: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1957: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1958: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1958: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1964: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1965: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1970: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1971: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_config_deactivate’:
isapnp.c:1981: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1985: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_free_device’:
isapnp.c:2085: error: ‘struct pci_dev’ has no member named ‘sibling’
isapnp.c: In function ‘isapnp_free_all_resources’:
isapnp.c:2133: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2134: error: incompatible type for argument 1 of ‘isapnp_free_device’
isapnp.c: At top level:
isapnp.c:2140: error: storage class specified for parameter ‘isapnp_do_reserve_irq’
isapnp.c:2141: warning: return type defaults to ‘int’
isapnp.c:2141: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:2144: error: ‘irq’ undeclared (first use in this function)
isapnp.c: At top level:
isapnp.c:2209: warning: return type defaults to ‘int’
isapnp.c:2209: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:2286: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2289: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2293: error: incompatible types in assignment
isapnp.c:2293: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:2294: error: ‘struct pci_dev’ has no member named ‘name’
make[1]: *** [isapnp.o] Fehler 1
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.0rc3/support'
make: *** [compile] Fehler 1
localhost:/usr/src/alsa/alsa-driver-0.9.0rc3 # clear
localhost:/usr/src/alsa/alsa-driver-0.9.0rc3 # make all
make[1]: Entering directory `/usr/src/alsa/alsa-driver-0.9.0rc3/support'
gcc -DALSA_BUILD -D__KERNEL__ -DMODULE=1 -I/usr/src/alsa/alsa-driver-0.9.0rc3/include -I/lib/modules/2.6.13-15-default/build/include -O2 -mpreferred-stack-boundary=2 -march=i586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -DEXPORT_SYMTAB -c isapnp.c
In file included from /usr/include/linux/sched.h:12,
from /usr/include/linux/module.h:9,
from isapnp.c:44:
der Fehlercode der angezeigt wurde hatte ca 64000 Zeichen und ist etwas zu groß um hier angezeigt zu werden, ich nehme mal an das ist kein gutes Zeichen...

ich hoffe jemand kann damit was anfangen :)
Vielen Dank für die Hilfe

Grüße Oliver

MungoPark
12.11.05, 13:31
Part two


isapnp.c:2209: warning: return type defaults to ‘int’
isapnp.c:2209: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:2286: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2289: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2293: error: incompatible types in assignment
isapnp.c:2293: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:2294: error: ‘struct pci_dev’ has no member named ‘name’
make[1]: *** [isapnp.o] Fehler 1
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.0rc3/support'
make: *** [compile] Fehler 1
localhost:/usr/src/alsa/alsa-driver-0.9.0rc3 # clear
localhost:/usr/src/alsa/alsa-driver-0.9.0rc3 # make all
make[1]: Entering directory `/usr/src/alsa/alsa-driver-0.9.0rc3/support'
gcc -DALSA_BUILD -D__KERNEL__ -DMODULE=1 -I/usr/src/alsa/alsa-driver-0.9.0rc3/include -I/lib/modules/2.6.13-15-default/build/include -O2 -mpreferred-stack-boundary=2 -march=i586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -DEXPORT_SYMTAB -c isapnp.c
In file included from /usr/include/linux/sched.h:12,
from /usr/include/linux/module.h:9,
from isapnp.c:44:
/usr/include/linux/jiffies.h:42:3: error: #error You lose.
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:257:30: error: division by zero in #if
In file included from /usr/include/linux/sched.h:12,
from /usr/include/linux/module.h:9,
from isapnp.c:44:
/usr/include/linux/jiffies.h: In function ‘jiffies_to_msecs’:
/usr/include/linux/jiffies.h:262: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:262: error: (Each undeclared identifier is reported only once
/usr/include/linux/jiffies.h:262: error: for each function it appears in.)
/usr/include/linux/jiffies.h:268:36: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_to_usecs’:
/usr/include/linux/jiffies.h:273: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:281:30: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘msecs_to_jiffies’:
/usr/include/linux/jiffies.h:286: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:294:36: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘usecs_to_jiffies’:
/usr/include/linux/jiffies.h:299: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘timespec_to_jiffies’:
/usr/include/linux/jiffies.h:318: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:324: error: ‘SHIFT_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘jiffies_to_timespec’:
/usr/include/linux/jiffies.h:337: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘timeval_to_jiffies’:
/usr/include/linux/jiffies.h:359: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:363: error: ‘SHIFT_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘jiffies_to_timeval’:
/usr/include/linux/jiffies.h:375: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_to_clock_t’:
/usr/include/linux/jiffies.h:386: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘clock_t_to_jiffies’:
/usr/include/linux/jiffies.h:397: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_64_to_clock_t’:
/usr/include/linux/jiffies.h:417: error: ‘CONFIG_HZ’ undeclared (first use in this function)
In file included from /usr/include/linux/list.h:7,
from /usr/include/linux/wait.h:23,
from /usr/include/asm/semaphore.h:41,
from /usr/include/linux/sched.h:20,
from /usr/include/linux/module.h:9,
from isapnp.c:44:
/usr/include/linux/prefetch.h: In function ‘prefetch_range’:
/usr/include/linux/prefetch.h:64: error: ‘CONFIG_X86_L1_CACHE_SHIFT’ undeclared (first use in this function)
In file included from /usr/include/linux/module.h:22,
from isapnp.c:44:
/usr/include/asm/module.h:60:2: error: #error unknown processor family
In file included from isapnp.c:54:
/usr/include/asm/irq.h:16:25: error: irq_vectors.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/include/linux/pci.h:483,
from isapnp.c:55:
/usr/include/linux/device.h: At top level:
/usr/include/linux/device.h:65: error: syntax error before ‘pm_message_t’
/usr/include/linux/device.h:118: error: syntax error before ‘pm_message_t’
/usr/include/linux/device.h:291: error: field ‘power’ has incomplete type
In file included from isapnp.c:55:
/usr/include/linux/pci.h:674: error: syntax error before ‘pm_message_t’
In file included from /usr/include/asm/fixmap.h:27,
from /usr/include/asm/pgtable.h:17,
from /usr/include/linux/mm.h:36,
from /usr/include/asm/pci.h:7,
from /usr/include/linux/pci.h:923,
from isapnp.c:55:
/usr/include/asm/acpi.h:31:28: error: acpi/pdc_intel.h: Datei oder Verzeichnis nicht gefunden
In file included from isapnp.c:55:
/usr/include/linux/pci.h:974: error: syntax error before ‘pm_message_t’
In file included from isapnp.c:63:
isapnp.h:334: warning: ‘struct isapnp_card_id’ declared inside parameter list
isapnp.h:334: warning: its scope is only this definition or declaration, which is probably not what you want
isapnp.c: In function ‘isapnp_next_rdp’:
isapnp.c:310: warning: ‘check_region’ is deprecated (declared at /usr/include/linux/ioport.h:124)
isapnp.c: At top level:
isapnp.c:428: error: storage class specified for parameter ‘isapnp_read_tag’
isapnp.c:429: warning: return type defaults to ‘int’
isapnp.c: In function ‘__initfunc’:
isapnp.c:436: error: ‘type’ undeclared (first use in this function)
isapnp.c:438: error: ‘size’ undeclared (first use in this function)
isapnp.c: At top level:
isapnp.c:457: error: storage class specified for parameter ‘isapnp_skip_bytes’
isapnp.c:458: warning: return type defaults to ‘int’
isapnp.c:458: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:459: error: ‘count’ undeclared (first use in this function)
isapnp.c: In function ‘isapnp_parse_device’:
isapnp.c:478: error: ‘struct pci_dev’ has no member named ‘regs’
isapnp.c:481: error: ‘struct pci_dev’ has no member named ‘regs’
isapnp.c:482: error: ‘struct pci_dev’ has no member named ‘prepare’
isapnp.c:483: error: ‘struct pci_dev’ has no member named ‘activate’
isapnp.c:484: error: ‘struct pci_dev’ has no member named ‘deactivate’
isapnp.c: In function ‘isapnp_build_resources’:
isapnp.c:499: warning: assignment from incompatible pointer type
isapnp.c: In function ‘isapnp_create_device’:
isapnp.c:790: error: incompatible types in assignment
isapnp.c:792: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:798: warning: implicit declaration of function ‘isapnp_read_tag’
isapnp.c:809: error: ‘struct pci_dev’ has no member named ‘sibling’
isapnp.c:810: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:880: error: ‘struct pci_dev’ has no member named ‘name’
isapnp.c:882: error: ‘struct pci_dev’ has no member named ‘name’
isapnp.c:883: error: ‘struct pci_dev’ has no member named ‘name’
isapnp.c:907: warning: implicit declaration of function ‘isapnp_skip_bytes’
isapnp.c: In function ‘isapnp_parse_resource_map’:
isapnp.c:938: error: ‘struct pci_bus’ has no member named ‘pnpver’
isapnp.c:939: error: ‘struct pci_bus’ has no member named ‘productver’
isapnp.c:954: warning: pointer targets in passing argument 1 of ‘isapnp_peek’ differ in signedness
isapnp.c: In function ‘isapnp_build_device_list’:
isapnp.c:1027: error: ‘struct pci_bus’ has no member named ‘vendor’
isapnp.c:1028: error: ‘struct pci_bus’ has no member named ‘device’
isapnp.c:1029: error: ‘struct pci_bus’ has no member named ‘serial’
isapnp.c:1034: error: ‘struct pci_bus’ has no member named ‘checksum’
isapnp.c:1038: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:1041: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c: In function ‘isapnp_cfg_begin’:
isapnp.c:1061: error: ‘MOD_INC_USE_COUNT’ undeclared (first use in this function)
isapnp.c: In function ‘isapnp_cfg_end’:
isapnp.c:1081: error: ‘MOD_DEC_USE_COUNT’ undeclared (first use in this function)
isapnp.c: In function ‘isapnp_find_card’:
isapnp.c:1197: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:1199: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:1200: error: ‘struct pci_bus’ has no member named ‘vendor’
isapnp.c:1200: error: ‘struct pci_bus’ has no member named ‘device’
isapnp.c: In function ‘isapnp_find_dev’:
isapnp.c:1218: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1220: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1230: error: incompatible types in assignment
isapnp.c:1232: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1236: error: ‘struct pci_dev’ has no member named ‘sibling’
isapnp.c: In function ‘isapnp_match_card’:
isapnp.c:1253: error: dereferencing pointer to incomplete type
isapnp.c:1253: error: dereferencing pointer to incomplete type
isapnp.c:1254: error: dereferencing pointer to incomplete type
isapnp.c:1254: error: ‘ISAPNP_ANY_ID’ undeclared (first use in this function)
isapnp.c:1254: error: dereferencing pointer to incomplete type
isapnp.c:1254: error: ‘struct pci_bus’ has no member named ‘vendor’
isapnp.c:1255: error: dereferencing pointer to incomplete type
isapnp.c:1255: error: dereferencing pointer to incomplete type
isapnp.c:1255: error: ‘struct pci_bus’ has no member named ‘device’
isapnp.c:1256: error: ‘ISAPNP_CARD_DEVS’ undeclared (first use in this function)
isapnp.c:1257: error: dereferencing pointer to incomplete type
isapnp.c:1258: error: dereferencing pointer to incomplete type
isapnp.c:1261: error: dereferencing pointer to incomplete type
isapnp.c:1262: error: dereferencing pointer to incomplete type
isapnp.c:1269: error: increment of pointer to unknown structure
isapnp.c:1269: error: arithmetic on pointer to an incomplete type
isapnp.c: At top level:
isapnp.c:1277: error: conflicting types for ‘isapnp_probe_cards’
isapnp.h:334: error: previous declaration of ‘isapnp_probe_cards’ was here
isapnp.c: In function ‘isapnp_probe_cards’:
isapnp.c:1284: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c: In function ‘isapnp_config_prepare’:
isapnp.c:1338: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1338: error: ‘struct pci_dev’ has no member named ‘ro’
isapnp.c:1340: error: ‘DEVICE_COUNT_IRQ’ undeclared (first use in this function)
isapnp.c:1341: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1342: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1343: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1344: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1346: error: ‘DEVICE_COUNT_DMA’ undeclared (first use in this function)
isapnp.c:1347: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1348: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1349: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1350: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1373: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1374: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1382: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1383: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_alternative_switch’:
isapnp.c:1449: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1467: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1473: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1491: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_check_port’:
isapnp.c:1528: warning: ‘check_region’ is deprecated (declared at /usr/include/linux/ioport.h:124)
isapnp.c:1538: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1539: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_check_interrupt’:
isapnp.c:1635: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1636: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1637: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1637: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1638: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1638: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1642: warning: implicit declaration of function ‘request_irq’
isapnp.c:1644: warning: implicit declaration of function ‘free_irq’
isapnp.c:1645: error: ‘DEVICE_COUNT_IRQ’ undeclared (first use in this function)
isapnp.c:1648: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1650: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1652: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c: In function ‘isapnp_valid_irq’:
isapnp.c:1670: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1676: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1677: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1678: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1682: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c: In function ‘isapnp_check_dma’:
isapnp.c:1714: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1715: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1716: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1716: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1717: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1717: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1727: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1728: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1730: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_valid_dma’:
isapnp.c:1748: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1754: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1755: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1756: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1760: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_check_mem’:
isapnp.c:1800: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1801: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_check_valid’:
isapnp.c:1888: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1891: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_config_activate’:
isapnp.c:1906: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1917: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1921: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1939: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1942: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1954: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1955: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1955: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1956: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1956: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1957: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1957: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1958: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1958: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1964: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1965: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1970: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1971: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_config_deactivate’:
isapnp.c:1981: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1985: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_free_device’:
isapnp.c:2085: error: ‘struct pci_dev’ has no member named ‘sibling’
isapnp.c: In function ‘isapnp_free_all_resources’:
isapnp.c:2133: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2134: error: incompatible type for argument 1 of ‘isapnp_free_device’
isapnp.c: At top level:
isapnp.c:2140: error: storage class specified for parameter ‘isapnp_do_reserve_irq’
isapnp.c:2141: warning: return type defaults to ‘int’
isapnp.c:2141: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:2144: error: ‘irq’ undeclared (first use in this function)
isapnp.c: At top level:
isapnp.c:2209: warning: return type defaults to ‘int’
isapnp.c:2209: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:2286: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2289: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2293: error: incompatible types in assignment
isapnp.c:2293: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:2294: error: ‘struct pci_dev’ has no member named ‘name’
make[1]: *** [isapnp.o] Fehler 1
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.0rc3/support'
make: *** [compile] Fehler 1
localhost:/usr/src/alsa/alsa-driver-0.9.0rc3 # clear
localhost:/usr/src/alsa/alsa-driver-0.9.0rc3 # make
make[1]: Entering directory `/usr/src/alsa/alsa-driver-0.9.0rc3/support'
gcc -DALSA_BUILD -D__KERNEL__ -DMODULE=1 -I/usr/src/alsa/alsa-driver-0.9.0rc3/include -I/lib/modules/2.6.13-15-default/build/include -O2 -mpreferred-stack-boundary=2 -march=i586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -DEXPORT_SYMTAB -c isapnp.c
In file included from /usr/include/linux/sched.h:12,
from /usr/include/linux/module.h:9,
from isapnp.c:44:
/usr/include/linux/jiffies.h:42:3: error: #error You lose.
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:257:30: error: division by zero in #if
In file included from /usr/include/linux/sched.h:12,
from /usr/include/linux/module.h:9,
from isapnp.c:44:
/usr/include/linux/jiffies.h: In function ‘jiffies_to_msecs’:
/usr/include/linux/jiffies.h:262: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:262: error: (Each undeclared identifier is reported only once
/usr/include/linux/jiffies.h:262: error: for each function it appears in.)
/usr/include/linux/jiffies.h:268:36: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_to_usecs’:
/usr/include/linux/jiffies.h:273: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:281:30: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘msecs_to_jiffies’:
/usr/include/linux/jiffies.h:286: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:294:36: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘usecs_to_jiffies’:
/usr/include/linux/jiffies.h:299: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘timespec_to_jiffies’:
/usr/include/linux/jiffies.h:318: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:324: error: ‘SHIFT_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘jiffies_to_timespec’:
/usr/include/linux/jiffies.h:337: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘timeval_to_jiffies’:
/usr/include/linux/jiffies.h:359: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:363: error: ‘SHIFT_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘jiffies_to_timeval’:
/usr/include/linux/jiffies.h:375: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_to_clock_t’:
/usr/include/linux/jiffies.h:386: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘clock_t_to_jiffies’:
/usr/include/linux/jiffies.h:397: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_64_to_clock_t’:
/usr/include/linux/jiffies.h:417: error: ‘CONFIG_HZ’ undeclared (first use in this function)
In file included from /usr/include/linux/list.h:7,
from /usr/include/linux/wait.h:23,
from /usr/include/asm/semaphore.h:41,
from /usr/include/linux/sched.h:20,
from /usr/include/linux/module.h:9,
from isapnp.c:44:
/usr/include/linux/prefetch.h: In function ‘prefetch_range’:
/usr/include/linux/prefetch.h:64: error: ‘CONFIG_X86_L1_CACHE_SHIFT’ undeclared (first use in this function)
In file included from /usr/include/linux/module.h:22,
from isapnp.c:44:
/usr/include/asm/module.h:60:2: error: #error unknown processor family
In file included from isapnp.c:54:
/usr/include/asm/irq.h:16:25: error: irq_vectors.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/include/linux/pci.h:483,
from isapnp.c:55:
/usr/include/linux/device.h: At top level:
/usr/include/linux/device.h:65: error: syntax error before ‘pm_message_t’
/usr/include/linux/device.h:118: error: syntax error before ‘pm_message_t’
/usr/include/linux/device.h:291: error: field ‘power’ has incomplete type
In file included from isapnp.c:55:
/usr/include/linux/pci.h:674: error: syntax error before ‘pm_message_t’
In file included from /usr/include/asm/fixmap.h:27,
from /usr/include/asm/pgtable.h:17,
from /usr/include/linux/mm.h:36,
from /usr/include/asm/pci.h:7,
from /usr/include/linux/pci.h:923,
from isapnp.c:55:
/usr/include/asm/acpi.h:31:28: error: acpi/pdc_intel.h: Datei oder Verzeichnis nicht gefunden
In file included from isapnp.c:55:
/usr/include/linux/pci.h:974: error: syntax error before ‘pm_message_t’
In file included from isapnp.c:63:
isapnp.h:334: warning: ‘struct isapnp_card_id’ declared inside parameter list
isapnp.h:334: warning: its scope is only this definition or declaration, which is probably not what you want
isapnp.c: In function ‘isapnp_next_rdp’:
isapnp.c:310: warning: ‘check_region’ is deprecated (declared at /usr/include/linux/ioport.h:124)
isapnp.c: At top level:
isapnp.c:428: error: storage class specified for parameter ‘isapnp_read_tag’
isapnp.c:429: warning: return type defaults to ‘int’
isapnp.c: In function ‘__initfunc’:
isapnp.c:436: error: ‘type’ undeclared (first use in this function)
isapnp.c:438: error: ‘size’ undeclared (first use in this function)
isapnp.c: At top level:
isapnp.c:457: error: storage class specified for parameter ‘isapnp_skip_bytes’
isapnp.c:458: warning: return type defaults to ‘int’
isapnp.c:458: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:459: error: ‘count’ undeclared (first use in this function)
isapnp.c: In function ‘isapnp_parse_device’:
isapnp.c:478: error: ‘struct pci_dev’ has no member named ‘regs’
isapnp.c:481: error: ‘struct pci_dev’ has no member named ‘regs’
isapnp.c:482: error: ‘struct pci_dev’ has no member named ‘prepare’
isapnp.c:483: error: ‘struct pci_dev’ has no member named ‘activate’
isapnp.c:484: error: ‘struct pci_dev’ has no member named ‘deactivate’
isapnp.c: In function ‘isapnp_build_resources’:
isapnp.c:499: warning: assignment from incompatible pointer type
isapnp.c: In function ‘isapnp_create_device’:
isapnp.c:790: error: incompatible types in assignment
isapnp.c:792: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:798: warning: implicit declaration of function ‘isapnp_read_tag’
isapnp.c:809: error: ‘struct pci_dev’ has no member named ‘sibling’
isapnp.c:810: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:880: error: ‘struct pci_dev’ has no member named ‘name’
isapnp.c:882: error: ‘struct pci_dev’ has no member named ‘name’
isapnp.c:883: error: ‘struct pci_dev’ has no member named ‘name’
isapnp.c:907: warning: implicit declaration of function ‘isapnp_skip_bytes’
isapnp.c: In function ‘isapnp_parse_resource_map’:
isapnp.c:938: error: ‘struct pci_bus’ has no member named ‘pnpver’
isapnp.c:939: error: ‘struct pci_bus’ has no member named ‘productver’
isapnp.c:954: warning: pointer targets in passing argument 1 of ‘isapnp_peek’ differ in signedness
isapnp.c: In function ‘isapnp_build_device_list’:
isapnp.c:1027: error: ‘struct pci_bus’ has no member named ‘vendor’
isapnp.c:1028: error: ‘struct pci_bus’ has no member named ‘device’
isapnp.c:1029: error: ‘struct pci_bus’ has no member named ‘serial’
isapnp.c:1034: error: ‘struct pci_bus’ has no member named ‘checksum’
isapnp.c:1038: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:1041: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c: In function ‘isapnp_cfg_begin’:
isapnp.c:1061: error: ‘MOD_INC_USE_COUNT’ undeclared (first use in this function)
isapnp.c: In function ‘isapnp_cfg_end’:
isapnp.c:1081: error: ‘MOD_DEC_USE_COUNT’ undeclared (first use in this function)
isapnp.c: In function ‘isapnp_find_card’:
isapnp.c:1197: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:1199: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:1200: error: ‘struct pci_bus’ has no member named ‘vendor’
isapnp.c:1200: error: ‘struct pci_bus’ has no member named ‘device’
isapnp.c: In function ‘isapnp_find_dev’:
isapnp.c:1218: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1220: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1230: error: incompatible types in assignment
isapnp.c:1232: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1236: error: ‘struct pci_dev’ has no member named ‘sibling’
isapnp.c: In function ‘isapnp_match_card’:
isapnp.c:1253: error: dereferencing pointer to incomplete type
isapnp.c:1253: error: dereferencing pointer to incomplete type
isapnp.c:1254: error: dereferencing pointer to incomplete type
isapnp.c:1254: error: ‘ISAPNP_ANY_ID’ undeclared (first use in this function)
isapnp.c:1254: error: dereferencing pointer to incomplete type
isapnp.c:1254: error: ‘struct pci_bus’ has no member named ‘vendor’
isapnp.c:1255: error: dereferencing pointer to incomplete type
isapnp.c:1255: error: dereferencing pointer to incomplete type
isapnp.c:1255: error: ‘struct pci_bus’ has no member named ‘device’
isapnp.c:1256: error: ‘ISAPNP_CARD_DEVS’ undeclared (first use in this function)
isapnp.c:1257: error: dereferencing pointer to incomplete type
isapnp.c:1258: error: dereferencing pointer to incomplete type
isapnp.c:1261: error: dereferencing pointer to incomplete type
isapnp.c:1262: error: dereferencing pointer to incomplete type
isapnp.c:1269: error: increment of pointer to unknown structure
isapnp.c:1269: error: arithmetic on pointer to an incomplete type
isapnp.c: At top level:
isapnp.c:1277: error: conflicting types for ‘isapnp_probe_cards’
isapnp.h:334: error: previous declaration of ‘isapnp_probe_cards’ was here
isapnp.c: In function ‘isapnp_probe_cards’:
isapnp.c:1284: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c: In function ‘isapnp_config_prepare’:

MungoPark
12.11.05, 13:34
und hier der Rest Part three


isapnp.c:1338: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1338: error: ‘struct pci_dev’ has no member named ‘ro’
isapnp.c:1340: error: ‘DEVICE_COUNT_IRQ’ undeclared (first use in this function)
isapnp.c:1341: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1342: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1343: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1344: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1346: error: ‘DEVICE_COUNT_DMA’ undeclared (first use in this function)
isapnp.c:1347: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1348: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1349: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1350: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1373: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1374: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1382: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1383: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_alternative_switch’:
isapnp.c:1449: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1467: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1473: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1491: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_check_port’:
isapnp.c:1528: warning: ‘check_region’ is deprecated (declared at /usr/include/linux/ioport.h:124)
isapnp.c:1538: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1539: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_check_interrupt’:
isapnp.c:1635: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1636: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1637: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1637: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1638: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1638: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1642: warning: implicit declaration of function ‘request_irq’
isapnp.c:1644: warning: implicit declaration of function ‘free_irq’
isapnp.c:1645: error: ‘DEVICE_COUNT_IRQ’ undeclared (first use in this function)
isapnp.c:1648: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1650: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1652: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c: In function ‘isapnp_valid_irq’:
isapnp.c:1670: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1676: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1677: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1678: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1682: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c: In function ‘isapnp_check_dma’:
isapnp.c:1714: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1715: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1716: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1716: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1717: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1717: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1727: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1728: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1730: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_valid_dma’:
isapnp.c:1748: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1754: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1755: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1756: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1760: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_check_mem’:
isapnp.c:1800: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1801: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_check_valid’:
isapnp.c:1888: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1891: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_config_activate’:
isapnp.c:1906: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1917: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1921: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1939: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1942: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1954: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1955: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1955: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1956: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1956: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1957: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1957: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1958: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1958: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1964: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1965: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1970: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1971: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_config_deactivate’:
isapnp.c:1981: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1985: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_free_device’:
isapnp.c:2085: error: ‘struct pci_dev’ has no member named ‘sibling’
isapnp.c: In function ‘isapnp_free_all_resources’:
isapnp.c:2133: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2134: error: incompatible type for argument 1 of ‘isapnp_free_device’
isapnp.c: At top level:
isapnp.c:2140: error: storage class specified for parameter ‘isapnp_do_reserve_irq’
isapnp.c:2141: warning: return type defaults to ‘int’
isapnp.c:2141: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:2144: error: ‘irq’ undeclared (first use in this function)
isapnp.c: At top level:
isapnp.c:2209: warning: return type defaults to ‘int’
isapnp.c:2209: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:2286: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2289: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2293: error: incompatible types in assignment
isapnp.c:2293: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:2294: error: ‘struct pci_dev’ has no member named ‘name’
make[1]: *** [isapnp.o] Fehler 1
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.0rc3/support'
make: *** [compile] Fehler 1
localhost:/usr/src/alsa/alsa-driver-0.9.0rc3 # clear
localhost:/usr/src/alsa/alsa-driver-0.9.0rc3 # make
make[1]: Entering directory `/usr/src/alsa/alsa-driver-0.9.0rc3/support'
gcc -DALSA_BUILD -D__KERNEL__ -DMODULE=1 -I/usr/src/alsa/alsa-driver-0.9.0rc3/include -I/lib/modules/2.6.13-15-default/build/include -O2 -mpreferred-stack-boundary=2 -march=i586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -DEXPORT_SYMTAB -c isapnp.c
In file included from /usr/include/linux/sched.h:12,
from /usr/include/linux/module.h:9,
from isapnp.c:44:
/usr/include/linux/jiffies.h:42:3: error: #error You lose.
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:213:31: error: division by zero in #if
/usr/include/linux/jiffies.h:257:30: error: division by zero in #if
In file included from /usr/include/linux/sched.h:12,
from /usr/include/linux/module.h:9,
from isapnp.c:44:
/usr/include/linux/jiffies.h: In function ‘jiffies_to_msecs’:
/usr/include/linux/jiffies.h:262: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:262: error: (Each undeclared identifier is reported only once
/usr/include/linux/jiffies.h:262: error: for each function it appears in.)
/usr/include/linux/jiffies.h:268:36: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_to_usecs’:
/usr/include/linux/jiffies.h:273: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:281:30: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘msecs_to_jiffies’:
/usr/include/linux/jiffies.h:286: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:294:36: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘usecs_to_jiffies’:
/usr/include/linux/jiffies.h:299: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘timespec_to_jiffies’:
/usr/include/linux/jiffies.h:318: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:324: error: ‘SHIFT_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘jiffies_to_timespec’:
/usr/include/linux/jiffies.h:337: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘timeval_to_jiffies’:
/usr/include/linux/jiffies.h:359: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:363: error: ‘SHIFT_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘jiffies_to_timeval’:
/usr/include/linux/jiffies.h:375: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h:385:6: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_to_clock_t’:
/usr/include/linux/jiffies.h:386: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘clock_t_to_jiffies’:
/usr/include/linux/jiffies.h:397: error: ‘CONFIG_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h:416:6: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_64_to_clock_t’:
/usr/include/linux/jiffies.h:417: error: ‘CONFIG_HZ’ undeclared (first use in this function)
In file included from /usr/include/linux/list.h:7,
from /usr/include/linux/wait.h:23,
from /usr/include/asm/semaphore.h:41,
from /usr/include/linux/sched.h:20,
from /usr/include/linux/module.h:9,
from isapnp.c:44:
/usr/include/linux/prefetch.h: In function ‘prefetch_range’:
/usr/include/linux/prefetch.h:64: error: ‘CONFIG_X86_L1_CACHE_SHIFT’ undeclared (first use in this function)
In file included from /usr/include/linux/module.h:22,
from isapnp.c:44:
/usr/include/asm/module.h:60:2: error: #error unknown processor family
In file included from isapnp.c:54:
/usr/include/asm/irq.h:16:25: error: irq_vectors.h: Datei oder Verzeichnis nicht gefunden
In file included from /usr/include/linux/pci.h:483,
from isapnp.c:55:
/usr/include/linux/device.h: At top level:
/usr/include/linux/device.h:65: error: syntax error before ‘pm_message_t’
/usr/include/linux/device.h:118: error: syntax error before ‘pm_message_t’
/usr/include/linux/device.h:291: error: field ‘power’ has incomplete type
In file included from isapnp.c:55:
/usr/include/linux/pci.h:674: error: syntax error before ‘pm_message_t’
In file included from /usr/include/asm/fixmap.h:27,
from /usr/include/asm/pgtable.h:17,
from /usr/include/linux/mm.h:36,
from /usr/include/asm/pci.h:7,
from /usr/include/linux/pci.h:923,
from isapnp.c:55:
/usr/include/asm/acpi.h:31:28: error: acpi/pdc_intel.h: Datei oder Verzeichnis nicht gefunden
In file included from isapnp.c:55:
/usr/include/linux/pci.h:974: error: syntax error before ‘pm_message_t’
In file included from isapnp.c:63:
isapnp.h:334: warning: ‘struct isapnp_card_id’ declared inside parameter list
isapnp.h:334: warning: its scope is only this definition or declaration, which is probably not what you want
isapnp.c: In function ‘isapnp_next_rdp’:
isapnp.c:310: warning: ‘check_region’ is deprecated (declared at /usr/include/linux/ioport.h:124)
isapnp.c: At top level:
isapnp.c:428: error: storage class specified for parameter ‘isapnp_read_tag’
isapnp.c:429: warning: return type defaults to ‘int’
isapnp.c: In function ‘__initfunc’:
isapnp.c:436: error: ‘type’ undeclared (first use in this function)
isapnp.c:438: error: ‘size’ undeclared (first use in this function)
isapnp.c: At top level:
isapnp.c:457: error: storage class specified for parameter ‘isapnp_skip_bytes’
isapnp.c:458: warning: return type defaults to ‘int’
isapnp.c:458: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:459: error: ‘count’ undeclared (first use in this function)
isapnp.c: In function ‘isapnp_parse_device’:
isapnp.c:478: error: ‘struct pci_dev’ has no member named ‘regs’
isapnp.c:481: error: ‘struct pci_dev’ has no member named ‘regs’
isapnp.c:482: error: ‘struct pci_dev’ has no member named ‘prepare’
isapnp.c:483: error: ‘struct pci_dev’ has no member named ‘activate’
isapnp.c:484: error: ‘struct pci_dev’ has no member named ‘deactivate’
isapnp.c: In function ‘isapnp_build_resources’:
isapnp.c:499: warning: assignment from incompatible pointer type
isapnp.c: In function ‘isapnp_create_device’:
isapnp.c:790: error: incompatible types in assignment
isapnp.c:792: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:798: warning: implicit declaration of function ‘isapnp_read_tag’
isapnp.c:809: error: ‘struct pci_dev’ has no member named ‘sibling’
isapnp.c:810: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:880: error: ‘struct pci_dev’ has no member named ‘name’
isapnp.c:882: error: ‘struct pci_dev’ has no member named ‘name’
isapnp.c:883: error: ‘struct pci_dev’ has no member named ‘name’
isapnp.c:907: warning: implicit declaration of function ‘isapnp_skip_bytes’
isapnp.c: In function ‘isapnp_parse_resource_map’:
isapnp.c:938: error: ‘struct pci_bus’ has no member named ‘pnpver’
isapnp.c:939: error: ‘struct pci_bus’ has no member named ‘productver’
isapnp.c:954: warning: pointer targets in passing argument 1 of ‘isapnp_peek’ differ in signedness
isapnp.c: In function ‘isapnp_build_device_list’:
isapnp.c:1027: error: ‘struct pci_bus’ has no member named ‘vendor’
isapnp.c:1028: error: ‘struct pci_bus’ has no member named ‘device’
isapnp.c:1029: error: ‘struct pci_bus’ has no member named ‘serial’
isapnp.c:1034: error: ‘struct pci_bus’ has no member named ‘checksum’
isapnp.c:1038: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:1041: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c: In function ‘isapnp_cfg_begin’:
isapnp.c:1061: error: ‘MOD_INC_USE_COUNT’ undeclared (first use in this function)
isapnp.c: In function ‘isapnp_cfg_end’:
isapnp.c:1081: error: ‘MOD_DEC_USE_COUNT’ undeclared (first use in this function)
isapnp.c: In function ‘isapnp_find_card’:
isapnp.c:1197: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:1199: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:1200: error: ‘struct pci_bus’ has no member named ‘vendor’
isapnp.c:1200: error: ‘struct pci_bus’ has no member named ‘device’
isapnp.c: In function ‘isapnp_find_dev’:
isapnp.c:1218: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1220: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1230: error: incompatible types in assignment
isapnp.c:1232: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1236: error: ‘struct pci_dev’ has no member named ‘sibling’
isapnp.c: In function ‘isapnp_match_card’:
isapnp.c:1253: error: dereferencing pointer to incomplete type
isapnp.c:1253: error: dereferencing pointer to incomplete type
isapnp.c:1254: error: dereferencing pointer to incomplete type
isapnp.c:1254: error: ‘ISAPNP_ANY_ID’ undeclared (first use in this function)
isapnp.c:1254: error: dereferencing pointer to incomplete type
isapnp.c:1254: error: ‘struct pci_bus’ has no member named ‘vendor’
isapnp.c:1255: error: dereferencing pointer to incomplete type
isapnp.c:1255: error: dereferencing pointer to incomplete type
isapnp.c:1255: error: ‘struct pci_bus’ has no member named ‘device’
isapnp.c:1256: error: ‘ISAPNP_CARD_DEVS’ undeclared (first use in this function)
isapnp.c:1257: error: dereferencing pointer to incomplete type
isapnp.c:1258: error: dereferencing pointer to incomplete type
isapnp.c:1261: error: dereferencing pointer to incomplete type
isapnp.c:1262: error: dereferencing pointer to incomplete type
isapnp.c:1269: error: increment of pointer to unknown structure
isapnp.c:1269: error: arithmetic on pointer to an incomplete type
isapnp.c: At top level:
isapnp.c:1277: error: conflicting types for ‘isapnp_probe_cards’
isapnp.h:334: error: previous declaration of ‘isapnp_probe_cards’ was here
isapnp.c: In function ‘isapnp_probe_cards’:
isapnp.c:1284: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c: In function ‘isapnp_config_prepare’:
isapnp.c:1338: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1338: error: ‘struct pci_dev’ has no member named ‘ro’
isapnp.c:1340: error: ‘DEVICE_COUNT_IRQ’ undeclared (first use in this function)
isapnp.c:1341: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1342: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1343: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1344: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1346: error: ‘DEVICE_COUNT_DMA’ undeclared (first use in this function)
isapnp.c:1347: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1348: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1349: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1350: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1373: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1374: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1382: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1383: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_alternative_switch’:
isapnp.c:1449: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1467: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1473: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1491: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_check_port’:
isapnp.c:1528: warning: ‘check_region’ is deprecated (declared at /usr/include/linux/ioport.h:124)
isapnp.c:1538: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1539: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_check_interrupt’:
isapnp.c:1635: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1636: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1637: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1637: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1638: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1638: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1642: warning: implicit declaration of function ‘request_irq’
isapnp.c:1644: warning: implicit declaration of function ‘free_irq’
isapnp.c:1645: error: ‘DEVICE_COUNT_IRQ’ undeclared (first use in this function)
isapnp.c:1648: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1650: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1652: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c: In function ‘isapnp_valid_irq’:
isapnp.c:1670: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1676: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1677: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1678: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1682: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c: In function ‘isapnp_check_dma’:
isapnp.c:1714: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1715: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1716: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1716: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1717: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1717: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1727: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1728: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1730: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_valid_dma’:
isapnp.c:1748: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1754: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1755: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1756: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1760: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_check_mem’:
isapnp.c:1800: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:1801: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_check_valid’:
isapnp.c:1888: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1891: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_config_activate’:
isapnp.c:1906: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1917: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1921: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1939: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1942: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1954: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1955: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1955: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1956: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1956: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1957: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1957: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1958: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1958: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1964: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1965: error: ‘struct pci_dev’ has no member named ‘irq_resource’
isapnp.c:1970: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c:1971: error: ‘struct pci_dev’ has no member named ‘dma_resource’
isapnp.c: In function ‘isapnp_config_deactivate’:
isapnp.c:1981: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c:1985: error: ‘struct pci_dev’ has no member named ‘active’
isapnp.c: In function ‘isapnp_free_device’:
isapnp.c:2085: error: ‘struct pci_dev’ has no member named ‘sibling’
isapnp.c: In function ‘isapnp_free_all_resources’:
isapnp.c:2133: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2134: error: incompatible type for argument 1 of ‘isapnp_free_device’
isapnp.c: At top level:
isapnp.c:2140: error: storage class specified for parameter ‘isapnp_do_reserve_irq’
isapnp.c:2141: warning: return type defaults to ‘int’
isapnp.c:2141: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:2144: error: ‘irq’ undeclared (first use in this function)
isapnp.c: At top level:
isapnp.c:2209: warning: return type defaults to ‘int’
isapnp.c:2209: error: conflicting types for ‘__initfunc’
isapnp.c:429: error: previous definition of ‘__initfunc’ was here
isapnp.c: In function ‘__initfunc’:
isapnp.c:2286: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2289: error: ‘struct pci_bus’ has no member named ‘next’
isapnp.c:2293: error: incompatible types in assignment
isapnp.c:2293: error: ‘struct pci_dev’ has no member named ‘next’
isapnp.c:2294: error: ‘struct pci_dev’ has no member named ‘name’
make[1]: *** [isapnp.o] Fehler 1
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.0rc3/support'
make: *** [compile] Fehler 1
localhost:/usr/src/alsa/alsa-driver-0.9.0rc3 #

:eek: SORRY wegen des Salates:eek:

wäre echt nett, wenn mir das jemand übersetzen könnte.

AceTheFace
12.11.05, 13:57
Hast du den Kernel-Source installiert?

Aber wenn du wirklich eine Karte mit emu10k1-Chip hast, spricht soetwas wie eine SB-Live dann sollte die out-of-the-box laufen. Der Suse-Kernel bringt standardmässig alles mit was man dafür braucht? Was passiert wenn du in Yast (dort wo "nicht konfiguriert" steht) einfach mal auf "Bearbeiten" klickst? Oder Alternativ einfach mal in einer Konsole als root (also "su" eingeben) "modprobe emu10k1" eingibst?

Gruß,
Ace

undefined
12.11.05, 15:32
Also zu aller erst einmal, du musst kein neues Alsa Paket übersetzen der emu10k1 ist zu 100% Prozent im Kernel enthalten. Wenn du nicht weist wie du deine Karte richtig Einrichten kannst. Dann sind hier erst mal folgende Information Sinnvoll! Alles in der Konsole Ein lsmod damit wir sehen können welche Module Überhaupt geladen wurden. Ein /sbin/lspci damit wir wissen um welche Hardware es sich handelt. Danach kann man mal weiter sehen ;)

MungoPark
16.11.05, 13:50
Hallo Zusammen,

ich habe nun SuSE Linux 10.0 nochmals neu installiert und habe während der installation nicht die Updates aus dem Internet gezogen. danach lief der Sound!

Vielen Dank für die Hilfe

Grüße Oliver