* [Comm] Сборка драйверов для платы реле dm6952
@ 2005-05-27 9:27 Aleksey P. Karelin
2005-05-27 9:33 ` Anton Gorlov
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: Aleksey P. Karelin @ 2005-05-27 9:27 UTC (permalink / raw)
To: community
Добрый день!
Есть плата реле dm6952, и src.rpm драйверов.
Делаю:
env CPPFLAgcc-2.96 rpmbuild --rebuild dm6952hr-1.0-0.src.rpm
Устанавливается dm6952hr-1.0-0.src.rpm
Выполняется(%prep): /bin/sh -e /home/leha/tmp/rpm-tmp.72581
+ umask 022
+ /bin/mkdir -p /home/leha/RPM/BUILD
+ cd /home/leha/RPM/BUILD
+ cd /home/leha/RPM/BUILD
+ rm -rf dm6952hr-1.0
+ echo 'Source #0 (dm6952hr-1.0.tar.gz):'
Source #0 (dm6952hr-1.0.tar.gz):
+ /bin/gzip -dc /home/leha/RPM/SOURCES/dm6952hr-1.0.tar.gz
+ /bin/tar -xvvf -
drwxrwxrwx 501/501 0 2003-06-10 14:04:30 dm6952hr-1.0/
-rw-rw-r-- 501/501 19047 2003-06-10 14:04:28 dm6952hr-1.0/Makefile.in
-rw-rw-r-- 501/501 5360 2003-06-10 14:04:28 dm6952hr-1.0/README
-rw-rw-r-- 501/501 10 2003-06-10 14:04:28 dm6952hr-1.0/stamp-h.in
-rw-rw-r-- 501/501 18 2003-06-10 14:04:28 dm6952hr-1.0/AUTHORS
-rw-rw-r-- 501/501 131 2003-06-10 14:04:28 dm6952hr-1.0/COPYING
-rw-rw-r-- 501/501 0 2003-06-10 14:04:28 dm6952hr-1.0/ChangeLog
-rw-rw-r-- 501/501 7675 2003-06-10 14:04:28 dm6952hr-1.0/INSTALL
-rw-rw-r-- 501/501 989 2003-06-10 14:04:28 dm6952hr-1.0/Makefile.am
-rw-rw-r-- 501/501 22 2003-06-10 14:04:28 dm6952hr-1.0/NEWS
-rw-rw-r-- 501/501 0 2003-06-10 14:04:28 dm6952hr-1.0/TODO
-rw-r--r-- 501/501 109551 2003-06-10 14:04:28 dm6952hr-1.0/acinclude.m4
-rw-rw-r-- 501/501 112751 2003-06-10 14:04:29 dm6952hr-1.0/aclocal.m4
-rwxr-xr-x 501/501 39311 2003-06-10 14:04:29 dm6952hr-1.0/config.guess
-rw-rw-r-- 501/501 2375 2003-06-10 14:04:29 dm6952hr-1.0/config.h.in
-rwxr-xr-x 501/501 27594 2003-06-10 14:04:29 dm6952hr-1.0/config.sub
-rwxrwxr-x 501/501 108770 2003-06-10 14:04:29 dm6952hr-1.0/configure
-rw-rw-r-- 501/501 1801 2003-06-10 14:04:29 dm6952hr-1.0/configure.in
-rwxr-xr-x 501/501 5598 2003-06-10 14:04:29 dm6952hr-1.0/install-sh
-rwxr-xr-x 501/501 97728 2003-06-10 14:04:29 dm6952hr-1.0/ltconfig
-rw-r--r-- 501/501 138394 2003-06-10 14:04:29 dm6952hr-1.0/ltmain.sh
-rwxr-xr-x 501/501 6472 2003-06-10 14:04:30 dm6952hr-1.0/missing
-rwxr-xr-x 501/501 722 2003-06-10 14:04:30
dm6952hr-1.0/mkinstalldirs
-rw-rw-r-- 501/501 264 2003-06-10 14:04:30 dm6952hr-1.0/MAKEDEV.in
-rw-rw-r-- 501/501 1664 2003-06-10 14:04:30
dm6952hr-1.0/dm6952hrdrv.spec
-rw-rw-r-- 501/501 11020 2003-06-10 14:04:30
dm6952hr-1.0/Dm6952hrDevice.c
-rw-rw-r-- 501/501 1123 2003-06-10 14:04:30
dm6952hr-1.0/Dm6952hrDevice.h
drwxrwxrwx 501/501 0 2003-06-10 14:04:30 dm6952hr-1.0/rtd/
-rw-rw-r-- 501/501 8798 2003-06-10 14:04:30
dm6952hr-1.0/rtd/Makefile.in
-rw-rw-r-- 501/501 67 2003-06-10 14:04:30
dm6952hr-1.0/rtd/Makefile.am
-rw-rw-r-- 501/501 1586 2003-06-10 14:04:30
dm6952hr-1.0/rtd/DM6952hrioctl.h
+ cd dm6952hr-1.0
+ /bin/chmod -Rf u+rwX,go-w .
+ CFLAGS=-pipe -Wall -O2 -march=i686
+ CXXFLAGS=-pipe -Wall -O2 -march=i686
+ ./configure
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for kgcc... gcc-2.96
checking for a BSD compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for gcc... (cached) gcc-2.96
checking whether the C compiler (gcc-2.96 -pipe -Wall -O2 -march=i686 )
works... yes
checking whether the C compiler (gcc-2.96 -pipe -Wall -O2 -march=i686 )
is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc-2.96 accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking for ranlib... ranlib
checking for strip... strip
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc-2.96 option to produce PIC... -fPIC
checking if gcc-2.96 PIC flag -fPIC works... yes
checking if gcc-2.96 supports -c -o file.o... yes
checking if gcc-2.96 supports -c -o file.lo... yes
checking if gcc-2.96 supports -fno-rtti -fno-exceptions ... yes
checking if gcc-2.96 static flag -static works... none
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for gcc... (cached) gcc-2.96
checking whether the C compiler (gcc-2.96 -pipe -Wall -O2 -march=i686 )
works... yes
checking whether the C compiler (gcc-2.96 -pipe -Wall -O2 -march=i686 )
is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc-2.96 accepts -g... (cached) yes
checking for a C-Compiler... gcc-2.96
checking whether the C compiler (gcc-2.96 -pipe -Wall -O2 -march=i686 )
works... yes
checking whether the C compiler (gcc-2.96 -pipe -Wall -O2 -march=i686 )
is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking how to run the C preprocessor... gcc-2.96 -E
checking for working const... yes
checking for inline... inline
checking size of char... 1
checking size of unsigned char... 1
checking size of int... 4
checking size of unsigned int... 4
checking size of long... 4
checking size of unsigned long... 4
checking size of void*... 4
checking for fcntl.h... yes
checking for sys/ioctl.h... yes
checking for unistd.h... yes
checking for linux/spinlock.h... yes
checking for asm/byteorder.h... yes
checking for asm/atomic.h... yes
checking for linux/module.h... yes
checking for linux/version.h... yes
checking for linux/config.h... yes
checking for linux/init.h... yes
checking for linux/stat.h... yes
checking for linux/fs.h... yes
checking for linux/errno.h... yes
checking for linux/types.h... yes
checking for linux/sched.h... yes
checking for linux/ioport.h... yes
checking for linux/time.h... yes
checking for asm/io.h... yes
checking for asm/uaccess.h... yes
checking for uname -a... 2.4.26-std-up-alt6
updating cache ./config.cache
creating ./config.status
creating Makefile
creating rtd/Makefile
creating config.h
+ exit 0
Выполняется(%build): /bin/sh -e /home/leha/tmp/rpm-tmp.38815
+ umask 022
+ /bin/mkdir -p /home/leha/RPM/BUILD
+ cd /home/leha/RPM/BUILD
+ cd dm6952hr-1.0
++ egrep -c '^cpu[0-9]+' /proc/stat
+ numprocs=1
+ '[' 1 = 0 ']'
+ make -j1
make: Entering directory `/home/leha/RPM/BUILD/dm6952hr-1.0'
Makefile:643: warning: overriding commands for target `MAKEDEV'
Makefile:373: warning: ignoring old commands for target `MAKEDEV'
cd . && automake --gnu --include-deps Makefile
aclocal.m4:549: error: m4_defn: undefined macro: _m4_divert_diversion
autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
aclocal.m4:549: the top level
autom4te-2.5: /usr/bin/m4 failed with exit status: 1
automake-default: autoconf failed with exit status: 1
make: *** [Makefile.in] Error 1
make: Leaving directory `/home/leha/RPM/BUILD/dm6952hr-1.0'
ошибка: Неверный код возврата из /home/leha/tmp/rpm-tmp.38815 (%build)
Ошибки сборки пакетов:
Неверный код возврата из /home/leha/tmp/rpm-tmp.38815 (%build)
Где моя ошибка?
С уважением,
Карелин А.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Сборка драйверов для платы реле dm6952
2005-05-27 9:27 [Comm] Сборка драйверов для платы реле dm6952 Aleksey P. Karelin
@ 2005-05-27 9:33 ` Anton Gorlov
2005-05-27 9:43 ` Aleksey P. Karelin
2005-05-27 9:36 ` Grigory Milev
2005-05-27 11:52 ` Sergey Vlasov
2 siblings, 1 reply; 12+ messages in thread
From: Anton Gorlov @ 2005-05-27 9:33 UTC (permalink / raw)
To: community
Здравствуйте, Aleksey.
Вы писали 27 мая 2005 г., 13:27:25:
> Есть плата реле dm6952, и src.rpm драйверов.
> Делаю:
[skip]
> autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
> aclocal.m4:549: the top level
> autom4te-2.5: /usr/bin/m4 failed with exit status: 1
> automake-default: autoconf failed with exit status: 1
А соотвествующие файлы у вас есть? В данном случае /usr/sbin/m4
если нет -то apt-cache search m4
--
С уважением,
Anton mailto:Pnz.Stalker@mail.ru
FIDO: 2:5059/37
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Сборка драйверов для платы реле dm6952
2005-05-27 9:27 [Comm] Сборка драйверов для платы реле dm6952 Aleksey P. Karelin
2005-05-27 9:33 ` Anton Gorlov
@ 2005-05-27 9:36 ` Grigory Milev
2005-05-27 11:52 ` Sergey Vlasov
2 siblings, 0 replies; 12+ messages in thread
From: Grigory Milev @ 2005-05-27 9:36 UTC (permalink / raw)
To: community
>>>>> "Aleksey" == Aleksey P Karelin <karelin-ap@mail.ru> writes:
Aleksey> warning: overriding commands for target `MAKEDEV' Makefile:373:
Aleksey> warning: ignoring old commands for target `MAKEDEV' cd . &&
Как минимум, надо выкинуть создание девайсов. Нонче так не делают :-)
+--------------------------------------------------------+
Grigory Milev mailto:week@altlinux.ru
ALT Linux Team http://www.altlinux.ru
+--------------------------------------------------------+
Life too beautiful and interesting. Don't worry, be happy.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Сборка драйверов для платы реле dm6952
2005-05-27 9:33 ` Anton Gorlov
@ 2005-05-27 9:43 ` Aleksey P. Karelin
2005-05-27 10:11 ` Re[2]: " Anton Gorlov
0 siblings, 1 reply; 12+ messages in thread
From: Aleksey P. Karelin @ 2005-05-27 9:43 UTC (permalink / raw)
To: community
Anton Gorlov пишет:
>>autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
>>aclocal.m4:549: the top level
>>autom4te-2.5: /usr/bin/m4 failed with exit status: 1
>>automake-default: autoconf failed with exit status: 1
>>
>>
>А соотвествующие файлы у вас есть? В данном случае /usr/sbin/m4
>
>если нет -то apt-cache search m4
>
>
есть /usr/bin/m4
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re[2]: [Comm] Сборка драйверов для платы реле dm6952
2005-05-27 9:43 ` Aleksey P. Karelin
@ 2005-05-27 10:11 ` Anton Gorlov
2005-05-27 11:38 ` Aleksey P. Karelin
0 siblings, 1 reply; 12+ messages in thread
From: Anton Gorlov @ 2005-05-27 10:11 UTC (permalink / raw)
To: community
Здравствуйте, Aleksey.
Вы писали 27 мая 2005 г., 13:43:34:
>>>autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
>>>aclocal.m4:549: the top level
>>>autom4te-2.5: /usr/bin/m4 failed with exit status: 1
>>>automake-default: autoconf failed with exit status: 1
>>А соотвествующие файлы у вас есть? В данном случае /usr/sbin/m4
>>если нет -то apt-cache search m4
> есть /usr/bin/m4
Значит нужно установить рпмку c сырцами (rpm -i myprg.src.rpm), найти
где прпоисан путь, написать патч и подправить спек на наличте этого
патча и его приклыдывание!
--
С уважением,
Anton mailto:Pnz.Stalker@mail.ru
FIDO: 2:5059/37
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Сборка драйверов для платы реле dm6952
2005-05-27 10:11 ` Re[2]: " Anton Gorlov
@ 2005-05-27 11:38 ` Aleksey P. Karelin
0 siblings, 0 replies; 12+ messages in thread
From: Aleksey P. Karelin @ 2005-05-27 11:38 UTC (permalink / raw)
To: community
Anton Gorlov пишет:
>>>А соотвествующие файлы у вас есть? В данном случае /usr/sbin/m4
>>>если нет -то apt-cache search m4
>>>
>>>
>>есть /usr/bin/m4
>>
>>
>
>Значит нужно установить рпмку c сырцами (rpm -i myprg.src.rpm), найти
>где прпоисан путь, написать патч и подправить спек на наличте этого
>патча и его приклыдывание!
>
>
>
Прошу прощения за недопонимание.
А что патчить надо?
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Сборка драйверов для платы реле dm6952
2005-05-27 9:27 [Comm] Сборка драйверов для платы реле dm6952 Aleksey P. Karelin
2005-05-27 9:33 ` Anton Gorlov
2005-05-27 9:36 ` Grigory Milev
@ 2005-05-27 11:52 ` Sergey Vlasov
2005-05-27 12:42 ` Aleksey P. Karelin
2 siblings, 1 reply; 12+ messages in thread
From: Sergey Vlasov @ 2005-05-27 11:52 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 1030 bytes --]
On Fri, May 27, 2005 at 01:27:25PM +0400, Aleksey P. Karelin wrote:
> make: Entering directory `/home/leha/RPM/BUILD/dm6952hr-1.0'
> Makefile:643: warning: overriding commands for target `MAKEDEV'
> Makefile:373: warning: ignoring old commands for target `MAKEDEV'
> cd . && automake --gnu --include-deps Makefile
> aclocal.m4:549: error: m4_defn: undefined macro: _m4_divert_diversion
> autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
> aclocal.m4:549: the top level
> autom4te-2.5: /usr/bin/m4 failed with exit status: 1
> automake-default: autoconf failed with exit status: 1
> make: *** [Makefile.in] Error 1
Видимо, нужно подбирать подходящие версии autoconf/automake, и перед
./configure вызвать что-то вроде autoreconf -vi, чтобы пересоздать файлы
configure.in, Makefile.in правильно. Сейчас получается, что aclocal.m4
был создан какой-то другой версией aclocal, и его содержимое несовместимо
с тем, что ожидает там найти automake.
А вообще собирать модули ядра через autoconf - извращение.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Сборка драйверов для платы реле dm6952
2005-05-27 11:52 ` Sergey Vlasov
@ 2005-05-27 12:42 ` Aleksey P. Karelin
2005-05-27 13:40 ` Sergey Vlasov
0 siblings, 1 reply; 12+ messages in thread
From: Aleksey P. Karelin @ 2005-05-27 12:42 UTC (permalink / raw)
To: community
Sergey Vlasov пишет:
>Видимо, нужно подбирать подходящие версии autoconf/automake,
>
> и перед
>./configure вызвать что-то вроде autoreconf -vi, чтобы пересоздать файлы
>configure.in, Makefile.in правильно. Сейчас получается, что aclocal.m4
>был создан какой-то другой версией aclocal, и его содержимое несовместимо
>с тем, что ожидает там найти automake.
>
>
>
ничего у меня не вышло
>А вообще собирать модули ядра через autoconf - извращение.
>
>
Вот из трех специфичных плат (производитель один) у двух обошлись без
него и прекрасно собрались и работают.
Я вот тут восмотрел - у меня в домашнем каталоге RPM/SOURCES
образовались, где исходники лежат (все три небольших файла). Вроде как
библиотек своих никаких не используется. А возможно их собрать
самостоятельно без autoconf?
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Сборка драйверов для платы реле dm6952
2005-05-27 12:42 ` Aleksey P. Karelin
@ 2005-05-27 13:40 ` Sergey Vlasov
2005-05-30 6:25 ` Aleksey P. Karelin
0 siblings, 1 reply; 12+ messages in thread
From: Sergey Vlasov @ 2005-05-27 13:40 UTC (permalink / raw)
To: community
[-- Attachment #1.1: Type: text/plain, Size: 1417 bytes --]
On Fri, May 27, 2005 at 04:42:14PM +0400, Aleksey P. Karelin wrote:
> >А вообще собирать модули ядра через autoconf - извращение.
> Вот из трех специфичных плат (производитель один) у двух обошлись без
> него и прекрасно собрались и работают.
>
> Я вот тут восмотрел - у меня в домашнем каталоге RPM/SOURCES
> образовались, где исходники лежат (все три небольших файла). Вроде как
> библиотек своих никаких не используется. А возможно их собрать
> самостоятельно без autoconf?
Вполне - с использованием прилагаемого Makefile.
make -C /usr/src/linux-2.4.26-std-up modules SUBDIRS=`pwd`
Проблема с подобными драйверами для старых ядер (2.4.x и более ранних) в
том, что в подавляющем большинстве дистрибутивов присутствуют только файлы
заголовков ядра, но нет элементов его сборочной системы. Из-за этого
такой простой метод сборки дополнительных модулей в общем случае
неприменим, и разработчики модулей вынуждены использовать свою систему
сборки (причём стандартного варианта нет - все изобретают свой собственный
велосипед).
С 2.6.x ситуация должна улучшиться, поскольку нормально собрать модуль, не
используя сборочную систему ядра, стало практически невозможно, поэтому
метод сборки через Makefile ядра стал стандартным. Впрочем, это тоже не
спасает от всех проблем - например, может произойти какая-то ошибка на
этапе определения, какой способ сборки должен использоваться.
[-- Attachment #1.2: Makefile --]
[-- Type: text/plain, Size: 258 bytes --]
O_TARGET := dm6952hr.o
obj-m := dm6952hr.o
list-multi := dm6952hr.o
dm6952hr-objs := Dm6952hrDevice.o
EXTRA_CFLAGS := -I. -DPACKAGE=\"dm6952hr\" -DVERSION=\"1.0\"
include $(TOPDIR)/Rules.make
dm6952hr.o: $(dm6952hr-objs)
$(LD) -r -o $@ $(dm6952hr-objs)
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Сборка драйверов для платы реле dm6952
2005-05-27 13:40 ` Sergey Vlasov
@ 2005-05-30 6:25 ` Aleksey P. Karelin
2005-05-30 6:32 ` Aleksey P. Karelin
2005-05-30 6:33 ` Re[2]: " Anton Gorlov
0 siblings, 2 replies; 12+ messages in thread
From: Aleksey P. Karelin @ 2005-05-30 6:25 UTC (permalink / raw)
To: community
Sergey Vlasov пишет:
>Вполне - с использованием прилагаемого Makefile.
>
> make -C /usr/src/linux-2.4.26-std-up modules SUBDIRS=`pwd`
>
>
>
Собралось, получил dm6952hr.o и dm6952hrDevice.o,
но
modprobe dm6952hr
выдал
Can't locate module dm6952hr
С уважением,
Карелин А.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Сборка драйверов для платы реле dm6952
2005-05-30 6:25 ` Aleksey P. Karelin
@ 2005-05-30 6:32 ` Aleksey P. Karelin
2005-05-30 6:33 ` Re[2]: " Anton Gorlov
1 sibling, 0 replies; 12+ messages in thread
From: Aleksey P. Karelin @ 2005-05-30 6:32 UTC (permalink / raw)
To: community
Aleksey P. Karelin пишет:
> Собралось, получил dm6952hr.o и dm6952hrDevice.o,
> но
> modprobe dm6952hr
> выдал
> Can't locate module dm6952hr
Прошу прощения, depmod -a забыл
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re[2]: [Comm] Сборка драйверов для платы реле dm6952
2005-05-30 6:25 ` Aleksey P. Karelin
2005-05-30 6:32 ` Aleksey P. Karelin
@ 2005-05-30 6:33 ` Anton Gorlov
1 sibling, 0 replies; 12+ messages in thread
From: Anton Gorlov @ 2005-05-30 6:33 UTC (permalink / raw)
To: community
Здравствуйте, Aleksey.
Вы писали 30 мая 2005 г., 10:25:05:
>>Вполне - с использованием прилагаемого Makefile.
>> make -C /usr/src/linux-2.4.26-std-up modules SUBDIRS=`pwd`
> Собралось, получил dm6952hr.o и dm6952hrDevice.o,
> но
> modprobe dm6952hr
> выдал
> Can't locate module dm6952hr
Так их нужноскопировать к остальным модулям...
--
С уважением,
Anton mailto:Pnz.Stalker@mail.ru
FIDO: 2:5059/37
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2005-05-30 6:33 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-27 9:27 [Comm] Сборка драйверов для платы реле dm6952 Aleksey P. Karelin
2005-05-27 9:33 ` Anton Gorlov
2005-05-27 9:43 ` Aleksey P. Karelin
2005-05-27 10:11 ` Re[2]: " Anton Gorlov
2005-05-27 11:38 ` Aleksey P. Karelin
2005-05-27 9:36 ` Grigory Milev
2005-05-27 11:52 ` Sergey Vlasov
2005-05-27 12:42 ` Aleksey P. Karelin
2005-05-27 13:40 ` Sergey Vlasov
2005-05-30 6:25 ` Aleksey P. Karelin
2005-05-30 6:32 ` Aleksey P. Karelin
2005-05-30 6:33 ` Re[2]: " Anton Gorlov
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git