
d-link share port утилита под Linux (натсройка удаленного USB порта на маршрутизаторе)
Модератор: Модераторы разделов
-
- Сообщения: 38
- ОС: Debian squeeze, Ubuntu 9.10
d-link share port утилита под Linux
Приобрел D-link dir 855 с функцией Share Port Network USB, в маршрутизаторе есть свой USB порт, под виндовс идет специальная утилита которая видит любое юсб устройство и делает его по сети как своим, как это организовать под линукс, даже не знаю в какую сторону копать, описаний в гугле не нашел решил обратиться сюда к вам знатоки, заранее спсибо за помошь. пробовал ставить утилитку под wine она устанавливается но при включении ругается что надо бы её переустановить ошибок в консоли не выдает
, пробовал копировать с винды уже установленую утилиту но и это не помогло.

-
- Сообщения: 114
- ОС: Ubuntu
Re: d-link share port утилита под Linux
Весьма печально, что проблема не решена. У меня DIR-655. Занят тем же вопросом.
-
- Сообщения: 3340
- Статус: It's the GNU Age
- ОС: Debian
Re: d-link share port утилита под Linux
Может быть в девайсе это реализовано посредством http://usbip.sourceforge.net/ ?
Спасибо сказали:
-
- Сообщения: 114
- ОС: Ubuntu
Re: d-link share port утилита под Linux
Спасибо, rm_, но у меня так и не получилось скомпилировать драйвера. Возможно, проблема в том, что ядра у нас разные. Признаться, я не уверен, что это сработает. У длинка свои какие-то проприетарные наработки.
Код: Выделить всё
usbip-0.1.7/drivers/2.6.25$ make KSOURCE=/usr/src/linux-headers-2.6.31-19/
make -C /usr/src/linux-headers-2.6.31-19/ LANG=C KBUILD_VERBOSE=1 M=`pwd` modules
make[1]: Вход в каталог `/usr/src/linux-headers-2.6.31-19'
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
echo; \
echo " ERROR: Kernel configuration is invalid."; \
echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo; \
/bin/false)
ERROR: Kernel configuration is invalid.
include/linux/autoconf.h or include/config/auto.conf are missing.
Run 'make oldconfig && make prepare' on kernel src to fix it.
mkdir -p /storage/tmp/usbip-0.1.7/drivers/2.6.25/.tmp_versions; rm -f /storage/tmp/usbip-0.1.7/drivers/2.6.25/.tmp_versions/*
WARNING: Symbol version dump /usr/src/linux-headers-2.6.31-19/Module.symvers
is missing; modules will have no dependencies and modversions.
make -f scripts/Makefile.build obj=/storage/tmp/usbip-0.1.7/drivers/2.6.25
gcc -Wp,-MD,/storage/tmp/usbip-0.1.7/drivers/2.6.25/.stub_dev.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.4.1/include -Iinclude -I/usr/src/linux-headers-2.6.31-19/arch/x86/include -include include/linux/autoconf.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -DHCD_HEADER=\"/usr/src/linux-headers-2.6.31-19//drivers/usb/core/hcd.h\" -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(stub_dev)" -D"KBUILD_MODNAME=KBUILD_STR(usbip)" -c -o /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.o /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c
cc1: error: include/linux/autoconf.h: No such file or directory
In file included from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
/storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:27:27: error: linux/version.h: No such file or directory
In file included from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/thread_info.h:22,
from include/linux/thread_info.h:56,
from include/linux/preempt.h:9,
from include/linux/interrupt.h:8,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/processor.h:115: error: 'CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/processor.h:115: error: requested alignment is not a constant
In file included from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/thread_info.h:22,
from include/linux/thread_info.h:56,
from include/linux/preempt.h:9,
from include/linux/interrupt.h:8,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/processor.h:161:1: warning: "cache_line_size" redefined
In file included from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/processor.h:28,
from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/thread_info.h:22,
from include/linux/thread_info.h:56,
from include/linux/preempt.h:9,
from include/linux/interrupt.h:8,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/cache.h:64:1: warning: this is the location of the previous definition
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/processor.h: In function 'load_cr3':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/processor.h:192: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/processor.h:192: error: (Each undeclared identifier is reported only once
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/processor.h:192: error: for each function it appears in.)
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/processor.h: At top level:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/processor.h:241: error: requested alignment is not a constant
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/processor.h:272: error: requested alignment is not a constant
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/processor.h: In function 'wbinvd_halt':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/processor.h:777: error: implicit declaration of function 'halt'
In file included from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic.h:4,
from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/thread_info.h:24,
from include/linux/thread_info.h:56,
from include/linux/preempt.h:9,
from include/linux/interrupt.h:8,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:201: warning: type defaults to 'int' in declaration of 'atomic64_t'
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:201: error: expected ';', ',' or ')' before '*' token
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:213: error: expected ')' before '*' token
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:225: error: expected declaration specifiers or '...' before 'atomic64_t'
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h: In function 'atomic64_add':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:228: error: 'v' undeclared (first use in this function)
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:227: error: invalid lvalue in asm output 0
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:227: error: memory input 2 is not directly addressable
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:239: error: expected declaration specifiers or '...' before 'atomic64_t'
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h: In function 'atomic64_sub':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:242: error: 'v' undeclared (first use in this function)
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:241: error: invalid lvalue in asm output 0
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:241: error: memory input 2 is not directly addressable
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:255: error: expected declaration specifiers or '...' before 'atomic64_t'
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h: In function 'atomic64_sub_and_test':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:260: error: 'v' undeclared (first use in this function)
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:259: error: invalid lvalue in asm output 0
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:259: error: memory input 3 is not directly addressable
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:271: error: expected ')' before '*' token
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:284: error: expected ')' before '*' token
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:299: error: expected ')' before '*' token
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:317: error: expected ')' before '*' token
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:336: error: expected declaration specifiers or '...' before 'atomic64_t'
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h: In function 'atomic64_add_negative':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:341: error: 'v' undeclared (first use in this function)
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:340: error: invalid lvalue in asm output 0
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:340: error: memory input 3 is not directly addressable
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:353: error: expected declaration specifiers or '...' before 'atomic64_t'
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h: In function 'atomic64_add_return':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:357: error: 'v' undeclared (first use in this function)
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:356: error: invalid lvalue in asm output 1
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:356: error: memory input 3 is not directly addressable
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:362: error: expected declaration specifiers or '...' before 'atomic64_t'
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h: In function 'atomic64_sub_return':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:364: error: 'v' undeclared (first use in this function)
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:364: error: too many arguments to function 'atomic64_add_return'
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h: At top level:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:370: error: expected ')' before '*' token
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:375: error: expected ')' before '*' token
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/atomic_64.h:425: error: expected ')' before '*' token
In file included from include/linux/mmzone.h:16,
from include/linux/gfp.h:4,
from include/linux/irq.h:20,
from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/hardirq.h:5,
from include/linux/hardirq.h:10,
from include/linux/interrupt.h:12,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/nodemask.h: In function '__first_node':
include/linux/nodemask.h:239: error: implicit declaration of function 'find_first_bit'
include/linux/nodemask.h: In function '__next_node':
include/linux/nodemask.h:245: error: implicit declaration of function 'find_next_bit'
include/linux/nodemask.h: In function '__first_unset_node':
include/linux/nodemask.h:263: error: implicit declaration of function 'find_first_zero_bit'
In file included from include/linux/gfp.h:4,
from include/linux/irq.h:20,
from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/hardirq.h:5,
from include/linux/hardirq.h:10,
from include/linux/interrupt.h:12,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/mmzone.h:18:26: error: linux/bounds.h: No such file or directory
include/linux/mmzone.h:251:5: warning: "MAX_NR_ZONES" is not defined
include/linux/mmzone.h:253:7: warning: "MAX_NR_ZONES" is not defined
include/linux/mmzone.h:255:7: warning: "MAX_NR_ZONES" is not defined
In file included from include/linux/gfp.h:4,
from include/linux/irq.h:20,
from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/hardirq.h:5,
from include/linux/hardirq.h:10,
from include/linux/interrupt.h:12,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/mmzone.h: At top level:
include/linux/mmzone.h:288: error: 'MAX_NR_ZONES' undeclared here (not in a function)
In file included from include/linux/gfp.h:8,
from include/linux/irq.h:20,
from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/hardirq.h:5,
from include/linux/hardirq.h:10,
from include/linux/interrupt.h:12,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/mmdebug.h:4:28: error: linux/autoconf.h: No such file or directory
In file included from include/linux/tracepoint.h:18,
from include/trace/events/kmem.h:8,
from include/linux/kmemtrace.h:12,
from include/linux/slab_def.h:17,
from include/linux/slab.h:166,
from include/linux/percpu.h:5,
from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/hw_irq.h:20,
from include/linux/irq.h:232,
from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/hardirq.h:5,
from include/linux/hardirq.h:10,
from include/linux/interrupt.h:12,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/rcupdate.h:64:2: error: #error "Unknown RCU implementation specified to kernel configuration"
In file included from include/trace/events/kmem.h:8,
from include/linux/kmemtrace.h:12,
from include/linux/slab_def.h:17,
from include/linux/slab.h:166,
from include/linux/percpu.h:5,
from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/hw_irq.h:20,
from include/linux/irq.h:232,
from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/hardirq.h:5,
from include/linux/hardirq.h:10,
from include/linux/interrupt.h:12,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/tracepoint.h: In function 'tracepoint_synchronize_unregister':
include/linux/tracepoint.h:156: error: implicit declaration of function '__synchronize_sched'
In file included from include/linux/slab_def.h:144,
from include/linux/slab.h:166,
from include/linux/percpu.h:5,
from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/hw_irq.h:20,
from include/linux/irq.h:232,
from /usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/hardirq.h:5,
from include/linux/hardirq.h:10,
from include/linux/interrupt.h:12,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/kmalloc_sizes.h:5:5: warning: "CONFIG_X86_L1_CACHE_SHIFT" is not defined
include/linux/kmalloc_sizes.h:9:5: warning: "CONFIG_X86_L1_CACHE_SHIFT" is not defined
In file included from include/linux/hardirq.h:10,
from include/linux/interrupt.h:12,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/hardirq.h: At top level:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/hardirq.h:29: error: requested alignment is not a constant
In file included from include/linux/sched.h:55,
from include/linux/interrupt.h:13,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/jiffies.h:18:5: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:20:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:22:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:24:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:26:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:28:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:30:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:32:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:34:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:36:7: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:39:3: error: #error Invalid value of HZ.
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: warning: "CONFIG_HZ" is not defined
include/linux/jiffies.h:257:31: error: division by zero in #if
include/linux/jiffies.h:257:46: warning: "SHIFT_HZ" is not defined
In file included from include/linux/sched.h:61,
from include/linux/interrupt.h:13,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/mm_types.h:27:5: warning: "CONFIG_SPLIT_PTLOCK_CPUS" is not defined
include/linux/mm_types.h:71:5: warning: "CONFIG_SPLIT_PTLOCK_CPUS" is not defined
In file included from include/linux/sched.h:77,
from include/linux/interrupt.h:13,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/proportions.h: In function 'prop_inc_percpu':
include/linux/proportions.h:75: error: implicit declaration of function 'local_irq_save'
include/linux/proportions.h:77: error: implicit declaration of function 'local_irq_restore'
In file included from include/linux/interrupt.h:13,
from include/linux/usb.h:15,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/sched.h:384:5: warning: "CONFIG_SPLIT_PTLOCK_CPUS" is not defined
In file included from include/linux/elf.h:7,
from include/linux/module.h:14,
from include/linux/device.h:22,
from include/linux/usb.h:18,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/elf.h: In function 'start_ia32_thread':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/elf.h:165: error: implicit declaration of function 'load_gs_index'
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/elf.h: In function 'elf_common_init':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/elf.h:180: error: 'struct thread_struct' has no member named 'fs'
In file included from include/linux/module.h:22,
from include/linux/device.h:22,
from include/linux/usb.h:18,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:28,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/module.h:68:2: error: #error unknown processor family
In file included from include/linux/mm.h:38,
from include/linux/scatterlist.h:6,
from include/linux/dma-mapping.h:7,
from include/linux/dmaengine.h:26,
from include/linux/skbuff.h:30,
from include/linux/if_ether.h:124,
from include/linux/netdevice.h:29,
from include/net/sock.h:50,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:29,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/pgtable.h: In function 'pmd_page_vaddr':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/pgtable.h:347: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/pgtable.h: In function 'pud_page_vaddr':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/pgtable.h:418: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/pgtable.h: In function 'pgd_page_vaddr':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/pgtable.h:463: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
In file included from include/linux/scatterlist.h:6,
from include/linux/dma-mapping.h:7,
from include/linux/dmaengine.h:26,
from include/linux/skbuff.h:30,
from include/linux/if_ether.h:124,
from include/linux/netdevice.h:29,
from include/net/sock.h:50,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:29,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/mm.h: In function 'virt_to_head_page':
include/linux/mm.h:308: error: implicit declaration of function '__pfn_to_page'
include/linux/mm.h:308: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
include/linux/mm.h:308: warning: initialization makes pointer from integer without a cast
In file included from include/linux/scatterlist.h:6,
from include/linux/dma-mapping.h:7,
from include/linux/dmaengine.h:26,
from include/linux/skbuff.h:30,
from include/linux/if_ether.h:124,
from include/linux/netdevice.h:29,
from include/net/sock.h:50,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:29,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/mm.h:444:63: warning: "NR_PAGEFLAGS" is not defined
include/linux/mm.h:492:62: warning: "NR_PAGEFLAGS" is not defined
In file included from include/linux/scatterlist.h:6,
from include/linux/dma-mapping.h:7,
from include/linux/dmaengine.h:26,
from include/linux/skbuff.h:30,
from include/linux/if_ether.h:124,
from include/linux/netdevice.h:29,
from include/net/sock.h:50,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:29,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/mm.h: In function 'lowmem_page_address':
include/linux/mm.h:582: error: implicit declaration of function '__page_to_pfn'
include/linux/mm.h:582: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
include/linux/mm.h:919:5: warning: "CONFIG_SPLIT_PTLOCK_CPUS" is not defined
In file included from include/linux/scatterlist.h:8,
from include/linux/dma-mapping.h:7,
from include/linux/dmaengine.h:26,
from include/linux/skbuff.h:30,
from include/linux/if_ether.h:124,
from include/linux/netdevice.h:29,
from include/net/sock.h:50,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:29,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/io.h: In function 'virt_to_phys':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/io.h:99: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/io.h: In function 'phys_to_virt':
/usr/src/linux-headers-2.6.31-19/arch/x86/include/asm/io.h:117: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
In file included from include/linux/dma-mapping.h:7,
from include/linux/dmaengine.h:26,
from include/linux/skbuff.h:30,
from include/linux/if_ether.h:124,
from include/linux/netdevice.h:29,
from include/net/sock.h:50,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:29,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/scatterlist.h: In function 'sg_set_buf':
include/linux/scatterlist.h:112: error: 'CONFIG_PAGE_OFFSETUL' undeclared (first use in this function)
include/linux/scatterlist.h:112: warning: passing argument 2 of 'sg_set_page' makes pointer from integer without a cast
include/linux/scatterlist.h:85: note: expected 'struct page *' but argument is of type 'int'
In file included from include/net/netns/mib.h:4,
from include/net/net_namespace.h:12,
from include/linux/netdevice.h:47,
from include/net/sock.h:50,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:29,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/net/snmp.h: At top level:
include/net/snmp.h:74: error: requested alignment is not a constant
include/net/snmp.h:82: error: requested alignment is not a constant
include/net/snmp.h:87: error: requested alignment is not a constant
include/net/snmp.h:93: error: requested alignment is not a constant
include/net/snmp.h:98: error: requested alignment is not a constant
include/net/snmp.h:105: error: requested alignment is not a constant
include/net/snmp.h:111: error: requested alignment is not a constant
In file included from include/net/sock.h:53,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:29,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/linux/security.h: In function 'security_real_capable':
include/linux/security.h:1858: error: implicit declaration of function '__rcu_read_lock'
include/linux/security.h:1860: error: implicit declaration of function '__rcu_read_unlock'
In file included from include/net/sock.h:60,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/usbip_common.h:29,
from /storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:23:
include/net/dst.h: In function 'dst_hold':
include/net/dst.h:178: error: size of array 'type name' is negative
/storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:223:5: warning: "LINUX_VERSION_CODE" is not defined
/storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:223:26: warning: "KERNEL_VERSION" is not defined
/storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:223:40: error: missing binary operator before token "("
/storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c: In function 'stub_probe':
/storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.c:401: error: 'struct device' has no member named 'bus_id'
make[2]: *** [/storage/tmp/usbip-0.1.7/drivers/2.6.25/stub_dev.o] Error 1
make[1]: *** [_module_/storage/tmp/usbip-0.1.7/drivers/2.6.25] Ошибка 2
make[1]: Выход из каталога `/usr/src/linux-headers-2.6.31-19'
make: *** [default] Ошибка 2
-
- Сообщения: 2265
- Статус: в поисках истины
- ОС: Lubuntu 12.04
Re: d-link share port утилита под Linux
А обратиться в тех поддержку dlink не пробовали ?? Или хотя бы на их форуме задать вопрос ?
AvReg - По для организации Видеонаблюдения на Linux.
ДЭНСИ:КАССА - Рабочее место кассира под Linux.
Терминальные решения под Linux
Консультации по установке 1с+PostgreSQL+Ubuntu.
ДЭНСИ:КАССА - Рабочее место кассира под Linux.
Терминальные решения под Linux
Консультации по установке 1с+PostgreSQL+Ubuntu.
-
- Сообщения: 114
- ОС: Ubuntu
Re: d-link share port утилита под Linux
зря иронизируете, обращался. сказали, что поддерживается только виндоус, другие ОС без поддержки.
-
- Сообщения: 2265
- Статус: в поисках истины
- ОС: Lubuntu 12.04
Re: d-link share port утилита под Linux
Я не иронизировал, просто был лучшего мнения о фирме D-link.
AvReg - По для организации Видеонаблюдения на Linux.
ДЭНСИ:КАССА - Рабочее место кассира под Linux.
Терминальные решения под Linux
Консультации по установке 1с+PostgreSQL+Ubuntu.
ДЭНСИ:КАССА - Рабочее место кассира под Linux.
Терминальные решения под Linux
Консультации по установке 1с+PostgreSQL+Ubuntu.
-
- Сообщения: 15
- ОС: Gentoo 2007.0
Re: d-link share port утилита под Linux
Там вроде решение от Silex...
Думаю стоит копать в сторону http://www.silexamerica.com/products/oem_s...al_usb_sdk.html
Думаю стоит копать в сторону http://www.silexamerica.com/products/oem_s...al_usb_sdk.html