Léa-Linux & amis :   LinuxFR   GCU-Squad   GNU
Aller à la page:  1 2 Page suivante
Page: 1 sur 2
Probleme pour installer un driver
Envoyé par: matomix

Bonjour a tous
Je viens d'installer linux mais il n'y avait pas de driver pour mon adapteur USB sans fil (Santis wlan UScool smiley
Donc apres quelques recherche je trouve qu'il faut utiliser le driver at76c503a de chez berlios ( [at76c503a.berlios.de] )
Mais voila a lorsque je fait "make" j'obtien plein de message d'erreur:

Citation
auteur
[root@localhost at76c503-0.11]# make
gcc -MD -O2 -Wall -Wstrict-prototypes -pipe -fno-strict-aliasing -fno-common -Wno-sign-compare -Wno-unused -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -DDRIVER_VERSION=\"v0.11\" -I/lib/modules/2.6.8.1-12mdk/build/include -c at76c503.c
In file included from /usr/include/linux/sched.h:14,
from at76c503.c:79:
/usr/include/linux/cpumask.h:80: error: syntax error before "DECLARE_BITMAP"
/usr/include/linux/cpumask.h:81: error: syntax error before "_unused_cpumask_arg_"
/usr/include/linux/cpumask.h:84: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpu_set':
/usr/include/linux/cpumask.h:86: error: `cpu' undeclared (first use in this function)
/usr/include/linux/cpumask.h:86: error: (Each undeclared identifier is reported only once
/usr/include/linux/cpumask.h:86: error: for each function it appears in.)
/usr/include/linux/cpumask.h:86: error: `dstp' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:90: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpu_clear':
/usr/include/linux/cpumask.h:92: error: `cpu' undeclared (first use in this function)
/usr/include/linux/cpumask.h:92: error: `dstp' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:96: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_setall':
/usr/include/linux/cpumask.h:98: error: `dstp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:98: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:102: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_clear':
/usr/include/linux/cpumask.h:104: error: `dstp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:104: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:111: error: syntax error before "cpumask_t"
/usr/include/linux/cpumask.h: In function `__cpu_test_and_set':
/usr/include/linux/cpumask.h:113: error: `cpu' undeclared (first use in this function)
/usr/include/linux/cpumask.h:113: error: `addr' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:117: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_and':
/usr/include/linux/cpumask.h:120: error: `dstp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:120: error: `src1p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:120: error: `src2p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:120: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:124: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_or':
/usr/include/linux/cpumask.h:127: error: `dstp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:127: error: `src1p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:127: error: `src2p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:127: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:131: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_xor':
/usr/include/linux/cpumask.h:134: error: `dstp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:134: error: `src1p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:134: error: `src2p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:134: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:139: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_andnot':
/usr/include/linux/cpumask.h:142: error: `dstp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:142: error: `src1p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:142: error: `src2p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:142: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:146: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_complement':
/usr/include/linux/cpumask.h:149: error: `dstp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:149: error: `srcp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:149: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:153: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_equal':
/usr/include/linux/cpumask.h:156: error: `src1p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:156: error: `src2p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:156: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:160: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_intersects':
/usr/include/linux/cpumask.h:163: error: `src1p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:163: error: `src2p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:163: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:167: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_subset':
/usr/include/linux/cpumask.h:170: error: `src1p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:170: error: `src2p' undeclared (first use in this function)
/usr/include/linux/cpumask.h:170: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:174: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_empty':
/usr/include/linux/cpumask.h:176: error: `srcp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:176: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:180: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_full':
/usr/include/linux/cpumask.h:182: error: `srcp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:182: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:186: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_weight':
/usr/include/linux/cpumask.h:188: error: `srcp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:188: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:193: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_shift_right':
/usr/include/linux/cpumask.h:196: error: `dstp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:196: error: `srcp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:196: error: `n' undeclared (first use in this function)
/usr/include/linux/cpumask.h:196: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:201: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpus_shift_left':
/usr/include/linux/cpumask.h:204: error: `dstp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:204: error: `srcp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:204: error: `n' undeclared (first use in this function)
/usr/include/linux/cpumask.h:204: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:208: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__first_cpu':
/usr/include/linux/cpumask.h:210: error: `srcp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:210: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:214: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__next_cpu':
/usr/include/linux/cpumask.h:216: error: `srcp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:216: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h:216: error: `n' undeclared (first use in this function)
In file included from /usr/include/linux/sched.h:14,
from at76c503.c:79:
/usr/include/linux/cpumask.h:233:5: missing binary operator before token "("
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:265: error: syntax error before '*' token
/usr/include/linux/cpumask.h: In function `__cpumask_scnprintf':
/usr/include/linux/cpumask.h:267: error: `buf' undeclared (first use in this function)
/usr/include/linux/cpumask.h:267: error: `len' undeclared (first use in this function)
/usr/include/linux/cpumask.h:267: error: `srcp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:267: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:273: error: syntax error before "cpumask_t"
/usr/include/linux/cpumask.h: In function `__cpumask_parse':
/usr/include/linux/cpumask.h:275: error: `buf' undeclared (first use in this function)
/usr/include/linux/cpumask.h:275: error: `len' undeclared (first use in this function)
/usr/include/linux/cpumask.h:275: error: `dstp' undeclared (first use in this function)
/usr/include/linux/cpumask.h:275: error: `nbits' undeclared (first use in this function)
/usr/include/linux/cpumask.h:278:5: missing binary operator before token "("
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:343: error: syntax error before "cpu_possible_map"
/usr/include/linux/cpumask.h:344: error: syntax error before "cpu_online_map"
/usr/include/linux/cpumask.h:345: error: syntax error before "cpu_present_map"
/usr/include/linux/cpumask.h:347:5: missing binary operator before token "("
In file included from /usr/include/linux/list.h:7,
from /usr/include/linux/wait.h:14,
from /usr/include/asm/semaphore.h:41,
from /usr/include/linux/sched.h:17,
from at76c503.c:79:
/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/asm/siginfo.h:4,
from /usr/include/linux/signal.h:7,
from /usr/include/linux/sched.h:24,
from at76c503.c:79:
/usr/include/asm-generic/siginfo.h: At top level:
/usr/include/asm-generic/siginfo.h:58: error: size of array `_pad' is too large
In file included from /usr/include/linux/mmzone.h:372,
from /usr/include/linux/gfp.h:4,
from /usr/include/linux/slab.h:15,
from /usr/include/linux/percpu.h:4,
from /usr/include/linux/sched.h:30,
from at76c503.c:79:
/usr/include/linux/topology.h: In function `__next_node_with_cpus':
/usr/include/linux/topology.h:50: error: syntax error before "__tmp__"
/usr/include/linux/topology.h:50: error: `__tmp__' undeclared (first use in this function)
In file included from /usr/include/linux/gfp.h:4,
from /usr/include/linux/slab.h:15,
from /usr/include/linux/percpu.h:4,
from /usr/include/linux/sched.h:30,
from at76c503.c:79:
/usr/include/linux/mmzone.h: At top level:
/usr/include/linux/mmzone.h:414: error: syntax error before '(' token
In file included from at76c503.c:79:
/usr/include/linux/sched.h:152: error: syntax error before "nohz_cpu_mask"
In file included from at76c503.c:79:
/usr/include/linux/sched.h:217: error: syntax error before "cpumask_t"
/usr/include/linux/sched.h:231: error: syntax error before '}' token
/usr/include/linux/sched.h:408: error: syntax error before "cpumask_t"
/usr/include/linux/sched.h:423: error: syntax error before ':' token
/usr/include/linux/sched.h:459: error: syntax error before ':' token
/usr/include/linux/sched.h:521: error: syntax error before '}' token
/usr/include/linux/sched.h: In function `process_group':
/usr/include/linux/sched.h:525: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: At top level:
/usr/include/linux/sched.h:673: error: syntax error before "cpumask_t"
In file included from at76c503.c:79:
/usr/include/linux/sched.h: In function `dequeue_signal_lock':
/usr/include/linux/sched.h:770: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h:772: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `on_sig_stack':
/usr/include/linux/sched.h:813: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h:813: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `sas_ss_flags':
/usr/include/linux/sched.h:818: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `capable':
/usr/include/linux/sched.h:829: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h:830: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `mmdrop':
/usr/include/linux/sched.h:846: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: At top level:
/usr/include/linux/sched.h:863: error: 'exit_signal' redeclared as different kind of symbol
/usr/include/linux/sched.h:419: error: previous declaration of 'exit_signal' was here
/usr/include/linux/sched.h: In function `thread_group_empty':
/usr/include/linux/sched.h:924: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `task_lock':
/usr/include/linux/sched.h:944: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `task_unlock':
/usr/include/linux/sched.h:949: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `get_task_mm':
/usr/include/linux/sched.h:963: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `set_tsk_thread_flag':
/usr/include/linux/sched.h:977: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `clear_tsk_thread_flag':
/usr/include/linux/sched.h:982: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `test_and_set_tsk_thread_flag':
/usr/include/linux/sched.h:987: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `test_and_clear_tsk_thread_flag':
/usr/include/linux/sched.h:992: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `test_tsk_thread_flag':
/usr/include/linux/sched.h:997: error: dereferencing pointer to incomplete type
In file included from /usr/include/linux/module.h:22,
from at76c503.c:86:
/usr/include/asm/module.h:56:2: #error unknown processor family
In file included from /usr/include/linux/irq.h:20,
from /usr/include/asm/hardirq.h:6,
from /usr/include/linux/interrupt.h:12,
from /usr/include/linux/usb.h:15,
from at76c503.c:91:
/usr/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
In file included from /usr/include/asm/hardirq.h:6,
from /usr/include/linux/interrupt.h:12,
from /usr/include/linux/usb.h:15,
from at76c503.c:91:
/usr/include/linux/irq.h: At top level:
/usr/include/linux/irq.h:48: error: syntax error before "cpumask_t"
/usr/include/linux/irq.h:68: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/irq.h:68: error: requested alignment is not a constant
/usr/include/linux/irq.h:70: error: `NR_IRQS' undeclared here (not in a function)
In file included from /usr/include/linux/irq.h:72,
from /usr/include/asm/hardirq.h:6,
from /usr/include/linux/interrupt.h:12,
from /usr/include/linux/usb.h:15,
from at76c503.c:91:
/usr/include/asm/hw_irq.h:28: error: `NR_IRQ_VECTORS' undeclared here (not in a function)
In file included from /usr/include/linux/interrupt.h:12,
from /usr/include/linux/usb.h:15,
from at76c503.c:91:
/usr/include/asm/hardirq.h:13: error: requested alignment is not a constant
In file included from /usr/include/linux/usb.h:15,
from at76c503.c:91:
/usr/include/linux/interrupt.h:39: error: syntax error before "cpumask_t"
/usr/include/linux/interrupt.h:43: error: syntax error before '}' token
In file included from /usr/include/linux/netdevice.h:151,
from at76c503.c:92:
/usr/include/linux/skbuff.h:30:26: net/checksum.h: No such file or directory
In file included from at76c503.c:92:
/usr/include/linux/netdevice.h: In function `netif_poll_disable':
/usr/include/linux/netdevice.h:891: error: dereferencing pointer to incomplete type
In file included from at76c503.c:100:
at76c503.h: At top level:
at76c503.h:459: error: field `tqueue' has incomplete type
at76c503.h:465: error: field `kevent' has incomplete type
at76c503.c: In function `wait_completion':
at76c503.c:731: error: dereferencing pointer to incomplete type
at76c503.c: In function `send_mgmt_bulk':
at76c503.c:1427: error: `USB_ST_URB_PENDING' undeclared (first use in this function)
at76c503.c:1466: warning: implicit declaration of function `FILL_BULK_URB'
at76c503.c:1474: error: too few arguments to function `usb_submit_urb'
at76c503.c: In function `defer_kevent':
at76c503.c:1757: warning: passing arg 2 of `set_bit' from incompatible pointer type
at76c503.c:1758: warning: implicit declaration of function `schedule_task'
at76c503.c: In function `kevent':
at76c503.c:1782: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1782: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1790: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1794: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1794: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1821: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1825: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1825: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1829: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1832: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1832: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1833: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1838: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1838: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1840: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1877: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1877: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1878: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1948: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1948: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1949: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1999: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1999: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:2000: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:2005: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:2005: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:2006: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:2014: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:2014: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:2015: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c: In function `submit_rx_urb':
at76c503.c:3089: warning: passing arg 6 of `usb_fill_bulk_urb' from incompatible pointer type
at76c503.c:3090: error: too few arguments to function `usb_submit_urb'
at76c503.c: In function `at76c503_write_bulk_callback':
at76c503.c:3235: error: too few arguments to function `usb_submit_urb'
at76c503.c: In function `at76c503_tx':
at76c503.c:3321: error: too few arguments to function `usb_submit_urb'
at76c503.c: In function `at76c503_tx_timeout':
at76c503.c:3346: error: `USB_ASYNC_UNLINK' undeclared (first use in this function)
at76c503.c: In function `ethtool_ioctl':
at76c503.c:3689: error: structure has no member named `owner'
at76c503.c:3695:41: missing binary operator before token "("
at76c503.c: In function `at76c503_delete_device':
at76c503.c:4353: warning: implicit declaration of function `flush_scheduled_tasks'
at76c503.c: In function `at76c503_alloc_urbs':
at76c503.c:4384: warning: initialization from incompatible pointer type
at76c503.c:4390: error: structure has no member named `endpoint'
at76c503.c:4396: error: too few arguments to function `usb_alloc_urb'
at76c503.c:4407: error: too few arguments to function `usb_alloc_urb'
at76c503.c:4429: error: too few arguments to function `usb_alloc_urb'
at76c503.c: In function `at76c503_new_device':
at76c503.c:4463: warning: implicit declaration of function `INIT_TQUEUE'
at76c503.c:4507: warning: assignment from incompatible pointer type
at76c503.c: In function `at76c503_do_probe':
at76c503.c:4595: warning: implicit declaration of function `usb_inc_dev_use'
at76c503.c:4597: warning: implicit declaration of function `usb_get_configuration'
at76c503.c:4602: warning: implicit declaration of function `usb_set_configuration'
at76c503.c:4610: error: `USB_ST_STALL' undeclared (first use in this function)
at76c503.c:4625: error: structure has no member named `owner'
at76c503.c:4640: warning: implicit declaration of function `usb_dec_dev_use'
make: *** [at76c503.o] Erreur 1
[root@localhost at76c503-0.11]#

Quesque que je dois faire ???
Merci d'avance

Poste le Saturday 12 March 2005 15:29:31
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: ceric35

Tu as pas du installer les sources de ton noyau (pas les bonnes en tout cas) !

Tapes les commandes
uname -r
ls -l /usr/src/

-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Saturday 12 March 2005 16:01:47
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: matomix

Voila ce que ca donne
[root@localhost at76c503-0.11]# uname -r
2.6.8.1-12mdk
[root@localhost at76c503-0.11]# ls -l /usr/src/
total 8
drwxr-xr-x 3 500 users 4096 mar 12 19:29 at76c503-0.11/
drwxr-xr-x 3 root root 4096 mar 9 22:09 RPM/

Poste le Sunday 13 March 2005 17:38:58
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: matomix

Et qu'est ce que je dois faire ... :-(

Poste le Tuesday 15 March 2005 16:00:49
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: dby

urpmi kernel-source

Poste le Tuesday 15 March 2005 16:22:59
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: matomix

Ah mon avis je suis trop nul
car même apres avoir fait urpmi kernel-source ca fait toujours la même erreur :-( :calimero: :-cb

Poste le Tuesday 15 March 2005 17:06:51
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: matomix

PS: si vous voulez voir le makefile ou un autre truc dans le genre pouvez me le dire je le mettrai winking smiley

Poste le Tuesday 15 March 2005 17:08:37
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: ceric35

Pas la peine , les erreurs plus haut sont tres explicite !

Lors de la compilation , le makefile essaie

d'inclure les fichier se trouvant dans : /lib/modules/2.6.8.1-12mdk/build/include

Pour etre precis /lib/modules/2.6.8.1-12mdk/build pointe sur /usr/src/linux
qui lui-meme pointe sur /usr/src/linux-2.6.8.1-12mdk

En resumer, il essaie d'inclure les fichiers de /usr/src/linux-2.6.8.1-12mdk/include

Donc tant que ce dossier n'existera pas , tu ne pourra pas compiler !



La commande urpmi kernel-source installe les sources de ton noyau ( sous mandrake) !
Ce qui a pour effet de justement creer le dossier /usr/src/linux-2.6.8.1-12mdk
et le lien /usr/src/linux!

Donc assure toi de les avoir bien instalées , et apres seulement reessai de compiler !

-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Tuesday 15 March 2005 18:41:12
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: P Hoquet

Salut,

Que donne maintenant ls -l /usr/src ?


Poste le Tuesday 15 March 2005 18:41:24
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: matomix

[root@localhost at76c503-0.11]# ls -l /usr/src
total 12
drwxr-xr-x 3 500 users 4096 mar 16 14:49 at76c503-0.11/
lrwxrwxrwx 1 root root 24 mar 15 16:45 linux -> linux-2.4.27-0.pre2.1mdk/
drwxr-xr-x 18 root root 4096 mar 15 16:59 linux-2.4.27-0.pre2.1mdk/
drwxr-xr-x 3 root root 4096 mar 9 22:09 RPM/

Ah ben appararament voila un nouveau probleme ce n'est pas le dossier linux-2.6.8.1-12mdk qui s'est créer mais linux-2.4.27-0.pre2.1mdk ?-(

Poste le Wednesday 16 March 2005 14:59:26
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: ceric35

Tu connait pas rpmdrake ! comme ca pas d'ambiguité !

ou essai
urpmi kernel-source-2.6

-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Wednesday 16 March 2005 15:13:56
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: matomix

Désolé je ne connait pas rpmdrake mais si c'est utile je le veux bien #%b

Mais maintenant ya toujours une erreur mais un peu diminuée smiling smiley

Citation
Konsole
[root@localhost at76c503-0.11]# make
gcc -MD -O2 -Wall -Wstrict-prototypes -pipe -fno-strict-aliasing -fno-common -Wno-sign-compare -Wno-unused -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -DDRIVER_VERSION=\"v0.11\" -I/lib/modules/2.6.8.1-12mdk/build/include -c at76c503.c
In file included from /lib/modules/2.6.8.1-12mdk/build/include/linux/irq.h:20,
from /lib/modules/2.6.8.1-12mdk/build/include/asm/hardirq.h:6,
from /lib/modules/2.6.8.1-12mdk/build/include/linux/interrupt.h:12,
from /lib/modules/2.6.8.1-12mdk/build/include/linux/usb.h:15,
from at76c503.c:91:
/lib/modules/2.6.8.1-12mdk/build/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
In file included from /lib/modules/2.6.8.1-12mdk/build/include/asm/hardirq.h:6,
from /lib/modules/2.6.8.1-12mdk/build/include/linux/interrupt.h:12,
from /lib/modules/2.6.8.1-12mdk/build/include/linux/usb.h:15,
from at76c503.c:91:
/lib/modules/2.6.8.1-12mdk/build/include/linux/irq.h:70: error: `NR_IRQS' undeclared here (not in a function)
In file included from /lib/modules/2.6.8.1-12mdk/build/include/linux/irq.h:72,
from /lib/modules/2.6.8.1-12mdk/build/include/asm/hardirq.h:6,
from /lib/modules/2.6.8.1-12mdk/build/include/linux/interrupt.h:12,
from /lib/modules/2.6.8.1-12mdk/build/include/linux/usb.h:15,
from at76c503.c:91:
/lib/modules/2.6.8.1-12mdk/build/include/asm/hw_irq.h:28: error: `NR_IRQ_VECTORS' undeclared here (not in a function)
In file included from at76c503.c:100:
at76c503.h:459: error: field `tqueue' has incomplete type
at76c503.h:465: error: field `kevent' has incomplete type
at76c503.c: In function `send_mgmt_bulk':
at76c503.c:1427: error: `USB_ST_URB_PENDING' undeclared (first use in this function)
at76c503.c:1427: error: (Each undeclared identifier is reported only once
at76c503.c:1427: error: for each function it appears in.)
at76c503.c:1466: warning: implicit declaration of function `FILL_BULK_URB'
at76c503.c:1474: error: too few arguments to function `usb_submit_urb'
at76c503.c: In function `defer_kevent':
at76c503.c:1757: warning: passing arg 2 of `set_bit' from incompatible pointer type
at76c503.c:1758: warning: implicit declaration of function `schedule_task'
at76c503.c: In function `kevent':
at76c503.c:1782: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1782: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1790: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1794: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1794: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1821: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1825: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1825: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1829: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1832: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1832: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1833: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1838: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1838: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1840: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1877: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1877: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1878: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1948: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1948: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:1949: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:1999: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:1999: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:2000: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:2005: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:2005: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:2006: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c:2014: warning: passing arg 2 of `constant_test_bit' from incompatible pointer type
at76c503.c:2014: warning: passing arg 2 of `variable_test_bit' from incompatible pointer type
at76c503.c:2015: warning: passing arg 2 of `clear_bit' from incompatible pointer type
at76c503.c: In function `submit_rx_urb':
at76c503.c:3089: warning: passing arg 6 of `usb_fill_bulk_urb' from incompatible pointer type
at76c503.c:3090: error: too few arguments to function `usb_submit_urb'
at76c503.c: In function `at76c503_write_bulk_callback':
at76c503.c:3235: error: too few arguments to function `usb_submit_urb'
at76c503.c: In function `at76c503_tx':
at76c503.c:3321: error: too few arguments to function `usb_submit_urb'
at76c503.c: In function `at76c503_tx_timeout':
at76c503.c:3346: error: `USB_ASYNC_UNLINK' undeclared (first use in this function)
at76c503.c: In function `ethtool_ioctl':
at76c503.c:3689: error: structure has no member named `owner'
at76c503.c:3695:41: missing binary operator before token "("
at76c503.c: In function `at76c503_delete_device':
at76c503.c:4353: warning: implicit declaration of function `flush_scheduled_tasks'
at76c503.c: In function `at76c503_alloc_urbs':
at76c503.c:4384: warning: initialization from incompatible pointer type
at76c503.c:4390: error: structure has no member named `endpoint'
at76c503.c:4396: error: too few arguments to function `usb_alloc_urb'
at76c503.c:4407: error: too few arguments to function `usb_alloc_urb'
at76c503.c:4429: error: too few arguments to function `usb_alloc_urb'
at76c503.c: In function `at76c503_new_device':
at76c503.c:4463: warning: implicit declaration of function `INIT_TQUEUE'
at76c503.c:4507: warning: assignment from incompatible pointer type
at76c503.c: In function `at76c503_do_probe':
at76c503.c:4595: warning: implicit declaration of function `usb_inc_dev_use'
at76c503.c:4597: warning: implicit declaration of function `usb_get_configuration'
at76c503.c:4602: warning: implicit declaration of function `usb_set_configuration'
at76c503.c:4610: error: `USB_ST_STALL' undeclared (first use in this function)
at76c503.c:4625: error: structure has no member named `owner'
at76c503.c:4640: warning: implicit declaration of function `usb_dec_dev_use'
make: *** [at76c503.o] Erreur 1

Poste le Wednesday 16 March 2005 17:20:03
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: matomix

En fait ya beaucoup de warning :-(:-cb

Poste le Thursday 17 March 2005 17:16:48
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: matomix

PLus personne ne peut m'aider
(c'est pas que je suis pressé mais j'aimerais quand meme bien avoir internet sous linux #%b )

Poste le Friday 18 March 2005 14:29:07
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: ceric35

bah , tu ne nous a toujours pas donné un ls -l /usr/src qui fasse apparaitre les sources de ton noyau !!!

-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Friday 18 March 2005 15:27:23
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: matomix

OUps désolé :s
Voila :
[root@localhost matomix]# ls -l /usr/src
total 16
drwxr-xr-x 3 500 users 4096 mar 17 18:26 at76c503-0.11/
lrwxrwxrwx 1 root root 19 mar 16 15:36 linux -> linux-2.6.8.1-12mdk/
drwxr-xr-x 6 root root 4096 mar 16 15:36 linux-2.4.27-0.pre2.1mdk/
drwxr-xr-x 22 root root 4096 mar 17 18:34 linux-2.6.8.1-12mdk/
drwxr-xr-x 3 root root 4096 mar 9 22:09 RPM/

Poste le Friday 18 March 2005 16:01:36
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: ceric35

Et tu peut donner

ls -l /lib/modules/2.6.8.1-12mdk/build/include/linux/

stp

-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Friday 18 March 2005 17:02:35
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: matomix

Attention c'est long :
Citation
Konsole
[root@localhost matomix]# ls -l /lib/modules/2.6.8.1-12mdk/build/include/linux/
total 5368
-rw-r--r-- 1 root root 106 aoû 14 2004 8250_pci.h
-rw-r--r-- 1 root root 13480 aoû 14 2004 ac97_codec.h
-rw-r--r-- 1 root root 5166 aoû 14 2004 acct.h
-rw-r--r-- 1 root root 10429 aoû 14 2004 acpi.h
-rw-r--r-- 1 root root 2841 aoû 14 2004 adb.h
-rw-r--r-- 1 root root 1627 aoû 14 2004 adfs_fs.h
-rw-r--r-- 1 root root 544 aoû 14 2004 adfs_fs_i.h
-rw-r--r-- 1 root root 1064 aoû 14 2004 adfs_fs_sb.h
-rw-r--r-- 1 root root 3844 aoû 14 2004 affs_fs.h
-rw-r--r-- 1 root root 1806 aoû 14 2004 affs_fs_i.h
-rw-r--r-- 1 root root 2009 aoû 14 2004 affs_fs_sb.h
-rw-r--r-- 1 root root 1364 aoû 14 2004 affs_hardblocks.h
-rw-r--r-- 1 root root 3540 aoû 14 2004 agp_backend.h
-rw-r--r-- 1 root root 6458 aoû 14 2004 agpgart.h
-rw-r--r-- 1 root root 2606 aoû 14 2004 aio_abi.h
-rw-r--r-- 1 root root 5939 oct 1 11:03 aio.h
-rw-r--r-- 1 root root 1995 aoû 14 2004 amifd.h
-rw-r--r-- 1 root root 2674 aoû 14 2004 amifdreg.h
-rw-r--r-- 1 root root 6535 aoû 14 2004 amigaffs.h
-rw-r--r-- 1 root root 7295 aoû 14 2004 a.out.h
-rw-r--r-- 1 root root 5701 aoû 14 2004 apm_bios.h
-rw-r--r-- 1 root root 12381 aoû 14 2004 arcdevice.h
-rw-r--r-- 1 root root 7539 oct 1 11:03 ata.h
-rw-r--r-- 1 root root 5128 aoû 14 2004 atalk.h
-rw-r--r-- 1 root root 889 aoû 14 2004 atmapi.h
-rw-r--r-- 1 root root 1259 aoû 14 2004 atmarp.h
-rw-r--r-- 1 root root 2834 aoû 14 2004 atmbr2684.h
-rw-r--r-- 1 root root 513 aoû 14 2004 atmclip.h
-rw-r--r-- 1 root root 15411 aoû 14 2004 atmdev.h
-rw-r--r-- 1 root root 585 aoû 14 2004 atm_eni.h
-rw-r--r-- 1 root root 7817 aoû 14 2004 atm.h
-rw-r--r-- 1 root root 343 aoû 14 2004 atm_he.h
-rw-r--r-- 1 root root 890 aoû 14 2004 atm_idt77105.h
-rw-r--r-- 1 root root 1583 aoû 14 2004 atmioc.h
-rw-r--r-- 1 root root 3121 aoû 14 2004 atmlec.h
-rw-r--r-- 1 root root 4231 aoû 14 2004 atmmpc.h
-rw-r--r-- 1 root root 1215 aoû 14 2004 atm_nicstar.h
-rw-r--r-- 1 root root 576 aoû 14 2004 atmppp.h
-rw-r--r-- 1 root root 4907 aoû 14 2004 atmsap.h
-rw-r--r-- 1 root root 253 aoû 14 2004 atm_suni.h
-rw-r--r-- 1 root root 1729 aoû 14 2004 atmsvc.h
-rw-r--r-- 1 root root 1780 aoû 14 2004 atm_tcp.h
-rw-r--r-- 1 root root 1606 aoû 14 2004 atm_zatm.h
-rw-r--r-- 1 root root 7387 aoû 14 2004 audit.h
-rw-r--r-- 1 root root 112220 oct 1 12:56 autoconf.h
-rw-r--r-- 1 root root 1569 aoû 14 2004 auto_fs4.h
-rw-r--r-- 1 root root 2437 aoû 14 2004 auto_fs.h
-rw-r--r-- 1 root root 20423 aoû 14 2004 awe_voice.h
-rw-r--r-- 1 root root 2752 aoû 14 2004 ax25.h
-rw-r--r-- 1 root root 1654 aoû 14 2004 b1lli.h
-rw-r--r-- 1 root root 666 aoû 14 2004 b1pcmcia.h
-rw-r--r-- 1 root root 1941 aoû 14 2004 backing-dev.h
-rw-r--r-- 1 root root 820 aoû 14 2004 baycom.h
-rw-r--r-- 1 root root 548 aoû 14 2004 bcd.h
-rw-r--r-- 1 root root 1706 aoû 14 2004 bfs_fs.h
-rw-r--r-- 1 root root 2803 aoû 14 2004 binfmts.h
-rw-r--r-- 1 root root 10180 aoû 14 2004 bio.h
-rw-r--r-- 1 root root 7987 aoû 14 2004 bitmap.h
-rw-r--r-- 1 root root 2919 aoû 14 2004 bitops.h
-rw-r--r-- 1 root root 21246 aoû 14 2004 blkdev.h
-rw-r--r-- 1 root root 94 aoû 14 2004 blk.h
-rw-r--r-- 1 root root 1541 aoû 14 2004 blkpg.h
-rw-r--r-- 1 root root 1143 aoû 14 2004 blockgroup_lock.h
-rw-r--r-- 1 root root 2927 aoû 14 2004 bootmem.h
-rw-r--r-- 1 root root 952 aoû 14 2004 bpqether.h
-rw-r--r-- 1 root root 9283 aoû 14 2004 buffer_head.h
drwxr-xr-x 2 root root 4096 mar 16 15:35 byteorder/
-rw-r--r-- 1 root root 1212 aoû 14 2004 cache.h
-rw-r--r-- 1 root root 10267 aoû 14 2004 capability.h
-rw-r--r-- 1 root root 3088 aoû 14 2004 capi.h
-rw-r--r-- 1 root root 6780 aoû 14 2004 cciss_ioctl.h
-rw-r--r-- 1 root root 7059 aoû 14 2004 cd1400.h
-rw-r--r-- 1 root root 502 aoû 14 2004 cdev.h
-rw-r--r-- 1 root root 12770 aoû 14 2004 cdk.h
-rw-r--r-- 1 root root 36131 oct 1 11:04 cdrom.h
-rw-r--r-- 1 root root 1000 aoû 14 2004 circ_buf.h
-rw-r--r-- 1 root root 4520 aoû 14 2004 cobalt-nvram.h
-rw-r--r-- 1 root root 673 aoû 14 2004 coda_cache.h
-rw-r--r-- 1 root root 1725 aoû 14 2004 coda_fs_i.h
-rw-r--r-- 1 root root 18875 aoû 14 2004 coda.h
-rw-r--r-- 1 root root 3124 aoû 14 2004 coda_linux.h
-rw-r--r-- 1 root root 2141 aoû 14 2004 coda_proc.h
-rw-r--r-- 1 root root 3504 aoû 14 2004 coda_psdev.h
-rw-r--r-- 1 root root 12413 aoû 14 2004 coff.h
-rw-r--r-- 1 root root 3293 aoû 14 2004 com20020.h
-rw-r--r-- 1 root root 3564 aoû 14 2004 compat.h
-rw-r--r-- 1 root root 24429 oct 1 11:04 compat_ioctl.h
-rw-r--r-- 1 root root 342 mar 16 17:03 compile.h
-rw-r--r-- 1 root root 789 aoû 14 2004 compiler-gcc2.h
-rw-r--r-- 1 root root 888 aoû 14 2004 compiler-gcc3.h
-rw-r--r-- 1 root root 557 oct 1 11:03 compiler-gcc.h
-rw-r--r-- 1 root root 697 aoû 14 2004 compiler-gcc+.h
-rw-r--r-- 1 root root 3532 aoû 14 2004 compiler.h
-rw-r--r-- 1 root root 555 aoû 14 2004 compiler-intel.h
-rw-r--r-- 1 root root 806 aoû 14 2004 completion.h
-rw-r--r-- 1 root root 3120 aoû 14 2004 comstats.h
-rw-r--r-- 1 root root 3802 aoû 14 2004 concap.h
-rw-r--r-- 1 root root 132 oct 1 11:03 config.h
-rw-r--r-- 1 root root 4382 oct 1 11:03 console.h
-rw-r--r-- 1 root root 373 aoû 14 2004 consolemap.h
-rw-r--r-- 1 root root 4567 oct 1 11:03 console_struct.h
-rw-r--r-- 1 root root 10601 aoû 14 2004 cpufreq.h
-rw-r--r-- 1 root root 2314 aoû 14 2004 cpu.h
-rw-r--r-- 1 root root 12859 aoû 14 2004 cpumask.h
-rw-r--r-- 1 root root 3019 aoû 14 2004 cramfs_fs.h
-rw-r--r-- 1 root root 343 aoû 14 2004 cramfs_fs_sb.h
-rw-r--r-- 1 root root 347 aoû 14 2004 crc32c.h
-rw-r--r-- 1 root root 888 aoû 14 2004 crc32.h
-rw-r--r-- 1 root root 330 aoû 14 2004 crc-ccitt.h
-rw-r--r-- 1 root root 12489 aoû 14 2004 crypto.h
-rw-r--r-- 1 root root 1399 aoû 14 2004 ctype.h
-rw-r--r-- 1 root root 978 aoû 14 2004 cuda.h
-rw-r--r-- 1 root root 26493 aoû 14 2004 cyclades.h
-rw-r--r-- 1 root root 2633 aoû 14 2004 cyclomx.h
-rw-r--r-- 1 root root 2926 aoû 14 2004 cycx_cfm.h
-rw-r--r-- 1 root root 2191 aoû 14 2004 cycx_drv.h
-rw-r--r-- 1 root root 3943 aoû 14 2004 cycx_x25.h
-rw-r--r-- 1 root root 9371 aoû 14 2004 dcache.h
-rw-r--r-- 1 root root 1307 aoû 14 2004 dcookies.h
-rw-r--r-- 1 root root 1166 aoû 14 2004 delay.h
-rw-r--r-- 1 root root 1754 aoû 14 2004 devfs_fs.h
-rw-r--r-- 1 root root 1564 aoû 14 2004 devfs_fs_kernel.h
-rw-r--r-- 1 root root 12532 aoû 14 2004 device.h
-rw-r--r-- 1 root root 2957 aoû 14 2004 device-mapper.h
-rw-r--r-- 1 root root 1064 aoû 14 2004 devpts_fs.h
-rw-r--r-- 1 root root 9377 aoû 14 2004 dio.h
-rw-r--r-- 1 root root 482 aoû 14 2004 dirent.h
-rw-r--r-- 1 root root 13338 oct 1 11:03 dis-asm.h
-rw-r--r-- 1 root root 3874 aoû 14 2004 divert.h
-rw-r--r-- 1 root root 609 aoû 14 2004 dma-mapping.h
-rw-r--r-- 1 root root 714 aoû 14 2004 dmapool.h
-rw-r--r-- 1 root root 857 aoû 14 2004 dmi.h
-rw-r--r-- 1 root root 9032 aoû 14 2004 dm-ioctl.h
-rw-r--r-- 1 root root 4664 aoû 14 2004 dn.h
-rw-r--r-- 1 root root 729 aoû 14 2004 dnotify.h
-rw-r--r-- 1 root root 1856 aoû 14 2004 dp83840.h
-rw-r--r-- 1 root root 318 aoû 14 2004 dqblk_v1.h
-rw-r--r-- 1 root root 389 aoû 14 2004 dqblk_v2.h
-rw-r--r-- 1 root root 6169 aoû 14 2004 dqblk_xfs.h
-rw-r--r-- 1 root root 1248 aoû 14 2004 ds1286.h
-rw-r--r-- 1 root root 3768 aoû 14 2004 dtlk.h
drwxr-xr-x 2 root root 4096 mar 16 15:35 dvb/
-rw-r--r-- 1 root root 21389 oct 1 11:03 dwarf2.h
-rw-r--r-- 1 root root 4546 oct 1 11:03 dwarf2-lang.h
-rw-r--r-- 1 root root 5407 aoû 14 2004 edd.h
-rw-r--r-- 1 root root 2849 aoû 14 2004 eeprom.h
-rw-r--r-- 1 root root 11405 aoû 14 2004 efi.h
-rw-r--r-- 1 root root 857 aoû 14 2004 efs_dir.h
-rw-r--r-- 1 root root 1336 aoû 14 2004 efs_fs.h
-rw-r--r-- 1 root root 1681 aoû 14 2004 efs_fs_i.h
-rw-r--r-- 1 root root 2204 aoû 14 2004 efs_fs_sb.h
-rw-r--r-- 1 root root 1891 aoû 14 2004 efs_vh.h
-rw-r--r-- 1 root root 2825 aoû 14 2004 eisa.h
-rw-r--r-- 1 root root 4218 aoû 14 2004 elevator.h
-rw-r--r-- 1 root root 3445 aoû 14 2004 elfcore.h
-rw-r--r-- 1 root root 11364 aoû 14 2004 elf.h
-rw-r--r-- 1 root root 640 oct 1 11:03 err.h
-rw-r--r-- 1 root root 1027 oct 1 11:03 errno.h
-rw-r--r-- 1 root root 842 aoû 14 2004 errqueue.h
-rw-r--r-- 1 root root 2804 aoû 14 2004 etherdevice.h
-rw-r--r-- 1 root root 16626 aoû 14 2004 ethtool.h
-rw-r--r-- 1 root root 2620 aoû 14 2004 eventpoll.h
-rw-r--r-- 1 root root 18005 aoû 14 2004 ext2_fs.h
-rw-r--r-- 1 root root 1902 aoû 14 2004 ext2_fs_sb.h
-rw-r--r-- 1 root root 27969 oct 1 11:04 ext3_fs.h
-rw-r--r-- 1 root root 3750 oct 1 11:04 ext3_fs_i.h
-rw-r--r-- 1 root root 2660 oct 1 11:04 ext3_fs_sb.h
-rw-r--r-- 1 root root 8042 aoû 14 2004 ext3_jbd.h
-rw-r--r-- 1 root root 478 aoû 14 2004 fadvise.h
-rw-r--r-- 1 root root 27862 oct 1 11:03 fb.h
-rw-r--r-- 1 root root 1274 aoû 14 2004 fcdevice.h
-rw-r--r-- 1 root root 1515 aoû 14 2004 fcntl.h
-rw-r--r-- 1 root root 3229 aoû 14 2004 fd1772.h
-rw-r--r-- 1 root root 1323 aoû 14 2004 fddidevice.h
-rw-r--r-- 1 root root 11318 aoû 14 2004 fd.h
-rw-r--r-- 1 root root 5355 aoû 14 2004 fdreg.h
-rw-r--r-- 1 root root 2407 aoû 14 2004 file.h
-rw-r--r-- 1 root root 3870 aoû 14 2004 filter.h
-rw-r--r-- 1 root root 574 aoû 14 2004 firmware.h
-rw-r--r-- 1 root root 3415 aoû 14 2004 flat.h
-rw-r--r-- 1 root root 1108 aoû 14 2004 font.h
-rw-r--r-- 1 root root 58777 oct 1 11:04 fs.h
-rw-r--r-- 1 root root 732 aoû 14 2004 fs_struct.h
-rw-r--r-- 1 root root 5347 aoû 14 2004 ftape.h
-rw-r--r-- 1 root root 5219 aoû 14 2004 ftape-header-segment.h
-rw-r--r-- 1 root root 5694 aoû 14 2004 ftape-vendors.h
-rw-r--r-- 1 root root 342 aoû 14 2004 futex.h
-rw-r--r-- 1 root root 3117 aoû 14 2004 gameport.h
-rw-r--r-- 1 root root 3225 aoû 14 2004 generic_serial.h
-rw-r--r-- 1 root root 12704 oct 1 11:04 genhd.h
-rw-r--r-- 1 root root 4413 aoû 14 2004 gfp.h
-rw-r--r-- 1 root root 6165 aoû 14 2004 harrier_defs.h
-rw-r--r-- 1 root root 1592 aoû 14 2004 hash.h
-rw-r--r-- 1 root root 3083 aoû 14 2004 hayesesp.h
drwxr-xr-x 2 root root 4096 mar 16 15:35 hdlc/
-rw-r--r-- 1 root root 9060 aoû 14 2004 hdlcdrv.h
-rw-r--r-- 1 root root 6587 aoû 14 2004 hdlc.h
-rw-r--r-- 1 root root 25606 aoû 14 2004 hdreg.h
-rw-r--r-- 1 root root 4318 aoû 14 2004 hdsmart.h
-rw-r--r-- 1 root root 7156 aoû 14 2004 hiddev.h
-rw-r--r-- 1 root root 2112 aoû 14 2004 highmem.h
-rw-r--r-- 1 root root 3173 aoû 14 2004 highuid.h
-rw-r--r-- 1 root root 1744 aoû 14 2004 hippidevice.h
-rw-r--r-- 1 root root 3371 aoû 14 2004 hpet.h
-rw-r--r-- 1 root root 141 aoû 14 2004 hpfs_fs.h
-rw-r--r-- 1 root root 4367 aoû 14 2004 hugetlb.h
-rw-r--r-- 1 root root 1319 aoû 14 2004 hysdn_if.h
-rw-r--r-- 1 root root 2199 aoû 14 2004 i2c-algo-bit.h
-rw-r--r-- 1 root root 2262 aoû 14 2004 i2c-algo-ite.h
-rw-r--r-- 1 root root 1843 aoû 14 2004 i2c-algo-pcf.h
-rw-r--r-- 1 root root 1550 aoû 14 2004 i2c-dev.h
-rw-r--r-- 1 root root 24810 oct 1 11:03 i2c.h
-rw-r--r-- 1 root root 12677 aoû 14 2004 i2c-id.h
-rw-r--r-- 1 root root 14268 aoû 14 2004 i2c-sensor.h
-rw-r--r-- 1 root root 2052 aoû 14 2004 i2c-vid.h
-rw-r--r-- 1 root root 10937 oct 1 11:03 i2o-dev.h
-rw-r--r-- 1 root root 28939 oct 1 11:03 i2o.h
-rw-r--r-- 1 root root 1438 aoû 14 2004 i8k.h
-rw-r--r-- 1 root root 12844 aoû 14 2004 ibmtr.h
-rw-r--r-- 1 root root 2859 aoû 14 2004 icmp.h
-rw-r--r-- 1 root root 3982 aoû 14 2004 icmpv6.h
-rw-r--r-- 1 root root 52500 aoû 14 2004 ide.h
-rw-r--r-- 1 root root 2259 aoû 14 2004 idr.h
-rw-r--r-- 1 root root 3484 aoû 14 2004 if_arcnet.h
-rw-r--r-- 1 root root 5881 aoû 14 2004 if_arp.h
-rw-r--r-- 1 root root 3568 aoû 14 2004 if_bonding.h
-rw-r--r-- 1 root root 2610 aoû 14 2004 if_bridge.h
-rw-r--r-- 1 root root 910 aoû 14 2004 if_cablemodem.h
-rw-r--r-- 1 root root 1458 aoû 14 2004 if_ec.h
-rw-r--r-- 1 root root 1860 aoû 14 2004 if_eql.h
-rw-r--r-- 1 root root 4519 aoû 14 2004 if_ether.h
-rw-r--r-- 1 root root 1648 aoû 14 2004 if_fc.h
-rw-r--r-- 1 root root 7126 aoû 14 2004 if_fddi.h
-rw-r--r-- 1 root root 5317 aoû 14 2004 if_frad.h
-rw-r--r-- 1 root root 6876 aoû 14 2004 if.h
-rw-r--r-- 1 root root 4138 aoû 14 2004 if_hippi.h
-rw-r--r-- 1 root root 196 aoû 14 2004 if_ltalk.h
-rw-r--r-- 1 root root 2538 aoû 14 2004 if_packet.h
-rw-r--r-- 1 root root 596 aoû 14 2004 if_plip.h
-rw-r--r-- 1 root root 6408 aoû 14 2004 if_ppp.h
-rw-r--r-- 1 root root 4911 aoû 14 2004 if_pppox.h
-rw-r--r-- 1 root root 1575 aoû 14 2004 if_shaper.h
-rw-r--r-- 1 root root 809 aoû 14 2004 if_slip.h
-rw-r--r-- 1 root root 674 aoû 14 2004 if_strip.h
-rw-r--r-- 1 root root 3366 aoû 14 2004 if_tr.h
-rw-r--r-- 1 root root 2051 aoû 14 2004 if_tun.h
-rw-r--r-- 1 root root 752 aoû 14 2004 if_tunnel.h
-rw-r--r-- 1 root root 11614 aoû 14 2004 if_vlan.h
-rw-r--r-- 1 root root 1873 aoû 14 2004 if_wanpipe_common.h
-rw-r--r-- 1 root root 3416 aoû 14 2004 if_wanpipe.h
-rw-r--r-- 1 root root 5834 aoû 14 2004 igmp.h
-rw-r--r-- 1 root root 4986 aoû 14 2004 in6.h
-rw-r--r-- 1 root root 5387 aoû 14 2004 inetdevice.h
-rw-r--r-- 1 root root 2318 aoû 14 2004 inet.h
-rw-r--r-- 1 root root 7856 aoû 14 2004 in.h
-rw-r--r-- 1 root root 7942 aoû 14 2004 init.h
-rw-r--r-- 1 root root 617 oct 1 11:03 initrd.h
-rw-r--r-- 1 root root 3321 aoû 14 2004 init_task.h
-rw-r--r-- 1 root root 23352 aoû 14 2004 input.h
-rw-r--r-- 1 root root 795 aoû 14 2004 in_route.h
-rw-r--r-- 1 root root 7300 aoû 14 2004 interrupt.h
-rw-r--r-- 1 root root 897 oct 1 11:03 ioctl32.h
-rw-r--r-- 1 root root 100 aoû 14 2004 ioctl.h
-rw-r--r-- 1 root root 4462 aoû 14 2004 ioport.h
-rw-r--r-- 1 root root 988 aoû 14 2004 ip6_tunnel.h
-rw-r--r-- 1 root root 1872 aoû 14 2004 ipc.h
-rw-r--r-- 1 root root 5908 aoû 14 2004 ip.h
-rw-r--r-- 1 root root 23869 aoû 14 2004 ipmi.h
-rw-r--r-- 1 root root 3793 aoû 14 2004 ipmi_msgdefs.h
-rw-r--r-- 1 root root 5528 aoû 14 2004 ipmi_smi.h
-rw-r--r-- 1 root root 854 aoû 14 2004 ipsec.h
-rw-r--r-- 1 root root 5774 aoû 14 2004 ipv6.h
-rw-r--r-- 1 root root 1364 aoû 14 2004 ipv6_route.h
-rw-r--r-- 1 root root 1795 aoû 14 2004 ipx.h
-rw-r--r-- 1 root root 7008 aoû 14 2004 irda.h
-rw-r--r-- 1 root root 985 aoû 14 2004 irq_cpustat.h
-rw-r--r-- 1 root root 2290 aoû 14 2004 irq.h
-rw-r--r-- 1 root root 5544 aoû 14 2004 isapnp.h
drwxr-xr-x 2 root root 4096 mar 16 15:35 isdn/
-rw-r--r-- 1 root root 1770 aoû 14 2004 isdn_divertif.h
-rw-r--r-- 1 root root 30778 aoû 14 2004 isdn.h
-rw-r--r-- 1 root root 22419 aoû 14 2004 isdnif.h
-rw-r--r-- 1 root root 8160 aoû 14 2004 isdn_ppp.h
-rw-r--r-- 1 root root 7304 aoû 14 2004 isicom.h
-rw-r--r-- 1 root root 11876 aoû 14 2004 iso_fs.h
-rw-r--r-- 1 root root 516 aoû 14 2004 iso_fs_i.h
-rw-r--r-- 1 root root 808 aoû 14 2004 iso_fs_sb.h
-rw-r--r-- 1 root root 3692 aoû 14 2004 istallion.h
-rw-r--r-- 1 root root 2801 aoû 14 2004 ite_gpio.h
-rw-r--r-- 1 root root 25212 aoû 14 2004 ixjuser.h
-rw-r--r-- 1 root root 34610 aoû 14 2004 jbd.h
-rw-r--r-- 1 root root 1374 aoû 14 2004 jffs2_fs_i.h
-rw-r--r-- 1 root root 4041 aoû 14 2004 jffs2_fs_sb.h
-rw-r--r-- 1 root root 5224 aoû 14 2004 jffs2.h
-rw-r--r-- 1 root root 8281 aoû 14 2004 jffs.h
-rw-r--r-- 1 root root 3233 aoû 14 2004 jhash.h
-rw-r--r-- 1 root root 1443 aoû 14 2004 jiffies.h
-rw-r--r-- 1 root root 2232 aoû 14 2004 journal-head.h
-rw-r--r-- 1 root root 3448 aoû 14 2004 joystick.h
-rw-r--r-- 1 root root 1558 aoû 14 2004 kallsyms.h
-rw-r--r-- 1 root root 157 aoû 14 2004 kbd_diacr.h
-rw-r--r-- 1 root root 4190 aoû 14 2004 kbd_kern.h
-rw-r--r-- 1 root root 6084 oct 1 11:03 kdb.h
-rw-r--r-- 1 root root 16571 oct 1 11:03 kdbprivate.h
-rw-r--r-- 1 root root 2099 aoû 14 2004 kdev_t.h
-rw-r--r-- 1 root root 5956 aoû 14 2004 kd.h
-rw-r--r-- 1 root root 5406 aoû 14 2004 kernelcapi.h
-rw-r--r-- 1 root root 7913 oct 1 11:03 kernel.h
-rw-r--r-- 1 root root 1052 aoû 14 2004 kernel_stat.h
-rw-r--r-- 1 root root 12336 aoû 14 2004 keyboard.h
-rw-r--r-- 1 root root 515 aoû 14 2004 kmalloc_sizes.h
-rw-r--r-- 1 root root 1491 aoû 14 2004 kmod.h
-rw-r--r-- 1 root root 6204 aoû 14 2004 kobject.h
-rw-r--r-- 1 root root 419 aoû 14 2004 kobj_map.h
-rw-r--r-- 1 root root 734 aoû 14 2004 kref.h
-rw-r--r-- 1 root root 3025 aoû 14 2004 kthread.h
-rw-r--r-- 1 root root 1703 aoû 14 2004 lapb.h
-rw-r--r-- 1 root root 17694 oct 1 11:03 libata.h
-rw-r--r-- 1 root root 992 aoû 14 2004 limits.h
-rw-r--r-- 1 root root 665 aoû 14 2004 linkage.h
-rw-r--r-- 1 root root 1098 aoû 14 2004 linux_logo.h
-rw-r--r-- 1 root root 21927 aoû 14 2004 list.h
-rw-r--r-- 1 root root 3037 aoû 14 2004 llc.h
drwxr-xr-x 2 root root 4096 mar 16 15:35 lockd/
-rw-r--r-- 1 root root 4190 oct 1 11:04 loop.h
-rw-r--r-- 1 root root 6361 aoû 14 2004 lp.h
-rw-r--r-- 1 root root 4367 oct 1 11:03 major.h
-rw-r--r-- 1 root root 1431 aoû 14 2004 matroxfb.h
-rw-r--r-- 1 root root 2088 aoû 14 2004 mbcache.h
-rw-r--r-- 1 root root 3343 aoû 14 2004 mc146818rtc.h
-rw-r--r-- 1 root root 1170 aoû 14 2004 mc6821.h
-rw-r--r-- 1 root root 4731 aoû 14 2004 mca.h
-rw-r--r-- 1 root root 2570 aoû 14 2004 mca-legacy.h
-rw-r--r-- 1 root root 5607 aoû 14 2004 mempolicy.h
-rw-r--r-- 1 root root 1138 aoû 14 2004 mempool.h
-rw-r--r-- 1 root root 2253 aoû 14 2004 meye.h
-rw-r--r-- 1 root root 8787 aoû 14 2004 mii.h
-rw-r--r-- 1 root root 1948 aoû 14 2004 minix_fs.h
-rw-r--r-- 1 root root 1302 aoû 14 2004 miscdevice.h
-rw-r--r-- 1 root root 1570 aoû 14 2004 mman.h
-rw-r--r-- 1 root root 25582 aoû 14 2004 mm.h
-rw-r--r-- 1 root root 780 aoû 14 2004 mm_inline.h
-rw-r--r-- 1 root root 14296 aoû 14 2004 mmzone.h
-rw-r--r-- 1 root root 5794 aoû 14 2004 mod_devicetable.h
-rw-r--r-- 1 root root 16016 aoû 14 2004 module.h
-rw-r--r-- 1 root root 1424 aoû 14 2004 moduleloader.h
-rw-r--r-- 1 root root 5856 oct 1 11:03 moduleparam.h
-rw-r--r-- 1 root root 2023 aoû 14 2004 mount.h
-rw-r--r-- 1 root root 747 aoû 14 2004 mpage.h
-rw-r--r-- 1 root root 2081 aoû 14 2004 mqueue.h
-rw-r--r-- 1 root root 5823 aoû 14 2004 mroute.h
-rw-r--r-- 1 root root 11428 aoû 14 2004 msdos_fs.h
-rw-r--r-- 1 root root 643 aoû 14 2004 msdos_fs_i.h
-rw-r--r-- 1 root root 2754 oct 1 11:04 msdos_fs_sb.h
-rw-r--r-- 1 root root 3129 aoû 14 2004 msg.h
drwxr-xr-x 2 root root 4096 mar 16 15:35 mtd/
-rw-r--r-- 1 root root 14416 aoû 14 2004 mtio.h
-rw-r--r-- 1 root root 2222 oct 1 11:04 namei.h
-rw-r--r-- 1 root root 855 aoû 14 2004 namespace.h
-rw-r--r-- 1 root root 2381 aoû 14 2004 nbd.h
-rw-r--r-- 1 root root 7306 aoû 14 2004 ncp_fs.h
-rw-r--r-- 1 root root 584 aoû 14 2004 ncp_fs_i.h
-rw-r--r-- 1 root root 4395 aoû 14 2004 ncp_fs_sb.h
-rw-r--r-- 1 root root 6371 aoû 14 2004 ncp.h
-rw-r--r-- 1 root root 2862 aoû 14 2004 ncp_mount.h
-rw-r--r-- 1 root root 648 aoû 14 2004 ncp_no.h
-rw-r--r-- 1 root root 29276 aoû 14 2004 netdevice.h
drwxr-xr-x 2 root root 4096 mar 16 15:35 netfilter_arp/
-rw-r--r-- 1 root root 406 aoû 14 2004 netfilter_arp.h
drwxr-xr-x 2 root root 4096 mar 16 15:35 netfilter_bridge/
-rw-r--r-- 1 root root 2817 oct 1 11:04 netfilter_bridge.h
-rw-r--r-- 1 root root 1489 aoû 14 2004 netfilter_decnet.h
-rw-r--r-- 1 root root 5883 aoû 14 2004 netfilter.h
drwxr-xr-x 2 root root 4096 mar 16 15:35 netfilter_ipv4/
-rw-r--r-- 1 root root 2566 aoû 14 2004 netfilter_ipv4.h
drwxr-xr-x 2 root root 4096 mar 16 15:35 netfilter_ipv6/
-rw-r--r-- 1 root root 1874 aoû 14 2004 netfilter_ipv6.h
-rw-r--r-- 1 root root 957 aoû 14 2004 netfilter_logging.h
-rw-r--r-- 1 root root 9596 oct 1 11:03 net.h
-rw-r--r-- 1 root root 6497 aoû 14 2004 netlink.h
-rw-r--r-- 1 root root 968 aoû 14 2004 netpoll.h
-rw-r--r-- 1 root root 719 aoû 14 2004 netrom.h
-rw-r--r-- 1 root root 1563 aoû 14 2004 nfs2.h
-rw-r--r-- 1 root root 2512 aoû 14 2004 nfs3.h
-rw-r--r-- 1 root root 9296 aoû 14 2004 nfs4.h
-rw-r--r-- 1 root root 1847 aoû 14 2004 nfs4_mount.h
drwxr-xr-x 2 root root 4096 mar 16 15:35 nfsd/
-rw-r--r-- 1 root root 2249 aoû 14 2004 nfsd_idmap.h
-rw-r--r-- 1 root root 21056 aoû 14 2004 nfs_fs.h
-rw-r--r-- 1 root root 400 oct 1 11:03 nfs_fs_i.h
-rw-r--r-- 1 root root 1774 aoû 14 2004 nfs_fs_sb.h
-rw-r--r-- 1 root root 4897 aoû 14 2004 nfs.h
-rw-r--r-- 1 root root 2714 aoû 14 2004 nfs_idmap.h
-rw-r--r-- 1 root root 1859 aoû 14 2004 nfs_mount.h
-rw-r--r-- 1 root root 4028 aoû 14 2004 nfs_page.h
-rw-r--r-- 1 root root 16771 aoû 14 2004 nfs_xdr.h
-rw-r--r-- 1 root root 1079 aoû 14 2004 nls.h
-rw-r--r-- 1 root root 502 aoû 14 2004 nmi.h
-rw-r--r-- 1 root root 980 aoû 14 2004 node.h
-rw-r--r-- 1 root root 2555 aoû 14 2004 notifier.h
-rw-r--r-- 1 root root 5104 aoû 14 2004 n_r3964.h
-rw-r--r-- 1 root root 10288 aoû 14 2004 nubus.h
-rw-r--r-- 1 root root 258 aoû 14 2004 numa.h
-rw-r--r-- 1 root root 922 aoû 14 2004 nvram.h
-rw-r--r-- 1 root root 186 aoû 14 2004 openprom_fs.h
-rw-r--r-- 1 root root 3330 aoû 14 2004 oprofile.h
-rw-r--r-- 1 root root 12537 oct 1 11:03 page-flags.h
-rw-r--r-- 1 root root 6671 aoû 14 2004 pagemap.h
-rw-r--r-- 1 root root 1905 aoû 14 2004 pagevec.h
-rw-r--r-- 1 root root 78 aoû 14 2004 param.h
-rw-r--r-- 1 root root 21247 aoû 14 2004 parport.h
-rw-r--r-- 1 root root 6431 aoû 14 2004 parport_pc.h
-rw-r--r-- 1 root root 888 aoû 14 2004 parser.h
-rw-r--r-- 1 root root 324 aoû 14 2004 pci-dynids.h
-rw-r--r-- 1 root root 43634 aoû 14 2004 pci.h
-rw-r--r-- 1 root root 87338 oct 1 11:04 pci_ids.h
-rw-r--r-- 1 root root 2103 aoû 14 2004 percpu_counter.h
-rw-r--r-- 1 root root 2647 aoû 14 2004 percpu.h
-rw-r--r-- 1 root root 3425 aoû 14 2004 personality.h
-rw-r--r-- 1 root root 9333 aoû 14 2004 pfkeyv2.h
-rw-r--r-- 1 root root 2282 aoû 14 2004 pg.h
-rw-r--r-- 1 root root 566 aoû 14 2004 phonedev.h
-rw-r--r-- 1 root root 1524 aoû 14 2004 pid.h
-rw-r--r-- 1 root root 1776 aoû 14 2004 pipe_fs_i.h
-rw-r--r-- 1 root root 7469 oct 1 11:03 pktcdvd.h
-rw-r--r-- 1 root root 6414 aoû 14 2004 pkt_cls.h
-rw-r--r-- 1 root root 9165 aoû 14 2004 pkt_sched.h
-rw-r--r-- 1 root root 1267 aoû 14 2004 platform.h
-rw-r--r-- 1 root root 5214 oct 1 11:03 pm.h
-rw-r--r-- 1 root root 8378 aoû 14 2004 pmu.h
-rw-r--r-- 1 root root 4789 aoû 14 2004 pnpbios.h
-rw-r--r-- 1 root root 16828 aoû 14 2004 pnp.h
-rw-r--r-- 1 root root 2199 aoû 14 2004 poll.h
-rw-r--r-- 1 root root 2092 aoû 14 2004 posix_acl.h
-rw-r--r-- 1 root root 1265 aoû 14 2004 posix_acl_xattr.h
-rw-r--r-- 1 root root 1354 aoû 14 2004 posix-timers.h
-rw-r--r-- 1 root root 1270 aoû 14 2004 posix_types.h
-rw-r--r-- 1 root root 3167 aoû 14 2004 ppdev.h
-rw-r--r-- 1 root root 2856 aoû 14 2004 ppp_channel.h
-rw-r--r-- 1 root root 7825 oct 1 11:04 ppp-comp.h
-rw-r--r-- 1 root root 6641 aoû 14 2004 ppp_defs.h
-rw-r--r-- 1 root root 2241 aoû 14 2004 prctl.h
-rw-r--r-- 1 root root 1180 aoû 14 2004 preempt.h
-rw-r--r-- 1 root root 1649 oct 1 11:03 prefetch.h
-rw-r--r-- 1 root root 1368 aoû 14 2004 prio_tree.h
-rw-r--r-- 1 root root 7679 aoû 14 2004 proc_fs.h
-rw-r--r-- 1 root root 1887 aoû 14 2004 profile.h
-rw-r--r-- 1 root root 2318 aoû 14 2004 ps2esdi.h
-rw-r--r-- 1 root root 3986 aoû 14 2004 ptrace.h
-rw-r--r-- 1 root root 11960 aoû 14 2004 qic117.h
-rw-r--r-- 1 root root 4457 aoû 14 2004 qnx4_fs.h
-rw-r--r-- 1 root root 617 aoû 14 2004 qnxtypes.h
-rw-r--r-- 1 root root 11967 aoû 14 2004 quota.h
-rw-r--r-- 1 root root 1258 aoû 14 2004 quotaio_v1.h
-rw-r--r-- 1 root root 2781 aoû 14 2004 quotaio_v2.h
-rw-r--r-- 1 root root 7823 aoû 14 2004 quotaops.h
-rw-r--r-- 1 root root 295 aoû 14 2004 radeonfb.h
-rw-r--r-- 1 root root 2347 aoû 14 2004 radix-tree.h
drwxr-xr-x 2 root root 4096 mar 16 15:35 raid/
-rw-r--r-- 1 root root 2079 aoû 14 2004 random.h
-rw-r--r-- 1 root root 302 aoû 14 2004 raw.h
-rw-r--r-- 1 root root 4034 aoû 14 2004 rbtree.h
-rw-r--r-- 1 root root 4876 aoû 14 2004 rcupdate.h
-rw-r--r-- 1 root root 1646 aoû 14 2004 reboot.h
-rw-r--r-- 1 root root 2137 aoû 14 2004 reiserfs_acl.h
-rw-r--r-- 1 root root 94413 aoû 14 2004 reiserfs_fs.h
-rw-r--r-- 1 root root 2355 aoû 14 2004 reiserfs_fs_i.h
-rw-r--r-- 1 root root 22764 aoû 14 2004 reiserfs_fs_sb.h
-rw-r--r-- 1 root root 4103 aoû 14 2004 reiserfs_xattr.h
-rw-r--r-- 1 root root 1743 aoû 14 2004 resource.h
-rw-r--r-- 1 root root 3858 oct 1 12:56 rhconfig.h
-rw-r--r-- 1 root root 3259 aoû 14 2004 rmap.h
-rw-r--r-- 1 root root 1176 aoû 14 2004 romfs_fs.h
-rw-r--r-- 1 root root 489 aoû 14 2004 root_dev.h
-rw-r--r-- 1 root root 2100 aoû 14 2004 rose.h
-rw-r--r-- 1 root root 2329 aoû 14 2004 route.h
-rw-r--r-- 1 root root 3889 aoû 14 2004 rtc.h
-rw-r--r-- 1 root root 18743 aoû 14 2004 rtnetlink.h
-rw-r--r-- 1 root root 2375 aoû 14 2004 rwsem.h
-rw-r--r-- 1 root root 1869 aoû 14 2004 rwsem-spinlock.h
-rw-r--r-- 1 root root 13114 aoû 14 2004 sc26198.h
-rw-r--r-- 1 root root 7331 aoû 14 2004 scc.h
-rw-r--r-- 1 root root 33746 oct 1 11:03 sched.h
-rw-r--r-- 1 root root 19104 aoû 14 2004 sctp.h
-rw-r--r-- 1 root root 2486 aoû 14 2004 scx200_gpio.h
-rw-r--r-- 1 root root 1905 aoû 14 2004 scx200.h
-rw-r--r-- 1 root root 12636 aoû 14 2004 sdla_asy.h
-rw-r--r-- 1 root root 38944 aoû 14 2004 sdla_chdlc.h
-rw-r--r-- 1 root root 2850 aoû 14 2004 sdladrv.h
-rw-r--r-- 1 root root 24483 aoû 14 2004 sdla_fr.h
-rw-r--r-- 1 root root 9736 aoû 14 2004 sdla.h
-rw-r--r-- 1 root root 3075 aoû 14 2004 sdlapci.h
-rw-r--r-- 1 root root 23553 aoû 14 2004 sdla_ppp.h
-rw-r--r-- 1 root root 3498 aoû 14 2004 sdlasfm.h
-rw-r--r-- 1 root root 30506 aoû 14 2004 sdla_x25.h
-rw-r--r-- 1 root root 1176 aoû 14 2004 securebits.h
-rw-r--r-- 1 root root 94069 aoû 14 2004 security.h
-rw-r--r-- 1 root root 1439 aoû 14 2004 selection.h
-rw-r--r-- 1 root root 884 aoû 14 2004 selinux_netlink.h
-rw-r--r-- 1 root root 5010 aoû 14 2004 sem.h
-rw-r--r-- 1 root root 1397 aoû 14 2004 seq_file.h
-rw-r--r-- 1 root root 4597 aoû 14 2004 seqlock.h
-rw-r--r-- 1 root root 4516 aoû 14 2004 serial167.h
-rw-r--r-- 1 root root 12292 oct 1 11:03 serial_core.h
-rw-r--r-- 1 root root 5398 aoû 14 2004 serial.h
-rw-r--r-- 1 root root 4920 aoû 14 2004 serialP.h
-rw-r--r-- 1 root root 12054 aoû 14 2004 serial_reg.h
-rw-r--r-- 1 root root 3461 aoû 14 2004 serio.h
-rw-r--r-- 1 root root 1043 aoû 14 2004 shmem_fs.h
-rw-r--r-- 1 root root 2993 aoû 14 2004 shm.h
-rw-r--r-- 1 root root 4902 aoû 14 2004 signal.h
-rw-r--r-- 1 root root 32142 aoû 14 2004 skbuff.h
-rw-r--r-- 1 root root 4198 oct 1 11:03 slab.h
-rw-r--r-- 1 root root 5405 aoû 14 2004 smb_fs.h
-rw-r--r-- 1 root root 834 aoû 14 2004 smb_fs_i.h
-rw-r--r-- 1 root root 2275 aoû 14 2004 smb_fs_sb.h
-rw-r--r-- 1 root root 2440 aoû 14 2004 smb.h
-rw-r--r-- 1 root root 1259 aoû 14 2004 smb_mount.h
-rw-r--r-- 1 root root 14520 aoû 14 2004 smbno.h
-rw-r--r-- 1 root root 2565 aoû 14 2004 smp.h
-rw-r--r-- 1 root root 1425 aoû 14 2004 smp_lock.h
-rw-r--r-- 1 root root 9774 aoû 14 2004 snmp.h
-rw-r--r-- 1 root root 9520 oct 1 11:03 socket.h
-rw-r--r-- 1 root root 5709 aoû 14 2004 sockios.h
-rw-r--r-- 1 root root 5480 aoû 14 2004 som.h
-rw-r--r-- 1 root root 2524 aoû 14 2004 sonet.h
-rw-r--r-- 1 root root 5327 aoû 14 2004 sonypi.h
-rw-r--r-- 1 root root 47312 aoû 14 2004 soundcard.h
-rw-r--r-- 1 root root 1732 aoû 14 2004 sound.h
-rw-r--r-- 1 root root 10976 oct 1 11:03 spinlock.h
-rw-r--r-- 1 root root 16482 oct 1 11:04 squashfs_fs.h
-rw-r--r-- 1 root root 1138 oct 1 11:04 squashfs_fs_i.h
-rw-r--r-- 1 root root 1925 oct 1 11:04 squashfs_fs_sb.h
-rw-r--r-- 1 root root 4347 aoû 14 2004 stallion.h
-rw-r--r-- 1 root root 330 aoû 14 2004 statfs.h
-rw-r--r-- 1 root root 1621 aoû 14 2004 stat.h
-rw-r--r-- 1 root root 227 aoû 14 2004 stddef.h
-rw-r--r-- 1 root root 1791 aoû 14 2004 stop_machine.h
-rw-r--r-- 1 root root 2513 aoû 14 2004 string.h
-rw-r--r-- 1 root root 336 aoû 14 2004 stringify.h
drwxr-xr-x 2 root root 4096 mar 16 15:35 sunrpc/
-rw-r--r-- 1 root root 934 oct 1 11:04 supermount_media.h
-rw-r--r-- 1 root root 1745 oct 1 11:03 suspend.h
-rw-r--r-- 1 root root 8364 aoû 14 2004 swap.h
-rw-r--r-- 1 root root 1969 aoû 14 2004 swapops.h
-rw-r--r-- 1 root root 7920 aoû 14 2004 synclink.h
-rw-r--r-- 1 root root 21955 aoû 14 2004 syscalls.h
-rw-r--r-- 1 root root 24045 oct 1 11:03 sysctl.h
-rw-r--r-- 1 root root 2604 aoû 14 2004 sysdev.h
-rw-r--r-- 1 root root 3792 oct 1 11:03 sysfs.h
-rw-r--r-- 1 root root 921 aoû 14 2004 sys.h
-rw-r--r-- 1 root root 2128 aoû 14 2004 sysrq.h
-rw-r--r-- 1 root root 8395 aoû 14 2004 sysv_fs.h
-rw-r--r-- 1 root root 2156 aoû 14 2004 tcp_diag.h
-rw-r--r-- 1 root root 13836 aoû 14 2004 tcp.h
-rw-r--r-- 1 root root 9142 aoû 14 2004 telephony.h
-rw-r--r-- 1 root root 109 aoû 14 2004 termios.h
-rw-r--r-- 1 root root 1952 aoû 14 2004 thread_info.h
-rw-r--r-- 1 root root 761 aoû 14 2004 threads.h
-rw-r--r-- 1 root root 1346 aoû 14 2004 ticable.h
-rw-r--r-- 1 root root 13345 oct 1 11:03 time.h
-rw-r--r-- 1 root root 2618 aoû 14 2004 timer.h
-rw-r--r-- 1 root root 1236 aoû 14 2004 times.h
-rw-r--r-- 1 root root 14984 aoû 14 2004 timex.h
-rw-r--r-- 1 root root 1578 aoû 14 2004 tiocl.h
-rw-r--r-- 1 root root 1730 aoû 14 2004 topology.h
-rw-r--r-- 1 root root 1249 aoû 14 2004 toshiba.h
-rw-r--r-- 1 root root 27193 aoû 14 2004 tpqic02.h
-rw-r--r-- 1 root root 1418 aoû 14 2004 trdevice.h
-rw-r--r-- 1 root root 10665 aoû 14 2004 tty_driver.h
-rw-r--r-- 1 root root 552 aoû 14 2004 tty_flip.h
-rw-r--r-- 1 root root 13334 aoû 14 2004 tty.h
-rw-r--r-- 1 root root 5347 aoû 14 2004 tty_ldisc.h
-rw-r--r-- 1 root root 3410 aoû 14 2004 types.h
-rw-r--r-- 1 root root 1412 aoû 14 2004 udf_fs.h
-rw-r--r-- 1 root root 1683 aoû 14 2004 udf_fs_i.h
-rw-r--r-- 1 root root 2251 aoû 14 2004 udf_fs_sb.h
-rw-r--r-- 1 root root 1901 aoû 14 2004 udp.h
-rw-r--r-- 1 root root 34586 aoû 14 2004 ufs_fs.h
-rw-r--r-- 1 root root 694 aoû 14 2004 ufs_fs_i.h
-rw-r--r-- 1 root root 917 aoû 14 2004 ufs_fs_sb.h
-rw-r--r-- 1 root root 2384 aoû 14 2004 uinput.h
-rw-r--r-- 1 root root 1688 aoû 14 2004 uio.h
-rw-r--r-- 1 root root 4499 aoû 14 2004 ultrasound.h
-rw-r--r-- 1 root root 3898 aoû 14 2004 umem.h
-rw-r--r-- 1 root root 5810 aoû 14 2004 umsdos_fs.h
-rw-r--r-- 1 root root 1748 aoû 14 2004 umsdos_fs_i.h
-rw-r--r-- 1 root root 3790 aoû 14 2004 umsdos_fs.p
-rw-r--r-- 1 root root 203 aoû 14 2004 un.h
-rw-r--r-- 1 root root 176 aoû 14 2004 unistd.h
-rw-r--r-- 1 root root 10830 aoû 14 2004 usb_ch9.h
-rw-r--r-- 1 root root 5838 aoû 14 2004 usbdevice_fs.h
-rw-r--r-- 1 root root 2340 aoû 14 2004 usb_gadgetfs.h
-rw-r--r-- 1 root root 34658 aoû 14 2004 usb_gadget.h
-rw-r--r-- 1 root root 46705 oct 1 11:04 usb.h
-rw-r--r-- 1 root root 2706 oct 1 11:04 usb_otg.h
-rw-r--r-- 1 root root 22 aoû 14 2004 user.h
-rw-r--r-- 1 root root 108 aoû 14 2004 utime.h
-rw-r--r-- 1 root root 334 aoû 14 2004 uts.h
-rw-r--r-- 1 root root 571 aoû 14 2004 utsname.h
-rw-r--r-- 1 root root 579 aoû 14 2004 vermagic.h
-rw-r--r-- 1 root root 708 oct 1 12:56 version.h
-rw-r--r-- 1 root root 77 aoû 14 2004 vfs.h
-rw-r--r-- 1 root root 1823 aoû 14 2004 video_decoder.h
-rw-r--r-- 1 root root 29853 aoû 14 2004 videodev2.h
-rw-r--r-- 1 root root 14524 oct 1 11:04 videodev.h
-rw-r--r-- 1 root root 847 aoû 14 2004 video_encoder.h
-rw-r--r-- 1 root root 4536 aoû 14 2004 videotext.h
-rw-r--r-- 1 root root 1467 aoû 14 2004 vmalloc.h
-rw-r--r-- 1 root root 1456 aoû 14 2004 vt_buffer.h
-rw-r--r-- 1 root root 1997 aoû 14 2004 vt.h
-rw-r--r-- 1 root root 3404 aoû 14 2004 vt_kern.h
-rw-r--r-- 1 root root 8411 oct 1 11:03 wait.h
-rw-r--r-- 1 root root 17180 aoû 14 2004 wanpipe.h
-rw-r--r-- 1 root root 21794 aoû 14 2004 wanrouter.h
-rw-r--r-- 1 root root 1907 aoû 14 2004 watchdog.h
-rw-r--r-- 1 root root 19177 aoû 14 2004 wavefront.h
-rw-r--r-- 1 root root 27571 aoû 14 2004 wireless.h
-rw-r--r-- 1 root root 2343 aoû 14 2004 workqueue.h
-rw-r--r-- 1 root root 2849 aoû 14 2004 writeback.h
-rw-r--r-- 1 root root 2450 aoû 14 2004 x25.h
-rw-r--r-- 1 root root 1098 aoû 14 2004 xattr_acl.h
-rw-r--r-- 1 root root 466 aoû 14 2004 xattr.h
-rw-r--r-- 1 root root 4999 aoû 14 2004 xfrm.h
-rw-r--r-- 1 root root 2879 aoû 14 2004 yam.h
-rw-r--r-- 1 root root 1511 aoû 14 2004 zconf.h
-rw-r--r-- 1 root root 2378 aoû 14 2004 zftape.h
-rw-r--r-- 1 root root 30328 aoû 14 2004 zlib.h
-rw-r--r-- 1 root root 8910 aoû 14 2004 zorro.h
-rw-r--r-- 1 root root 29900 aoû 14 2004 zorro_ids.h
-rw-r--r-- 1 root root 3067 aoû 14 2004 zutil.h

Poste le Friday 18 March 2005 17:51:45
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: ceric35

Il te manque le package glibc-devel.

-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Friday 18 March 2005 17:58:54
Répondre     Citer    
Re: Probleme pour installer un driver
Envoyé par: matomix

Ben il est déja installé ?-(?-(?-(?-(?-(?-(

Poste le Friday 18 March 2005 22:08:08
Répondre     Citer    
Aller à la page:  1 2 Page suivante
Page: 1 sur 2

Veuillez vous authentifier auparavant pour commenter.

 

Ce forum !
Probleme pour installer un driver
Vous voulez savoir si votre matériel est supporté par Linux, ou vous avez un problème pour installer un module ? Ce forum est pour vous !
Nouveau sujet sur ce forum

Sauf mention contraire, les documentations publiées sont sous licence Creative-Commons