Výsledky 1 až 4 z 4

Téma: problem při zavádění ovladače od int. sitovky

  1. #1

    Standardní problem při zavádění ovladače od int. sitovky

    ovladac je 3c2000 byl na cd u desky rozbalil sem, dam zavedeni ovladace a hodi to tohle:
    Kód:
    root@192:~/Linux/3c2000# make load
    gcc -D__KERNEL__ -Wall -Wstrict-prototypes -O2 -DMODULE -I. -DSK_USE_CSUM -I /usr/src/linux/include  -D__SMP__   -c -o skge.o skge.c
    In file included from /usr/src/linux/include/asm/smp.h:18,
                     from /usr/src/linux/include/linux/smp.h:17,
                     from /usr/src/linux/include/linux/sched.h:23,
                     from /usr/src/linux/include/linux/module.h:10,
                     from skge.c:344:
    /usr/src/linux/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory
    In file included from /usr/src/linux/include/asm/smp.h:18,
                     from /usr/src/linux/include/linux/smp.h:17,
                     from /usr/src/linux/include/linux/sched.h:23,
                     from /usr/src/linux/include/linux/module.h:10,
                     from skge.c:344:
    /usr/src/linux/include/asm/mpspec.h:8: `MAX_MP_BUSSES' undeclared here (not in a function)
    /usr/src/linux/include/asm/mpspec.h:9: `MAX_MP_BUSSES' undeclared here (not in a function)
    /usr/src/linux/include/asm/mpspec.h:10: `MAX_MP_BUSSES' undeclared here (not in a function)
    /usr/src/linux/include/asm/mpspec.h:12: `MAX_MP_BUSSES' undeclared here (not in a function)
    /usr/src/linux/include/asm/mpspec.h:19: `MAX_APICS' undeclared here (not in a function)
    /usr/src/linux/include/asm/mpspec.h:20: `MAX_MP_BUSSES' undeclared here (not in a function)
    /usr/src/linux/include/asm/mpspec.h:20: conflicting types for `mp_bus_id_to_type'
    /usr/src/linux/include/asm/mpspec.h:8: previous declaration of `mp_bus_id_to_type'
    /usr/src/linux/include/asm/mpspec.h:22: `MAX_IRQ_SOURCES' undeclared here (not in a function)
    /usr/src/linux/include/asm/mpspec.h:24: `MAX_MP_BUSSES' undeclared here (not in a function)
    /usr/src/linux/include/asm/mpspec.h:24: conflicting types for `mp_bus_id_to_pci_bus'
    /usr/src/linux/include/asm/mpspec.h:12: previous declaration of `mp_bus_id_to_pci_bus'
    /usr/src/linux/include/asm/mpspec.h:50: `MAX_APICS' undeclared here (not in a function)
    In file included from /usr/src/linux/include/asm/smp.h:20,
                     from /usr/src/linux/include/linux/smp.h:17,
                     from /usr/src/linux/include/linux/sched.h:23,
                     from /usr/src/linux/include/linux/module.h:10,
                     from skge.c:344:
    /usr/src/linux/include/asm/io_apic.h:160: `MAX_IRQ_SOURCES' undeclared here (not in a function)
    /usr/src/linux/include/asm/io_apic.h:160: conflicting types for `mp_irqs'
    /usr/src/linux/include/asm/mpspec.h:22: previous declaration of `mp_irqs'
    In file included from /usr/src/linux/include/linux/smp.h:17,
                     from /usr/src/linux/include/linux/sched.h:23,
                     from /usr/src/linux/include/linux/module.h:10,
                     from skge.c:344:
    /usr/src/linux/include/asm/smp.h:72:26: mach_apicdef.h: No such file or directory
    In file included from /usr/src/linux/include/linux/smp.h:17,
                     from /usr/src/linux/include/linux/sched.h:23,
                     from /usr/src/linux/include/linux/module.h:10,
                     from skge.c:344:
    /usr/src/linux/include/asm/smp.h: In function `hard_smp_processor_id':
    /usr/src/linux/include/asm/smp.h:76: warning: implicit declaration of function `GET_APIC_ID'
    In file included from /usr/src/linux/include/linux/irq.h:20,
                     from /usr/src/linux/include/asm/hardirq.h:6,
                     from /usr/src/linux/include/linux/interrupt.h:11,
                     from h/skdrv1st.h:161,
                     from skge.c:347:
    /usr/src/linux/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
    In file included from /usr/src/linux/include/asm/hardirq.h:6,
                     from /usr/src/linux/include/linux/interrupt.h:11,
                     from h/skdrv1st.h:161,
                     from skge.c:347:
    /usr/src/linux/include/linux/irq.h: At top level:
    /usr/src/linux/include/linux/irq.h:70: `NR_IRQS' undeclared here (not in a function)
    In file included from /usr/src/linux/include/linux/irq.h:72,
                     from /usr/src/linux/include/asm/hardirq.h:6,
                     from /usr/src/linux/include/linux/interrupt.h:11,
                     from h/skdrv1st.h:161,
                     from skge.c:347:
    /usr/src/linux/include/asm/hw_irq.h:28: `NR_IRQ_VECTORS' undeclared here (not in a function)
    /usr/src/linux/include/asm/hw_irq.h:31: `NR_IRQS' undeclared here (not in a function)
    skge.c: In function `skge_probe':
    skge.c:504: warning: implicit declaration of function `pci_present'
    skge.c: In function `SkGeBoardInit':
    skge.c:1085: warning: passing arg 2 of `request_irq' from incompatible pointer type
    skge.c:1088: warning: passing arg 2 of `request_irq' from incompatible pointer type
    skge.c: In function `SkGeOpen':
    skge.c:1793: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/src/linux/include/linux/module.h:488)
    skge.c: In function `SkGeClose':
    skge.c:1893: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /usr/src/linux/include/linux/module.h:500)
    make: *** [skge.o] Error 1
    Pašák erda.

  2. #2

    Standardní

    V jadre 2.6.x je to priamo podporovane - nazyva sa to "Marvell Yukon Chipset / SysKonnect SK-98xx Support" (CONFIG_SK98LIN)
    1: Asus P2B 1.10 • Celeron 1100@1364/1.8V • 512MB SDRAM • Samsung SP1213N+WD AC28400 • Toshiba XM-6402B+SD-M1212 • PowerColor AR2L Radeon 9100 64MB • 3C900-Combo • Bt848A • ASB-3940UA • AWE-64 • DTK PTP-3007 • VisionMaster 405 • Umax UC630 • Star LC24-200 Colour 2: PCPartner TXB820DS • Cyrix MII PR300/1.8V • 256MB SDRAM • 2xSamsung HD400LD+IT8212F • Accesstek CW4001 • LS-120 • Mystique 4MB • Millennium II 4MB • 3C509 • CMI8329A+Dream MIDI • ADI ProVista E44 • SyncMaster 203B Notebook: DTK FortisPro TOP-5A • P166MMX/1.8V • 80MB EDO • Hitachi 5K80 40GB • 12,1" TFT Router: A-Trend ATC-1425B • i486DX 50@33/5V • 48MB FPM • WD AC14300 • UMC UM9003F • HP PC LAN 16/TP+ Car: Mazda 323P BA • Z5 1489ccm, 65kW@5500rpm, 134Nm@4000rpm

  3. #3
    Senior Member
    Založen
    07.10.2002
    Bydliště
    Ostrava / Straznice
    Příspěvky
    1 133
    Vliv
    289

    Standardní

    Hmmm hmmm mas v poradku zdrojaky jadra, popr. spravne zdrojaky jadra v systemu?

    Jinak jsem nasel pak na pozdejsi jednodussi zavadeni nejake linky
    http://linuxquestions.org/questions/history/138799
    http://www.abxzone.com/forums/showthread/t-47843.html
    Intel C2D 4300, 1GB DDR2, 120GB Seagate, nVidia7600GT pasiv.

  4. #4

    Standardní

    pokud jedes starsi 2.4 tak si najdi sk98lin drivery primo na webu syskonnectu ... fungujou ok ...
    Hrrrr, will you stop using people as human driven search engines? Google.com has all the answers you need.

Informace o tématu

Users Browsing this Thread

Toto téma si právě prohlíží 1 uživatelů. (0 registrovaných a 1 anonymních)

Pravidla přispívání

  • Nemůžete zakládat nová témata
  • Nemůžete zasílat odpovědi
  • Nemůžete přikládat přílohy
  • Nemůžete upravovat své příspěvky
  •