Anzeige:
Ergebnis 1 bis 5 von 5

Thema: Probleme mit Soundkarte... Bitte um Hilfe

  1. #1
    Registrierter Benutzer
    Registriert seit
    Nov 2004
    Beiträge
    5

    Question Probleme mit Soundkarte... Bitte um Hilfe

    Hi,
    ich kämpfe jetzt schon seit ca. einer woche mit meiner soundkarte unter SuSe 9.1. Ich besitze eine onboardkarte die laut asus-homepage (motherboardhersteller) 'ALC850 Avance AC'97' heisst, den angegebenen treiber hab ich mir auch gezogen.
    (mal so nebenbei: bin noch ein newbie).

    Durch lesen von tausenden von Forumeinträgen hab ich schon herausgefunden dass die meisten soundkartenanbieter keinen eigenen treiber für linux anbieten, damit hat sich auch der eintrag alsatreiber in der zip datei erklärt.

    Nun zu meinem Problem:

    Ich habe keinen sound ( war irgendwie klar). Wenn ich versuche die heruntergeladenen treiber zu installieren wie in der readme beschrieben kommen beim 'make' befehl gleich mal mehrere fehler.

    Da es wahrscheinlich etwas zu viel wäre wenn ich jetzt die ganze ausgabe des make befehls angeben würde, gebe ich mal den ersten fehler an:

    /usr/include/linux/capability.h:47: error: parse error before "task_capability_lock"

    ... ich hoffe mal damit könnt ihr schon mal was anfangen.

    Noch ne kleine frage nebenbei... Muss ich eigentlich den alten treiber zuerst installieren oder ist das egal?

    Ich bedanke mich schonmal für eure hilfe.

    ach ja und hier noch die ausgabe von lsmod falls es hilft:

    Module Size Used by
    udf 94084 0
    nvidia 2076808 12
    edd 13720 0
    joydev 14528 0
    sg 41632 0
    st 44956 0
    sd_mod 25088 0
    sr_mod 21028 0
    scsi_mod 118468 4 sg,st,sd_mod,sr_mod
    ide_cd 42628 0
    cdrom 42780 2 sr_mod,ide_cd
    nvram 13448 0
    hid 47552 0
    usbserial 35952 0
    parport_pc 41024 1
    lp 15364 0
    parport 44232 2 parport_pc,lp
    pppoe 18880 2
    pppox 7816 1 pppoe
    intel_agp 22812 1
    agpgart 36140 2 intel_agp
    thermal 16648 0
    processor 21312 1 thermal
    fan 8196 0
    button 10384 0
    hw_random 9620 0
    ipv6 275580 17
    uhci_hcd 35728 0
    ehci_hcd 33412 0
    battery 12804 0
    ac 8964 0
    evdev 13952 0
    af_packet 26376 2
    ppp_generic 35732 6 pppoe,pppox
    slhc 11392 1 ppp_generic
    sk98lin 161992 1
    usbcore 116572 6 hid,usbserial,uhci_hcd,ehci_hcd
    nls_cp437 9984 2
    vfat 19456 2
    fat 49824 1 vfat
    subfs 12160 3
    nls_utf8 6272 3
    ntfs 94352 1
    dm_mod 57472 0
    ext3 121384 1
    jbd 75172 1 ext3

  2. #2
    Mod. Tipps und Tricks Avatar von carnil
    Registriert seit
    Jan 2004
    Ort
    Zürich
    Beiträge
    6.215
    Hi

    Wird die Karte in yast überhaupt richtig erkannt? Falls ja, könnte eventuell Dir folgendes helfen? http://portal.suse.com/sdb/de/2004/0...ndsilence.html

    Falls nicht, poste bitte mehr von der Ausgabe von make.

    MfG carnil

  3. #3
    Registrierter Benutzer
    Registriert seit
    Nov 2004
    Beiträge
    5
    Ok, ich schreib dir einfach mal die komplette ausgabe vom make befehl rein, da im yast die fehlermeldung kommt 'Anzahl der laufenden karten stimmt nicht mit der anzahl der konfigurierten überein.'. Habe aber nur eine onboard karte und nichts in den pci slots.

    puh... hoffentlich ist das nicht 'zu' viel:

    linux:/home/jogi/linuxtreiber/v/ALC850_linux/alsa-driver-0.9.4 # make
    make[1]: Entering directory `/home/jogi/linuxtreiber/v/ALC850_linux/alsa-driver-0.9.4/support'
    make -C isapnp modules
    make[2]: Entering directory `/home/jogi/linuxtreiber/v/ALC850_linux/alsa-driver-0.9.4/support/isapnp'
    gcc -D__KERNEL__ -DMODULE=1 -I/home/jogi/linuxtreiber/v/ALC850_linux/alsa-driver-0.9.4/include -I/lib/modules/2.6.5-7.111-smp/build/include -O2 -mpreferred-stack-boundary=2 -march=i586 -D__SMP__ -DCONFIG_SMP -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD -DEXPORT_SYMTAB -c isapnp.c
    In file included from /usr/include/linux/sched.h:7,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/capability.h:47: error: parse error before "task_capability_lock"
    In file included from /usr/include/linux/time.h:28,
    from /usr/include/linux/timex.h:186,
    from /usr/include/linux/sched.h:11,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/seqlock.h:35: error: parse error before "spinlock_t"
    /usr/include/linux/seqlock.h:50: error: parse error before '*' token
    /usr/include/linux/seqlock.h: In function `write_seqlock':
    /usr/include/linux/seqlock.h:52: error: `sl' undeclared (first use in this function)
    /usr/include/linux/seqlock.h:52: error: (Each undeclared identifier is reported only once
    /usr/include/linux/seqlock.h:52: error: for each function it appears in.)
    /usr/include/linux/seqlock.h: At top level:
    /usr/include/linux/seqlock.h:57: error: parse error before '*' token
    /usr/include/linux/seqlock.h: In function `write_sequnlock':
    /usr/include/linux/seqlock.h:60: error: `sl' undeclared (first use in this function)
    /usr/include/linux/seqlock.h: At top level:
    /usr/include/linux/seqlock.h:64: error: parse error before '*' token
    /usr/include/linux/seqlock.h: In function `write_tryseqlock':
    /usr/include/linux/seqlock.h:66: error: `sl' undeclared (first use in this function)
    /usr/include/linux/seqlock.h: At top level:
    /usr/include/linux/seqlock.h:76: error: parse error before '*' token
    /usr/include/linux/seqlock.h: In function `read_seqbegin':
    /usr/include/linux/seqlock.h:78: error: `sl' undeclared (first use in this function)
    /usr/include/linux/seqlock.h: At top level:
    /usr/include/linux/seqlock.h:91: error: parse error before '*' token
    /usr/include/linux/seqlock.h: In function `read_seqretry':
    /usr/include/linux/seqlock.h:94: error: `iv' undeclared (first use in this function)
    /usr/include/linux/seqlock.h:94: error: `sl' undeclared (first use in this function)
    In file included from /usr/include/linux/timex.h:186,
    from /usr/include/linux/sched.h:11,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/time.h: At top level:
    /usr/include/linux/time.h:297: error: parse error before "xtime_lock"
    In file included from /usr/include/asm/thread_info.h:13,
    from /usr/include/linux/thread_info.h:21,
    from /usr/include/linux/sched.h:14,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/asm/processor.h:87: error: `NR_CPUS' undeclared here (not in a function)
    In file included from /usr/include/asm/semaphore.h:41,
    from /usr/include/linux/sched.h:18,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/wait.h:32: error: parse error before "spinlock_t"
    /usr/include/linux/wait.h:34: error: parse error before '}' token
    /usr/include/linux/wait.h: In function `init_waitqueue_head':
    /usr/include/linux/wait.h:59: error: dereferencing pointer to incomplete type
    /usr/include/linux/wait.h:59: error: `SPIN_LOCK_UNLOCKED' undeclared (first use in this function)
    /usr/include/linux/wait.h:60: error: dereferencing pointer to incomplete type
    /usr/include/linux/wait.h:60: error: dereferencing pointer to incomplete type
    /usr/include/linux/wait.h:60: error: dereferencing pointer to incomplete type
    /usr/include/linux/wait.h:60: error: dereferencing pointer to incomplete type
    /usr/include/linux/wait.h: In function `waitqueue_active':
    /usr/include/linux/wait.h:80: error: dereferencing pointer to incomplete type
    /usr/include/linux/wait.h: In function `__add_wait_queue':
    /usr/include/linux/wait.h:89: error: dereferencing pointer to incomplete type
    /usr/include/linux/wait.h: In function `__add_wait_queue_tail':
    /usr/include/linux/wait.h:98: error: dereferencing pointer to incomplete type
    In file included from /usr/include/linux/sched.h:18,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/asm/semaphore.h: At top level:
    /usr/include/asm/semaphore.h:47: error: field `wait' has incomplete type
    /usr/include/asm/semaphore.h: In function `down':
    /usr/include/asm/semaphore.h:125: error: parse error before "LOCK_SECTION_START"
    /usr/include/asm/semaphore.h: In function `down_interruptible':
    /usr/include/asm/semaphore.h:152: error: parse error before "LOCK_SECTION_START"
    /usr/include/asm/semaphore.h: In function `down_trylock':
    /usr/include/asm/semaphore.h:180: error: parse error before "LOCK_SECTION_START"
    /usr/include/asm/semaphore.h: In function `up':
    /usr/include/asm/semaphore.h:206: error: parse error before "LOCK_SECTION_START"
    In file included from /usr/include/linux/sem.h:4,
    from /usr/include/linux/sched.h:24,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/ipc.h: At top level:
    /usr/include/linux/ipc.h:59: error: parse error before "spinlock_t"
    /usr/include/linux/ipc.h:69: error: parse error before '}' token
    In file included from /usr/include/linux/sched.h:24,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/sem.h:90: error: field `sem_perm' has incomplete type
    /usr/include/linux/sem.h:129: error: parse error before "spinlock_t"
    /usr/include/linux/sem.h:131: error: parse error before '}' token
    In file included from /usr/include/linux/sched.h:25,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/signal.h:16: error: parse error before "spinlock_t"
    /usr/include/linux/signal.h:19: error: parse error before '}' token
    In file included from /usr/include/linux/sched.h:27,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/fs_struct.h:9: error: parse error before "rwlock_t"
    /usr/include/linux/fs_struct.h:13: error: parse error before '}' token
    In file included from /usr/include/linux/sched.h:29,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/completion.h:15: error: field `wait' has incomplete type
    In file included from /usr/include/linux/gfp.h:4,
    from /usr/include/linux/slab.h:15,
    from /usr/include/linux/percpu.h:5,
    from /usr/include/linux/sched.h:31,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/mmzone.h:55: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
    /usr/include/linux/mmzone.h:55: error: requested alignment is not a constant
    /usr/include/linux/mmzone.h:70: error: parse error before "spinlock_t"
    /usr/include/linux/mmzone.h:76: error: parse error before "lru_lock"
    /usr/include/linux/mmzone.h:141: error: `NR_CPUS' undeclared here (not in a function)
    /usr/include/linux/mmzone.h:157: error: parse error before '}' token
    /usr/include/linux/mmzone.h:204: error: field `node_zones' has incomplete type
    /usr/include/linux/mmzone.h:215: error: field `kswapd_wait' has incomplete type
    /usr/include/linux/mmzone.h: In function `next_zone':
    /usr/include/linux/mmzone.h:249: error: dereferencing pointer to incomplete type
    /usr/include/linux/mmzone.h:252: error: increment of pointer to unknown structure
    /usr/include/linux/mmzone.h:252: error: arithmetic on pointer to an incomplete type
    /usr/include/linux/mmzone.h: In function `is_highmem':
    /usr/include/linux/mmzone.h:288: error: dereferencing pointer to incomplete type
    In file included from /usr/include/linux/slab.h:15,
    from /usr/include/linux/percpu.h:5,
    from /usr/include/linux/sched.h:31,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/gfp.h: At top level:
    /usr/include/linux/gfp.h:90: error: `free_pages' redeclared as different kind of symbol
    /usr/include/linux/mmzone.h:71: error: previous declaration of `free_pages'
    In file included from /usr/include/asm/percpu.h:4,
    from /usr/include/linux/percpu.h:8,
    from /usr/include/linux/sched.h:31,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/asm-generic/percpu.h:8: error: `NR_CPUS' undeclared here (not in a function)
    In file included from /usr/include/linux/sched.h:31,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/percpu.h:22: error: `NR_CPUS' undeclared here (not in a function)
    In file included from /usr/include/linux/sched.h:102,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/timer.h:13: error: parse error before "spinlock_t"
    /usr/include/linux/timer.h:20: error: parse error before '}' token
    /usr/include/linux/timer.h: In function `init_timer':
    /usr/include/linux/timer.h:42: error: dereferencing pointer to incomplete type
    /usr/include/linux/timer.h:43: error: dereferencing pointer to incomplete type
    /usr/include/linux/timer.h:44: error: dereferencing pointer to incomplete type
    /usr/include/linux/timer.h: In function `timer_pending':
    /usr/include/linux/timer.h:59: error: dereferencing pointer to incomplete type
    /usr/include/linux/timer.h: In function `add_timer':
    /usr/include/linux/timer.h:83: error: dereferencing pointer to incomplete type
    In file included from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/sched.h: At top level:
    /usr/include/linux/sched.h:144: error: parse error before "tasklist_lock"
    /usr/include/linux/sched.h:145: error: parse error before "mmlist_lock"
    In file included from /usr/include/linux/sched.h:184,
    from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/aio.h:108: error: parse error before "spinlock_t"
    /usr/include/linux/aio.h:114: error: parse error before '}' token
    /usr/include/linux/aio.h:125: error: field `wait' has incomplete type
    /usr/include/linux/aio.h:127: error: parse error before "spinlock_t"
    /usr/include/linux/aio.h:138: error: parse error before '}' token
    In file included from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/sched.h:195: error: field `mmap_sem' has incomplete type
    /usr/include/linux/sched.h:196: error: parse error before "spinlock_t"
    /usr/include/linux/sched.h:211: error: parse error before ':' token
    /usr/include/linux/sched.h:225: error: parse error before "ioctx_list_lock"
    /usr/include/linux/sched.h:229: error: parse error before '}' token
    /usr/include/linux/sched.h:236: error: parse error before "spinlock_t"
    /usr/include/linux/sched.h:315: error: parse error before "spinlock_t"
    /usr/include/linux/sched.h:328: error: parse error before '}' token
    /usr/include/linux/sched.h:417: error: field `wait_chldexit' has incomplete type
    /usr/include/linux/sched.h:425: error: field `real_timer' has incomplete type
    /usr/include/linux/sched.h:475: error: parse error before "spinlock_t"
    /usr/include/linux/sched.h:479: error: parse error before "switch_lock"
    /usr/include/linux/sched.h:494: error: parse error before '}' token
    /usr/include/linux/sched.h: In function `process_group':
    /usr/include/linux/sched.h:498: error: dereferencing pointer to incomplete type
    In file included from /usr/include/linux/module.h:9,
    from isapnp.c:44:
    /usr/include/linux/sched.h: In function `dequeue_signal_lock':
    /usr/include/linux/sched.h:626: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h:628: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `on_sig_stack':
    /usr/include/linux/sched.h:669: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h:669: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `sas_ss_flags':
    /usr/include/linux/sched.h:674: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `capable':
    /usr/include/linux/sched.h:685: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h:686: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `mmdrop':
    /usr/include/linux/sched.h:702: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `thread_group_empty':
    /usr/include/linux/sched.h:780: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `task_lock':
    /usr/include/linux/sched.h:797: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `task_unlock':
    /usr/include/linux/sched.h:802: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `get_task_mm':
    /usr/include/linux/sched.h:816: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `set_tsk_thread_flag':
    /usr/include/linux/sched.h:830: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `clear_tsk_thread_flag':
    /usr/include/linux/sched.h:835: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `test_and_set_tsk_thread_flag':
    /usr/include/linux/sched.h:840: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `test_and_clear_tsk_thread_flag':
    /usr/include/linux/sched.h:845: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `test_tsk_thread_flag':
    /usr/include/linux/sched.h:850: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: At top level:
    /usr/include/linux/sched.h:888: error: parse error before '*' token
    /usr/include/linux/sched.h: In function `cond_resched_lock':
    /usr/include/linux/sched.h:891: error: `lock' undeclared (first use in this function)
    /usr/include/linux/sched.h: In function `task_cpu':
    /usr/include/linux/sched.h:914: error: dereferencing pointer to incomplete type
    /usr/include/linux/sched.h: In function `set_task_cpu':
    /usr/include/linux/sched.h:919: error: dereferencing pointer to incomplete type
    In file included from /usr/include/linux/module.h:20,
    from isapnp.c:44:
    /usr/include/asm/module.h:56:2: #error unknown processor family
    In file included from /usr/include/linux/dcache.h:10,
    from /usr/include/linux/fs.h:15,
    from /usr/include/linux/proc_fs.h:6,
    from isapnp.c:51:
    /usr/include/linux/rcupdate.h: At top level:
    /usr/include/linux/rcupdate.h:68: error: parse error before "spinlock_t"
    /usr/include/linux/rcupdate.h:73: error: parse error before '}' token
    /usr/include/linux/rcupdate.h: In function `rcu_pending':
    /usr/include/linux/rcupdate.h:114: error: invalid type argument of `unary *'
    /usr/include/linux/rcupdate.h:115: error: invalid type argument of `unary *'
    /usr/include/linux/rcupdate.h:115: error: invalid use of undefined type `struct rcu_ctrlblk'
    /usr/include/linux/rcupdate.h:116: error: invalid type argument of `unary *'
    /usr/include/linux/rcupdate.h:117: error: invalid type argument of `unary *'
    /usr/include/linux/rcupdate.h:118: error: invalid use of undefined type `struct rcu_ctrlblk'
    /usr/include/linux/rcupdate.h:118: error: invalid use of undefined type `struct rcu_ctrlblk'
    In file included from /usr/include/linux/fs.h:15,
    from /usr/include/linux/proc_fs.h:6,
    from isapnp.c:51:
    /usr/include/linux/dcache.h: At top level:
    /usr/include/linux/dcache.h:84: error: parse error before "spinlock_t"
    /usr/include/linux/dcache.h:105: error: parse error before '}' token
    /usr/include/linux/dcache.h:157: error: parse error before "dcache_lock"
    /usr/include/linux/dcache.h: In function `__d_drop':
    /usr/include/linux/dcache.h:178: error: dereferencing pointer to incomplete type
    /usr/include/linux/dcache.h:179: error: dereferencing pointer to incomplete type
    /usr/include/linux/dcache.h:180: error: dereferencing pointer to incomplete type
    /usr/include/linux/dcache.h: In function `dname_external':
    /usr/include/linux/dcache.h:193: error: dereferencing pointer to incomplete type
    /usr/include/linux/dcache.h:193: error: dereferencing pointer to incomplete type
    /usr/include/linux/dcache.h: In function `dget':
    /usr/include/linux/dcache.h:273: error: dereferencing pointer to incomplete type
    /usr/include/linux/dcache.h:274: error: dereferencing pointer to incomplete type
    /usr/include/linux/dcache.h: In function `d_unhashed':
    /usr/include/linux/dcache.h:290: error: dereferencing pointer to incomplete type
    /usr/include/linux/dcache.h: In function `dget_parent':
    /usr/include/linux/dcache.h:297: error: dereferencing pointer to incomplete type
    /usr/include/linux/dcache.h:298: error: dereferencing pointer to incomplete type
    /usr/include/linux/dcache.h:299: error: dereferencing pointer to incomplete type
    /usr/include/linux/dcache.h: In function `d_mountpoint':
    /usr/include/linux/dcache.h:307: error: dereferencing pointer to incomplete type
    In file included from /usr/include/linux/fs.h:19,
    from /usr/include/linux/proc_fs.h:6,
    from isapnp.c:51:
    /usr/include/linux/kobject.h: At top level:
    /usr/include/linux/kobject.h:143: error: field `rwsem' has incomplete type
    In file included from /usr/include/linux/fs.h:278,
    from /usr/include/linux/proc_fs.h:6,
    from isapnp.c:51:
    /usr/include/linux/quota.h:48: error: parse error before "dq_list_lock"
    /usr/include/linux/quota.h:49: error: parse error before "dq_data_lock"
    In file included from /usr/include/linux/fs.h:278,
    from /usr/include/linux/proc_fs.h:6,
    from isapnp.c:51:
    /usr/include/linux/quota.h:285: error: field `dqptr_sem' has incomplete type
    In file included from /usr/include/linux/proc_fs.h:6,
    from isapnp.c:51:
    /usr/include/linux/fs.h:320: error: parse error before "spinlock_t"
    /usr/include/linux/fs.h:332: error: conflicting types for `flags'
    /usr/include/linux/signal.h:17: error: previous declaration of `flags'
    /usr/include/linux/fs.h:334: error: parse error before "private_lock"
    /usr/include/linux/fs.h:337: error: parse error before '}' token
    /usr/include/linux/fs.h:394: error: parse error before "spinlock_t"
    /usr/include/linux/fs.h:427: error: parse error before '}' token
    /usr/include/linux/fs.h: In function `i_size_read':
    /usr/include/linux/fs.h:446: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:447: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:448: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h: In function `i_size_write':
    /usr/include/linux/fs.h:466: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:467: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:468: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h: In function `iminor':
    /usr/include/linux/fs.h:480: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h: In function `imajor':
    /usr/include/linux/fs.h:485: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h: At top level:
    /usr/include/linux/fs.h:491: error: parse error before "rwlock_t"
    /usr/include/linux/fs.h:496: error: parse error before '}' token
    /usr/include/linux/fs.h:522: error: field `f_owner' has incomplete type
    /usr/include/linux/fs.h:540: error: parse error before "files_lock"
    In file included from /usr/include/linux/proc_fs.h:6,
    from isapnp.c:51:
    /usr/include/linux/fs.h:587: error: field `fl_wait' has incomplete type
    In file included from /usr/include/linux/proc_fs.h:6,
    from isapnp.c:51:
    /usr/include/linux/fs.h:673: error: parse error before "sb_lock"
    /usr/include/linux/fs.h:693: error: field `s_umount' has incomplete type
    /usr/include/linux/fs.h: In function `locks_verify_locked':
    /usr/include/linux/fs.h:1082: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1082: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h: In function `locks_verify_area':
    /usr/include/linux/fs.h:1091: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1091: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1091: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h: In function `locks_verify_truncate':
    /usr/include/linux/fs.h:1100: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1100: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1100: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1103: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1103: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1104: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1104: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1105: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h: In function `break_lease':
    /usr/include/linux/fs.h:1112: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h: In function `invalidate_remote_inode':
    /usr/include/linux/fs.h:1202: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1202: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1203: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1204: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h: In function `put_write_access':
    /usr/include/linux/fs.h:1226: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h: In function `allow_write_access':
    /usr/include/linux/fs.h:1231: error: dereferencing pointer to incomplete type
    In file included from /usr/include/linux/proc_fs.h:6,
    from isapnp.c:51:
    /usr/include/linux/fs.h: In function `iget':
    /usr/include/linux/fs.h:1269: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h: In function `insert_inode_hash':
    /usr/include/linux/fs.h:1286: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h: In function `parent_ino':
    /usr/include/linux/fs.h:1410: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1411: error: dereferencing pointer to incomplete type
    /usr/include/linux/fs.h:1412: error: dereferencing pointer to incomplete type
    In file included from isapnp.c:51:
    /usr/include/linux/proc_fs.h: At top level:
    /usr/include/linux/proc_fs.h:254: error: field `vfs_inode' has incomplete type
    In file included from /usr/include/asm/io.h:46,
    from isapnp.c:52:
    /usr/include/linux/vmalloc.h:46: error: parse error before "vmlist_lock"
    In file included from isapnp.c:53:
    /usr/include/asm/dma.h:138: error: parse error before "dma_spin_lock"
    In file included from isapnp.c:54:
    /usr/include/asm/irq.h:16:25: irq_vectors.h: Datei oder Verzeichnis nicht gefunden
    In file included from /usr/include/linux/pci.h:353,
    from isapnp.c:55:
    /usr/include/linux/device.h:277: error: field `power' has incomplete type
    In file included from isapnp.c:55:
    /usr/include/linux/pci.h:514: error: parse error before "spinlock_t"
    /usr/include/linux/pci.h:516: error: parse error before ':' token
    /usr/include/linux/pci.h:530: error: field `dynids' has incomplete type
    In file included from /usr/include/linux/mm.h:25,
    from /usr/include/asm/pci.h:7,
    from /usr/include/linux/pci.h:727,
    from isapnp.c:55:
    /usr/include/asm/pgtable.h:37: error: parse error before "pgd_lock"
    In file included from /usr/include/linux/mm.h:206,
    from /usr/include/asm/pci.h:7,
    from /usr/include/linux/pci.h:727,
    from isapnp.c:55:
    /usr/include/linux/page-flags.h:119: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
    /usr/include/linux/page-flags.h:119: error: requested alignment is not a constant
    In file included from /usr/include/asm/pci.h:7,
    from /usr/include/linux/pci.h:727,
    from isapnp.c:55:
    /usr/include/linux/mm.h: In function `set_page_dirty':
    /usr/include/linux/mm.h:501: error: dereferencing pointer to incomplete type
    /usr/include/linux/mm.h: In function `__vma_unlink':
    /usr/include/linux/mm.h:565: error: dereferencing pointer to incomplete type
    /usr/include/linux/mm.h:566: error: dereferencing pointer to incomplete type
    /usr/include/linux/mm.h:567: error: dereferencing pointer to incomplete type
    In file included from isapnp.c:63:
    isapnp.h: At top level:
    isapnp.h:336: warning: `struct isapnp_card_id' declared inside parameter list
    isapnp.h:336: warning: its scope is only this definition or declaration, which is probably not what you want
    isapnp.c:148: warning: braces around scalar initializer
    isapnp.c:148: warning: (near initialization for `isapnp_cfg_mutex.wait')
    isapnp.c:148: error: field name not in record or union initializer
    isapnp.c:148: error: (near initialization for `isapnp_cfg_mutex.wait')
    isapnp.c:148: error: `SPIN_LOCK_UNLOCKED' undeclared here (not in a function)
    isapnp.c:148: error: initializer element is not constant
    isapnp.c:148: error: (near initialization for `isapnp_cfg_mutex.wait')
    isapnp.c:148: error: field name not in record or union initializer
    isapnp.c:148: error: (near initialization for `isapnp_cfg_mutex.wait')
    isapnp.c:148: warning: braces around scalar initializer
    isapnp.c:148: warning: (near initialization for `isapnp_cfg_mutex.wait')
    isapnp.c:148: error: initializer element is not constant
    isapnp.c:148: error: (near initialization for `isapnp_cfg_mutex.wait')
    isapnp.c:148: warning: excess elements in scalar initializer
    isapnp.c:148: warning: (near initialization for `isapnp_cfg_mutex.wait')
    isapnp.c:148: warning: excess elements in scalar initializer
    isapnp.c:148: warning: (near initialization for `isapnp_cfg_mutex.wait')
    isapnp.c:148: error: initializer element is not constant
    isapnp.c:148: error: (near initialization for `isapnp_cfg_mutex.wait')
    isapnp.c: In function `isapnp_next_rdp':
    isapnp.c:310: warning: `check_region' is deprecated (declared at /usr/include/linux/ioport.h:121)
    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 declaration of `__initfunc'
    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: structure has no member named `regs'
    isapnp.c:481: error: structure has no member named `regs'
    isapnp.c:482: error: structure has no member named `prepare'
    isapnp.c:483: error: structure has no member named `activate'
    isapnp.c:484: error: structure 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: structure has no member named `next'
    isapnp.c:798: warning: implicit declaration of function `isapnp_read_tag'
    isapnp.c:809: error: structure has no member named `sibling'
    isapnp.c:810: error: structure has no member named `next'
    isapnp.c:880: error: structure has no member named `name'
    isapnp.c:882: error: structure has no member named `name'
    isapnp.c:883: error: structure 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: structure has no member named `pnpver'
    isapnp.c:939: error: structure has no member named `productver'
    isapnp.c: In function `isapnp_build_device_list':
    isapnp.c:1027: error: structure has no member named `vendor'
    isapnp.c:1028: error: structure has no member named `device'
    isapnp.c:1029: error: structure has no member named `serial'
    isapnp.c:1034: error: structure has no member named `checksum'
    isapnp.c:1038: error: structure has no member named `next'
    isapnp.c:1041: error: structure has no member named `next'
    isapnp.c: In function `isapnp_cfg_begin':
    isapnp.c:1061: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/include/linux/module.h:514)
    isapnp.c: In function `isapnp_cfg_end':
    isapnp.c:1081: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /usr/include/linux/module.h:526)
    isapnp.c: In function `isapnp_find_card':
    isapnp.c:1197: error: structure has no member named `next'
    isapnp.c:1199: error: structure has no member named `next'
    isapnp.c:1200: error: structure has no member named `vendor'
    isapnp.c:1200: error: structure has no member named `device'
    isapnp.c: In function `isapnp_find_dev':
    isapnp.c:1218: error: structure has no member named `next'
    isapnp.c:1220: error: structure has no member named `next'
    isapnp.c:1230: error: incompatible types in assignment
    isapnp.c:1232: error: structure has no member named `next'
    isapnp.c:1236: error: structure 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: structure 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: structure 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:336: error: previous declaration of `isapnp_probe_cards'
    isapnp.c: In function `isapnp_probe_cards':
    isapnp.c:1284: error: structure has no member named `next'
    isapnp.c: In function `isapnp_config_prepare':
    isapnp.c:1338: error: structure has no member named `active'
    isapnp.c:1338: error: structure has no member named `ro'
    isapnp.c:1340: error: `DEVICE_COUNT_IRQ' undeclared (first use in this function)
    isapnp.c:1341: error: structure has no member named `irq_resource'
    isapnp.c:1342: error: structure has no member named `irq_resource'
    isapnp.c:1343: error: structure has no member named `irq_resource'
    isapnp.c:1344: error: structure has no member named `irq_resource'
    isapnp.c:1346: error: `DEVICE_COUNT_DMA' undeclared (first use in this function)
    isapnp.c:1347: error: structure has no member named `dma_resource'
    isapnp.c:1348: error: structure has no member named `dma_resource'
    isapnp.c:1349: error: structure has no member named `dma_resource'
    isapnp.c:1350: error: structure has no member named `dma_resource'
    isapnp.c:1373: error: structure has no member named `irq_resource'
    isapnp.c:1374: error: structure has no member named `irq_resource'
    isapnp.c:1382: error: structure has no member named `dma_resource'
    isapnp.c:1383: error: structure has no member named `dma_resource'
    isapnp.c: In function `isapnp_alternative_switch':
    isapnp.c:1449: error: structure has no member named `irq_resource'
    isapnp.c:1467: error: structure has no member named `irq_resource'
    isapnp.c:1473: error: structure has no member named `dma_resource'
    isapnp.c:1491: error: structure 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:121)
    isapnp.c:1538: error: structure has no member named `next'
    isapnp.c:1539: error: structure has no member named `active'
    isapnp.c: In function `isapnp_check_interrupt':
    isapnp.c:1635: error: structure has no member named `next'
    isapnp.c:1636: error: structure has no member named `active'
    isapnp.c:1637: error: structure has no member named `irq_resource'
    isapnp.c:1637: error: structure has no member named `irq_resource'
    isapnp.c:1638: error: structure has no member named `irq_resource'
    isapnp.c:1638: error: structure 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: structure has no member named `irq_resource'
    isapnp.c:1650: error: structure has no member named `irq_resource'
    isapnp.c:1652: error: structure has no member named `irq_resource'
    isapnp.c: In function `isapnp_valid_irq':
    isapnp.c:1670: error: structure has no member named `irq_resource'
    isapnp.c:1676: error: structure has no member named `irq_resource'
    isapnp.c:1677: error: structure has no member named `irq_resource'
    isapnp.c:1678: error: structure has no member named `irq_resource'
    isapnp.c:1682: error: structure has no member named `irq_resource'
    isapnp.c: In function `isapnp_check_dma':

    Hat nicht in einen post gepasst...

  4. #4
    Registrierter Benutzer
    Registriert seit
    Nov 2004
    Beiträge
    5
    isapnp.c:1714: error: structure has no member named `next'
    isapnp.c:1715: error: structure has no member named `active'
    isapnp.c:1716: error: structure has no member named `dma_resource'
    isapnp.c:1716: error: structure has no member named `dma_resource'
    isapnp.c:1717: error: structure has no member named `dma_resource'
    isapnp.c:1717: error: structure has no member named `dma_resource'
    isapnp.c:1727: error: structure has no member named `dma_resource'
    isapnp.c:1728: error: structure has no member named `dma_resource'
    isapnp.c:1730: error: structure has no member named `dma_resource'
    isapnp.c: In function `isapnp_valid_dma':
    isapnp.c:1748: error: structure has no member named `dma_resource'
    isapnp.c:1754: error: structure has no member named `dma_resource'
    isapnp.c:1755: error: structure has no member named `dma_resource'
    isapnp.c:1756: error: structure has no member named `dma_resource'
    isapnp.c:1760: error: structure has no member named `dma_resource'
    isapnp.c: In function `isapnp_check_mem':
    isapnp.c:1800: error: structure has no member named `next'
    isapnp.c:1801: error: structure has no member named `active'
    isapnp.c: In function `isapnp_check_valid':
    isapnp.c:1888: error: structure has no member named `irq_resource'
    isapnp.c:1891: error: structure has no member named `dma_resource'
    isapnp.c: In function `isapnp_config_activate':
    isapnp.c:1906: error: structure has no member named `active'
    isapnp.c:1917: error: structure has no member named `irq_resource'
    isapnp.c:1921: error: structure has no member named `dma_resource'
    isapnp.c:1939: error: structure has no member named `irq_resource'
    isapnp.c:1942: error: structure has no member named `dma_resource'
    isapnp.c:1954: error: structure has no member named `active'
    isapnp.c:1955: error: structure has no member named `irq_resource'
    isapnp.c:1955: error: structure has no member named `irq_resource'
    isapnp.c:1956: error: structure has no member named `irq_resource'
    isapnp.c:1956: error: structure has no member named `irq_resource'
    isapnp.c:1957: error: structure has no member named `dma_resource'
    isapnp.c:1957: error: structure has no member named `dma_resource'
    isapnp.c:1958: error: structure has no member named `dma_resource'
    isapnp.c:1958: error: structure has no member named `dma_resource'
    isapnp.c:1964: error: structure has no member named `irq_resource'
    isapnp.c:1965: error: structure has no member named `irq_resource'
    isapnp.c:1970: error: structure has no member named `dma_resource'
    isapnp.c:1971: error: structure has no member named `dma_resource'
    isapnp.c: In function `isapnp_config_deactivate':
    isapnp.c:1981: error: structure has no member named `active'
    isapnp.c:1985: error: structure has no member named `active'
    isapnp.c: In function `isapnp_free_device':
    isapnp.c:2085: error: structure has no member named `sibling'
    isapnp.c: In function `isapnp_free_all_resources':
    isapnp.c:2133: error: structure 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:458: error: previous declaration of `__initfunc'
    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:2141: error: previous declaration of `__initfunc'
    isapnp.c: In function `__initfunc':
    isapnp.c:2286: error: structure has no member named `next'
    isapnp.c:2289: error: structure has no member named `next'
    isapnp.c:2293: error: incompatible types in assignment
    isapnp.c:2293: error: structure has no member named `next'
    isapnp.c:2294: error: structure has no member named `name'
    isapnp.c: At top level:
    /usr/include/linux/mmzone.h:141: error: storage size of `pageset' isn't known
    /usr/include/linux/aio.h:135: error: storage size of `ring_info' isn't known
    /usr/include/linux/aio.h:137: error: storage size of `wq' isn't known
    /usr/include/linux/sched.h:228: error: storage size of `default_kioctx' isn't known
    /usr/include/linux/sched.h:326: error: storage size of `it_timer' isn't known
    /usr/include/linux/fs.h:401: error: storage size of `i_data' isn't known
    make[2]: *** [isapnp.o] Fehler 1
    make[2]: Leaving directory `/home/jogi/linuxtreiber/v/ALC850_linux/alsa-driver-0.9.4/support/isapnp'
    make[1]: *** [_modsubdir_isapnp] Fehler 2
    make[1]: Leaving directory `/home/jogi/linuxtreiber/v/ALC850_linux/alsa-driver-0.9.4/support'
    make: *** [compile] Fehler 1

    Danke für die unterstützung...

  5. #5
    Registrierter Benutzer
    Registriert seit
    Nov 2004
    Beiträge
    5

    hallo...???

    Kann mir keiner weiterhelfen?

Ähnliche Themen

  1. Hilfe! Probleme mit cyrus+postfix+mails versenden
    Von saschab im Forum Linux als Server
    Antworten: 3
    Letzter Beitrag: 23.10.03, 21:23
  2. Wine und ISA Soundkarte Probleme ?
    Von k-flex im Forum Emulatoren für Spiele
    Antworten: 1
    Letzter Beitrag: 14.09.03, 18:49
  3. Probleme mit Soundkarte
    Von XGuardian im Forum Musik
    Antworten: 3
    Letzter Beitrag: 20.07.03, 18:51
  4. Sendmail Probleme ARGHH HILFE!!
    Von d0c.FunkenStein im Forum Linux als Server
    Antworten: 2
    Letzter Beitrag: 26.01.02, 14:22
  5. Antworten: 5
    Letzter Beitrag: 15.04.01, 18:14

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •